diff --git a/henrovnix/.envrc b/henrovnix/.envrc new file mode 100755 index 000000000..508a5ca20 --- /dev/null +++ b/henrovnix/.envrc @@ -0,0 +1,6 @@ +use flake + +watch_file .envrc.private +if [[ -f .envrc.private ]]; then + source_env .envrc.private +fi diff --git a/henrovnix/.gitignore b/henrovnix/.gitignore new file mode 100755 index 000000000..38f3b1268 --- /dev/null +++ b/henrovnix/.gitignore @@ -0,0 +1,4 @@ +/.direnv/ +*.md +/.envrc-private +/.envrc.private diff --git a/henrovnix/.sops.yaml b/henrovnix/.sops.yaml new file mode 100755 index 000000000..b3d3404be --- /dev/null +++ b/henrovnix/.sops.yaml @@ -0,0 +1,7 @@ +#keys: +# - &primary age1yq35g6mmlem0rhr47u6ewh8dctlwp9hj0s0ac60e4hrw9hjzlqms6crf7n +#creation_rules: +# - path_regex: secrets/secrets.yaml$ +# key_groups: +# - age: +# - *primary diff --git a/henrovnix/LICENSE b/henrovnix/LICENSE new file mode 100755 index 000000000..f288702d2 --- /dev/null +++ b/henrovnix/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/henrovnix/README.html b/henrovnix/README.html new file mode 100644 index 000000000..b9e399c1b --- /dev/null +++ b/henrovnix/README.html @@ -0,0 +1,3594 @@ + + + + + + + + + + + + + +
+
+

Table of Contents

+
+ +
+
+

+gf#+OPTIONS: toc:nil broken-links:t +

+
+
+NixOS +Emacs +
+
+

Henrov's Literate System Configuration

+ +
+
+

1. Introduction

+
+
Screenshot
+ +

+This repository contains a literate NixOS configuration built using Emacs Org mode. The primary source of truth is this document itself, which embeds configuration blocks that are tangled into individual files. These generated files are evaluated as a NixOS flake, resulting in an immutable, reproducible system configuration. +

+ +

+This work is based on the foundational efforts of Sandeep Nambiar (https://github.com/gamedolphin). +All credit for the original structure, methodology, and guidance belongs to him. His work provided the architectural basis and practical direction upon which this repository is built. This project would not have been possible without his prior contributions, and much of the instructional approach preserved here originates from his documentation. +

+ +

+The purpose of this repository is to offer a structured, minimal starting point for deploying a functional NixOS system. It is intentionally not a complete desktop environment, nor is it a “batteries-included” distribution. Instead, it provides a clean and extensible foundation that can be adapted and expanded after installation. +

+ +

+Customization is designed to occur primarily through modular .conf files, allowing the system to evolve incrementally while maintaining clarity and separation of concerns. The goal is to enable users to build their own tailored NixOS setup on top of a coherent and reproducible base. +

+ +

+Before proceeding with installation, it is strongly recommended to read this documentation carefully. Understanding the structure and design philosophy will help ensure a smooth setup and provide the necessary context for extending the system effectively. +

+
+
+
+

2. Pre-requisites to edit this setup

+
+
    +
  • a NIXOS system installed (can be bare-bones)
  • +
  • an internet connection
  • +
+ +

+To set up a connection from cli: +

+
+
# Check if NetworkManager service is running
+systemctl status NetworkManager
+# If not running, start it temporarily
+sudo systemctl start NetworkManager
+# Enable Wi-Fi radio (in case it is disabled)
+nmcli radio wifi on
+# List available Wi-Fi networks
+nmcli device wifi list
+# Connect to a Wi-Fi network (replace SSID and PASSWORD)
+nmcli device wifi connect "SSID_NAME" password "YOUR_PASSWORD"
+# Verify that the connection is active
+nmcli connection show --active
+# Optional: show device status
+nmcli device status
+
+
+
+
+
+

3. machine1 — template machine

+
+

+To generate the Nix files: +

+
+
emacs README.org --batch -f org-babel-tangle
+
+
+ +

+Test the build while being able to reboot to previous version +

+
+
sudo nixos-rebuild test --flake .#machine1
+
+
+

+Build and switch to this version on the next reboot +

+
+
sudo nixos-rebuild switch --flake .#machine1
+
+
+

+Build and run in a virtual machine (qemu must be installed) +

+
+
sudo nixos-rebuild build-vm --flake ~/nixos-henrov#machine1
+# running the vm:
+./result/bin/run-nixos-vm
+
+
+

+un this VM with result/ +

+ + +
+
emacs README.org --batch -f org-babel-tangle
+
+
+ +

+Once the Nix files are generated, deploy using: +

+ +
+
nixos-rebuild switch --flake .#<machine>
+
+
+ +

+Other files in this repo include: +

+
+
+
+

4. flake.lock for pinning input versions.

+
+
+

5. assets/* for non-Nix-managed artifacts such as images and wallpapers.

+
+

+Generated outputs should not be edited directly. A CI workflow can tangle and commit generated outputs when they differ. +

+
+
+

5.1. Emacs + Org + Tangle

+
+
+
+

6. [Emacs](https://www.gnu.org/software/emacs/][Emacs) is used as the editor and execution environment for this literate configuration.

+
+
+

7. [Org](https://orgmode.org/][Org) mode provides the document structure and the source block execution model used here.

+
+
+

8. Tangling exports source blocks from this Org document into the corresponding configuration files.

+
+
    +
  • References of the form <<code-id>> are noweb placeholders that are expanded from other blocks during tangling.
  • +
+
+
+

8.1. Nix & NixOS

+
+
+
+

9. [Nix](https://nix.dev/][Nix) is used to define packages, environments, and configuration as pure expressions.

+
+
+

10. [NixOS](https://nixos.org/][NixOS) evaluates Nix expressions into a complete system configuration that can be applied by rebuild operations.

+
+
+
+

10.1. Repository layout and folder conventions

+
+

+This repository contains system modules, user modules, and configuration fragments. The following directories are treated as separate layers: +./configuration (NixOS modules), ./home (Home Manager modules), and ./assets/conf (configuration fragments referenced or deployed by the modules). +

+

+To keep navigation consistent, the same internal substructure is used in all three locations. Each layer keeps its role; only the internal grouping is standardized. +

+
+
+
+

10.2. Shared domain folders

+
+
    +
  • core/ – base settings and common infrastructure
  • +
  • desktop/ – graphical session, compositor, UI components, and integration
  • +
  • apps/ – application enablement and application-level configuration
  • +
  • services/ – background services and daemons
  • +
  • security/ – secrets handling and security-related configuration
  • +
  • dev/ – developer tooling and editor configuration
  • +
+
+
+
+

10.3. Full tree (including unchanged parts)

+
+

+The tree below shows the full repository layout, with the standardized internal structure applied only inside +configuration/, home/, and assets/conf/. +

+ +
.
+├── assets
+│   ├── background.png
+│   ├── conf
+│   │   ├── apps
+│   │   │   ├── flatpaks.conf
+│   │   │   └── packages.conf
+│   │   ├── core
+│   │   │   └── lightdm.conf
+│   │   ├── desktop
+│   │   │   ├── hypr
+│   │   │   │   ├── bindings.conf
+│   │   │   │   └── hyprland.conf
+│   │   │   ├── wallpaper
+│   │   │   │   └── wallpaper.conf
+│   │   │   └── waybar
+│   │   │       ├── config.jsonc
+│   │   │       └── style.css
+│   │   ├── dev
+│   │   │   ├── hyprshell
+│   │   │   │   ├── config.ron.bak
+│   │   │   │   └── styles.css.bak
+│   │   │   └── terminal
+│   │   │       ├── alacritty.toml
+│   │   │       ├── aliases.conf
+│   │   │       ├── enabled_shells.conf
+│   │   │       ├── kitty.conf
+│   │   │       ├── starship.toml
+│   │   │       └── zsh.conf
+│   │   ├── security
+│   │   │   └── ssh
+│   │   │       └── ssh-client.conf
+│   │   └── services
+│   ├── lock.png
+│   ├── scripts
+│   └── wallpapers
+│       ├── gif
+│       ├── pictures
+│       │   ├── background.png
+│       │   ├── background1.png
+│       │   ├── background2.png
+│       │   ├── background3.png
+│       │   ├── background4.png
+│       │   └── background5.png
+│       └── videos
+│           ├── dark_water_large.mp4
+│           └── white_blobs_small.mp4
+├── configuration
+│   ├── apps
+│   │   ├── install_flatpaks.nix
+│   │   └── install_packages.nix
+│   ├── core
+│   │   ├── boot.nix
+│   │   ├── files.nix
+│   │   ├── locale.nix
+│   │   ├── networking.nix
+│   │   └── nix-settings.nix
+│   ├── default.nix
+│   ├── desktop
+│   │   ├── audio.nix
+│   │   ├── hyprland.nix
+│   │   └── login-tuigreeter.nix
+│   ├── dev
+│   │   └── terminal.nix
+│   ├── security
+│   └── services
+│       └── services.nix
+├── flake.lock
+├── flake.nix
+├── hardware
+│   └── hardware.nix
+├── home
+│   ├── apps
+│   │   ├── defaults-apps.nix
+│   │   └── theme.nix
+│   ├── default.nix
+│   ├── desktop
+│   │   ├── hyprexpo.nix
+│   │   ├── hyprland.nix
+│   │   ├── hyprlock.nix
+│   │   ├── hypridle.nix
+│   │   ├── hyprshell.nix
+│   │   ├── walker.nix
+│   │   ├── wallpaper.nix
+│   │   └── waybar.nix
+│   ├── dev
+│   │   ├── alacritty.nix
+│   │   ├── dev.nix
+│   │   ├── emacs
+│   │   │   ├── default.nix
+│   │   │   ├── early-init.el
+│   │   │   └── init.el
+│   │   ├── kitty.nix
+│   │   ├── shells.nix
+│   │   └── starship.nix
+│   └── zsh.nix
+├── LICENSE
+├── machines
+│   └── traveldroid
+│       ├── configuration.nix
+│       ├── hardware-configuration.nix
+│       └── home.nix
+├── README.org
+├── secrets
+│   └── secrets.yaml
+└── user.nix
+
+
+
+
+

10.4. Notes

+
+
    +
  • Only the internal layout of configuration/, home/, and assets/conf/ is standardized; all other paths remain as currently organized.
  • +
  • The services/ and security/ folders are included for completeness even if initially empty in some layers.
  • +
+ +

+YourNixCode(Input) -> System Configuration +

+ +

+I use nix flakes which means that the entry point for the nix evaluation is a file called flake.nix which has two parts (among other things) +

+ +
+
{
+  inputs: # describes the function input, consisting mainly of package sources
+  outputs: # what the function outputs, a nixos configuration in our case
+}
+
+
+ +

+Nix flakes is still behind an experimental flag, but it is de facto the standard by most of the community. +Flakes allow us to pin the input package versions using a flake.lock file. +This prevents unwanted and surprise updates when rebuilding without changing the configuration. +

+
+
+
+
+

11. TLDR App List

+
+ + + +++ ++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Window ManagerHyprland
BarWaybar
Application LauncherWalker
Notification DaemonDunst
Terminal EmulatorAlacritty
ShellZsh and Starship
Text EditorEmacs
File ManagerThunar
FontsAporeti
ColorsCatppuccin
IconsCatppuccin Nix
Lock ScreenHyprlock
WallpapersHyprpaper
+
+
+
+

12. Configuration Variables

+
+

+I have a bunch of constant strings that I would rather put in a file. Thats what user.nix is. +The values are imported at the beginning and are available to almost all the functions being called to configure the system. +

+
+
{
+  system = "x86_64-linux";
+  username = "henrov";
+  stateVersion = "25.11";
+  locale = "nl_NL.UTF-8";
+}
+
+
+
+
+
+

13. Flake Inputs

+
+

+The inputs for my system's configuration are very simple +

+
    +
  1. nixpkgs - the main nix repository of packages. Its huge and growing. Pinned to the unstable release channel. +Sometimes pinned to a specific commit because unstable broke something and the fix hasn't made it into the release yet.
  2. +
  3. home-manager - a nix module that helps keep track of user specific dotfiles and configurations as part of my nix config.
  4. +
  5. emacs-overlay - this has more configuration options and generally a newer emacs available provided by the community.
  6. +
  7. catppuccin - nix module that allows everything to be catppuccin themed.
  8. +
+ +
+
{
+  description = "Henrov's nixos configuration";
+  inputs = {
+    nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
+    home-manager = {
+      url = "github:nix-community/home-manager";
+      inputs.nixpkgs.follows = "nixpkgs";
+    };
+    emacs-overlay = {
+      url = "github:nix-community/emacs-overlay";
+      inputs.nixpkgs.follows = "nixpkgs";
+      };
+    catppuccin = {
+      url = "github:catppuccin/nix";
+      inputs.nixpkgs.follows = "nixpkgs";
+    };
+    zen-browser = {
+      url = "github:youwen5/zen-browser-flake";
+      inputs.nixpkgs.follows = "nixpkgs";
+    };
+  };
+  <<flake-outputs>>
+}
+
+
+
+
+
+

14. Flake Output

+
+

+Now that the inputs are ready, the outputs define what the system will actually look like. I also define the machines that this configuration specifies early on. Finally, I iterate over the machines list and pull files from /.machines/${name} subdirectory. This allows me to have configuration that has machine specific configuration limited to those files while also keeping a modular reusable base. +We also add a devshell that makes editing this repository easier in emacs. +

+ +
+
outputs = inputs@{
+  nixpkgs,
+  home-manager,
+  emacs-overlay,
+  catppuccin,
+  ...
+}:
+  let
+    user = import ./user.nix;
+    lib = nixpkgs.lib;
+    machines = [
+      "traveldroid"
+    ];
+    pkgs = import nixpkgs {
+      inherit (user) system;
+    };
+  in
+    {
+      nixosConfigurations = builtins.listToAttrs (
+        builtins.map (machine: {
+          name = machine;
+          value = lib.nixosSystem {
+            modules = [
+              <<flake-emacs-module>>
+              <<flake-config-module>>
+              <<flake-home-module>>
+              catppuccin.nixosModules.catppuccin   # theme
+            ];
+
+            specialArgs = {
+              hostname = machine;
+              inherit user;
+              inherit inputs;
+              flakeRoot = inputs.self;
+            };
+          };
+        }) machines
+      );
+
+      devShells.${user.system}.default = pkgs.mkShell {
+        buildInputs = with pkgs; [
+          nil
+          nixfmt-rfc-style
+        ];
+      };
+    };
+
+
+
+ +

+Lets look at the individual modules +

+
    +
  1. +Emacs +The first is the emacs overlay so that it uses the nix-community emacs overlay from the inputs instead of the nixpkgs one. +Overlays are a special nix way to override existing packages within a repository. +

    + +
    +
    ({ ... }: {
    +  nixpkgs.overlays = [ emacs-overlay.overlays.default ];
    +})
    +
    +
  2. + +
  3. +Then the machine specific configuration, in this case, just "traveldroid". +

    +
    +
    ./machines/${machine}/configuration.nix
    +
    +
  4. + +
  5. +And finally the home-manager module. +This can be initialized and managed on its own but I'd rather use the nixos-rebuild command to build everything instead of managing userland dotfiles separately. +

    + +
    +
    home-manager.nixosModules.home-manager
    +{
    +  home-manager.useGlobalPkgs = true;
    +  home-manager.useUserPackages = true;
    +
    +  home-manager.extraSpecialArgs = {
    +    inherit user inputs;
    +    flakeRoot = inputs.self;
    +  };
    +
    +  <<flake-home-backup>>
    +  <<flake-home-config>>
    +}
    +
    +
    +
    + +
      +
    • +Home-Manager will not overwrite existing configuration files and that is good in most cases, but when everything is declarative like it is here, I'd rather that home-manager create a .backup and replace the file. +

    • +
    +
    +
    home-manager.backupFileExtension = "backup";
    +
    +
    + +
      +
    • +Finally I pull in the machine specific home configuration. Along with the overrides from catppuccin. +

    • +
    +
    +
    home-manager.users.${user.username} = {
    +  imports =  [
    +    ./machines/${machine}/home.nix
    +    catppuccin.homeModules.catppuccin
    +  ];
    +};
    +
    +
  6. +
+
+
+

14.1. Envrc + Direnv

+
+

+Editing this file will be much nicer if we have the dev environment configured. +That is done in the devshells section. But to auto load this dev shell, we need a .envrc file. +This tells direnv to load the devshell in the flake. +#Finally, we also look for a .envrc-private file and try to load that. That contains devshell specific secrets. +

+ +
+
use flake
+
+watch_file .envrc.private
+if [[ -f .envrc.private ]]; then
+  source_env .envrc.private
+fi
+
+
+
+
+
+
+

15. Machines

+
+

+The individual machines subdirectory is configured as follows :- +

+
+
+--machine
+|  +--configuration.nix
+|  +--home.nix
+|  +--hardware-configuration.nix
+
+
+ +
    +
  • configuration.nix has the system configuration.
  • +
  • home.nix has the user level configuration.
  • +
  • hardware-configuration.nix has the unique hardware configuration.
  • + +
  • Note about imports +imports = [] in a nix file will pull in the function/object from the list of files provided. +This imported object (or function result) is just trivially merged into a common object.
  • +
+ +

+We can take a look at that the common hardware options I have for all my machines. +

+
+
+

15.0.1. Other Utils

+
+
+
    +
  1. Updates
    +
    +

    +To update the computer, I just need to update the flake.lock file to have references to the latest repository. This is done with :- +

    +
    +
    nix flake update
    +
    +
    +
    +
  2. +
+
+
+
+

16. Hardware

+
+

+I'll let the code comments explain the file here. +

+ +
+
{ pkgs, lib, user, config, ...} :
+{
+  nixpkgs.hostPlatform = lib.mkDefault user.system;            # x86_64-linux
+  powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; # enable power saving on the cpu
+
+  # update cpu microcode with firmware that allows redistribution
+  hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
+
+  hardware = {
+    # always enable bluetooth
+    bluetooth.enable = true;
+
+    # always enable graphics drivers and enable a bunch of layers for it (including vulkan validation)
+    graphics = {
+      enable = true;
+      extraPackages = with pkgs; [
+        vulkan-validation-layers # helps catch and debug vulkan crashes
+      ];
+    };
+  };
+
+  hardware.enableAllFirmware = true; # enable all firmware regardless of license
+}
+
+
+
+
+
+

17. Configuration

+
+

+This section describes the main system configuration for the computers that I have. Nix will look for a default.nix file if you give it a path to a folder to import. And default.nix looks as follows :- +

+ +
+
  { pkgs, user, ... } :
+{
+  imports = [
+      ./apps/install_flatpaks.nix
+      ./apps/install_packages.nix
+      ./core/files.nix
+      ./core/locale.nix
+      ./core/networking.nix
+      ./core/nix-settings.nix
+      #./core/login-tuigreeter.nix
+      ./core/login-lightdm.nix
+      ./desktop/audio.nix
+      ./desktop/hyprland.nix
+      ./dev/terminal.nix
+      ./core/boot.nix
+      ./services/services.nix
+    ];
+
+    <<config-system-packages>>
+
+    <<config-user>>
+
+    <<config-programs>>
+
+    <<config-fonts>>
+
+    # enable the catppuccin theme for everything with mocha + blue accents
+    catppuccin.enable = true;
+    catppuccin.flavor = "mocha";
+    catppuccin.accent = "blue";
+
+    system.stateVersion = user.stateVersion;
+}
+
+
+
+
+

17.1. Apps section

+
+

+This section describes a way of installing packages, either through nixpkgs orr flatpak. What apps to instal is decided in the files ./assets/conf/apps/packages.conf and flatpaks.conf +

+
+
+
+

17.2. installpackages.nix

+
+
+
{ config, lib, pkgs, flakeRoot, inputs, ... }:
+
+let
+  packagesConfPath = flakeRoot + "/assets/conf/apps/packages.conf";
+  raw = builtins.readFile packagesConfPath;
+
+  # IMPORTANT: explicit "\n" so we never accidentally split into characters
+  rawLines = lib.splitString "\n" raw;
+
+  # Guard: if we accidentally split into characters, rawLines length ~= stringLength raw
+  _guard = assert !(
+    builtins.stringLength raw > 1 &&
+    builtins.length rawLines == builtins.stringLength raw
+  ); true;
+
+  cleanLine = l:
+    let
+      noCR = lib.replaceStrings [ "\r" ] [ "" ] l;
+      noInlineComment = lib.head (lib.splitString "#" noCR);
+    in
+      lib.strings.trim noInlineComment;
+
+  entries =
+    builtins.filter (l: l != "")
+      (map cleanLine rawLines);
+
+  resolvePkg = name:
+    let
+      parts = lib.splitString "." name;
+      found = lib.attrByPath parts null pkgs;
+    in
+      if found == null then
+        throw ''
+          install_packages.nix: package not found in pkgs
+
+          Token            : ${builtins.toJSON name}
+          packages.conf     : ${toString packagesConfPath}
+          Hint             : check the attribute name on search.nixos.org/packages
+        ''
+      else
+        found;
+
+  packages = builtins.seq _guard (map resolvePkg entries);
+
+  zenBrowser =
+    inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default;
+
+in
+{
+  environment.systemPackages =
+    packages
+    ++ [ zenBrowser ];
+}
+
+
+
+
+
+

17.3. installflatpaks.nix

+
+
+
{ config, pkgs, lib, flakeRoot, ... }:
+
+let
+  moduleName = "install-flatpaks";
+  flatpakConfPath = flakeRoot + "/assets/conf/apps/flatpaks.conf";
+  raw = builtins.readFile flatpakConfPath;
+
+  # Explicit "\n" so we never accidentally split into characters
+  rawLines = lib.splitString "\n" raw;
+
+  # Guard: if we accidentally split into characters, rawLines length ~= stringLength raw
+  _guard = assert !(
+    builtins.stringLength raw > 1 &&
+    builtins.length rawLines == builtins.stringLength raw
+  ); true;
+
+  cleanLine = l:
+    let
+      noCR = lib.replaceStrings [ "\r" ] [ "" ] l;
+      noInlineComment = lib.head (lib.splitString "#" noCR);
+    in
+      lib.strings.trim noInlineComment;
+
+  entries =
+    builtins.filter (l: l != "")
+      (map cleanLine rawLines);
+
+  # Flatpak app IDs are reverse-DNS style like org.example.App (at least 2 dots).
+  # We'll validate and fail early with a clear message.
+  dotCount = s: builtins.length (lib.splitString "." s) - 1;
+
+  isValidId = s:
+    (dotCount s) >= 2; # matches the error you're seeing: "at least 2 periods"
+
+  _validate =
+    builtins.seq _guard (
+      builtins.map (id:
+        if isValidId id then true else
+          throw ''
+            ${moduleName}: invalid Flatpak ID in flatpaks.conf (needs reverse-DNS with at least 2 dots)
+
+            Token        : ${builtins.toJSON id}
+            flatpaks.conf : ${toString flatpakConfPath}
+
+            Fix: remove stray tokens/headers, or comment them out with '#'.
+          ''
+      ) entries
+    );
+
+  # Use validated entries
+  flatpakApps = builtins.seq _validate entries;
+
+  syncFlatpaks = pkgs.writeShellScript "sync-flatpaks" ''
+    set -euo pipefail
+
+    # Use the deployed config path (matches environment.etc below)
+    CONF="/etc/flatpak/flatpaks.conf"
+    if [[ -f "$CONF" ]]; then
+      echo "flatpak-sync: using $CONF"
+    else
+      echo "flatpak-sync: WARNING: $CONF not found, using embedded list"
+    fi
+
+    if ! flatpak remotes --system --columns=name | grep -qx flathub; then
+      flatpak remote-add --system --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
+    fi
+
+    desired_apps=(
+      ${lib.concatStringsSep "\n" (map (a: ''"${a}"'') flatpakApps)}
+    )
+
+    for app in "''${desired_apps[@]}"; do
+      if ! flatpak info --system "$app" >/dev/null 2>&1; then
+        flatpak install --system -y --noninteractive flathub "$app"
+      fi
+    done
+  '';
+in
+{
+  services.flatpak.enable = true;
+
+  xdg.portal = {
+    enable = true;
+    extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
+  };
+
+  # Deploy the config file for runtime visibility/debugging
+  environment.etc."flatpak/flatpaks.conf".source = flatpakConfPath;
+
+  systemd.services.flatpak-sync = {
+    description = "Install Flatpak apps listed in flatpaks.conf";
+    wantedBy = [ "multi-user.target" ];
+    wants = [ "network-online.target" ];
+    after = [ "network-online.target" ];
+
+    serviceConfig = {
+      Type = "oneshot";
+      ExecStart = syncFlatpaks;
+    };
+
+    restartTriggers = [ flatpakConfPath ];
+    path = [ pkgs.flatpak pkgs.coreutils pkgs.gnugrep pkgs.gnused ];
+  };
+}
+
+
+
+
+
+

17.4. Nix Settings

+
+

+These are global nix settings that configure the settings for the actual tool. +

+ +
+
{ pkgs, user, ... } :
+{
+  nix.settings = {
+    # enable flakes
+    experimental-features = ["nix-command" "flakes"];
+
+    # add a cache that speed up new applications by downloading binaries
+    # from the trusted cache instead of compiling from sourcer
+    substituters = [
+      "https://nix-community.cachix.org"
+    ];
+    # trust the cache public key
+    trusted-public-keys = [
+      "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
+    ];
+  };
+
+  # allow proprietary software on this machine. I'm not a purist.
+  nixpkgs.config.allowUnfree = true;
+  # unityhub depends on this... for now
+  nixpkgs.config.permittedInsecurePackages = [ "libxml2-2.13.8" ];
+
+  # this declares how often old configurations are cleared up.
+  # i cleanup anything older than a week, every week.
+  nix.gc = {
+    automatic = true;
+    options = "--delete-older-than 7d";
+    dates = "weekly";
+  };
+
+  programs = {
+    # command line utility that makes applying changes easy and pretty
+    nh = {
+      enable = true;
+      flake = "/home/${user.username}/system";
+    };
+  };
+}
+
+
+
+
+
+

17.5. Boot

+
+

+This file has most of the settings the control how the computer boots up. +

+ +
+
{ pkgs, ... } :
+{
+  boot = {
+    initrd = {
+      verbose = false;     # its a lot of logs. dont need it, unless we do.
+      kernelModules = [ ]; # no kernel modules on boot
+    };
+
+    extraModulePackages = [ ];                   # no extra packages on boot either
+    kernelPackages = pkgs.linuxPackages_latest;  # latest greatest linux kernel
+    kernelParams = [ "silent" ];                 # quiet those logs
+
+    consoleLogLevel = 0;                         # quiten more logs
+    plymouth.enable = true;                      # graphical boot animation instead
+
+    supportedFilesystems = [ "ntfs" ];           # should see the ntfs (windows)
+
+    loader = {
+      systemd-boot.enable = true;                # systemd-boot
+      systemd-boot.configurationLimit = 10;
+      efi.canTouchEfiVariables = true;           # allow editing efi to edit the boot loader
+
+
+      timeout = 5;                               # grub timeout to make a selection
+    };
+  };
+}
+
+
+
+
+
+

17.6. Login

+
+

+Here we control what the login screen would look like. In configuration/default.nix you can choose whether to use tuigreet (very minimalistic) or LightDM (nicer, themeable) +

+
+
+
+

17.7. Tuigreet

+
+

+Doesn't match the rest of the aesthetic of the system (with hyprland), but I like its simplicity. +

+ +
+
{ pkgs, user, ... } :
+{
+  environment.systemPackages = with pkgs; [
+    tuigreet
+  ];
+  services.greetd = {
+    enable = true;
+    settings = {
+      default_session = {
+        command = pkgs.lib.mkForce "${pkgs.tuigreet}/bin/tuigreet --remember --time --time-format '%I:%M %p | %a • %h | %F'";
+      };
+    };
+  };
+}
+
+
+
+
+
+

17.8. LightDM

+
+
+
{ config, pkgs, lib, ... }:
+
+let
+  lightdmConf = builtins.readFile ../../assets/conf/core/lightdm.conf;
+  lockPng     = ../../assets/lock.png;
+
+  greeterConfPath = ../../assets/conf/core/lightdm-gtk-greeter.conf;
+  greeterRaw      = builtins.readFile greeterConfPath;
+
+  # Extract "key = value" from the greeter conf.
+  # Returns null if not found.
+  getIniValue = key:
+    let
+      lines = lib.splitString "\n" greeterRaw;
+
+      # Captures the value part (group 0) from a single line.
+      # We match line-by-line because Nix regex does NOT support PCRE flags like (?s).
+      m =
+        let
+          ms = builtins.filter (x: x != null) (map (line:
+            builtins.match
+              ("^[[:space:]]*" + key + "[[:space:]]*=[[:space:]]*([^#;]+).*$")
+              line
+          ) lines);
+        in
+          if ms == [] then null else builtins.elemAt ms 0;
+    in
+      if m == null then null else lib.strings.trim (builtins.elemAt m 0);
+
+  # In your greeter.conf these are *package keys*, not theme names.
+  themePkgKey  = getIniValue "theme-name";
+  iconPkgKey   = getIniValue "icon-theme-name";
+  cursorPkgKey = getIniValue "cursor-theme-name";
+
+  cursorSizeStr = getIniValue "cursor-theme-size";
+  cursorSize =
+    if cursorSizeStr == null then null
+    else lib.toInt (lib.strings.trim cursorSizeStr);
+
+  # Map package-keys (from greeter.conf) -> { package, name }
+  #
+  # IMPORTANT:
+  # - "name" must be the real theme/icon/cursor NAME as seen under share/themes or share/icons.
+  # - "package" is the Nixpkgs derivation providing it.
+  pkgMap = {
+    catppuccinThemePkg = {
+      package = pkgs.catppuccin-gtk.override {
+        accents = [ "blue" ];
+        variant = "mocha";
+        size    = "standard";
+        tweaks  = [ ];
+      };
+      name = "Catppuccin-Mocha-Standard-Blue-Dark";
+    };
+
+    papirus-icon-theme = {
+      package = pkgs.papirus-icon-theme;
+      name    = "Papirus-Dark";
+    };
+
+    bibata-cursors = {
+      package = pkgs.bibata-cursors;
+      name    = "Bibata-Modern-Ice";
+    };
+  };
+
+  pick = key:
+    if key == null then
+      throw "lightdm: missing required key in ${toString greeterConfPath}"
+    else if !(pkgMap ? "${key}") then
+      throw "lightdm: unknown package key '${key}' in ${toString greeterConfPath}. Known keys: ${lib.concatStringsSep ", " (builtins.attrNames pkgMap)}"
+    else
+      pkgMap."${key}";
+
+  themeSel  = pick themePkgKey;
+  iconSel   = pick iconPkgKey;
+  cursorSel = pick cursorPkgKey;
+
+  # Rewrite greeter.conf so LightDM sees REAL names, not package keys.
+  # Also force background to lockPng.
+    greeterFixed =
+    ''
+      [greeter]
+      theme-name = ${themeSel.name}
+      icon-theme-name = ${iconSel.name}
+      cursor-theme-name = ${cursorSel.name}
+      ${lib.optionalString (cursorSize != null) "cursor-theme-size = ${toString cursorSize}"}
+    ''
+    + "\n"
+    + greeterRaw;
+in
+{
+  services.greetd.enable = false;
+
+  services.xserver = {
+    enable = true;
+    desktopManager.xterm.enable = false;
+
+    displayManager.lightdm = {
+      enable = true;
+      background = lockPng;
+
+      greeters.gtk = {
+        enable = true;
+
+        theme = {
+          name    = themeSel.name;
+          package = themeSel.package;
+        };
+
+        iconTheme = {
+          name    = iconSel.name;
+          package = iconSel.package;
+        };
+
+        cursorTheme = {
+          name    = cursorSel.name;
+          package = cursorSel.package;
+        } // lib.optionalAttrs (cursorSize != null) {
+          size = cursorSize;
+        };
+
+        # This includes your (rewritten) greeter config.
+        extraConfig = greeterFixed;
+      };
+
+      extraConfig = lightdmConf;
+    };
+  };
+
+  programs.hyprland.enable = true;
+
+  # Optional: make them available system-wide as well
+  environment.systemPackages = [
+    themeSel.package
+    iconSel.package
+    cursorSel.package
+  ];
+}
+
+
+
+
+
+
+

17.9. Terminal (default system)

+
+

+This is the initial system level configuration for the terminal that I use on this machine. Its just zsh. +

+ +
+
{ pkgs, user, ... }:
+{
+  console.useXkbConfig = true;
+  users.users.${user.username}.shell = pkgs.zsh;
+  programs.zsh.enable = true;
+  environment.shells = [ pkgs.zsh ];
+  environment.pathsToLink = [ "/share/zsh" ];
+}
+
+
+
+
+
+

17.10. Files

+
+

+I use Thunar as the file explorer. Also setup a few plugins for Thunar in this config. +Along with that, a few other utilities like zip and enabling services to automount usb drives. +

+ +
+
{ pkgs, user, config, ... }:
+{
+  environment.systemPackages = with pkgs; [
+    zip
+    unzip
+    p7zip
+    usbutils
+    udiskie
+    file-roller
+  ];
+
+  programs.thunar = {
+    enable = true;
+    plugins = with pkgs; [
+      thunar-archive-plugin
+      thunar-media-tags-plugin
+      thunar-volman
+      thunar-vcs-plugin
+    ];
+  };
+
+  programs.xfconf.enable = true; # to save thunar settings
+
+  services = {
+    gvfs.enable = true;    # Mount, trash, and other functionalities
+    tumbler.enable = true; # Thumbnail support for images
+    udisks2.enable = true; # Auto mount usb drives
+  };
+}
+
+
+
+
+
+

17.11. Locale

+
+

+I live in Netherlands and would like all my locale and timezone settings to match. Except my default locale. +

+
+
{ user, ... } :
+let
+  locale = user.locale;
+  defaultLocale = "nl_NL.UTF-8";
+in
+{
+  # Set your time zone.
+  time.timeZone = "Europe/Amsterdam";
+
+  # Select internationalisation properties.
+  i18n.defaultLocale = defaultLocale;
+
+  i18n.extraLocaleSettings = {
+    LC_ADDRESS = locale;
+    LC_IDENTIFICATION = locale;
+    LC_MEASUREMENT = locale;
+    LC_MONETARY = locale;
+    LC_NAME = locale;
+    LC_NUMERIC = locale;
+    LC_PAPER = locale;
+    LC_TELEPHONE = locale;
+    LC_TIME = defaultLocale;
+  };
+}
+
+
+
+
+
+

17.12. Networking

+
+

+Not much to see here. I want networking to be enabled. I want firewall as well. +

+
+
{ pkgs, lib, ... }:
+{
+  networking = {
+    useDHCP = lib.mkDefault true;
+    networkmanager.enable = true;
+    networkmanager.wifi.backend = "iwd";
+    wireless.iwd.enable = true;
+    wireless.userControlled.enable = true;
+    firewall = {
+      enable = true;
+      # KDE Connect: discovery + encrypted connections
+      allowedTCPPortRanges = [
+        { from = 1714; to = 1764; }
+      ];
+      allowedUDPPortRanges = [
+        { from = 1714; to = 1764; }
+      ];
+    };
+  };
+  environment.systemPackages = with pkgs; [ impala ];
+}
+
+
+
+
+
+

17.13. Hyprland

+
+

+This is a big one because the DE needs so much configuration. This section mostly installs Hyprland. +The configuration is done in the home manager section. +

+
+
{ pkgs, ... }:
+{
+  nix.settings = {
+    substituters = [ "https://hyprland.cachix.org" ];
+    trusted-public-keys = [
+      "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
+    ];
+  };
+  services.dbus.enable = true;
+  security.polkit.enable = true;
+  services.flatpak.enable = true;
+  services.pipewire = {
+    enable = true;
+    alsa.enable = true;
+    alsa.support32Bit = true;
+    pulse.enable = true;
+    wireplumber.enable = true;
+  };
+  services.gvfs.enable = true;
+  xdg.portal = {
+    enable = true;
+    extraPortals = with pkgs; [
+      xdg-desktop-portal-hyprland
+      xdg-desktop-portal-gtk
+    ];
+    config.common.default = [ "hyprland" "gtk" ];
+  };
+  environment.systemPackages = with pkgs; [
+    walker
+    uwsm
+    hyprland-qtutils
+    hyprpolkitagent
+    grimblast
+  ];
+  programs = {
+    uwsm.enable = true;
+    uwsm.waylandCompositors.hyprland = {
+      prettyName = "Hyprland";
+      comment = "Hyprland compositor managed by UWSM";
+      binPath = "/run/current-system/sw/bin/Hyprland";
+    };
+    hyprland = {
+      withUWSM = true;
+      enable = true;
+      xwayland.enable = true;
+    };
+  };
+  environment.sessionVariables = {
+    XDG_SESSION_TYPE = "wayland";
+    XDG_CURRENT_DESKTOP = "Hyprland";
+    XDG_SESSION_DESKTOP = "Hyprland";
+    NIXOS_OZONE_WL = "1";
+    XCURSOR_SIZE = "24";
+  };
+  security.pam.services.hyprlock = { };
+  # Optional; GNOME-specific (keep only if you really use gnome-keyring integration)
+  security.pam.services.gdm.enableGnomeKeyring = true;
+}
+
+
+
+
+
+
+
+

17.14. Services

+
+

+These are some of the services that I enable at the system level. Explanation in the comments. +

+
+
{ user, ...} :
+{
+  services = {
+    blueman.enable = true;                # bluetooth manager
+    fwupd.enable = true;                  # firmware updating service
+    fstrim.enable = true;                 # ssd maintenance service
+    thermald.enable = true;               # thermal regulation service
+    printing.enable = true;               # printing services, cups
+    gnome.gnome-keyring.enable = true;    # keyring
+    flatpak.enable = true;                # allow installing things from flatpaks
+    #flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
+
+    # printer discovery
+    avahi = {
+      enable = true;
+      nssmdns4 = true;
+      openFirewall = true;
+    };
+  };
+
+  virtualisation.docker.enable = true;    # enable docker
+  users.users.${user.username}.extraGroups = [ "docker" ]; # add self to docker user group
+}
+
+
+
+
+
+

17.15. Audio

+
+
+
{ config, pkgs, lib, ... }:
+
+{
+  environment.systemPackages = with pkgs; [
+    pipewire
+    wireplumber
+    alsa-utils
+    pulseaudio
+    pamixer
+    pavucontrol
+  ];
+
+  services.pipewire = {
+    enable = true;
+    alsa.enable = true;
+    alsa.support32Bit = true;
+    pulse.enable = true;
+    jack.enable = true;
+    wireplumber.enable = true;
+  };
+
+  security.rtkit.enable = true;
+
+  # Helps on many laptops (Intel SOF etc.)
+  hardware.enableRedistributableFirmware = true;
+
+  # Prefer analog over HDMI/DP in a machine-agnostic way
+  services.pipewire.wireplumber.extraConfig."51-audio-priorities" = {
+    "monitor.alsa.rules" = [
+      # De-prioritize HDMI / DisplayPort sinks
+      {
+        matches = [
+          { "node.name" = "~alsa_output\\..*HDMI.*"; }
+          { "node.name" = "~alsa_output\\..*DisplayPort.*"; }
+        ];
+        actions.update-props = {
+          "priority.session" = 100;
+          "priority.driver" = 100;
+        };
+      }
+
+      # Prefer analog sinks (speakers/headphones)
+      {
+        matches = [
+          { "node.name" = "~alsa_output\\..*analog.*"; }
+          { "node.name" = "~alsa_output\\..*Headphones.*"; }
+          { "node.name" = "~alsa_output\\..*Speaker.*"; }
+        ];
+        actions.update-props = {
+          "priority.session" = 2000;
+          "priority.driver" = 2000;
+        };
+      }
+    ];
+  };
+
+  # Optional: clear "sticky" user-selected defaults so priority rules win
+  systemd.user.services.wireplumber-clear-default-nodes = {
+    description = "Clear WirePlumber saved default nodes (avoid HDMI becoming sticky)";
+
+    after = [ "wireplumber.service" ];
+    partOf = [ "wireplumber.service" ];
+    wantedBy = [ "default.target" ];
+
+    serviceConfig = {
+      Type = "oneshot";
+      ExecStart = "${pkgs.coreutils}/bin/rm -f %h/.local/state/wireplumber/default-nodes";
+    };
+  };
+}
+
+
+
+
+
+
+

17.16. Miscellaneous Packages and Programs

+
+
+
environment.systemPackages = with pkgs; [
+  wget       # fetch utility
+  curl       # more fetch utility
+  binutils   # executable utilities, like ld
+  dmidecode  # tool for dumping system info
+  libnotify  # notification daemon
+  python3    # nice to have this ready for quick things
+  cacert     # certificate authority
+  remmina    # remote desktop app
+  #rg         # ripgrep
+  wev        # for finding keypresses
+  tree       # list foldetrtree's
+  file       # filinfo
+  htop       # sysmonitor
+  solaar     # logitech controller
+  git        # source control
+ # jetbrains.pycharm # Dev and course environment
+
+
+];
+
+# to enable icons with wlogout
+# https://github.com/catppuccin/nix/issues/584
+programs.gdk-pixbuf.modulePackages = [ pkgs.librsvg ];
+
+
+ +
+
programs = {
+  nix-ld.enable = true;   # helps with linking troubles with dynamic libraries
+  appimage.enable = true; # allow appimage installations
+  dconf.enable = true;    # to save user settings
+  gnupg.agent = {
+    # pgp client
+    enable = true;
+    enableSSHSupport = true;
+  };
+  firefox.enable = true;   # browser
+  wireshark.enable = true; # vpn
+};
+
+
+
+
+
+

17.17. Fonts

+
+

+Nothing much to see here. I love Aporetic, and I use it everywhere. +

+
+
fonts.packages = with pkgs; [
+  aporetic
+  nerd-fonts.iosevka
+];
+
+
+
+
+
+

17.18. User Config

+
+

+This creates the user profile that I login with. Initially created during install. +

+
+
users.users.${user.username} = {
+  isNormalUser = true;
+  description = "henrov";
+  extraGroups = [
+    "networkmanager" # allow editing network connections
+    "wheel"          # can do sudo
+    "scanner"        # access to the network scanner
+    "lp"             # access to the printer
+  ];
+};
+
+
+
+
+
+
+

18. Home

+
+

+I use home-manager to manage my user level dotfiles and configurations. +Most of the "theme" of the system is decided here. +I also use it to install programs that are okay with being installed at the user level instead of the system. +

+
+
+

18.1. default.nix

+
+

+This module will import all necessities. +

+ +
+
{ pkgs, user, ... } :
+  {
+    imports = [
+      #./apps/default-apps.nix
+      ./apps/theme.nix
+      ./desktop/hypridle.nix
+      ./desktop/hyprland.nix
+      ./desktop/hyprexpo.nix
+      ./desktop/hyprlock.nix
+      ./desktop/hyprshell.nix
+      ./desktop/wallpaper.nix
+      ./desktop/waybar.nix
+      ./desktop/walker.nix
+      ./dev/dev.nix
+      ./dev/shells.nix
+      ./dev/starship.nix
+      ./dev/emacs
+    ];
+
+    <<home-user>>
+
+    <<home-packages>>
+
+    programs.home-manager.enable =  true;
+  }
+
+
+
+
+
+

18.2. Wallpaper

+
+

+wallpaper.nix installs wpaperd and deploys your wallpaper files from the repo (./assets/conf/desktop/wallpaper/pictures/) into ~/conf/desktop/wallpaper/pictures. It also deploys the default wallpaper configuration from assets/conf/desktop/wallpaper/wallpaper.conf into ~/conf/desktop/wallpaper/wallpaper.conf, which is the file you can edit as a user override. +Finally, it creates a systemd user service (wpaperd.service) that automatically starts wpaperd at login and keeps it running, using your override config so wallpapers rotate according to your settings. +

+ +
+
{ config, pkgs, lib, flakeRoot, ... }:
+let
+  repoWallpaperDir  = flakeRoot + "/assets/conf/desktop/wallpaper";
+  repoWallpaperConf = flakeRoot + "/assets/conf/desktop/wallpaper/wallpaper.conf";
+  userRelRoot  = "nixos_conf/wallpaperstuff";
+  userAbsRoot  = "${config.home.homeDirectory}/${userRelRoot}";
+  userConfPath = "${userAbsRoot}/wallpaper.conf";
+  # Exclude wallpaper.conf so HM does NOT manage it (avoids backup collisions)
+  repoWallpapersOnly = lib.cleanSourceWith {
+    src = repoWallpaperDir;
+    filter = path: type:
+      (builtins.baseNameOf path) != "wallpaper.conf";
+  };
+in
+{
+  home.packages = [ pkgs.wpaperd ];
+  # Sync everything *except* wallpaper.conf into ~/nixos_conf/wallpaperstuff
+  home.file."${userRelRoot}" = {
+    source = repoWallpapersOnly;
+    recursive = true;
+  };
+  # Now safely overwrite the config every activation (no HM collision)
+  home.activation.wallpaperConfForce =
+    lib.hm.dag.entryAfter [ "writeBoundary" ] ''
+      set -euo pipefail
+      mkdir -p "${userAbsRoot}"
+      install -m 0644 "${repoWallpaperConf}" "${userConfPath}"
+    '';
+  systemd.user.services.wpaperd = {
+    Unit = {
+      Description = "wpaperd wallpaper daemon";
+      After = [ "default.target" ];
+    };
+    Service = {
+      Type = "simple";
+      ExecStart = "${pkgs.wpaperd}/bin/wpaperd --config ${userConfPath}";
+      Restart = "on-failure";
+      RestartSec = 1;
+    };
+    Install.WantedBy = [ "default.target" ];
+  };
+}
+
+
+
+
+
+

18.3. Waybar

+
+ +
+

waybar.png +

+
+ +

+Mostly styling and enabling modules in the top bar. +

+
+
{ config, lib, pkgs, flakeRoot, ... }:
+let
+  repoWaybarDir = flakeRoot + "/assets/conf/desktop/waybar";
+in
+{
+  programs.waybar.enable = true;
+
+  # Ensure config matches repo (HM-managed symlink, not user-editable)
+  xdg.configFile."waybar/config" = {
+    source = repoWaybarDir + "/config.jsonc";
+    force = true;
+  };
+
+  # Override HM's internally-generated waybar-style.css derivation
+  # and use your repo file instead.
+  xdg.configFile."waybar/style.css" = {
+    source = lib.mkForce (repoWaybarDir + "/style.css");
+    force = true;
+  };
+
+  # Prevent HM from also trying to generate style content via programs.waybar.style
+  # (not strictly required once mkForce is in place, but keeps intent clear)
+  programs.waybar.style = "";
+}
+
+
+
+
+
+

18.4. Lock Screen

+
+

+The lock screen configured using hyprlock. +I use hypridle to detect idle time and use wlogout to show a logout menu. +They are configured below. +

+
+
{config, lib, pkgs, flakeRoot, ... }:
+let
+  lockPngSrc   = flakeRoot + "/assets/lock.png";
+  hyprlockConf = flakeRoot + "/assets/conf/desktop/hypr/hyprlock.conf";
+in
+{
+  home.packages = [ pkgs.hyprlock ];
+  xdg.configFile."hypr/lock.png".source = lockPngSrc;
+  xdg.configFile."hypr/hyprlock.conf".source = hyprlockConf;
+}
+
+
+
+
+
+

18.5. Idle Screen

+
+

+<henro: needs instruction> +

+
+
{ config, lib, pkgs, flakeRoot, ... }:
+let
+  hypridleConf = flakeRoot + "/assets/conf/desktop/hypr/hypridle.conf";
+in
+{
+  home.packages = [ pkgs.hypridle ];
+  xdg.configFile."hypr/hypridle.conf".source = hypridleConf;
+}
+
+
+
+
+
+

18.6. Hyprshell

+
+

+For nice task-starting and -switching +

+
+
# home/desktop/hyprshell.nix  (Home-Manager module)
+{ config, pkgs, lib, flakeRoot, ... }:
+let
+  repoDir = flakeRoot + "/assets/conf/desktop/hypr/hyprshell";
+  cfgRon  = repoDir + "/config.ron";
+  cssFile = repoDir + "/styles.css";
+in
+{
+  xdg.enable = true;
+  home.packages = [ pkgs.hyprshell ];
+  # Link repo -> ~/.config/hyprshell/...
+  xdg.configFile."hyprshell/config.ron".source = cfgRon;
+  xdg.configFile."hyprshell/styles.css".source = cssFile;
+  # Autostart (systemd user service)
+  systemd.user.services.hyprshell = {
+    Unit = {
+      Description = "Hyprshell (window switcher / launcher)";
+      PartOf = [ "graphical-session.target" ];
+      After  = [ "graphical-session.target" ];
+    };
+    Service = {
+      ExecStart = "${pkgs.hyprshell}/bin/hyprshell";
+      Restart = "on-failure";
+      RestartSec = 1;
+    };
+    Install = {
+      WantedBy = [ "graphical-session.target" ];
+    };
+  };
+}
+
+
+
+
+
+

18.7. Hyprland

+
+

+This configures the desktop environment along with the peripherals. The comments should explain whats happening. +

+
+
{ config, lib, pkgs, flakeRoot, ... }:
+let
+  hyprConf     = flakeRoot + "/assets/conf/desktop/hypr/hyprland.conf";
+  bindingsConf = flakeRoot + "/assets/conf/desktop/hypr/bindings.conf";
+in
+{
+  programs.kitty.enable = true;
+
+  wayland.windowManager.hyprland = {
+    enable = true;
+    # Load base config + bindings from repo files
+    extraConfig =
+      (builtins.readFile hyprConf)
+      + "\n\n# --- Repo keybindings ---\n"
+      + (builtins.readFile bindingsConf)
+      + "\n";
+  };
+
+  xdg.configFile."hypr/scripts/lid-lock.sh" = {
+    source = flakeRoot + "/assets/conf/desktop/hypr/scripts/lid-lock.sh";
+    executable = true;
+  };
+  xdg.portal = {
+    enable = true;
+
+    extraPortals = with pkgs; [
+      xdg-desktop-portal-gtk
+      xdg-desktop-portal-hyprland
+    ];
+
+    # GTK als algemene backend (OpenURI is daar betrouwbaar)
+    config.common.default = [ "gtk" ];
+
+    # Hyprland alleen voor screensharing / remote desktop
+    config.hyprland = {
+      "org.freedesktop.impl.portal.Screencast" = [ "hyprland" ];
+      "org.freedesktop.impl.portal.RemoteDesktop" = [ "hyprland" ];
+    };
+  };
+}
+
+
+
+
+
+

18.8. Walker

+
+

+This is how I launch applications. It is bound to Win+Space in the ./asstes/conf/desktop/hypr/bindings.conf. +

+
+
{ config, pkgs, lib, inputs ? null, ... }:
+
+let
+  walkerPkg =
+    if inputs != null && inputs ? walker
+    then inputs.walker.packages.${pkgs.system}.default
+    else pkgs.walker;
+
+  elephantPkg =
+    if inputs != null && inputs ? elephant
+    then inputs.elephant.packages.${pkgs.system}.default
+    else pkgs.elephant;
+
+  sessionTarget = "graphical-session.target";
+in
+{
+  xdg.enable = true;
+
+  home.packages = [
+    walkerPkg
+    elephantPkg
+  ];
+
+  systemd.user.services.elephant = {
+    Unit = {
+      Description = "Elephant backend for Walker";
+      PartOf = [ sessionTarget ];
+      After  = [ sessionTarget ];
+    };
+
+    Service = {
+      Type = "simple";
+      ExecStart = "${elephantPkg}/bin/elephant";
+
+      Restart = "on-failure";
+      RestartSec = 1;
+
+      # Ensure Elephant can create its socket under:
+      # /run/user/$UID/elephant/...
+      RuntimeDirectory = "elephant";
+      RuntimeDirectoryMode = "0700";
+
+      # Light hardening (DO NOT use ProtectSystem=strict here)
+      NoNewPrivileges = true;
+      PrivateTmp = true;
+      ProtectKernelTunables = true;
+      ProtectKernelModules = true;
+      ProtectControlGroups = true;
+      LockPersonality = true;
+      RestrictRealtime = true;
+      RestrictSUIDSGID = true;
+      SystemCallArchitectures = "native";
+    };
+
+    Install = {
+      WantedBy = [ sessionTarget ];
+    };
+  };
+
+  systemd.user.services.walker = {
+    Unit = {
+      Description = "Walker GApplication service";
+      PartOf = [ sessionTarget ];
+      After  = [ sessionTarget "elephant.service" ];
+      Wants  = [ "elephant.service" ];
+    };
+
+    Service = {
+      Type = "simple";
+      ExecStart = "${walkerPkg}/bin/walker --gapplication-service";
+
+      Restart = "on-failure";
+      RestartSec = 1;
+
+      # Light hardening
+      NoNewPrivileges = true;
+      PrivateTmp = true;
+      ProtectKernelTunables = true;
+      ProtectKernelModules = true;
+      ProtectControlGroups = true;
+      LockPersonality = true;
+      RestrictRealtime = true;
+      RestrictSUIDSGID = true;
+      SystemCallArchitectures = "native";
+    };
+
+    Install = {
+      WantedBy = [ sessionTarget ];
+    };
+  };
+}
+
+
+
+
+
+

18.9. Theme

+
+

+I use the Catppuccin almost everywhere. The nix module integrates almost automatically everywhere (except gtk). +You'll notice the color values in multiple places outside this as well. +

+
+
{ pkgs, ...}:
+{
+  gtk = {
+    enable = true;
+    colorScheme = "dark";
+    theme = {
+      name = "Catppuccin-GTK-Grey-Dark-Compact";
+      package = (pkgs.magnetic-catppuccin-gtk.override {
+        accent = [ "grey" ];
+        shade = "dark";
+        tweaks = [ "black" ];
+        size = "compact";
+      });
+    };
+    iconTheme.name = "Papirus-Dark";
+  };
+  catppuccin.enable = true;
+  catppuccin.flavor = "mocha";
+  catppuccin.accent = "blue";
+  catppuccin.gtk.icon.enable = true;
+  catppuccin.cursors.enable = true;
+}
+
+
+
+
+
+

18.10. Default-apps

+
+

+This is where you can set defaults +

+
+
{ config, pkgs, lib, ... }:
+{
+  xdg.mimeApps.enable = true;
+  xdg.mimeApps.defaultApplications = {
+    "x-scheme-handler/http"  = [ "app.zen_browser.zen.desktop" ];
+    "x-scheme-handler/https" = [ "app.zen_browser.zen.desktop" ];
+    "text/html"              = [ "app.zen_browser.zen.desktop" ];
+  };
+}
+
+
+
+
+
+

18.11. Hyperexpo

+
+

+hyprexpo gets installed and configured +

+
+
{ config, lib, pkgs, ... }:
+
+{
+  wayland.windowManager.hyprland = {
+    # Load the Hyprexpo plugin (from nixpkgs)
+    plugins = [
+      pkgs.hyprlandPlugins.hyprexpo
+    ];
+
+    # Append plugin config + keybind after your existing hyprland.conf
+    extraConfig = lib.mkAfter ''
+      ############################
+      # Hyprexpo (workspace/window overview)
+      ############################
+
+      # Basic plugin config (tweak as you like)
+      plugin {
+        hyprexpo {
+          columns = 3
+          gaps_in = 5
+          gaps_out = 20
+
+          # Optional; comment out if you don't want it
+          # workspace_method = center current
+        }
+      }
+    '';
+  };
+}
+
+
+
+
+
+
+

18.12. Alacritty

+
+

+Alacritty gets installed and configured +

+
+
{ config, pkgs, lib, flakeRoot, ... }:
+let
+  repoAlacrittyConf = flakeRoot + "/assets/conf/dev/alacritty.toml";
+in
+{
+  xdg.enable = true;
+  programs.alacritty.enable = true;
+  # Override the config generated by programs.alacritty
+  xdg.configFile."alacritty/alacritty.toml".source = lib.mkForce repoAlacrittyConf;
+  catppuccin.alacritty.enable = true;
+  catppuccin.alacritty.flavor = "mocha";
+}
+
+
+
+
+
+

18.13. Dev Tools

+
+

+All the miscellaneous dev tools on this computer. +

+
+
{ config, pkgs, lib, ... }:
+{
+  programs = {
+    vscode.enable = true;
+    vim.enable = true;
+    ripgrep.enable = true;
+    btop.enable = true;
+
+    fzf = {
+      enable = true;
+      enableZshIntegration = true;
+      enableBashIntegration = true;
+    };
+
+    zoxide = {
+      enable = true;
+      enableZshIntegration = true;
+      enableBashIntegration = true;
+    };
+
+    eza = {
+      enable = true;
+      enableZshIntegration = true;
+      enableBashIntegration = true;
+    };
+
+    direnv = {
+      enable = true;
+      enableZshIntegration = true;
+      enableBashIntegration = true;
+      nix-direnv.enable = true;
+    };
+
+    # Zsh-specific config belongs here
+    zsh = {
+ # for emacs-eat package
+      initContent = lib.mkOrder 1200 ''
+        [ -n "$EAT_SHELL_INTEGRATION_DIR" ] && \
+          source "$EAT_SHELL_INTEGRATION_DIR/zsh"
+      '';
+    };
+
+    git = {
+      enable = true;
+      lfs.enable = true;
+    };
+  };
+}
+
+
+
+
+
+
+

18.14. Kitty

+
+

+Kitty gets installed and configured +

+
+
{ config, pkgs, lib, flakeRoot, ... }:
+let
+  repoKittyConf = flakeRoot + "/assets/conf/dev/kitty.conf";
+in
+{
+  xdg.enable = true;
+  programs.kitty.enable = true;
+  catppuccin.alacritty.enable = true;
+  catppuccin.alacritty.flavor = "mocha";
+  syntaxHighlighting.enable = true;
+  autosuggestion.enable = true;
+  enableCompletion = true;
+  xdg.configFile."kitty/kitty.conf".source = repoKittyConf;
+}
+
+
+
+
+
+

18.15. Shells

+
+

+The aliases mentioned in ./assets/conf/dev/terminal/shells.conf will be added to enabled shells +

+
+
# shells.nix — Home-Manager module
+#
+# Reads:
+#   ${flakeRoot}/assets/conf/dev/terminal/enabled_shells.conf
+#   ${flakeRoot}/assets/conf/dev/terminal/aliases.conf
+#
+# For each enabled shell in [enabled_shells]:
+# - installs/enables shell (where HM has an enable option)
+# - if ${flakeRoot}/assets/conf/dev/terminal/<shell>.conf exists, sources it
+# - ensures a *user-editable* aliases file exists in the shell’s default location
+# - if a shell is disabled, its aliases file is removed
+# .
+# Notes on “editable”:
+# - We do NOT manage the aliases file with xdg.configFile/home.file (those would be overwritten).
+# - Instead, we create/remove files via home.activation (create only if missing).
+{ config, pkgs, lib, flakeRoot, ... }:
+let
+  terminalDir = flakeRoot + "/assets/conf/dev/terminal";
+  enabledFile = terminalDir + "/enabled_shells.conf";
+  aliasesFile = terminalDir + "/aliases.conf";
+  trim = lib.strings.trim;
+  # ---------- minimal INI-ish parser (sections + raw lines) ----------
+  readMaybe = p: if builtins.pathExists p then builtins.readFile p else "";
+  normalizeLine = l: trim (lib.replaceStrings [ "\r" ] [ "" ] l);
+  parseSections = text:
+    let
+      lines = map normalizeLine (lib.splitString "\n" text);
+        isHeader = l:
+        let s = l;
+        in lib.hasPrefix "[" s
+          && lib.hasSuffix "]" s
+          && builtins.stringLength s >= 3;
+      nameOf = l: lib.removeSuffix "]" (lib.removePrefix "[" l);
+      folded =
+        builtins.foldl'
+          (st: l:
+            if l == "" then st else
+            if isHeader l then st // { current = nameOf l; }
+            else
+              let
+                cur = st.current;
+                prev = st.sections.${cur} or [];
+              in
+                st // { sections = st.sections // { ${cur} = prev ++ [ l ]; }; }
+          )
+          { current = "__root__"; sections = {}; }
+          lines;
+    in
+      folded.sections;
+
+  enabledSections = parseSections (readMaybe enabledFile);
+  aliasSections   = parseSections (readMaybe aliasesFile);
+  # [enabled_shells] lines: key = yes/no
+  enabledShells =
+    let
+      raw = enabledSections.enabled_shells or [];
+      parseKV = l:
+        let m = builtins.match ''^([A-Za-z0-9_-]+)[[:space:]]*=[[:space:]]*(.*)$'' l;
+        in if m == null then null else {
+          k = trim (builtins.elemAt m 0);
+          v = lib.toLower (trim (builtins.elemAt m 1));
+        };
+      kvs = builtins.filter (x: x != null) (map parseKV raw);
+    in
+      map (x: x.k) (builtins.filter (x: x.v == "yes" || x.v == "true" || x.v == "1") kvs);
+  shellEnabled = shell: builtins.elem shell enabledShells;
+  # ---------- per-shell repo config file (<shell>.conf) ----------
+  shellConfPath = shell: terminalDir + "/${shell}.conf";
+  shellConfExists = shell: builtins.pathExists (shellConfPath shell);
+  sourceIfExistsSh = p: ''
+    if [ -f "${toString p}" ]; then
+      source "${toString p}"
+    fi
+  '';
+ # ---------- aliases section helpers ----------
+  secLines = name: aliasSections.${name} or [];
+  secText  = name: lib.concatStringsSep "\n" (secLines name);
+  # Default alias-file locations
+  bashAliasesPath = "${config.home.homeDirectory}/.bash_aliases";
+  zshAliasesPath  = "${config.home.homeDirectory}/.zsh_aliases";
+  fishAliasesPath = "${config.xdg.configHome}/fish/conf.d/aliases.fish";
+  # Seeds (created once; user can edit afterwards)
+  bashSeed = ''
+    # Created once from: ${toString aliasesFile}
+    # Edit freely; Home Manager will not overwrite this file.
+    #
+    ${secText "bash_zsh"}
+    ${secText "bash_specific"}
+    '';
+  zshSeed = ''
+    # Created once from: ${toString aliasesFile}
+    # Edit freely; Home Manager will not overwrite this file.
+    #
+    ${secText "bash_zsh"}
+    ${secText "zsh_specific"}
+    '';
+  # Fish: translate [bash_zsh] POSIX alias lines + append [fish_specific] as-is
+  parsePosixAlias = l:
+    let
+      m = builtins.match ''^[[:space:]]*alias[[:space:]]+([A-Za-z0-9_+-]+)=(.*)$'' l;
+    in
+      if m == null then null else
+        let
+          name = trim (builtins.elemAt m 0);
+          rhs0 = trim (builtins.elemAt m 1);
+          unquote =
+            if lib.hasPrefix "'" rhs0 && lib.hasSuffix "'" rhs0 then
+              lib.removeSuffix "'" (lib.removePrefix "'" rhs0)
+            else if lib.hasPrefix "\"" rhs0 && lib.hasSuffix "\"" rhs0 then
+              lib.removeSuffix "\"" (lib.removePrefix "\"" rhs0)
+            else
+              rhs0;
+        in
+          { inherit name; cmd = unquote; };
+  escapeForFish = s:
+    lib.replaceStrings
+      [ "\\"  "\""  "$"   "`" ]
+      [ "\\\\" "\\\"" "\\$" "\\`" ]
+      s;
+  fishTranslated =
+    let
+      parsed = builtins.filter (x: x != null) (map parsePosixAlias (secLines "bash_zsh"));
+    in
+      lib.concatStringsSep "\n" (map (a: ''alias ${a.name} "${escapeForFish a.cmd}"'') parsed);
+  fishSeed = ''
+    # Created once from: ${toString aliasesFile}
+    # Edit freely; Home Manager will not overwrite this file.
+    status is-interactive; or exit
+
+    # Translated from [bash_zsh]:
+    ${fishTranslated}
+
+    # From [fish_specific]:
+    ${secText "fish_specific"}
+      '';
+in
+{
+  xdg.enable = true;
+  # Install/enable shells (no login-shell changes)
+  programs.bash.enable = shellEnabled "bash";
+  programs.zsh.enable  = shellEnabled "zsh";
+  programs.fish.enable = shellEnabled "fish";
+  home.packages =
+    (lib.optionals (shellEnabled "dash")    [ pkgs.dash ]) ++
+    (lib.optionals (shellEnabled "nushell") [ pkgs.nushell ]);
+  # Source per-shell repo config (if present) AND source the user alias file (if it exists).
+  # Important: define each option only ONCE.
+  programs.bash.bashrcExtra = lib.mkIf (shellEnabled "bash") (lib.mkAfter ''
+    ${lib.optionalString (shellConfExists "bash") (sourceIfExistsSh (shellConfPath "bash"))}
+    if [ -f "${bashAliasesPath}" ]; then
+      source "${bashAliasesPath}"
+    fi
+  '');
+  programs.zsh.initContent = lib.mkIf (shellEnabled "zsh") (lib.mkAfter ''
+    ${lib.optionalString (shellConfExists "zsh") (sourceIfExistsSh (shellConfPath "zsh"))}
+    if [ -f "${zshAliasesPath}" ]; then
+      source "${zshAliasesPath}"
+    fi
+  '');
+  programs.fish.interactiveShellInit = lib.mkIf (shellEnabled "fish") (lib.mkAfter ''
+    ${lib.optionalString (shellConfExists "fish") ''
+      if test -f "${toString (shellConfPath "fish")}"
+        source "${toString (shellConfPath "fish")}"
+      end
+    ''}
+    if test -f "${fishAliasesPath}"
+      source "${fishAliasesPath}"
+    end
+  '');
+# Create/remove alias files based on enabled shells
+home.activation.shellAliasesFiles = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
+  set -euo pipefail
+
+  # bash -------------------------------------------------------
+  if ${if shellEnabled "bash" then "true" else "false"}; then
+    cat > "${bashAliasesPath}" <<'EOF'
+${bashSeed}
+EOF
+  else
+    rm -f "${bashAliasesPath}"
+  fi
+
+  # zsh -------------------------------------------------------
+  if ${if shellEnabled "zsh" then "true" else "false"}; then
+    cat > "${zshAliasesPath}" <<'EOF'
+${zshSeed}
+EOF
+  else
+    rm -f "${zshAliasesPath}"
+  fi
+
+  # fish -------------------------------------------------------
+  if ${if shellEnabled "fish" then "true" else "false"}; then
+    mkdir -p "$(dirname "${fishAliasesPath}")"
+    cat > "${fishAliasesPath}" <<'EOF'
+${fishSeed}
+EOF
+  else
+    rm -f "${fishAliasesPath}"
+  fi
+    # fish
+    if ${if shellEnabled "fish" then "true" else "false"}; then
+      mkdir -p "$(dirname "${fishAliasesPath}")"
+      if [ ! -f "${fishAliasesPath}" ]; then
+        cat > "${fishAliasesPath}" <<'EOF'
+${fishSeed}
+EOF
+      fi
+    else
+      rm -f "${fishAliasesPath}"
+    fi
+  '';
+}
+
+
+
+
+
+

18.16. Zsh

+
+

+Zsh gets installed and configured +

+
+
{ config, pkgs, lib, flakeRoot, ... }:
+let
+  repoZshConf = flakeRoot + "/assets/conf/dev/terminal/zsh.conf";
+in
+{
+  programs.zsh = {
+    enable = true;
+    syntaxHighlighting.enable = true;
+    autosuggestions.enable = true;
+    enableCompletion = true;
+    autocd = true;
+    dotDir = config.home.homeDirectory;
+    # ---- Oh My Zsh ----
+    oh-my-zsh = {
+      enable = true;
+      theme = "";
+      plugins = [
+        "git"
+        "sudo"
+        "extract"
+        "colored-man-pages"
+        "command-not-found"
+        "history"
+        "docker"
+        "kubectl"
+        # IMPORTANT: these should be last
+        "zsh-autosuggestions"
+        "zsh-syntax-highlighting"
+      ];
+    };
+    '';
+  };
+}
+
+
+
+
+
+

18.17. Starship

+
+

+The configuration mentioned in ./assets/conf/dev/terminal/starship.toml will be added to enabled shells +

+
+
{ config, pkgs, lib, flakeRoot, ... }:
+
+let
+  repoStarshipToml = flakeRoot + "/assets/conf/dev/terminal/starship.toml";
+
+  # The exact key that appears in the error:
+  targetKey = "${config.home.homeDirectory}/.config/starship.toml";
+in
+{
+  xdg.enable = true;
+
+  programs.starship = {
+    enable = true;
+    enableZshIntegration  = true;
+    enableBashIntegration = true;
+    enableFishIntegration = true;
+  };
+
+  # Force the *actual conflicting option* (home.file."<abs path>".source)
+  home.file."${targetKey}".source = lib.mkForce repoStarshipToml;
+}
+
+
+
+
+
+
+

18.18. Other Settings

+
+

+Some repeated info from the configuration. +

+
+
+

18.18.1. Home User

+
+
+
home.username = "${user.username}";
+home.homeDirectory = pkgs.lib.mkDefault "/home/${user.username}";
+home.stateVersion = user.stateVersion;
+
+
+
+
+
+
+
+

19. Emacs

+
+

+I practically live inside emacs. The configuration for it is a mix between init.el and the nix configuration. +Nix allows me to install emacs packages as part of the configuration which is most of the following file. +I install the nix community provided emacs overlay that lets me have the latest emacs with pgtk ui (for wayland). +Comments describe the emacs package and what it does. +

+
+
{ pkgs, ... }:
+{
+  programs.emacs = {
+    enable = true;
+    # install with tree sitter enabled
+    package = (pkgs.emacs-pgtk.override { withTreeSitter = true; });
+    extraPackages = epkgs: [
+      # also install all tree sitter grammars
+      epkgs.manualPackages.treesit-grammars.with-all-grammars
+      epkgs.nerd-icons               # nerd fonts support
+      epkgs.doom-modeline            # model line
+      epkgs.diminish                 # hides modes from modeline
+      epkgs.eldoc                    # doc support
+      epkgs.pulsar                   # pulses the cursor when jumping about
+      epkgs.which-key                # help porcelain
+      epkgs.expreg                   # expand region
+      epkgs.vundo                    # undo tree
+      epkgs.puni                     # structured editing
+      epkgs.avy                      # jumping utility
+      epkgs.consult                  # emacs right click
+      epkgs.vertico                  # minibuffer completion
+      epkgs.marginalia               # annotations for completions
+      epkgs.crux                     # utilities
+      epkgs.magit                    # git porcelain
+      epkgs.nerd-icons-corfu         # nerd icons for completion
+      epkgs.corfu                    # completion
+      epkgs.cape                     # completion extensions
+      epkgs.orderless                # search paradigm
+      epkgs.yasnippet                # snippets support
+      epkgs.yasnippet-snippets       # commonly used snippets
+      epkgs.rg                       # ripgrep
+      epkgs.exec-path-from-shell     # load env and path
+      epkgs.eat                      # better shell
+      epkgs.rust-mode                # rust mode (when rust-ts doesn't cut it)
+      epkgs.rustic                   # more rust things
+      epkgs.nix-mode                 # nix lang
+      epkgs.hcl-mode                 # hashicorp file mode
+      epkgs.shell-pop                # quick shell popup
+      epkgs.envrc                    # support for loading .envrc
+      epkgs.nixpkgs-fmt              # format nix files
+      epkgs.f                        # string + file utilities
+      epkgs.gptel                    # llm chat (mainly claude)
+      epkgs.catppuccin-theme         # catppuccin theme
+      epkgs.eldoc-box                # docs in a box
+      epkgs.sideline                 # mainly for flymake errors on the side
+      epkgs.sideline-flymake         # mainly for flymake errors on the side
+      epkgs.sideline-eglot           # mainly for flymake errors on the side
+    ];
+  };
+  home.sessionVariables = {
+    EDITOR = "emacs";
+    XDG_SCREENSHOTS_DIR = "~/screenshots";
+  };
+  home.file = {
+    emacs-init = {
+      source = ./early-init.el;
+      target = ".emacs.d/early-init.el";
+    };
+    emacs = {
+      source = ./init.el;
+      target = ".emacs.d/init.el";
+    };
+  };
+  services.nextcloud-client = {
+  enable = true;
+  };
+}
+
+
+
+
+

19.1. Early Initialization

+
+

+There are some emacs settings that can be configured before the gui shows up. +And some of them help increase performance and let the gui show up that much faster. +These are listed here. +

+ +
+
;;; package --- early init -*- lexical-binding: t -*-
+;;; Commentary:
+;;; Prevents white flash and better Emacs defaults
+;;; Code:
+(set-language-environment "UTF-8")
+(setq-default
+ default-frame-alist
+ '((background-color . "#1e1e2e")
+   (bottom-divider-width . 1)            ; Thin horizontal window divider
+   (foreground-color . "#bac2de")        ; Default foreground color
+   (fullscreen . maximized)              ; Maximize the window by default
+   (horizontal-scroll-bars . nil)        ; No horizontal scroll-bars
+   (left-fringe . 8)                     ; Thin left fringe
+   (menu-bar-lines . 0)                  ; No menu bar
+   (right-divider-width . 1)             ; Thin vertical window divider
+   (right-fringe . 8)                    ; Thin right fringe
+   (tool-bar-lines . 0)                  ; No tool bar
+   (undecorated . t)                     ; Remove extraneous X decorations
+   (vertical-scroll-bars . nil))         ; No vertical scroll-bars
+ user-full-name "Henrov henrov"                ; ME!
+ ;; memory configuration
+ ;; Higher garbage collection threshold, prevents frequent gc locks, reset later
+ gc-cons-threshold most-positive-fixnum
+ ;; Ignore warnings for (obsolete) elisp compilations
+ byte-compile-warnings '(not obsolete)
+ ;; And other log types completely
+ warning-suppress-log-types '((comp) (bytecomp))
+ ;; Large files are okay in the new millenium.
+ large-file-warning-threshold 100000000
+ ;; dont show garbage collection messages at startup, will reset later
+ garbage-collection-messages nil
+ ;; native compilation
+ package-native-compile t
+ native-comp-warning-on-missing-source nil
+ native-comp-async-report-warnings-errors 'silent
+ ;; Read more based on system pipe capacity
+ read-process-output-max (max (* 10240 10240) read-process-output-max)
+ ;; scroll configuration
+ scroll-margin 0                                 ; Lets scroll to the end of the margin
+ scroll-conservatively 100000                    ; Never recenter the window
+ scroll-preserve-screen-position 1               ; Scrolling back and forth
+ ;; frame config
+ ;; Improve emacs startup time by not resizing to adjust for custom settings
+ frame-inhibit-implied-resize t
+ ;; Dont resize based on character height / width but to exact pixels
+ frame-resize-pixelwise t
+ ;; backups & files
+ backup-directory-alist '(("." . "~/.backups/")) ; Don't clutter
+ backup-by-copying t                             ; Don't clobber symlinks
+ create-lockfiles nil                            ; Don't have temp files
+ delete-old-versions t                           ; Cleanup automatically
+ kept-new-versions 6                             ; Update every few times
+ kept-old-versions 2                             ; And cleanup even more
+ version-control t                               ; Version them backups
+ delete-by-moving-to-trash t                     ; Dont delete, send to trash instead
+ ;; startup
+ inhibit-startup-screen t                        ; I have already done the tutorial. Twice
+ inhibit-startup-message t                       ; I know I am ready
+ inhibit-startup-echo-area-message t             ; Yep, still know it
+ initial-scratch-message nil                     ; I know it is the scratch buffer!
+ initial-buffer-choice nil
+ inhibit-startup-buffer-menu t
+ inhibit-x-resources t
+ initial-major-mode 'fundamental-mode
+ pgtk-wait-for-event-timeout 0.001               ; faster child frames
+ ad-redefinition-action 'accept                  ; dont care about legacy things being redefined
+ inhibit-compacting-font-caches t
+ ;; tabs
+ tab-width 4                                     ; Always tab 4 spaces.
+ indent-tabs-mode nil                            ; Never use actual tabs.
+ ;; rendering
+ cursor-in-non-selected-windows nil              ; dont render cursors other windows
+ ;; packages
+ use-package-always-defer t
+ load-prefer-newer t
+ default-input-method nil
+ use-dialog-box nil
+ use-file-dialog nil
+ use-package-expand-minimally t
+ package-enable-at-startup nil
+ use-package-enable-imenu-support t
+ auto-mode-case-fold nil  ; No second pass of case-insensitive search over auto-mode-alist.
+ package-archives '(("melpa"        . "https://melpa.org/packages/")
+                       ("gnu"          . "https://elpa.gnu.org/packages/")
+                       ("nongnu"       . "https://elpa.nongnu.org/nongnu/")
+                       ("melpa-stable" . "https://stable.melpa.org/packages/"))
+ package-archive-priorities '(("gnu"    . 99)
+                                 ("nongnu" . 80)
+                                 ("melpa"  . 70)
+                                 ("melpa-stable" . 50))
+ )
+ ;;; early-init.el ends here
+
+
+
+
+
+

19.2. Initialization

+
+

+Now starts the main emacs configuration. +

+ +
+
  ;;; package --- Summary - My minimal Emacs init file -*- lexical-binding: t -*-
+
+  ;;; Commentary:
+  ;;; Simple Emacs setup I carry everywhere
+
+  ;;; Code:
+(setq custom-file (locate-user-emacs-file "custom.el"))
+(load custom-file 'noerror)            ;; no error on missing custom file
+
+(require 'package)
+(package-initialize)
+
+(defun reset-custom-vars ()
+  "Resets the custom variables that were set to crazy numbers"
+  (setopt gc-cons-threshold (* 1024 1024 100))
+  (setopt garbage-collection-messages t))
+
+(use-package emacs
+  :custom
+  (native-comp-async-query-on-exit t)
+  (read-answer-short t)
+  (use-short-answers t)
+  (enable-recursive-minibuffers t)
+  (which-func-update-delay 1.0)
+  (visible-bell nil)
+  (custom-buffer-done-kill t)
+  (whitespace-line-column nil)
+  (x-underline-at-descent-line t)
+  (imenu-auto-rescan t)
+  (uniquify-buffer-name-style 'forward)
+  (confirm-nonexistent-file-or-buffer nil)
+  (create-lockfiles nil)
+  (make-backup-files nil)
+  (kill-do-not-save-duplicates t)
+  (sentence-end-double-space nil)
+  (treesit-enabled-modes t)
+  :init
+  ;; base visual
+  (menu-bar-mode -1)                   ;; no menu bar
+  (toggle-scroll-bar -1)               ;; no scroll bar
+  (tool-bar-mode -1)                   ;; no tool bar either
+  (blink-cursor-mode -1)               ;; stop blinking
+
+  ;; font of the century
+  (set-frame-font "Aporetic Sans Mono 12" nil t)
+
+  :bind
+  (("C-<wheel-up>"   . pixel-scroll-precision) ; dont zoom in please, just scroll
+   ("C-<wheel-down>" . pixel-scroll-precision) ; dont zoom in either, just scroll
+   ("C-x k"          . kill-current-buffer))   ; kill the buffer, dont ask
+  :hook
+  (text-mode . delete-trailing-whitespace-mode)
+  (prog-mode . delete-trailing-whitespace-mode)
+  (after-init . global-display-line-numbers-mode) ;; always show line numbers
+  (after-init . column-number-mode)               ;; column number in the mode line
+  (after-init . size-indication-mode)             ;; file size in the mode line
+  (after-init . pixel-scroll-precision-mode)      ;; smooth mouse scroll
+  (after-init . electric-pair-mode)               ;; i mean ... parens should auto create
+  (after-init . reset-custom-vars)
+  )
+
+(use-package autorevert
+  :ensure nil
+  :custom
+  (auto-revert-interval 3)
+  (auto-revert-remote-files nil)
+  (auto-revert-use-notify t)
+  (auto-revert-avoid-polling nil)
+  (auto-revert-verbose t)
+  :hook
+  (after-init . global-auto-revert-mode))
+
+(use-package recentf
+  :ensure nil
+  :commands (recentf-mode recentf-cleanup)
+  :hook
+  (after-init . recentf-mode)
+  :custom
+  (recentf-auto-cleanup 'never)
+  (recentf-exclude
+   (list "\\.tar$" "\\.tbz2$" "\\.tbz$" "\\.tgz$" "\\.bz2$"
+         "\\.bz$" "\\.gz$" "\\.gzip$" "\\.xz$" "\\.zip$"
+         "\\.7z$" "\\.rar$"
+         "COMMIT_EDITMSG\\'"
+         "\\.\\(?:gz\\|gif\\|svg\\|png\\|jpe?g\\|bmp\\|xpm\\)$"
+         "-autoloads\\.el$" "autoload\\.el$"))
+
+  :config
+  ;; A cleanup depth of -90 ensures that `recentf-cleanup' runs before
+  ;; `recentf-save-list', allowing stale entries to be removed before the list
+  ;; is saved by `recentf-save-list', which is automatically added to
+  ;; `kill-emacs-hook' by `recentf-mode'.
+  (add-hook 'kill-emacs-hook #'recentf-cleanup -90))
+
+(use-package savehist
+  :ensure nil
+  :commands (savehist-mode savehist-save)
+  :hook
+  (after-init . savehist-mode)
+  :custom
+  (savehist-autosave-interval 600)
+  (savehist-additional-variables
+   '(kill-ring                        ; clipboard
+     register-alist                   ; macros
+     mark-ring global-mark-ring       ; marks
+     search-ring regexp-search-ring)))
+
+(use-package hl-line
+  :ensure nil
+  :custom
+  (hl-line-sticky-flag nil)
+  (global-hl-line-sticky-flag nil)
+  :hook
+  (after-init . global-hl-line-mode))
+
+(use-package saveplace
+  :ensure nil
+  :commands (save-place-mode save-place-local-mode)
+  :hook
+  (after-init . save-place-mode)
+  :custom
+  (save-place-limit 400))
+
+(use-package nerd-icons
+  :custom
+  ;; disable bright icon colors
+  (nerd-icons-color-icons nil))
+
+(use-package doom-modeline
+  :custom
+  (inhibit-compacting-font-caches t)    ;; speed
+  (doom-modeline-buffer-file-name-style 'relative-from-project)
+  (doom-modeline-major-mode-icon nil)   ;; distracting icons, no thank you
+  (doom-modeline-buffer-encoding nil)   ;; everything is utf-8 anyway
+  (doom-modeline-buffer-state-icon nil) ;; the filename already shows me
+  (doom-modeline-lsp nil)               ;; lsp state is too distracting, too often
+  :hook (after-init . doom-modeline-mode))
+
+(load-theme 'catppuccin :no-confirm)
+
+(use-package diminish :demand t)         ;; declutter the modeline
+(use-package eldoc
+  :diminish eldoc-mode
+  :custom
+  (eldoc-echo-area-use-multiline-p nil)) ;; docs for everything
+
+(use-package eldoc-box
+  :defer t
+  :config
+  (set-face-background 'eldoc-box-border (catppuccin-color 'green))
+  (set-face-background 'eldoc-box-body (catppuccin-color 'base))
+  :bind
+  (("M-h" . eldoc-box-help-at-point)))
+
+(use-package pulsar
+  :commands pulsar-global-mode pulsar-recenter-top pulsar-reveal-entry
+  :init
+  (defface pulsar-catppuccin
+    `((default :extend t)
+      (((class color) (min-colors 88) (background light))
+       :background ,(catppuccin-color 'sapphire))
+      (((class color) (min-colors 88) (background dark))
+       :background ,(catppuccin-color 'sapphire))
+      (t :inverse-video t))
+    "Alternative nord face for `pulsar-face'."
+    :group 'pulsar-faces)
+  :custom
+  (pulsar-face 'pulsar-catppuccin)
+  :hook
+  (after-init . pulsar-global-mode))
+
+(use-package which-key
+  :commands which-key-mode
+  :diminish which-key-mode
+  :hook
+  (after-init . which-key-mode))
+
+(use-package expreg
+  :bind ("M-m" . expreg-expand))
+
+(use-package vundo) ;; undo tree
+
+;; better structured editing
+(use-package puni
+  :commands puni-global-mode
+  :hook
+  (after-init . puni-global-mode))
+
+(use-package avy
+  :bind
+  ("M-i" . avy-goto-char-2)
+  :custom
+  (avy-background t))
+
+(use-package consult
+  :bind
+  ("C-x b"   . consult-buffer)     ;; orig. switch-to-buffer
+  ("M-y"     . consult-yank-pop)   ;; orig. yank-pop
+  ("M-g M-g" . consult-goto-line)  ;; orig. goto-line
+  ("M-g i"   . consult-imenu)      ;; consult version is interactive
+  ("M-g r"   . consult-ripgrep)    ;; find in project also works
+  :custom
+  (consult-narrow-key "<"))
+
+(use-package vertico
+  :commands vertico-mode
+  :custom
+  (read-file-name-completion-ignore-case t)
+  (read-buffer-completion-ignore-case t)
+  (completion-ignore-case t)
+  (enable-recursive-minibuffers t)
+  (minibuffer-prompt-properties '(read-only t cursor-intangible t face minibuffer-prompt))
+  :init
+  (vertico-mode)
+  :hook
+  (minibuffer-setup-hook . cursor-intangible-mode))
+
+(use-package marginalia
+  :commands marginalia-mode
+  :hook (after-init . marginalia-mode))
+
+(use-package crux
+  :bind
+  ("C-c M-e" . crux-find-user-init-file)
+  ("C-c C-w" . crux-transpose-windows)
+  ("C-c M-d" . crux-find-current-directory-dir-locals-file)
+  ("C-a"     . crux-move-beginning-of-line))
+
+(use-package magit
+  :bind (("C-M-g" . magit-status)))
+
+(use-package nerd-icons-corfu
+  :commands nerd-icons-corfu-formatter
+  :defines corfu-margin-formatters)
+
+(use-package corfu
+  :commands global-corfu-mode
+  :custom
+  (corfu-cycle t)
+  (corfu-auto t)
+  (corfu-auto-delay  1)
+  (corfu-auto-prefix 3)
+  (corfu-separator ?_)
+  :hook
+  (after-init . global-corfu-mode)
+  :config
+  (add-to-list 'corfu-margin-formatters #'nerd-icons-corfu-formatter))
+
+(use-package cape)
+
+(use-package orderless
+  :custom
+  (completion-styles '(orderless partial-completion basic))
+  (completion-category-defaults nil)
+  (completion-category-overrides nil))
+
+(use-package yasnippet
+  :commands yas-global-mode
+  :diminish yas-minor-mode
+  :hook
+  (after-init . yas-global-mode))
+
+(use-package yasnippet-snippets :after yasnippet)
+
+(use-package exec-path-from-shell
+  :commands exec-path-from-shell-initialize
+  :custom
+  (exec-path-from-shell-arguments nil)
+  :hook
+  (after-init . exec-path-from-shell-initialize))
+
+(use-package nixpkgs-fmt
+  :custom
+  (nixpkgs-fmt-command "nixfmt"))
+
+(use-package eat
+  :bind
+  (("C-c e p" . eat-project)
+   ("C-c e t" . eat)))
+
+(use-package f :demand t)
+
+(use-package envrc
+  :commands envrc-global-mode
+  :hook
+  (after-init . envrc-global-mode))
+
+(use-package gptel
+  :commands gptel-make-anthropic f-read-text
+  :config
+  (gptel-make-anthropic "Claude"
+    :stream t :key (f-read-text "/run/secrets/claude_key")))
+
+(use-package sideline-flymake)
+(use-package sideline-eglot)
+(use-package sideline
+  :custom
+  (sideline-backends-right '(sideline-flymake sideline-eglot))
+  :hook
+  (eglot-managed-mode . sideline-mode)
+  (flymake-mode . sideline-mode))
+
+(use-package eglot
+  :custom
+  (eglot-extend-to-xref t)
+  (eglot-ignored-server-capabilities '(:inlayHintProvider))
+  (jsonrpc-event-hook nil)
+  :hook
+  (eglot-managed-mode . eldoc-box-hover-mode)
+  (before-save . eldoc-format-buffer)
+  :bind
+  (:map eglot-mode-map
+        ("C-c l a" . eglot-code-actions)
+        ("C-c l r" . eglot-rename)
+        ("C-c l h" . eldoc)
+        ("C-c l g" . xref-find-references)
+        ("C-c l w" . eglot-reconnect)))
+
+(use-package proced
+  :custom
+  (proced-auto-update-flag t)
+  (proced-auto-update-interval 3)
+  (proced-enable-color-flag t)
+  (proced-show-remote-processes t))
+
+(use-package org
+  :ensure t
+  :defer t
+  :commands (org-mode org-capture org-agenda)
+  :init
+  (defvar org-journal-file "~/nextcloud/org/journal.org")
+  (defvar org-archive-file "~/nextcloud/org/archive.org")
+  (defvar org-notes-file "~/nextcloud/org/notes.org")
+  (defvar org-inbox-file "~/nextcloud/org/inbox.org")
+  (defvar org-work-file "~/nextcloud/org/work.org")
+  (defun my/org-capture-project-target-heading ()
+    "Determine Org target headings from the current file's project path.
+
+    This function assumes a directory structure like '~/projects/COMPANY/PROJECT/'.
+    It extracts 'COMPANY' and 'PROJECT' to use as nested headlines
+    for an Org capture template.
+
+    If the current buffer is not visi
+ting a file within such a
+    project structure, it returns nil, causing capture to default to
+    the top of the file."
+    (when-let* ((path (buffer-file-name))) ; Ensure we are in a file-visiting buffer
+      (let ((path-parts (split-string path "/" t " ")))
+        (when-let* ((projects-pos (cl-position "projects" path-parts :test #'string=))
+                    (company      (nth (+ 1 projects-pos) path-parts))
+                    (project      (nth (+ 2 projects-pos) path-parts)))
+          ;; Return a list of headlines for Org to find or create.
+          (list company project)))))
+  :bind
+  (("C-c c" . org-capture)
+   ("C-c i" . org-store-link)
+   ("C-c a" . org-agenda)
+   :map org-mode-map
+   ("C-c t" . org-toggle-inline-images)
+   ("C-c l" . org-toggle-link-display))
+  :custom
+  (org-agenda-files (list org-inbox-file org-journal-file))
+  (org-directory "~/nextcloud/org")
+  (org-default-notes-file org-inbox-file)
+  (org-archive-location (concat org-archive-file "::* From %s"))
+  (org-log-done 'time)
+  (org-log-into-drawer t)
+  (org-hide-emphasis-markers t)
+  (org-src-fontify-natively t)
+  (org-src-tab-acts-natively t)
+  (org-capture-templates '(("t" "Todo" entry (file org-inbox-file)
+                            "* TODO %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n)")
+                           ("j" "Journal" entry (file+olp+datetree org-journal-file)
+                            "* %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n")
+                           ("n" "Note" entry (file org-notes-file)
+                            "* %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n")
+                           ("p" "Project Task" item
+                            (file+function org-work-file my/org-capture-project-target-heading)
+                            "* TODO %? \n  CLOCK: %U"
+                            ))
+                         )
+  :config
+  ;; Enable syntax highlighting in code blocks
+  (add-hook 'org-mode-hook 'turn-on-font-lock)
+  (add-hook 'org-mode-hook 'org-indent-mode))
+
+;; extras
+(use-package comp-run
+  :ensure nil
+  :config
+  (push "tramp-loaddefs.el.gz" native-comp-jit-compilation-deny-list)
+  (push "cl-loaddefs.el.gz" native-comp-jit-compilation-deny-list))
+
+(use-package rustic
+  :custom
+  (rustic-lsp-client 'eglot))
+
+(provide 'init)
+
+  ;;; init.el ends here
+
+
+
+
+
+
+

20. Machines

+
+

+Only a few more things left. Specifically the machine level extra settings. +

+
+
+

20.1. Traveldroid

+
+

+The configuration for the laptop does not change much. Most changes are because the hardware is different. +

+
+
+

20.1.1. System Level

+
+

+Nothing specific for the laptop. +

+ +
+
{ user, ... } : {
+  imports =
+    [
+      ./hardware-configuration.nix
+      ../../configuration
+    ];
+}
+
+
+
+
+
+

20.1.2. Hardware

+
+

+This is the most different. Mostly taken from hardware-configuration.nix setup at first install. +

+ +
+
{
+  hostname,
+  pkgs,
+  lib,
+  modulesPath,
+  user,
+  config,
+  ...
+}:
+{
+  imports = [
+    (modulesPath + "/installer/scan/not-detected.nix")
+    ../../hardware/hardware.nix
+  ];
+
+boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_usb_sdmmc" ];
+boot.initrd.kernelModules = [ ];
+boot.kernelModules = [ "kvm-intel" ];
+boot.extraModulePackages = [ ];
+
+fileSystems."/" =
+  { device = "/dev/disk/by-uuid/69433a14-fbaf-401b-af85-cd1bbf02b4e2";
+    fsType = "ext4";
+  };
+
+fileSystems."/boot" =
+  { device = "/dev/disk/by-uuid/811D-0676";
+    fsType = "vfat";
+    options = [ "fmask=0077" "dmask=0077" ];
+  };
+
+swapDevices =
+  [ { device = "/dev/disk/by-uuid/b6c557c2-7682-460b-a5e7-8f6f2f429a3a"; }
+  ];
+
+nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
+hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
+}
+
+
+
+
+
+

20.1.3. Home

+
+

+This is mostly about configuring the monitor. And laptop specific utilities. +

+
+
{ pkgs, ... }:
+{
+  imports = [
+    ../../home
+  ];
+  home.packages = with pkgs; [
+    brightnessctl
+  ];
+  wayland.windowManager.hyprland = {
+    extraConfig = ''
+      # Default portable monitor rule
+      monitor=DP-1,3840x1080@144,1920x0,1
+    '';
+  };
+}
+
+
+
+
+
+
+
+

21. README Utils

+
+
+
+

21.0.1. Headers

+
+

+This script adds a DO NOT MODIFY header to all the generated nix files. +

+
+
(progn
+  (defun add-tangle-headers ()
+    (message "running in %s" (buffer-file-name))
+    (when (string= (file-name-extension (buffer-file-name)) "nix")
+      (goto-char (point-min))
+      (insert "# WARNING : This file was generated by README.org\n# DO NOT MODIFY THIS FILE!\n# Any changes made here will be overwritten.\n")
+      (save-buffer))
+    (save-buffer))
+  (add-hook 'org-babel-post-tangle-hook 'add-tangle-headers))
+
+
+
+
+
+
+
+

Author: henrov

+

Created: 2026-02-22 zo 23:09

+

Validate

+
+ + diff --git a/henrovnix/README.org b/henrovnix/README.org new file mode 100755 index 000000000..4af0de8c5 --- /dev/null +++ b/henrovnix/README.org @@ -0,0 +1,2780 @@ +gf#+OPTIONS: toc:nil broken-links:t +#+PROPERTY: header-args :noweb yes :results silent :mkdirp yes + +#+HTML:
+#+HTML:
+#+HTML: NixOS +#+HTML: Emacs +#+HTML:
+#+HTML:
+#+HTML:

Henrov's Literate System Configuration

+#+HTML: +#+HTML:
+ +* Introduction +#+HTML:
Screenshot
+ +This repository contains a literate NixOS configuration built using Emacs Org mode. The primary source of truth is this document itself, which embeds configuration blocks that are tangled into individual files. These generated files are evaluated as a NixOS flake, resulting in an immutable, reproducible system configuration. + +This work is based on the foundational efforts of Sandeep Nambiar (https://github.com/gamedolphin). +All credit for the original structure, methodology, and guidance belongs to him. His work provided the architectural basis and practical direction upon which this repository is built. This project would not have been possible without his prior contributions, and much of the instructional approach preserved here originates from his documentation. + +The purpose of this repository is to offer a structured, minimal starting point for deploying a functional NixOS system. It is intentionally not a complete desktop environment, nor is it a “batteries-included” distribution. Instead, it provides a clean and extensible foundation that can be adapted and expanded after installation. + +Customization is designed to occur primarily through modular .conf files, allowing the system to evolve incrementally while maintaining clarity and separation of concerns. The goal is to enable users to build their own tailored NixOS setup on top of a coherent and reproducible base. + +Before proceeding with installation, it is strongly recommended to read this documentation carefully. Understanding the structure and design philosophy will help ensure a smooth setup and provide the necessary context for extending the system effectively. + + +* Pre-requisites to edit this setup +- a NIXOS system installed (can be bare-bones) +- an internet connection + +To set up a connection from cli: +#+begin_src bash :tangle no block +# Check if NetworkManager service is running +systemctl status NetworkManager +# If not running, start it temporarily +sudo systemctl start NetworkManager +# Enable Wi-Fi radio (in case it is disabled) +nmcli radio wifi on +# List available Wi-Fi networks +nmcli device wifi list +# Connect to a Wi-Fi network (replace SSID and PASSWORD) +nmcli device wifi connect "SSID_NAME" password "YOUR_PASSWORD" +# Verify that the connection is active +nmcli connection show --active +# Optional: show device status +nmcli device status +#+end_src + +* machine1 — template machine + +To generate the Nix files: +#+begin_src bash :tangle no +emacs README.org --batch -f org-babel-tangle +#+end_src + +Test the build while being able to reboot to previous version +#+begin_src bash :tangle no +sudo nixos-rebuild test --flake .#machine1 +#+end_src +Build and switch to this version on the next reboot +#+begin_src bash :tangle no +sudo nixos-rebuild switch --flake .#machine1 +#+end_src +Build and run in a virtual machine (qemu must be installed) +#+begin_src bash :tangle no +sudo nixos-rebuild build-vm --flake ~/nixos-henrov#machine1 +# running the vm: +./result/bin/run-nixos-vm +#+end_src +un this VM with result/ + + +#+begin_src bash :tangle no +emacs README.org --batch -f org-babel-tangle +#+end_src + +Once the Nix files are generated, deploy using: + +#+begin_src bash :tangle no +nixos-rebuild switch --flake .# +#+end_src + +Other files in this repo include: + +* ~flake.lock~ for pinning input versions. +* ~assets/*~ for non-Nix-managed artifacts such as images and wallpapers. + +Generated outputs should not be edited directly. A CI workflow can tangle and commit generated outputs when they differ. + +** Emacs + Org + Tangle + +* [[[https://www.gnu.org/software/emacs/][Emacs](https://www.gnu.org/software/emacs/][Emacs)]] is used as the editor and execution environment for this literate configuration. +* [[[https://orgmode.org/][Org](https://orgmode.org/][Org) mode]] provides the document structure and the source block execution model used here. +* Tangling exports source blocks from this Org document into the corresponding configuration files. + + * References of the form ~<>~ are noweb placeholders that are expanded from other blocks during tangling. + +** Nix & NixOS + +* [[[https://nix.dev/][Nix](https://nix.dev/][Nix)]] is used to define packages, environments, and configuration as pure expressions. +* [[[https://nixos.org/][NixOS](https://nixos.org/][NixOS)]] evaluates Nix expressions into a complete system configuration that can be applied by rebuild operations. + +** Repository layout and folder conventions +#+HTML:

+#+HTML: This repository contains system modules, user modules, and configuration fragments. The following directories are treated as separate layers: +#+HTML: ./configuration (NixOS modules), ./home (Home Manager modules), and ./assets/conf (configuration fragments referenced or deployed by the modules). +#+HTML:

+#+HTML:

+#+HTML: To keep navigation consistent, the same internal substructure is used in all three locations. Each layer keeps its role; only the internal grouping is standardized. +#+HTML:

+ +** Shared domain folders +#+HTML:
    +#+HTML:
  • core/ – base settings and common infrastructure
  • +#+HTML:
  • desktop/ – graphical session, compositor, UI components, and integration
  • +#+HTML:
  • apps/ – application enablement and application-level configuration
  • +#+HTML:
  • services/ – background services and daemons
  • +#+HTML:
  • security/ – secrets handling and security-related configuration
  • +#+HTML:
  • dev/ – developer tooling and editor configuration
  • +#+HTML:
+ +** Full tree (including unchanged parts) +#+HTML:

+#+HTML: The tree below shows the full repository layout, with the standardized internal structure applied only inside +#+HTML: configuration/, home/, and assets/conf/. +#+HTML:

+ +#+HTML:
.
+#+HTML: ├── assets
+#+HTML: │   ├── background.png
+#+HTML: │   ├── conf
+#+HTML: │   │   ├── apps
+#+HTML: │   │   │   ├── flatpaks.conf
+#+HTML: │   │   │   └── packages.conf
+#+HTML: │   │   ├── core
+#+HTML: │   │   │   └── lightdm.conf
+#+HTML: │   │   ├── desktop
+#+HTML: │   │   │   ├── hypr
+#+HTML: │   │   │   │   ├── bindings.conf
+#+HTML: │   │   │   │   └── hyprland.conf
+#+HTML: │   │   │   ├── wallpaper
+#+HTML: │   │   │   │   └── wallpaper.conf
+#+HTML: │   │   │   └── waybar
+#+HTML: │   │   │       ├── config.jsonc
+#+HTML: │   │   │       └── style.css
+#+HTML: │   │   ├── dev
+#+HTML: │   │   │   ├── hyprshell
+#+HTML: │   │   │   │   ├── config.ron.bak
+#+HTML: │   │   │   │   └── styles.css.bak
+#+HTML: │   │   │   └── terminal
+#+HTML: │   │   │       ├── alacritty.toml
+#+HTML: │   │   │       ├── aliases.conf
+#+HTML: │   │   │       ├── enabled_shells.conf
+#+HTML: │   │   │       ├── kitty.conf
+#+HTML: │   │   │       ├── starship.toml
+#+HTML: │   │   │       └── zsh.conf
+#+HTML: │   │   ├── security
+#+HTML: │   │   │   └── ssh
+#+HTML: │   │   │       └── ssh-client.conf
+#+HTML: │   │   └── services
+#+HTML: │   ├── lock.png
+#+HTML: │   ├── scripts
+#+HTML: │   └── wallpapers
+#+HTML: │       ├── gif
+#+HTML: │       ├── pictures
+#+HTML: │       │   ├── background.png
+#+HTML: │       │   ├── background1.png
+#+HTML: │       │   ├── background2.png
+#+HTML: │       │   ├── background3.png
+#+HTML: │       │   ├── background4.png
+#+HTML: │       │   └── background5.png
+#+HTML: │       └── videos
+#+HTML: │           ├── dark_water_large.mp4
+#+HTML: │           └── white_blobs_small.mp4
+#+HTML: ├── configuration
+#+HTML: │   ├── apps
+#+HTML: │   │   ├── install_flatpaks.nix
+#+HTML: │   │   └── install_packages.nix
+#+HTML: │   ├── core
+#+HTML: │   │   ├── boot.nix
+#+HTML: │   │   ├── files.nix
+#+HTML: │   │   ├── locale.nix
+#+HTML: │   │   ├── networking.nix
+#+HTML: │   │   └── nix-settings.nix
+#+HTML: │   ├── default.nix
+#+HTML: │   ├── desktop
+#+HTML: │   │   ├── audio.nix
+#+HTML: │   │   ├── hyprland.nix
+#+HTML: │   │   └── login-tuigreeter.nix
+#+HTML: │   ├── dev
+#+HTML: │   │   └── terminal.nix
+#+HTML: │   ├── security
+#+HTML: │   └── services
+#+HTML: │       └── services.nix
+#+HTML: ├── flake.lock
+#+HTML: ├── flake.nix
+#+HTML: ├── hardware
+#+HTML: │   └── hardware.nix
+#+HTML: ├── home
+#+HTML: │   ├── apps
+#+HTML: │   │   ├── defaults-apps.nix
+#+HTML: │   │   └── theme.nix
+#+HTML: │   ├── default.nix
+#+HTML: │   ├── desktop
+#+HTML: │   │   ├── hyprexpo.nix
+#+HTML: │   │   ├── hyprland.nix
+#+HTML: │   │   ├── hyprlock.nix
+#+HTML: │   │   ├── hypridle.nix
+#+HTML: │   │   ├── hyprshell.nix
+#+HTML: │   │   ├── walker.nix
+#+HTML: │   │   ├── wallpaper.nix
+#+HTML: │   │   └── waybar.nix
+#+HTML: │   ├── dev
+#+HTML: │   │   ├── alacritty.nix
+#+HTML: │   │   ├── dev.nix
+#+HTML: │   │   ├── emacs
+#+HTML: │   │   │   ├── default.nix
+#+HTML: │   │   │   ├── early-init.el
+#+HTML: │   │   │   └── init.el
+#+HTML: │   │   ├── kitty.nix
+#+HTML: │   │   ├── shells.nix
+#+HTML: │   │   └── starship.nix
+#+HTML: │   └── zsh.nix
+#+HTML: ├── LICENSE
+#+HTML: ├── machines
+#+HTML: │   └── traveldroid
+#+HTML: │       ├── configuration.nix
+#+HTML: │       ├── hardware-configuration.nix
+#+HTML: │       └── home.nix
+#+HTML: ├── README.org
+#+HTML: ├── secrets
+#+HTML: │   └── secrets.yaml
+#+HTML: └── user.nix
+#+HTML: 
+ +** Notes +#+HTML:
    +#+HTML:
  • Only the internal layout of configuration/, home/, and assets/conf/ is standardized; all other paths remain as currently organized.
  • +#+HTML:
  • The services/ and security/ folders are included for completeness even if initially empty in some layers.
  • +#+HTML:
+ + ~YourNixCode(Input) -> System Configuration~ + + I use [[https://nixos.wiki/wiki/Flakes][nix flakes]] which means that the entry point for the nix evaluation is a file called ~flake.nix~ which has two parts (among other things) + +#+begin_src nix + { + inputs: # describes the function input, consisting mainly of package sources + outputs: # what the function outputs, a nixos configuration in our case + } + #+end_src + + Nix flakes is still behind an ~experimental~ flag, but it is de facto the standard by most of the community. + Flakes allow us to pin the input package versions using a ~flake.lock~ file. + This prevents unwanted and surprise updates when rebuilding without changing the configuration. + +* TLDR App List + +| Window Manager | [[https://hyprland.org/][Hyprland]] | +| Bar | [[https://github.com/Alexays/Waybar][Waybar]] | +| Application Launcher | [[https://github.com/abenz1267/walker][Walker]] | +| Notification Daemon | [[https://github.com/dunst-project/dunst][Dunst]] | +| Terminal Emulator | [[https://alacritty.org/][Alacritty]] | +| Shell | [[https://ohmyz.sh/][Zsh]] and [[https://starship.rs/][Starship]] | +| Text Editor | [[https://www.gnu.org/software/emacs/][Emacs]] | +| File Manager | [[https://docs.xfce.org/xfce/thunar/start][Thunar]] | +| Fonts | [[https://protesilaos.com/codelog/2025-02-12-aporetic-fonts-version-1-1-0/][Aporeti]] | +| Colors | [[https://catppuccin.com/][Catppuccin]] | +| Icons | [[https://nix.catppuccin.com/][Catppuccin Nix ]] | +| Lock Screen | [[https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/][Hyprlock]] | +| Wallpapers | [[https://github.com/hyprwm/hyprpaper][Hyprpaper]] | + +* Configuration Variables +I have a bunch of constant strings that I would rather put in a file. Thats what ~user.nix~ is. +The values are imported at the beginning and are available to almost all the functions being called to configure the system. +#+begin_src nix :tangle user.nix +{ + system = "x86_64-linux"; + username = "henrov"; + stateVersion = "25.11"; + locale = "nl_NL.UTF-8"; +} +#+end_src + +* Flake Inputs +The inputs for my system's configuration are very simple +1. [[https://search.nixos.org/packages][nixpkgs]] - the main nix repository of packages. Its huge and growing. Pinned to the unstable release channel. + Sometimes pinned to a specific commit because unstable broke something and the fix hasn't made it into the release yet. +2. [[https://nix-community.github.io/home-manager/][home-manager]] - a nix module that helps keep track of user specific dotfiles and configurations as part of my nix config. +3. [[https://github.com/nix-community/emacs-overlay][emacs-overlay]] - this has more configuration options and generally a newer emacs available provided by the community. +4. [[https://nix.catppuccin.com/][catppuccin]] - nix module that allows everything to be catppuccin themed. + +#+begin_src nix :tangle flake.nix :noweb tangle + { + description = "Henrov's nixos configuration"; + inputs = { + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + home-manager = { + url = "github:nix-community/home-manager"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + emacs-overlay = { + url = "github:nix-community/emacs-overlay"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + catppuccin = { + url = "github:catppuccin/nix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + zen-browser = { + url = "github:youwen5/zen-browser-flake"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + }; + <> + } +#+end_src + +* Flake Output +Now that the inputs are ready, the outputs define what the system will actually look like. I also define the machines that this configuration specifies early on. Finally, I iterate over the ~machines~ list and pull files from ~/.machines/${name}~ subdirectory. This allows me to have configuration that has machine specific configuration limited to those files while also keeping a modular reusable base. +We also add a devshell that makes editing this repository easier in emacs. + +#+name: flake-outputs +#+begin_src nix :noweb no-export + outputs = inputs@{ + nixpkgs, + home-manager, + emacs-overlay, + catppuccin, + ... + }: + let + user = import ./user.nix; + lib = nixpkgs.lib; + machines = [ + "traveldroid" + ]; + pkgs = import nixpkgs { + inherit (user) system; + }; + in + { + nixosConfigurations = builtins.listToAttrs ( + builtins.map (machine: { + name = machine; + value = lib.nixosSystem { + modules = [ + <> + <> + <> + catppuccin.nixosModules.catppuccin # theme + ]; + + specialArgs = { + hostname = machine; + inherit user; + inherit inputs; + flakeRoot = inputs.self; + }; + }; + }) machines + ); + + devShells.${user.system}.default = pkgs.mkShell { + buildInputs = with pkgs; [ + nil + nixfmt-rfc-style + ]; + }; + }; + +#+end_src + +Lets look at the individual modules +1. Emacs + The first is the emacs overlay so that it uses the nix-community emacs overlay from the inputs instead of the nixpkgs one. + Overlays are a special nix way to override existing packages within a repository. + + #+name: flake-emacs-module + #+begin_src nix + ({ ... }: { + nixpkgs.overlays = [ emacs-overlay.overlays.default ]; + }) + #+end_src + +2. Then the machine specific configuration, in this case, just "traveldroid". + #+name: flake-config-module + #+begin_src nix + ./machines/${machine}/configuration.nix + #+end_src + +3. And finally the home-manager module. + This can be initialized and managed on its own but I'd rather use the ~nixos-rebuild~ command to build everything instead of managing userland dotfiles separately. + + #+name: flake-home-module + #+begin_src nix :noweb no-export + home-manager.nixosModules.home-manager + { + home-manager.useGlobalPkgs = true; + home-manager.useUserPackages = true; + + home-manager.extraSpecialArgs = { + inherit user inputs; + flakeRoot = inputs.self; + }; + + <> + <> + } + + #+end_src + + - Home-Manager will not overwrite existing configuration files and that is good in most cases, but when everything is declarative like it is here, I'd rather that home-manager create a ~.backup~ and replace the file. + #+name: flake-home-backup + #+begin_src nix + home-manager.backupFileExtension = "backup"; + #+end_src + + - Finally I pull in the machine specific home configuration. Along with the overrides from catppuccin. + #+name: flake-home-config + #+begin_src nix + home-manager.users.${user.username} = { + imports = [ + ./machines/${machine}/home.nix + catppuccin.homeModules.catppuccin + ]; + }; + #+end_src + +** Envrc + Direnv +Editing this file will be much nicer if we have the dev environment configured. +That is done in the devshells section. But to auto load this dev shell, we need a .envrc file. +This tells [[https://direnv.net/][direnv]] to load the devshell in the flake. +#Finally, we also look for a .envrc-private file and try to load that. That contains devshell specific secrets. + +#+begin_src nix :tangle .envrc + use flake + + watch_file .envrc.private + if [[ -f .envrc.private ]]; then + source_env .envrc.private + fi +#+end_src + +* Machines +The individual machines subdirectory is configured as follows :- +#+name: tree +#+begin_src ditaa + +--machine + | +--configuration.nix + | +--home.nix + | +--hardware-configuration.nix +#+end_src + +- configuration.nix has the system configuration. +- home.nix has the user level configuration. +- hardware-configuration.nix has the unique hardware configuration. + +- Note about imports + ~imports = []~ in a nix file will pull in the function/object from the list of files provided. + This imported object (or function result) is just trivially merged into a common object. + +We can take a look at that the common hardware options I have for all my machines. +*** Other Utils +**** Updates +To update the computer, I just need to update the ~flake.lock~ file to have references to the latest repository. This is done with :- +#+begin_src bash + nix flake update +#+end_src + +* Hardware +I'll let the code comments explain the file here. + +#+begin_src nix :tangle hardware/hardware.nix :noweb tangle :mkdirp yes + { pkgs, lib, user, config, ...} : + { + nixpkgs.hostPlatform = lib.mkDefault user.system; # x86_64-linux + powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; # enable power saving on the cpu + + # update cpu microcode with firmware that allows redistribution + hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + + hardware = { + # always enable bluetooth + bluetooth.enable = true; + + # always enable graphics drivers and enable a bunch of layers for it (including vulkan validation) + graphics = { + enable = true; + extraPackages = with pkgs; [ + vulkan-validation-layers # helps catch and debug vulkan crashes + ]; + }; + }; + + hardware.enableAllFirmware = true; # enable all firmware regardless of license + } +#+end_src + +* Configuration +This section describes the main system configuration for the computers that I have. Nix will look for a ~default.nix~ file if you give it a path to a folder to import. And ~default.nix~ looks as follows :- + +#+begin_src nix :tangle configuration/default.nix :noweb tangle :mkdirp yes + { pkgs, user, ... } : +{ + imports = [ + ./apps/install_flatpaks.nix + ./apps/install_packages.nix + ./core/files.nix + ./core/locale.nix + ./core/networking.nix + ./core/nix-settings.nix + #./core/login-tuigreeter.nix + ./core/login-lightdm.nix + ./desktop/audio.nix + ./desktop/hyprland.nix + ./dev/terminal.nix + ./core/boot.nix + ./services/services.nix + ]; + + <> + + <> + + <> + + <> + + # enable the catppuccin theme for everything with mocha + blue accents + catppuccin.enable = true; + catppuccin.flavor = "mocha"; + catppuccin.accent = "blue"; + + system.stateVersion = user.stateVersion; +} +#+end_src + +** Apps section +This section describes a way of installing packages, either through nixpkgs orr flatpak. What apps to instal is decided in the files ./assets/conf/apps/packages.conf and flatpaks.conf + +** install_packages.nix +#+begin_src nix :tangle configuration/apps/install_packages.nix :noweb tangle :mkdirp yes +{ config, lib, pkgs, flakeRoot, inputs, ... }: + +let + packagesConfPath = flakeRoot + "/assets/conf/apps/packages.conf"; + raw = builtins.readFile packagesConfPath; + + # IMPORTANT: explicit "\n" so we never accidentally split into characters + rawLines = lib.splitString "\n" raw; + + # Guard: if we accidentally split into characters, rawLines length ~= stringLength raw + _guard = assert !( + builtins.stringLength raw > 1 && + builtins.length rawLines == builtins.stringLength raw + ); true; + + cleanLine = l: + let + noCR = lib.replaceStrings [ "\r" ] [ "" ] l; + noInlineComment = lib.head (lib.splitString "#" noCR); + in + lib.strings.trim noInlineComment; + + entries = + builtins.filter (l: l != "") + (map cleanLine rawLines); + + resolvePkg = name: + let + parts = lib.splitString "." name; + found = lib.attrByPath parts null pkgs; + in + if found == null then + throw '' + install_packages.nix: package not found in pkgs + + Token : ${builtins.toJSON name} + packages.conf : ${toString packagesConfPath} + Hint : check the attribute name on search.nixos.org/packages + '' + else + found; + + packages = builtins.seq _guard (map resolvePkg entries); + + zenBrowser = + inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default; + +in +{ + environment.systemPackages = + packages + ++ [ zenBrowser ]; +} +#+end_src + +** install_flatpaks.nix +#+begin_src nix :tangle configuration/apps/install_flatpaks.nix :noweb tangle :mkdirp yes +{ config, pkgs, lib, flakeRoot, ... }: + +let + moduleName = "install-flatpaks"; + flatpakConfPath = flakeRoot + "/assets/conf/apps/flatpaks.conf"; + raw = builtins.readFile flatpakConfPath; + + # Explicit "\n" so we never accidentally split into characters + rawLines = lib.splitString "\n" raw; + + # Guard: if we accidentally split into characters, rawLines length ~= stringLength raw + _guard = assert !( + builtins.stringLength raw > 1 && + builtins.length rawLines == builtins.stringLength raw + ); true; + + cleanLine = l: + let + noCR = lib.replaceStrings [ "\r" ] [ "" ] l; + noInlineComment = lib.head (lib.splitString "#" noCR); + in + lib.strings.trim noInlineComment; + + entries = + builtins.filter (l: l != "") + (map cleanLine rawLines); + + # Flatpak app IDs are reverse-DNS style like org.example.App (at least 2 dots). + # We'll validate and fail early with a clear message. + dotCount = s: builtins.length (lib.splitString "." s) - 1; + + isValidId = s: + (dotCount s) >= 2; # matches the error you're seeing: "at least 2 periods" + + _validate = + builtins.seq _guard ( + builtins.map (id: + if isValidId id then true else + throw '' + ${moduleName}: invalid Flatpak ID in flatpaks.conf (needs reverse-DNS with at least 2 dots) + + Token : ${builtins.toJSON id} + flatpaks.conf : ${toString flatpakConfPath} + + Fix: remove stray tokens/headers, or comment them out with '#'. + '' + ) entries + ); + + # Use validated entries + flatpakApps = builtins.seq _validate entries; + + syncFlatpaks = pkgs.writeShellScript "sync-flatpaks" '' + set -euo pipefail + + # Use the deployed config path (matches environment.etc below) + CONF="/etc/flatpak/flatpaks.conf" + if [[ -f "$CONF" ]]; then + echo "flatpak-sync: using $CONF" + else + echo "flatpak-sync: WARNING: $CONF not found, using embedded list" + fi + + if ! flatpak remotes --system --columns=name | grep -qx flathub; then + flatpak remote-add --system --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo + fi + + desired_apps=( + ${lib.concatStringsSep "\n" (map (a: ''"${a}"'') flatpakApps)} + ) + + for app in "''${desired_apps[@]}"; do + if ! flatpak info --system "$app" >/dev/null 2>&1; then + flatpak install --system -y --noninteractive flathub "$app" + fi + done + ''; +in +{ + services.flatpak.enable = true; + + xdg.portal = { + enable = true; + extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; + }; + + # Deploy the config file for runtime visibility/debugging + environment.etc."flatpak/flatpaks.conf".source = flatpakConfPath; + + systemd.services.flatpak-sync = { + description = "Install Flatpak apps listed in flatpaks.conf"; + wantedBy = [ "multi-user.target" ]; + wants = [ "network-online.target" ]; + after = [ "network-online.target" ]; + + serviceConfig = { + Type = "oneshot"; + ExecStart = syncFlatpaks; + }; + + restartTriggers = [ flatpakConfPath ]; + path = [ pkgs.flatpak pkgs.coreutils pkgs.gnugrep pkgs.gnused ]; + }; +} +#+end_src + + +** Nix Settings +These are global nix settings that configure the settings for the actual tool. + +#+begin_src nix :tangle configuration/core/nix-settings.nix :noweb tangle :mkdirp yes + { pkgs, user, ... } : + { + nix.settings = { + # enable flakes + experimental-features = ["nix-command" "flakes"]; + + # add a cache that speed up new applications by downloading binaries + # from the trusted cache instead of compiling from sourcer + substituters = [ + "https://nix-community.cachix.org" + ]; + # trust the cache public key + trusted-public-keys = [ + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; + }; + + # allow proprietary software on this machine. I'm not a purist. + nixpkgs.config.allowUnfree = true; + # unityhub depends on this... for now + nixpkgs.config.permittedInsecurePackages = [ "libxml2-2.13.8" ]; + + # this declares how often old configurations are cleared up. + # i cleanup anything older than a week, every week. + nix.gc = { + automatic = true; + options = "--delete-older-than 7d"; + dates = "weekly"; + }; + + programs = { + # command line utility that makes applying changes easy and pretty + nh = { + enable = true; + flake = "/home/${user.username}/system"; + }; + }; + } +#+end_src + +** Boot +This file has most of the settings the control how the computer boots up. + +#+begin_src nix :tangle configuration/core/boot.nix :noweb tangle :mkdirp yes +{ pkgs, ... } : +{ + boot = { + initrd = { + verbose = false; # its a lot of logs. dont need it, unless we do. + kernelModules = [ ]; # no kernel modules on boot + }; + + extraModulePackages = [ ]; # no extra packages on boot either + kernelPackages = pkgs.linuxPackages_latest; # latest greatest linux kernel + kernelParams = [ "silent" ]; # quiet those logs + + consoleLogLevel = 0; # quiten more logs + plymouth.enable = true; # graphical boot animation instead + + supportedFilesystems = [ "ntfs" ]; # should see the ntfs (windows) + + loader = { + systemd-boot.enable = true; # systemd-boot + systemd-boot.configurationLimit = 10; + efi.canTouchEfiVariables = true; # allow editing efi to edit the boot loader + + + timeout = 5; # grub timeout to make a selection + }; + }; +} +#+end_src + +** Login +Here we control what the login screen would look like. In configuration/default.nix you can choose whether to use tuigreet (very minimalistic) or LightDM (nicer, themeable) + +** Tuigreet +Doesn't match the rest of the aesthetic of the system (with hyprland), but I like its simplicity. + +#+begin_src nix :tangle configuration/core/login-tuigreeter.nix :noweb tangle :mkdirp yes + { pkgs, user, ... } : + { + environment.systemPackages = with pkgs; [ + tuigreet + ]; + services.greetd = { + enable = true; + settings = { + default_session = { + command = pkgs.lib.mkForce "${pkgs.tuigreet}/bin/tuigreet --remember --time --time-format '%I:%M %p | %a • %h | %F'"; + }; + }; + }; + } +#+end_src + +** LightDM +#+begin_src nix :tangle configuration/core/login-lightdm.nix :noweb tangle :mkdirp yes +{ config, pkgs, lib, ... }: + +let + lightdmConf = builtins.readFile ../../assets/conf/core/lightdm.conf; + lockPng = ../../assets/lock.png; + + greeterConfPath = ../../assets/conf/core/lightdm-gtk-greeter.conf; + greeterRaw = builtins.readFile greeterConfPath; + + # Extract "key = value" from the greeter conf. + # Returns null if not found. + getIniValue = key: + let + lines = lib.splitString "\n" greeterRaw; + + # Captures the value part (group 0) from a single line. + # We match line-by-line because Nix regex does NOT support PCRE flags like (?s). + m = + let + ms = builtins.filter (x: x != null) (map (line: + builtins.match + ("^[[:space:]]*" + key + "[[:space:]]*=[[:space:]]*([^#;]+).*$") + line + ) lines); + in + if ms == [] then null else builtins.elemAt ms 0; + in + if m == null then null else lib.strings.trim (builtins.elemAt m 0); + + # In your greeter.conf these are *package keys*, not theme names. + themePkgKey = getIniValue "theme-name"; + iconPkgKey = getIniValue "icon-theme-name"; + cursorPkgKey = getIniValue "cursor-theme-name"; + + cursorSizeStr = getIniValue "cursor-theme-size"; + cursorSize = + if cursorSizeStr == null then null + else lib.toInt (lib.strings.trim cursorSizeStr); + + # Map package-keys (from greeter.conf) -> { package, name } + # + # IMPORTANT: + # - "name" must be the real theme/icon/cursor NAME as seen under share/themes or share/icons. + # - "package" is the Nixpkgs derivation providing it. + pkgMap = { + catppuccinThemePkg = { + package = pkgs.catppuccin-gtk.override { + accents = [ "blue" ]; + variant = "mocha"; + size = "standard"; + tweaks = [ ]; + }; + name = "Catppuccin-Mocha-Standard-Blue-Dark"; + }; + + papirus-icon-theme = { + package = pkgs.papirus-icon-theme; + name = "Papirus-Dark"; + }; + + bibata-cursors = { + package = pkgs.bibata-cursors; + name = "Bibata-Modern-Ice"; + }; + }; + + pick = key: + if key == null then + throw "lightdm: missing required key in ${toString greeterConfPath}" + else if !(pkgMap ? "${key}") then + throw "lightdm: unknown package key '${key}' in ${toString greeterConfPath}. Known keys: ${lib.concatStringsSep ", " (builtins.attrNames pkgMap)}" + else + pkgMap."${key}"; + + themeSel = pick themePkgKey; + iconSel = pick iconPkgKey; + cursorSel = pick cursorPkgKey; + + # Rewrite greeter.conf so LightDM sees REAL names, not package keys. + # Also force background to lockPng. + greeterFixed = + '' + [greeter] + theme-name = ${themeSel.name} + icon-theme-name = ${iconSel.name} + cursor-theme-name = ${cursorSel.name} + ${lib.optionalString (cursorSize != null) "cursor-theme-size = ${toString cursorSize}"} + '' + + "\n" + + greeterRaw; +in +{ + services.greetd.enable = false; + + services.xserver = { + enable = true; + desktopManager.xterm.enable = false; + + displayManager.lightdm = { + enable = true; + background = lockPng; + + greeters.gtk = { + enable = true; + + theme = { + name = themeSel.name; + package = themeSel.package; + }; + + iconTheme = { + name = iconSel.name; + package = iconSel.package; + }; + + cursorTheme = { + name = cursorSel.name; + package = cursorSel.package; + } // lib.optionalAttrs (cursorSize != null) { + size = cursorSize; + }; + + # This includes your (rewritten) greeter config. + extraConfig = greeterFixed; + }; + + extraConfig = lightdmConf; + }; + }; + + programs.hyprland.enable = true; + + # Optional: make them available system-wide as well + environment.systemPackages = [ + themeSel.package + iconSel.package + cursorSel.package + ]; +} + +#+end_src + +** Terminal (default system) +This is the initial system level configuration for the terminal that I use on this machine. Its just [[https://ohmyz.sh/][zsh]]. + +#+begin_src nix :tangle configuration/dev/terminal.nix :noweb tangle :mkdirp yes +{ pkgs, user, ... }: +{ + console.useXkbConfig = true; + users.users.${user.username}.shell = pkgs.zsh; + programs.zsh.enable = true; + environment.shells = [ pkgs.zsh ]; + environment.pathsToLink = [ "/share/zsh" ]; +} +#+end_src + +** Files +I use Thunar as the file explorer. Also setup a few plugins for [[https://docs.xfce.org/xfce/thunar/start][Thunar]] in this config. +Along with that, a few other utilities like zip and enabling services to automount usb drives. + +#+begin_src nix :tangle configuration/core/files.nix :noweb tangle :mkdirp yes +{ pkgs, user, config, ... }: +{ + environment.systemPackages = with pkgs; [ + zip + unzip + p7zip + usbutils + udiskie + file-roller + ]; + + programs.thunar = { + enable = true; + plugins = with pkgs; [ + thunar-archive-plugin + thunar-media-tags-plugin + thunar-volman + thunar-vcs-plugin + ]; + }; + + programs.xfconf.enable = true; # to save thunar settings + + services = { + gvfs.enable = true; # Mount, trash, and other functionalities + tumbler.enable = true; # Thumbnail support for images + udisks2.enable = true; # Auto mount usb drives + }; +} +#+end_src + +** Locale +I live in Netherlands and would like all my locale and timezone settings to match. Except my default locale. +#+begin_src nix :tangle configuration/core/locale.nix :noweb tangle :mkdirp yes + { user, ... } : + let + locale = user.locale; + defaultLocale = "nl_NL.UTF-8"; + in + { + # Set your time zone. + time.timeZone = "Europe/Amsterdam"; + + # Select internationalisation properties. + i18n.defaultLocale = defaultLocale; + + i18n.extraLocaleSettings = { + LC_ADDRESS = locale; + LC_IDENTIFICATION = locale; + LC_MEASUREMENT = locale; + LC_MONETARY = locale; + LC_NAME = locale; + LC_NUMERIC = locale; + LC_PAPER = locale; + LC_TELEPHONE = locale; + LC_TIME = defaultLocale; + }; + } +#+end_src + +** Networking +Not much to see here. I want networking to be enabled. I want firewall as well. +#+begin_src nix :tangle configuration/core/networking.nix :noweb tangle :mkdirp yes +{ pkgs, lib, ... }: +{ + networking = { + useDHCP = lib.mkDefault true; + networkmanager.enable = true; + networkmanager.wifi.backend = "iwd"; + wireless.iwd.enable = true; + wireless.userControlled.enable = true; + firewall = { + enable = true; + # KDE Connect: discovery + encrypted connections + allowedTCPPortRanges = [ + { from = 1714; to = 1764; } + ]; + allowedUDPPortRanges = [ + { from = 1714; to = 1764; } + ]; + }; + }; + environment.systemPackages = with pkgs; [ impala ]; +} +#+end_src + +** Hyprland +This is a big one because the DE needs so much configuration. This section mostly installs [[https://hyprland.org/][Hyprland]]. +The configuration is done in the home manager section. +#+begin_src nix :tangle configuration/desktop/hyprland.nix :noweb tangle :mkdirp yes +{ pkgs, ... }: +{ + nix.settings = { + substituters = [ "https://hyprland.cachix.org" ]; + trusted-public-keys = [ + "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" + ]; + }; + services.dbus.enable = true; + security.polkit.enable = true; + services.flatpak.enable = true; + services.pipewire = { + enable = true; + alsa.enable = true; + alsa.support32Bit = true; + pulse.enable = true; + wireplumber.enable = true; + }; + services.gvfs.enable = true; + xdg.portal = { + enable = true; + extraPortals = with pkgs; [ + xdg-desktop-portal-hyprland + xdg-desktop-portal-gtk + ]; + config.common.default = [ "hyprland" "gtk" ]; + }; + environment.systemPackages = with pkgs; [ + walker + uwsm + hyprland-qtutils + hyprpolkitagent + grimblast + ]; + programs = { + uwsm.enable = true; + uwsm.waylandCompositors.hyprland = { + prettyName = "Hyprland"; + comment = "Hyprland compositor managed by UWSM"; + binPath = "/run/current-system/sw/bin/Hyprland"; + }; + hyprland = { + withUWSM = true; + enable = true; + xwayland.enable = true; + }; + }; + environment.sessionVariables = { + XDG_SESSION_TYPE = "wayland"; + XDG_CURRENT_DESKTOP = "Hyprland"; + XDG_SESSION_DESKTOP = "Hyprland"; + NIXOS_OZONE_WL = "1"; + XCURSOR_SIZE = "24"; + }; + security.pam.services.hyprlock = { }; + # Optional; GNOME-specific (keep only if you really use gnome-keyring integration) + security.pam.services.gdm.enableGnomeKeyring = true; +} + + +#+end_src + +** Services +These are some of the services that I enable at the system level. Explanation in the comments. +#+begin_src nix :tangle configuration/services/services.nix :noweb tangle :mkdirp yes + { user, ...} : + { + services = { + blueman.enable = true; # bluetooth manager + fwupd.enable = true; # firmware updating service + fstrim.enable = true; # ssd maintenance service + thermald.enable = true; # thermal regulation service + printing.enable = true; # printing services, cups + gnome.gnome-keyring.enable = true; # keyring + flatpak.enable = true; # allow installing things from flatpaks + #flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo + + # printer discovery + avahi = { + enable = true; + nssmdns4 = true; + openFirewall = true; + }; + }; + + virtualisation.docker.enable = true; # enable docker + users.users.${user.username}.extraGroups = [ "docker" ]; # add self to docker user group + } +#+end_src + +** Audio +#+begin_src nix :tangle configuration/desktop/audio.nix :noweb tangle :mkdirp yes +{ config, pkgs, lib, ... }: + +{ + environment.systemPackages = with pkgs; [ + pipewire + wireplumber + alsa-utils + pulseaudio + pamixer + pavucontrol + ]; + + services.pipewire = { + enable = true; + alsa.enable = true; + alsa.support32Bit = true; + pulse.enable = true; + jack.enable = true; + wireplumber.enable = true; + }; + + security.rtkit.enable = true; + + # Helps on many laptops (Intel SOF etc.) + hardware.enableRedistributableFirmware = true; + + # Prefer analog over HDMI/DP in a machine-agnostic way + services.pipewire.wireplumber.extraConfig."51-audio-priorities" = { + "monitor.alsa.rules" = [ + # De-prioritize HDMI / DisplayPort sinks + { + matches = [ + { "node.name" = "~alsa_output\\..*HDMI.*"; } + { "node.name" = "~alsa_output\\..*DisplayPort.*"; } + ]; + actions.update-props = { + "priority.session" = 100; + "priority.driver" = 100; + }; + } + + # Prefer analog sinks (speakers/headphones) + { + matches = [ + { "node.name" = "~alsa_output\\..*analog.*"; } + { "node.name" = "~alsa_output\\..*Headphones.*"; } + { "node.name" = "~alsa_output\\..*Speaker.*"; } + ]; + actions.update-props = { + "priority.session" = 2000; + "priority.driver" = 2000; + }; + } + ]; + }; + + # Optional: clear "sticky" user-selected defaults so priority rules win + systemd.user.services.wireplumber-clear-default-nodes = { + description = "Clear WirePlumber saved default nodes (avoid HDMI becoming sticky)"; + + after = [ "wireplumber.service" ]; + partOf = [ "wireplumber.service" ]; + wantedBy = [ "default.target" ]; + + serviceConfig = { + Type = "oneshot"; + ExecStart = "${pkgs.coreutils}/bin/rm -f %h/.local/state/wireplumber/default-nodes"; + }; + }; +} + +#+end_src + +** Miscellaneous Packages and Programs +#+name: config-system-packages +#+begin_src nix + environment.systemPackages = with pkgs; [ + wget # fetch utility + curl # more fetch utility + binutils # executable utilities, like ld + dmidecode # tool for dumping system info + libnotify # notification daemon + python3 # nice to have this ready for quick things + cacert # certificate authority + remmina # remote desktop app + #rg # ripgrep + wev # for finding keypresses + tree # list foldetrtree's + file # filinfo + htop # sysmonitor + solaar # logitech controller + git # source control + # jetbrains.pycharm # Dev and course environment + + + ]; + + # to enable icons with wlogout + # https://github.com/catppuccin/nix/issues/584 + programs.gdk-pixbuf.modulePackages = [ pkgs.librsvg ]; +#+end_src + +#+name: config-programs +#+begin_src nix + programs = { + nix-ld.enable = true; # helps with linking troubles with dynamic libraries + appimage.enable = true; # allow appimage installations + dconf.enable = true; # to save user settings + gnupg.agent = { + # pgp client + enable = true; + enableSSHSupport = true; + }; + firefox.enable = true; # browser + wireshark.enable = true; # vpn + }; +#+end_src + +** Fonts +Nothing much to see here. I love [[https://protesilaos.com/codelog/2025-02-12-aporetic-fonts-version-1-1-0/][Aporetic]], and I use it everywhere. +#+name: config-fonts +#+begin_src nix + fonts.packages = with pkgs; [ + aporetic + nerd-fonts.iosevka + ]; +#+end_src + +** User Config +This creates the user profile that I login with. Initially created during install. +#+name: config-user +#+begin_src nix + users.users.${user.username} = { + isNormalUser = true; + description = "henrov"; + extraGroups = [ + "networkmanager" # allow editing network connections + "wheel" # can do sudo + "scanner" # access to the network scanner + "lp" # access to the printer + ]; + }; +#+end_src + +* Home +I use home-manager to manage my user level dotfiles and configurations. +Most of the "theme" of the system is decided here. +I also use it to install programs that are okay with being installed at the user level instead of the system. + +** default.nix +This module will import all necessities. + +#+begin_src nix :tangle home/default.nix :noweb tangle :mkdirp yes +{ pkgs, user, ... } : + { + imports = [ + #./apps/default-apps.nix + ./apps/theme.nix + ./desktop/hypridle.nix + ./desktop/hyprland.nix + ./desktop/hyprexpo.nix + ./desktop/hyprlock.nix + ./desktop/hyprshell.nix + ./desktop/wallpaper.nix + ./desktop/waybar.nix + ./desktop/walker.nix + ./dev/dev.nix + ./dev/shells.nix + ./dev/starship.nix + ./dev/emacs + ]; + + <> + + <> + + programs.home-manager.enable = true; + } +#+end_src + + +** Wallpaper +wallpaper.nix installs wpaperd and deploys your wallpaper files from the repo (./assets/conf/desktop/wallpaper/pictures/) into ~/conf/desktop/wallpaper/pictures. It also deploys the default wallpaper configuration from assets/conf/desktop/wallpaper/wallpaper.conf into ~/conf/desktop/wallpaper/wallpaper.conf, which is the file you can edit as a user override. +Finally, it creates a systemd user service (wpaperd.service) that automatically starts wpaperd at login and keeps it running, using your override config so wallpapers rotate according to your settings. + +#+begin_src nix :tangle home/desktop/wallpaper.nix :noweb tangle :mkdirp yes +{ config, pkgs, lib, flakeRoot, ... }: +let + repoWallpaperDir = flakeRoot + "/assets/conf/desktop/wallpaper"; + repoWallpaperConf = flakeRoot + "/assets/conf/desktop/wallpaper/wallpaper.conf"; + userRelRoot = "nixos_conf/wallpaperstuff"; + userAbsRoot = "${config.home.homeDirectory}/${userRelRoot}"; + userConfPath = "${userAbsRoot}/wallpaper.conf"; + # Exclude wallpaper.conf so HM does NOT manage it (avoids backup collisions) + repoWallpapersOnly = lib.cleanSourceWith { + src = repoWallpaperDir; + filter = path: type: + (builtins.baseNameOf path) != "wallpaper.conf"; + }; +in +{ + home.packages = [ pkgs.wpaperd ]; + # Sync everything *except* wallpaper.conf into ~/nixos_conf/wallpaperstuff + home.file."${userRelRoot}" = { + source = repoWallpapersOnly; + recursive = true; + }; + # Now safely overwrite the config every activation (no HM collision) + home.activation.wallpaperConfForce = + lib.hm.dag.entryAfter [ "writeBoundary" ] '' + set -euo pipefail + mkdir -p "${userAbsRoot}" + install -m 0644 "${repoWallpaperConf}" "${userConfPath}" + ''; + systemd.user.services.wpaperd = { + Unit = { + Description = "wpaperd wallpaper daemon"; + After = [ "default.target" ]; + }; + Service = { + Type = "simple"; + ExecStart = "${pkgs.wpaperd}/bin/wpaperd --config ${userConfPath}"; + Restart = "on-failure"; + RestartSec = 1; + }; + Install.WantedBy = [ "default.target" ]; + }; +} +#+end_src + +** Waybar +[[./.github/images/waybar.png]] + +Mostly styling and enabling modules in the [[https://github.com/Alexays/Waybar][top bar]]. +#+begin_src nix :tangle home/desktop/waybar.nix :noweb tangle :mkdirp yes +{ config, lib, pkgs, flakeRoot, ... }: +let + repoWaybarDir = flakeRoot + "/assets/conf/desktop/waybar"; +in +{ + programs.waybar.enable = true; + + # Ensure config matches repo (HM-managed symlink, not user-editable) + xdg.configFile."waybar/config" = { + source = repoWaybarDir + "/config.jsonc"; + force = true; + }; + + # Override HM's internally-generated waybar-style.css derivation + # and use your repo file instead. + xdg.configFile."waybar/style.css" = { + source = lib.mkForce (repoWaybarDir + "/style.css"); + force = true; + }; + + # Prevent HM from also trying to generate style content via programs.waybar.style + # (not strictly required once mkForce is in place, but keeps intent clear) + programs.waybar.style = ""; +} +#+end_src + +** Lock Screen +The lock screen configured using [[https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/][hyprlock]]. +I use [[https://wiki.hyprland.org/Hypr-Ecosystem/hypridle/][hypridle]] to detect idle time and use wlogout to show a logout menu. +They are configured below. +#+begin_src nix :tangle home/desktop/hyprlock.nix :noweb tangle :mkdirp yes +{config, lib, pkgs, flakeRoot, ... }: +let + lockPngSrc = flakeRoot + "/assets/lock.png"; + hyprlockConf = flakeRoot + "/assets/conf/desktop/hypr/hyprlock.conf"; +in +{ + home.packages = [ pkgs.hyprlock ]; + xdg.configFile."hypr/lock.png".source = lockPngSrc; + xdg.configFile."hypr/hyprlock.conf".source = hyprlockConf; +} +#+end_src + +** Idle Screen + +#+begin_src nix :tangle home/desktop/hypridle.nix :noweb tangle :mkdirp yes{ config, lib, pkgs, flakeRoot, +{ config, lib, pkgs, flakeRoot, ... }: +let + hypridleConf = flakeRoot + "/assets/conf/desktop/hypr/hypridle.conf"; +in +{ + home.packages = [ pkgs.hypridle ]; + xdg.configFile."hypr/hypridle.conf".source = hypridleConf; +} +#+end_src + +** Hyprshell +For nice task-starting and -switching +#+begin_src nix :tangle home/desktop/hyprshell.nix :noweb tangle :mkdirp yes{ config, lib, pkgs, flakeRoot, +# home/desktop/hyprshell.nix (Home-Manager module) +{ config, pkgs, lib, flakeRoot, ... }: +let + repoDir = flakeRoot + "/assets/conf/desktop/hypr/hyprshell"; + cfgRon = repoDir + "/config.ron"; + cssFile = repoDir + "/styles.css"; +in +{ + xdg.enable = true; + home.packages = [ pkgs.hyprshell ]; + # Link repo -> ~/.config/hyprshell/... + xdg.configFile."hyprshell/config.ron".source = cfgRon; + xdg.configFile."hyprshell/styles.css".source = cssFile; + # Autostart (systemd user service) + systemd.user.services.hyprshell = { + Unit = { + Description = "Hyprshell (window switcher / launcher)"; + PartOf = [ "graphical-session.target" ]; + After = [ "graphical-session.target" ]; + }; + Service = { + ExecStart = "${pkgs.hyprshell}/bin/hyprshell"; + Restart = "on-failure"; + RestartSec = 1; + }; + Install = { + WantedBy = [ "graphical-session.target" ]; + }; + }; +} +#+end_src + + +** Hyprland +This configures the desktop environment along with the peripherals. The comments should explain whats happening. +#+begin_src nix :tangle home/desktop/hyprland.nix :noweb tangle :mkdirp yes. +{ config, lib, pkgs, flakeRoot, ... }: +let + hyprConf = flakeRoot + "/assets/conf/desktop/hypr/hyprland.conf"; + bindingsConf = flakeRoot + "/assets/conf/desktop/hypr/bindings.conf"; +in +{ + programs.kitty.enable = true; + + wayland.windowManager.hyprland = { + enable = true; + # Load base config + bindings from repo files + extraConfig = + (builtins.readFile hyprConf) + + "\n\n# --- Repo keybindings ---\n" + + (builtins.readFile bindingsConf) + + "\n"; + }; + + xdg.configFile."hypr/scripts/lid-lock.sh" = { + source = flakeRoot + "/assets/conf/desktop/hypr/scripts/lid-lock.sh"; + executable = true; + }; + xdg.portal = { + enable = true; + + extraPortals = with pkgs; [ + xdg-desktop-portal-gtk + xdg-desktop-portal-hyprland + ]; + + # GTK als algemene backend (OpenURI is daar betrouwbaar) + config.common.default = [ "gtk" ]; + + # Hyprland alleen voor screensharing / remote desktop + config.hyprland = { + "org.freedesktop.impl.portal.Screencast" = [ "hyprland" ]; + "org.freedesktop.impl.portal.RemoteDesktop" = [ "hyprland" ]; + }; + }; +} +#+end_src + +** Walker +[[https://github.com/abenz1267/walker][This]] is how I launch applications. It is bound to Win+Space in the ./asstes/conf/desktop/hypr/bindings.conf. +#+begin_src nix :tangle home/desktop/walker.nix :noweb tangle :mkdirp yes. +{ config, pkgs, lib, inputs ? null, ... }: + +let + walkerPkg = + if inputs != null && inputs ? walker + then inputs.walker.packages.${pkgs.system}.default + else pkgs.walker; + + elephantPkg = + if inputs != null && inputs ? elephant + then inputs.elephant.packages.${pkgs.system}.default + else pkgs.elephant; + + sessionTarget = "graphical-session.target"; +in +{ + xdg.enable = true; + + home.packages = [ + walkerPkg + elephantPkg + ]; + + systemd.user.services.elephant = { + Unit = { + Description = "Elephant backend for Walker"; + PartOf = [ sessionTarget ]; + After = [ sessionTarget ]; + }; + + Service = { + Type = "simple"; + ExecStart = "${elephantPkg}/bin/elephant"; + + Restart = "on-failure"; + RestartSec = 1; + + # Ensure Elephant can create its socket under: + # /run/user/$UID/elephant/... + RuntimeDirectory = "elephant"; + RuntimeDirectoryMode = "0700"; + + # Light hardening (DO NOT use ProtectSystem=strict here) + NoNewPrivileges = true; + PrivateTmp = true; + ProtectKernelTunables = true; + ProtectKernelModules = true; + ProtectControlGroups = true; + LockPersonality = true; + RestrictRealtime = true; + RestrictSUIDSGID = true; + SystemCallArchitectures = "native"; + }; + + Install = { + WantedBy = [ sessionTarget ]; + }; + }; + + systemd.user.services.walker = { + Unit = { + Description = "Walker GApplication service"; + PartOf = [ sessionTarget ]; + After = [ sessionTarget "elephant.service" ]; + Wants = [ "elephant.service" ]; + }; + + Service = { + Type = "simple"; + ExecStart = "${walkerPkg}/bin/walker --gapplication-service"; + + Restart = "on-failure"; + RestartSec = 1; + + # Light hardening + NoNewPrivileges = true; + PrivateTmp = true; + ProtectKernelTunables = true; + ProtectKernelModules = true; + ProtectControlGroups = true; + LockPersonality = true; + RestrictRealtime = true; + RestrictSUIDSGID = true; + SystemCallArchitectures = "native"; + }; + + Install = { + WantedBy = [ sessionTarget ]; + }; + }; +} +#+end_src + +** Theme +I use the [[https://catppuccin.com/][Catppuccin]] almost everywhere. The nix module integrates almost automatically everywhere (except gtk). +You'll notice the color values in multiple places outside this as well. +#+begin_src nix :tangle home/apps/theme.nix :noweb tangle :mkdirp yes. + { pkgs, ...}: + { + gtk = { + enable = true; + colorScheme = "dark"; + theme = { + name = "Catppuccin-GTK-Grey-Dark-Compact"; + package = (pkgs.magnetic-catppuccin-gtk.override { + accent = [ "grey" ]; + shade = "dark"; + tweaks = [ "black" ]; + size = "compact"; + }); + }; + iconTheme.name = "Papirus-Dark"; + }; + catppuccin.enable = true; + catppuccin.flavor = "mocha"; + catppuccin.accent = "blue"; + catppuccin.gtk.icon.enable = true; + catppuccin.cursors.enable = true; + } +#+end_src + +** Default-apps +This is where you can set defaults +#+begin_src nix :tangle home/apps/defaults-apps.nix :noweb tangle :mkdirp yes. +{ config, pkgs, lib, ... }: +{ + xdg.mimeApps.enable = true; + xdg.mimeApps.defaultApplications = { + "x-scheme-handler/http" = [ "app.zen_browser.zen.desktop" ]; + "x-scheme-handler/https" = [ "app.zen_browser.zen.desktop" ]; + "text/html" = [ "app.zen_browser.zen.desktop" ]; + }; +} +#+end_src + +** Hyperexpo +hyprexpo gets installed and configured +#+begin_src nix :tangle home/desktop/hyprexpo.nix :noweb tangle :mkdirp yes. +{ config, lib, pkgs, ... }: + +{ + wayland.windowManager.hyprland = { + # Load the Hyprexpo plugin (from nixpkgs) + plugins = [ + pkgs.hyprlandPlugins.hyprexpo + ]; + + # Append plugin config + keybind after your existing hyprland.conf + extraConfig = lib.mkAfter '' + ############################ + # Hyprexpo (workspace/window overview) + ############################ + + # Basic plugin config (tweak as you like) + plugin { + hyprexpo { + columns = 3 + gaps_in = 5 + gaps_out = 20 + + # Optional; comment out if you don't want it + # workspace_method = center current + } + } + ''; + }; +} + +#+end_src + +** Alacritty +Alacritty gets installed and configured +#+begin_src nix :tangle home/dev/alacritty.nix :noweb tangle :mkdirp yes. +{ config, pkgs, lib, flakeRoot, ... }: +let + repoAlacrittyConf = flakeRoot + "/assets/conf/dev/alacritty.toml"; +in +{ + xdg.enable = true; + programs.alacritty.enable = true; + # Override the config generated by programs.alacritty + xdg.configFile."alacritty/alacritty.toml".source = lib.mkForce repoAlacrittyConf; + catppuccin.alacritty.enable = true; + catppuccin.alacritty.flavor = "mocha"; +} +#+end_src + +** Dev Tools +All the miscellaneous dev tools on this computer. +#+begin_src nix :tangle home/dev/dev.nix :noweb tangle :mkdirp yes +{ config, pkgs, lib, ... }: +{ + programs = { + vscode.enable = true; + vim.enable = true; + ripgrep.enable = true; + btop.enable = true; + + fzf = { + enable = true; + enableZshIntegration = true; + enableBashIntegration = true; + }; + + zoxide = { + enable = true; + enableZshIntegration = true; + enableBashIntegration = true; + }; + + eza = { + enable = true; + enableZshIntegration = true; + enableBashIntegration = true; + }; + + direnv = { + enable = true; + enableZshIntegration = true; + enableBashIntegration = true; + nix-direnv.enable = true; + }; + + # Zsh-specific config belongs here + zsh = { + # for emacs-eat package + initContent = lib.mkOrder 1200 '' + [ -n "$EAT_SHELL_INTEGRATION_DIR" ] && \ + source "$EAT_SHELL_INTEGRATION_DIR/zsh" + ''; + }; + + git = { + enable = true; + lfs.enable = true; + }; + }; +} + +#+end_src + +** Kitty +Kitty gets installed and configured +#+begin_src nix :tangle home/dev/kitty.nix :noweb tangle :mkdirp yes. +{ config, pkgs, lib, flakeRoot, ... }: +let + repoKittyConf = flakeRoot + "/assets/conf/dev/kitty.conf"; +in +{ + xdg.enable = true; + programs.kitty.enable = true; + catppuccin.alacritty.enable = true; + catppuccin.alacritty.flavor = "mocha"; + syntaxHighlighting.enable = true; + autosuggestion.enable = true; + enableCompletion = true; + xdg.configFile."kitty/kitty.conf".source = repoKittyConf; +} +#+end_src + +** Shells +The aliases mentioned in ./assets/conf/dev/terminal/shells.conf will be added to enabled shells +#+begin_src nix :tangle home/dev/shells.nix :noweb tangle :mkdirp yes +# shells.nix — Home-Manager module +# +# Reads: +# ${flakeRoot}/assets/conf/dev/terminal/enabled_shells.conf +# ${flakeRoot}/assets/conf/dev/terminal/aliases.conf +# +# For each enabled shell in [enabled_shells]: +# - installs/enables shell (where HM has an enable option) +# - if ${flakeRoot}/assets/conf/dev/terminal/.conf exists, sources it +# - ensures a *user-editable* aliases file exists in the shell’s default location +# - if a shell is disabled, its aliases file is removed +# . +# Notes on “editable”: +# - We do NOT manage the aliases file with xdg.configFile/home.file (those would be overwritten). +# - Instead, we create/remove files via home.activation (create only if missing). +{ config, pkgs, lib, flakeRoot, ... }: +let + terminalDir = flakeRoot + "/assets/conf/dev/terminal"; + enabledFile = terminalDir + "/enabled_shells.conf"; + aliasesFile = terminalDir + "/aliases.conf"; + trim = lib.strings.trim; + # ---------- minimal INI-ish parser (sections + raw lines) ---------- + readMaybe = p: if builtins.pathExists p then builtins.readFile p else ""; + normalizeLine = l: trim (lib.replaceStrings [ "\r" ] [ "" ] l); + parseSections = text: + let + lines = map normalizeLine (lib.splitString "\n" text); + isHeader = l: + let s = l; + in lib.hasPrefix "[" s + && lib.hasSuffix "]" s + && builtins.stringLength s >= 3; + nameOf = l: lib.removeSuffix "]" (lib.removePrefix "[" l); + folded = + builtins.foldl' + (st: l: + if l == "" then st else + if isHeader l then st // { current = nameOf l; } + else + let + cur = st.current; + prev = st.sections.${cur} or []; + in + st // { sections = st.sections // { ${cur} = prev ++ [ l ]; }; } + ) + { current = "__root__"; sections = {}; } + lines; + in + folded.sections; + + enabledSections = parseSections (readMaybe enabledFile); + aliasSections = parseSections (readMaybe aliasesFile); + # [enabled_shells] lines: key = yes/no + enabledShells = + let + raw = enabledSections.enabled_shells or []; + parseKV = l: + let m = builtins.match ''^([A-Za-z0-9_-]+)[[:space:]]*=[[:space:]]*(.*)$'' l; + in if m == null then null else { + k = trim (builtins.elemAt m 0); + v = lib.toLower (trim (builtins.elemAt m 1)); + }; + kvs = builtins.filter (x: x != null) (map parseKV raw); + in + map (x: x.k) (builtins.filter (x: x.v == "yes" || x.v == "true" || x.v == "1") kvs); + shellEnabled = shell: builtins.elem shell enabledShells; + # ---------- per-shell repo config file (.conf) ---------- + shellConfPath = shell: terminalDir + "/${shell}.conf"; + shellConfExists = shell: builtins.pathExists (shellConfPath shell); + sourceIfExistsSh = p: '' + if [ -f "${toString p}" ]; then + source "${toString p}" + fi + ''; + # ---------- aliases section helpers ---------- + secLines = name: aliasSections.${name} or []; + secText = name: lib.concatStringsSep "\n" (secLines name); + # Default alias-file locations + bashAliasesPath = "${config.home.homeDirectory}/.bash_aliases"; + zshAliasesPath = "${config.home.homeDirectory}/.zsh_aliases"; + fishAliasesPath = "${config.xdg.configHome}/fish/conf.d/aliases.fish"; + # Seeds (created once; user can edit afterwards) + bashSeed = '' + # Created once from: ${toString aliasesFile} + # Edit freely; Home Manager will not overwrite this file. + # + ${secText "bash_zsh"} + ${secText "bash_specific"} + ''; + zshSeed = '' + # Created once from: ${toString aliasesFile} + # Edit freely; Home Manager will not overwrite this file. + # + ${secText "bash_zsh"} + ${secText "zsh_specific"} + ''; + # Fish: translate [bash_zsh] POSIX alias lines + append [fish_specific] as-is + parsePosixAlias = l: + let + m = builtins.match ''^[[:space:]]*alias[[:space:]]+([A-Za-z0-9_+-]+)=(.*)$'' l; + in + if m == null then null else + let + name = trim (builtins.elemAt m 0); + rhs0 = trim (builtins.elemAt m 1); + unquote = + if lib.hasPrefix "'" rhs0 && lib.hasSuffix "'" rhs0 then + lib.removeSuffix "'" (lib.removePrefix "'" rhs0) + else if lib.hasPrefix "\"" rhs0 && lib.hasSuffix "\"" rhs0 then + lib.removeSuffix "\"" (lib.removePrefix "\"" rhs0) + else + rhs0; + in + { inherit name; cmd = unquote; }; + escapeForFish = s: + lib.replaceStrings + [ "\\" "\"" "$" "`" ] + [ "\\\\" "\\\"" "\\$" "\\`" ] + s; + fishTranslated = + let + parsed = builtins.filter (x: x != null) (map parsePosixAlias (secLines "bash_zsh")); + in + lib.concatStringsSep "\n" (map (a: ''alias ${a.name} "${escapeForFish a.cmd}"'') parsed); + fishSeed = '' + # Created once from: ${toString aliasesFile} + # Edit freely; Home Manager will not overwrite this file. + status is-interactive; or exit + + # Translated from [bash_zsh]: + ${fishTranslated} + + # From [fish_specific]: + ${secText "fish_specific"} + ''; +in +{ + xdg.enable = true; + # Install/enable shells (no login-shell changes) + programs.bash.enable = shellEnabled "bash"; + programs.zsh.enable = shellEnabled "zsh"; + programs.fish.enable = shellEnabled "fish"; + home.packages = + (lib.optionals (shellEnabled "dash") [ pkgs.dash ]) ++ + (lib.optionals (shellEnabled "nushell") [ pkgs.nushell ]); + # Source per-shell repo config (if present) AND source the user alias file (if it exists). + # Important: define each option only ONCE. + programs.bash.bashrcExtra = lib.mkIf (shellEnabled "bash") (lib.mkAfter '' + ${lib.optionalString (shellConfExists "bash") (sourceIfExistsSh (shellConfPath "bash"))} + if [ -f "${bashAliasesPath}" ]; then + source "${bashAliasesPath}" + fi + ''); + programs.zsh.initContent = lib.mkIf (shellEnabled "zsh") (lib.mkAfter '' + ${lib.optionalString (shellConfExists "zsh") (sourceIfExistsSh (shellConfPath "zsh"))} + if [ -f "${zshAliasesPath}" ]; then + source "${zshAliasesPath}" + fi + ''); + programs.fish.interactiveShellInit = lib.mkIf (shellEnabled "fish") (lib.mkAfter '' + ${lib.optionalString (shellConfExists "fish") '' + if test -f "${toString (shellConfPath "fish")}" + source "${toString (shellConfPath "fish")}" + end + ''} + if test -f "${fishAliasesPath}" + source "${fishAliasesPath}" + end + ''); +# Create/remove alias files based on enabled shells +home.activation.shellAliasesFiles = lib.hm.dag.entryAfter [ "writeBoundary" ] '' + set -euo pipefail + + # bash ------------------------------------------------------- + if ${if shellEnabled "bash" then "true" else "false"}; then + cat > "${bashAliasesPath}" <<'EOF' +${bashSeed} +EOF + else + rm -f "${bashAliasesPath}" + fi + + # zsh ------------------------------------------------------- + if ${if shellEnabled "zsh" then "true" else "false"}; then + cat > "${zshAliasesPath}" <<'EOF' +${zshSeed} +EOF + else + rm -f "${zshAliasesPath}" + fi + + # fish ------------------------------------------------------- + if ${if shellEnabled "fish" then "true" else "false"}; then + mkdir -p "$(dirname "${fishAliasesPath}")" + cat > "${fishAliasesPath}" <<'EOF' +${fishSeed} +EOF + else + rm -f "${fishAliasesPath}" + fi + # fish + if ${if shellEnabled "fish" then "true" else "false"}; then + mkdir -p "$(dirname "${fishAliasesPath}")" + if [ ! -f "${fishAliasesPath}" ]; then + cat > "${fishAliasesPath}" <<'EOF' +${fishSeed} +EOF + fi + else + rm -f "${fishAliasesPath}" + fi + ''; +} +#+end_src + +** Zsh +Zsh gets installed and configured +#+begin_src nix :tangle home/dev/zsh.nix :noweb tangle :mkdirp yes. +{ config, pkgs, lib, flakeRoot, ... }: +let + repoZshConf = flakeRoot + "/assets/conf/dev/terminal/zsh.conf"; +in +{ + programs.zsh = { + enable = true; + syntaxHighlighting.enable = true; + autosuggestions.enable = true; + enableCompletion = true; + autocd = true; + dotDir = config.home.homeDirectory; + # ---- Oh My Zsh ---- + oh-my-zsh = { + enable = true; + theme = ""; + plugins = [ + "git" + "sudo" + "extract" + "colored-man-pages" + "command-not-found" + "history" + "docker" + "kubectl" + # IMPORTANT: these should be last + "zsh-autosuggestions" + "zsh-syntax-highlighting" + ]; + }; + ''; + }; +} +#+end_src + +** Starship +The configuration mentioned in ./assets/conf/dev/terminal/starship.toml will be added to enabled shells +#+begin_src nix :tangle home/dev/starship.nix :noweb tangle :mkdirp yes +{ config, pkgs, lib, flakeRoot, ... }: + +let + repoStarshipToml = flakeRoot + "/assets/conf/dev/terminal/starship.toml"; + + # The exact key that appears in the error: + targetKey = "${config.home.homeDirectory}/.config/starship.toml"; +in +{ + xdg.enable = true; + + programs.starship = { + enable = true; + enableZshIntegration = true; + enableBashIntegration = true; + enableFishIntegration = true; + }; + + # Force the *actual conflicting option* (home.file."".source) + home.file."${targetKey}".source = lib.mkForce repoStarshipToml; +} + +#+end_src + +** Other Settings +Some repeated info from the configuration. +*** Home User +#+name: home-user +#+begin_src nix + home.username = "${user.username}"; + home.homeDirectory = pkgs.lib.mkDefault "/home/${user.username}"; + home.stateVersion = user.stateVersion; +#+end_src + +* Emacs +I practically live inside emacs. The configuration for it is a mix between init.el and the nix configuration. +Nix allows me to install emacs packages as part of the configuration which is most of the following file. +I install the nix community provided emacs overlay that lets me have the latest emacs with pgtk ui (for wayland). +Comments describe the emacs package and what it does. +#+begin_src nix :tangle home/dev/emacs/default.nix :noweb tangle :mkdirp yes + { pkgs, ... }: + { + programs.emacs = { + enable = true; + # install with tree sitter enabled + package = (pkgs.emacs-pgtk.override { withTreeSitter = true; }); + extraPackages = epkgs: [ + # also install all tree sitter grammars + epkgs.manualPackages.treesit-grammars.with-all-grammars + epkgs.nerd-icons # nerd fonts support + epkgs.doom-modeline # model line + epkgs.diminish # hides modes from modeline + epkgs.eldoc # doc support + epkgs.pulsar # pulses the cursor when jumping about + epkgs.which-key # help porcelain + epkgs.expreg # expand region + epkgs.vundo # undo tree + epkgs.puni # structured editing + epkgs.avy # jumping utility + epkgs.consult # emacs right click + epkgs.vertico # minibuffer completion + epkgs.marginalia # annotations for completions + epkgs.crux # utilities + epkgs.magit # git porcelain + epkgs.nerd-icons-corfu # nerd icons for completion + epkgs.corfu # completion + epkgs.cape # completion extensions + epkgs.orderless # search paradigm + epkgs.yasnippet # snippets support + epkgs.yasnippet-snippets # commonly used snippets + epkgs.rg # ripgrep + epkgs.exec-path-from-shell # load env and path + epkgs.eat # better shell + epkgs.rust-mode # rust mode (when rust-ts doesn't cut it) + epkgs.rustic # more rust things + epkgs.nix-mode # nix lang + epkgs.hcl-mode # hashicorp file mode + epkgs.shell-pop # quick shell popup + epkgs.envrc # support for loading .envrc + epkgs.nixpkgs-fmt # format nix files + epkgs.f # string + file utilities + epkgs.gptel # llm chat (mainly claude) + epkgs.catppuccin-theme # catppuccin theme + epkgs.eldoc-box # docs in a box + epkgs.sideline # mainly for flymake errors on the side + epkgs.sideline-flymake # mainly for flymake errors on the side + epkgs.sideline-eglot # mainly for flymake errors on the side + ]; + }; + home.sessionVariables = { + EDITOR = "emacs"; + XDG_SCREENSHOTS_DIR = "~/screenshots"; + }; + home.file = { + emacs-init = { + source = ./early-init.el; + target = ".emacs.d/early-init.el"; + }; + emacs = { + source = ./init.el; + target = ".emacs.d/init.el"; + }; + }; + services.nextcloud-client = { + enable = true; + }; + } +#+end_src + +** Early Initialization +There are some emacs settings that can be configured before the gui shows up. +And some of them help increase performance and let the gui show up that much faster. +These are listed here. + +#+begin_src emacs-lisp :tangle home/dev/emacs/early-init.el :mkdirp yes + ;;; package --- early init -*- lexical-binding: t -*- + ;;; Commentary: + ;;; Prevents white flash and better Emacs defaults + ;;; Code: + (set-language-environment "UTF-8") + (setq-default + default-frame-alist + '((background-color . "#1e1e2e") + (bottom-divider-width . 1) ; Thin horizontal window divider + (foreground-color . "#bac2de") ; Default foreground color + (fullscreen . maximized) ; Maximize the window by default + (horizontal-scroll-bars . nil) ; No horizontal scroll-bars + (left-fringe . 8) ; Thin left fringe + (menu-bar-lines . 0) ; No menu bar + (right-divider-width . 1) ; Thin vertical window divider + (right-fringe . 8) ; Thin right fringe + (tool-bar-lines . 0) ; No tool bar + (undecorated . t) ; Remove extraneous X decorations + (vertical-scroll-bars . nil)) ; No vertical scroll-bars + user-full-name "Henrov henrov" ; ME! + ;; memory configuration + ;; Higher garbage collection threshold, prevents frequent gc locks, reset later + gc-cons-threshold most-positive-fixnum + ;; Ignore warnings for (obsolete) elisp compilations + byte-compile-warnings '(not obsolete) + ;; And other log types completely + warning-suppress-log-types '((comp) (bytecomp)) + ;; Large files are okay in the new millenium. + large-file-warning-threshold 100000000 + ;; dont show garbage collection messages at startup, will reset later + garbage-collection-messages nil + ;; native compilation + package-native-compile t + native-comp-warning-on-missing-source nil + native-comp-async-report-warnings-errors 'silent + ;; Read more based on system pipe capacity + read-process-output-max (max (* 10240 10240) read-process-output-max) + ;; scroll configuration + scroll-margin 0 ; Lets scroll to the end of the margin + scroll-conservatively 100000 ; Never recenter the window + scroll-preserve-screen-position 1 ; Scrolling back and forth + ;; frame config + ;; Improve emacs startup time by not resizing to adjust for custom settings + frame-inhibit-implied-resize t + ;; Dont resize based on character height / width but to exact pixels + frame-resize-pixelwise t + ;; backups & files + backup-directory-alist '(("." . "~/.backups/")) ; Don't clutter + backup-by-copying t ; Don't clobber symlinks + create-lockfiles nil ; Don't have temp files + delete-old-versions t ; Cleanup automatically + kept-new-versions 6 ; Update every few times + kept-old-versions 2 ; And cleanup even more + version-control t ; Version them backups + delete-by-moving-to-trash t ; Dont delete, send to trash instead + ;; startup + inhibit-startup-screen t ; I have already done the tutorial. Twice + inhibit-startup-message t ; I know I am ready + inhibit-startup-echo-area-message t ; Yep, still know it + initial-scratch-message nil ; I know it is the scratch buffer! + initial-buffer-choice nil + inhibit-startup-buffer-menu t + inhibit-x-resources t + initial-major-mode 'fundamental-mode + pgtk-wait-for-event-timeout 0.001 ; faster child frames + ad-redefinition-action 'accept ; dont care about legacy things being redefined + inhibit-compacting-font-caches t + ;; tabs + tab-width 4 ; Always tab 4 spaces. + indent-tabs-mode nil ; Never use actual tabs. + ;; rendering + cursor-in-non-selected-windows nil ; dont render cursors other windows + ;; packages + use-package-always-defer t + load-prefer-newer t + default-input-method nil + use-dialog-box nil + use-file-dialog nil + use-package-expand-minimally t + package-enable-at-startup nil + use-package-enable-imenu-support t + auto-mode-case-fold nil ; No second pass of case-insensitive search over auto-mode-alist. + package-archives '(("melpa" . "https://melpa.org/packages/") + ("gnu" . "https://elpa.gnu.org/packages/") + ("nongnu" . "https://elpa.nongnu.org/nongnu/") + ("melpa-stable" . "https://stable.melpa.org/packages/")) + package-archive-priorities '(("gnu" . 99) + ("nongnu" . 80) + ("melpa" . 70) + ("melpa-stable" . 50)) + ) + ;;; early-init.el ends here +#+end_src + +** Initialization +Now starts the main emacs configuration. + +#+begin_src emacs-lisp :tangle home/dev/emacs/init.el :mkdirp yes + ;;; package --- Summary - My minimal Emacs init file -*- lexical-binding: t -*- + + ;;; Commentary: + ;;; Simple Emacs setup I carry everywhere + + ;;; Code: + (setq custom-file (locate-user-emacs-file "custom.el")) + (load custom-file 'noerror) ;; no error on missing custom file + + (require 'package) + (package-initialize) + + (defun reset-custom-vars () + "Resets the custom variables that were set to crazy numbers" + (setopt gc-cons-threshold (* 1024 1024 100)) + (setopt garbage-collection-messages t)) + + (use-package emacs + :custom + (native-comp-async-query-on-exit t) + (read-answer-short t) + (use-short-answers t) + (enable-recursive-minibuffers t) + (which-func-update-delay 1.0) + (visible-bell nil) + (custom-buffer-done-kill t) + (whitespace-line-column nil) + (x-underline-at-descent-line t) + (imenu-auto-rescan t) + (uniquify-buffer-name-style 'forward) + (confirm-nonexistent-file-or-buffer nil) + (create-lockfiles nil) + (make-backup-files nil) + (kill-do-not-save-duplicates t) + (sentence-end-double-space nil) + (treesit-enabled-modes t) + :init + ;; base visual + (menu-bar-mode -1) ;; no menu bar + (toggle-scroll-bar -1) ;; no scroll bar + (tool-bar-mode -1) ;; no tool bar either + (blink-cursor-mode -1) ;; stop blinking + + ;; font of the century + (set-frame-font "Aporetic Sans Mono 12" nil t) + + :bind + (("C-" . pixel-scroll-precision) ; dont zoom in please, just scroll + ("C-" . pixel-scroll-precision) ; dont zoom in either, just scroll + ("C-x k" . kill-current-buffer)) ; kill the buffer, dont ask + :hook + (text-mode . delete-trailing-whitespace-mode) + (prog-mode . delete-trailing-whitespace-mode) + (after-init . global-display-line-numbers-mode) ;; always show line numbers + (after-init . column-number-mode) ;; column number in the mode line + (after-init . size-indication-mode) ;; file size in the mode line + (after-init . pixel-scroll-precision-mode) ;; smooth mouse scroll + (after-init . electric-pair-mode) ;; i mean ... parens should auto create + (after-init . reset-custom-vars) + ) + + (use-package autorevert + :ensure nil + :custom + (auto-revert-interval 3) + (auto-revert-remote-files nil) + (auto-revert-use-notify t) + (auto-revert-avoid-polling nil) + (auto-revert-verbose t) + :hook + (after-init . global-auto-revert-mode)) + + (use-package recentf + :ensure nil + :commands (recentf-mode recentf-cleanup) + :hook + (after-init . recentf-mode) + :custom + (recentf-auto-cleanup 'never) + (recentf-exclude + (list "\\.tar$" "\\.tbz2$" "\\.tbz$" "\\.tgz$" "\\.bz2$" + "\\.bz$" "\\.gz$" "\\.gzip$" "\\.xz$" "\\.zip$" + "\\.7z$" "\\.rar$" + "COMMIT_EDITMSG\\'" + "\\.\\(?:gz\\|gif\\|svg\\|png\\|jpe?g\\|bmp\\|xpm\\)$" + "-autoloads\\.el$" "autoload\\.el$")) + + :config + ;; A cleanup depth of -90 ensures that `recentf-cleanup' runs before + ;; `recentf-save-list', allowing stale entries to be removed before the list + ;; is saved by `recentf-save-list', which is automatically added to + ;; `kill-emacs-hook' by `recentf-mode'. + (add-hook 'kill-emacs-hook #'recentf-cleanup -90)) + + (use-package savehist + :ensure nil + :commands (savehist-mode savehist-save) + :hook + (after-init . savehist-mode) + :custom + (savehist-autosave-interval 600) + (savehist-additional-variables + '(kill-ring ; clipboard + register-alist ; macros + mark-ring global-mark-ring ; marks + search-ring regexp-search-ring))) + + (use-package hl-line + :ensure nil + :custom + (hl-line-sticky-flag nil) + (global-hl-line-sticky-flag nil) + :hook + (after-init . global-hl-line-mode)) + + (use-package saveplace + :ensure nil + :commands (save-place-mode save-place-local-mode) + :hook + (after-init . save-place-mode) + :custom + (save-place-limit 400)) + + (use-package nerd-icons + :custom + ;; disable bright icon colors + (nerd-icons-color-icons nil)) + + (use-package doom-modeline + :custom + (inhibit-compacting-font-caches t) ;; speed + (doom-modeline-buffer-file-name-style 'relative-from-project) + (doom-modeline-major-mode-icon nil) ;; distracting icons, no thank you + (doom-modeline-buffer-encoding nil) ;; everything is utf-8 anyway + (doom-modeline-buffer-state-icon nil) ;; the filename already shows me + (doom-modeline-lsp nil) ;; lsp state is too distracting, too often + :hook (after-init . doom-modeline-mode)) + + (load-theme 'catppuccin :no-confirm) + + (use-package diminish :demand t) ;; declutter the modeline + (use-package eldoc + :diminish eldoc-mode + :custom + (eldoc-echo-area-use-multiline-p nil)) ;; docs for everything + + (use-package eldoc-box + :defer t + :config + (set-face-background 'eldoc-box-border (catppuccin-color 'green)) + (set-face-background 'eldoc-box-body (catppuccin-color 'base)) + :bind + (("M-h" . eldoc-box-help-at-point))) + + (use-package pulsar + :commands pulsar-global-mode pulsar-recenter-top pulsar-reveal-entry + :init + (defface pulsar-catppuccin + `((default :extend t) + (((class color) (min-colors 88) (background light)) + :background ,(catppuccin-color 'sapphire)) + (((class color) (min-colors 88) (background dark)) + :background ,(catppuccin-color 'sapphire)) + (t :inverse-video t)) + "Alternative nord face for `pulsar-face'." + :group 'pulsar-faces) + :custom + (pulsar-face 'pulsar-catppuccin) + :hook + (after-init . pulsar-global-mode)) + + (use-package which-key + :commands which-key-mode + :diminish which-key-mode + :hook + (after-init . which-key-mode)) + + (use-package expreg + :bind ("M-m" . expreg-expand)) + + (use-package vundo) ;; undo tree + + ;; better structured editing + (use-package puni + :commands puni-global-mode + :hook + (after-init . puni-global-mode)) + + (use-package avy + :bind + ("M-i" . avy-goto-char-2) + :custom + (avy-background t)) + + (use-package consult + :bind + ("C-x b" . consult-buffer) ;; orig. switch-to-buffer + ("M-y" . consult-yank-pop) ;; orig. yank-pop + ("M-g M-g" . consult-goto-line) ;; orig. goto-line + ("M-g i" . consult-imenu) ;; consult version is interactive + ("M-g r" . consult-ripgrep) ;; find in project also works + :custom + (consult-narrow-key "<")) + + (use-package vertico + :commands vertico-mode + :custom + (read-file-name-completion-ignore-case t) + (read-buffer-completion-ignore-case t) + (completion-ignore-case t) + (enable-recursive-minibuffers t) + (minibuffer-prompt-properties '(read-only t cursor-intangible t face minibuffer-prompt)) + :init + (vertico-mode) + :hook + (minibuffer-setup-hook . cursor-intangible-mode)) + + (use-package marginalia + :commands marginalia-mode + :hook (after-init . marginalia-mode)) + + (use-package crux + :bind + ("C-c M-e" . crux-find-user-init-file) + ("C-c C-w" . crux-transpose-windows) + ("C-c M-d" . crux-find-current-directory-dir-locals-file) + ("C-a" . crux-move-beginning-of-line)) + + (use-package magit + :bind (("C-M-g" . magit-status))) + + (use-package nerd-icons-corfu + :commands nerd-icons-corfu-formatter + :defines corfu-margin-formatters) + + (use-package corfu + :commands global-corfu-mode + :custom + (corfu-cycle t) + (corfu-auto t) + (corfu-auto-delay 1) + (corfu-auto-prefix 3) + (corfu-separator ?_) + :hook + (after-init . global-corfu-mode) + :config + (add-to-list 'corfu-margin-formatters #'nerd-icons-corfu-formatter)) + + (use-package cape) + + (use-package orderless + :custom + (completion-styles '(orderless partial-completion basic)) + (completion-category-defaults nil) + (completion-category-overrides nil)) + + (use-package yasnippet + :commands yas-global-mode + :diminish yas-minor-mode + :hook + (after-init . yas-global-mode)) + + (use-package yasnippet-snippets :after yasnippet) + + (use-package exec-path-from-shell + :commands exec-path-from-shell-initialize + :custom + (exec-path-from-shell-arguments nil) + :hook + (after-init . exec-path-from-shell-initialize)) + + (use-package nixpkgs-fmt + :custom + (nixpkgs-fmt-command "nixfmt")) + + (use-package eat + :bind + (("C-c e p" . eat-project) + ("C-c e t" . eat))) + + (use-package f :demand t) + + (use-package envrc + :commands envrc-global-mode + :hook + (after-init . envrc-global-mode)) + + (use-package gptel + :commands gptel-make-anthropic f-read-text + :config + (gptel-make-anthropic "Claude" + :stream t :key (f-read-text "/run/secrets/claude_key"))) + + (use-package sideline-flymake) + (use-package sideline-eglot) + (use-package sideline + :custom + (sideline-backends-right '(sideline-flymake sideline-eglot)) + :hook + (eglot-managed-mode . sideline-mode) + (flymake-mode . sideline-mode)) + + (use-package eglot + :custom + (eglot-extend-to-xref t) + (eglot-ignored-server-capabilities '(:inlayHintProvider)) + (jsonrpc-event-hook nil) + :hook + (eglot-managed-mode . eldoc-box-hover-mode) + (before-save . eldoc-format-buffer) + :bind + (:map eglot-mode-map + ("C-c l a" . eglot-code-actions) + ("C-c l r" . eglot-rename) + ("C-c l h" . eldoc) + ("C-c l g" . xref-find-references) + ("C-c l w" . eglot-reconnect))) + + (use-package proced + :custom + (proced-auto-update-flag t) + (proced-auto-update-interval 3) + (proced-enable-color-flag t) + (proced-show-remote-processes t)) + + (use-package org + :ensure t + :defer t + :commands (org-mode org-capture org-agenda) + :init + (defvar org-journal-file "~/nextcloud/org/journal.org") + (defvar org-archive-file "~/nextcloud/org/archive.org") + (defvar org-notes-file "~/nextcloud/org/notes.org") + (defvar org-inbox-file "~/nextcloud/org/inbox.org") + (defvar org-work-file "~/nextcloud/org/work.org") + (defun my/org-capture-project-target-heading () + "Determine Org target headings from the current file's project path. + + This function assumes a directory structure like '~/projects/COMPANY/PROJECT/'. + It extracts 'COMPANY' and 'PROJECT' to use as nested headlines + for an Org capture template. + + If the current buffer is not visi + ting a file within such a + project structure, it returns nil, causing capture to default to + the top of the file." + (when-let* ((path (buffer-file-name))) ; Ensure we are in a file-visiting buffer + (let ((path-parts (split-string path "/" t " "))) + (when-let* ((projects-pos (cl-position "projects" path-parts :test #'string=)) + (company (nth (+ 1 projects-pos) path-parts)) + (project (nth (+ 2 projects-pos) path-parts))) + ;; Return a list of headlines for Org to find or create. + (list company project))))) + :bind + (("C-c c" . org-capture) + ("C-c i" . org-store-link) + ("C-c a" . org-agenda) + :map org-mode-map + ("C-c t" . org-toggle-inline-images) + ("C-c l" . org-toggle-link-display)) + :custom + (org-agenda-files (list org-inbox-file org-journal-file)) + (org-directory "~/nextcloud/org") + (org-default-notes-file org-inbox-file) + (org-archive-location (concat org-archive-file "::* From %s")) + (org-log-done 'time) + (org-log-into-drawer t) + (org-hide-emphasis-markers t) + (org-src-fontify-natively t) + (org-src-tab-acts-natively t) + (org-capture-templates '(("t" "Todo" entry (file org-inbox-file) + "* TODO %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n)") + ("j" "Journal" entry (file+olp+datetree org-journal-file) + "* %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n") + ("n" "Note" entry (file org-notes-file) + "* %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n") + ("p" "Project Task" item + (file+function org-work-file my/org-capture-project-target-heading) + "* TODO %? \n CLOCK: %U" + )) + ) + :config + ;; Enable syntax highlighting in code blocks + (add-hook 'org-mode-hook 'turn-on-font-lock) + (add-hook 'org-mode-hook 'org-indent-mode)) + + ;; extras + (use-package comp-run + :ensure nil + :config + (push "tramp-loaddefs.el.gz" native-comp-jit-compilation-deny-list) + (push "cl-loaddefs.el.gz" native-comp-jit-compilation-deny-list)) + + (use-package rustic + :custom + (rustic-lsp-client 'eglot)) + + (provide 'init) + + ;;; init.el ends here + #+end_src + +* Machines +Only a few more things left. Specifically the machine level extra settings. +** Traveldroid +The configuration for the laptop does not change much. Most changes are because the hardware is different. +*** System Level +Nothing specific for the laptop. + +#+begin_src nix :tangle machines/traveldroid/configuration.nix :noweb tangle :mkdirp yes +{ user, ... } : { + imports = + [ + ./hardware-configuration.nix + ../../configuration + ]; +} +#+end_src + +*** Hardware +This is the most different. Mostly taken from hardware-configuration.nix setup at first install. + +#+begin_src nix :tangle machines/traveldroid/hardware-configuration.nix :noweb tangle :mkdirp yes + { + hostname, + pkgs, + lib, + modulesPath, + user, + config, + ... + }: + { + imports = [ + (modulesPath + "/installer/scan/not-detected.nix") + ../../hardware/hardware.nix + ]; + + boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_usb_sdmmc" ]; + boot.initrd.kernelModules = [ ]; + boot.kernelModules = [ "kvm-intel" ]; + boot.extraModulePackages = [ ]; + + fileSystems."/" = + { device = "/dev/disk/by-uuid/69433a14-fbaf-401b-af85-cd1bbf02b4e2"; + fsType = "ext4"; + }; + + fileSystems."/boot" = + { device = "/dev/disk/by-uuid/811D-0676"; + fsType = "vfat"; + options = [ "fmask=0077" "dmask=0077" ]; + }; + + swapDevices = + [ { device = "/dev/disk/by-uuid/b6c557c2-7682-460b-a5e7-8f6f2f429a3a"; } + ]; + + nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; + hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + } +#+end_src + +*** Home +This is mostly about configuring the monitor. And laptop specific utilities. +#+begin_src nix :tangle machines/traveldroid/home.nix :noweb tangle :mkdirp yes +{ pkgs, ... }: +{ + imports = [ + ../../home + ]; + home.packages = with pkgs; [ + brightnessctl + ]; + wayland.windowManager.hyprland = { + extraConfig = '' + # Default portable monitor rule + monitor=DP-1,3840x1080@144,1920x0,1 + ''; + }; +} +#+end_src + +* README Utils +*** Headers +This script adds a =DO NOT MODIFY= header to all the generated nix files. +#+NAME: startup +#+BEGIN_SRC emacs-lisp + (progn + (defun add-tangle-headers () + (message "running in %s" (buffer-file-name)) + (when (string= (file-name-extension (buffer-file-name)) "nix") + (goto-char (point-min)) + (insert "# WARNING : This file was generated by README.org\n# DO NOT MODIFY THIS FILE!\n# Any changes made here will be overwritten.\n") + (save-buffer)) + (save-buffer)) + (add-hook 'org-babel-post-tangle-hook 'add-tangle-headers)) +#+END_SRC + +# Local Variables: +# org-confirm-babel-evaluate: nil +# eval: (progn (org-babel-goto-named-src-block "startup") (org-babel-execute-src-block) (outline-hide-sublevels 1)) +# End: diff --git a/henrovnix/assets/conf/apps/flatpaks.conf b/henrovnix/assets/conf/apps/flatpaks.conf new file mode 100644 index 000000000..627a8daf5 --- /dev/null +++ b/henrovnix/assets/conf/apps/flatpaks.conf @@ -0,0 +1,22 @@ +############################################## +# These files are just for reference. +# If you want to change anything, edit the source files in: +# ~/henrovnix/assets/conf +# +# After that, run: +# cd ~/henrovnix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .# +# +# If everything still works, you can use the same command but: +# - keep "switch" +# - and add a reboot: +# +# cd ~/henrovnix && sudo nixos-rebuild switch --flake .# && systemctl reboot +# +# NOTE: +# Make sure the lines starting with: cd ~/henrovnix +# are written as ONE single line. +############################################## +#app.zen_browser.zen +com.github.tchx84.Flatseal +eu.betterbird.Betterbird +com.todoist.Todoist diff --git a/henrovnix/assets/conf/apps/packages.conf b/henrovnix/assets/conf/apps/packages.conf new file mode 100644 index 000000000..73f758766 --- /dev/null +++ b/henrovnix/assets/conf/apps/packages.conf @@ -0,0 +1,95 @@ +############################################## +# These files are just for reference. +# If you want to change anything, edit the source files in: +# ~/henrovnix/assets/conf +# +# After that, run: +# cd ~/henrovnix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .# +# +# If everything still works, you can use the same command but: +# - keep "switch" +# - and add a reboot: +# +# cd ~/henrovnix && sudo nixos-rebuild switch --flake .# && systemctl reboot +# +# Make sure the lines starting with: cd ~/henrovnix +# are written as ONE single line. +# +#IMPORTANT: +# Only packages/attributes that exist in Nixpkgs can be installed. +# Check names on https://search.nixos.org/packages +# A wrong package name (or attribute path) will cause the Nix build to fail. +############################################### + + +# system +nixVersions.latest +wofi +xdg-utils +desktop-file-utils +playerctl +pamixer +pavucontrol +brightnessctl +rofi +simple-scan +mpv + +#productivity +todoist + +# browsers +brave +vivaldi +chromium + +# hyprland +hyprpaper + +# utils +wget +nextcloud-client +kdePackages.okular +kdePackages.gwenview +kdePackages.kdeconnect-kde +_1password-gui +docker +tree +ripgrep +gparted +file +htop +wev +solaar + +# terminals +kdePackages.konsole +kdePackages.yakuake + +# office +obsidian +onlyoffice-desktopeditors + +# development +git +vscode-with-extensions +kdePackages.kate +postman +tea + +#jetbrains.pycharm +python3 + +# communication +nextcloud-talk-desktop +signal-desktop +openssl + +# multimedia +audacity +handbrake +spotify +vlc + +#play +dualsensectl diff --git a/henrovnix/assets/conf/core/lightdm-gtk-greeter.conf b/henrovnix/assets/conf/core/lightdm-gtk-greeter.conf new file mode 100644 index 000000000..39e54aea0 --- /dev/null +++ b/henrovnix/assets/conf/core/lightdm-gtk-greeter.conf @@ -0,0 +1,7 @@ +[greeter] +theme-name = catppuccinThemePkg +icon-theme-name = papirus-icon-theme +cursor-theme-name = bibata-cursors +cursor-theme-size = 24 +font-name = Sans 11 +indicators = ~host;~spacer;~clock;~spacer;~session;~language;~power diff --git a/henrovnix/assets/conf/core/lightdm.conf b/henrovnix/assets/conf/core/lightdm.conf new file mode 100644 index 000000000..159ccc4cc --- /dev/null +++ b/henrovnix/assets/conf/core/lightdm.conf @@ -0,0 +1,27 @@ +############################################## +# These files are just for reference. +# If you want to change anything, edit the source files in: +# ~/henrovnix/assets/conf +# +# After that, run: +# cd ~/henrovnix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .# +# +# If everything still works, you can use the same command but: +# - keep "switch" +# - and add a reboot: +# +# cd ~/henrovnix && sudo nixos-rebuild switch --flake .# && systemctl reboot +# +# NOTE: +# Make sure the lines starting with: cd ~/henrovnix +# are written as ONE single line. +############################################## +# Minimal Hyprland config for greetd + +[LightDM] +run-directory=/run/lightdm + +[Seat:*] +greeter-session=lightdm-gtk-greeter +user-session=hyprland +allow-guest=false diff --git a/henrovnix/assets/conf/desktop/hypr/bindings.conf b/henrovnix/assets/conf/desktop/hypr/bindings.conf new file mode 100644 index 000000000..baf18394e --- /dev/null +++ b/henrovnix/assets/conf/desktop/hypr/bindings.conf @@ -0,0 +1,168 @@ +############################################## +# These files are just for reference. +# If you want to change anything, edit the source files in: +# ~/henrovnix/assets/conf +# +# Temporarily(!) testing can by editing this file, edit the file and reloading hyprshell +# After that, run: +# cd ~/henrovnix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .# +# +# If everything still works, you can use the same command but: +# - keep "switch" +# - and add a reboot: +# +# cd ~/henrovnix && sudo nixos-rebuild switch --flake .# && systemctl reboot +# +# Make sure the lines starting with: cd ~/henrovnix +# are written as ONE single line. +############################################### + + + +# Keybindings # +############### + +$mainMod = SUPER + +# use walker to show exec menu +bind = $mainMod, Space , exec, walker +bind = $mainMod, P, pseudo +bind = $mainMod, T, togglesplit + +# grimblast +bind = $mainMod SHIFT, p, exec, grimblast -n -f copysave active +bind = $mainMod SHIFT, a, exec, grimblast -n -f copysave area +bind = $mainMod ALT, p, exec, grimblast -n -f copysave output +bind = $mainMod CTRL, p, exec, grimblast -n -f copysave screen + +# Terminal / launcher / kill / reload +bind = $mainMod, E, exec, thunar +bind = $mainMod, RETURN, exec, kitty +bind = $mainMod, D, exec, wofi --show drun +bind = $mainMod, Q, killactive, +bind = $mainMod SHIFT, Q, exit, +bind = $mainMod SHIFT, R, exec, hyprctl reload + +# Default browser +bind = $mainMod, W, exec, flatpak run app.zen_browser.zen + +# Switch windows +bind = $mainMod, TAB, hyprexpo:expo, toggle +bind = ALT, TAB, cyclenext +bind = ALT SHIFT, TAB, cyclenext , prev + +# Focus movement +bind = $mainMod, H, movefocus, l +bind = $mainMod, L, movefocus, r +bind = $mainMod, K, movefocus, u +bind = $mainMod, J, movefocus, d +bind = $mainMod, left, movefocus, l +bind = $mainMod, right, movefocus, r +bind = $mainMod, up, movefocus, u +bind = $mainMod, down, movefocus, d + +# # Move windows +bind = $mainMod SHIFT, H, movewindow, l +bind = $mainMod SHIFT, L, movewindow, r +bind = $mainMod SHIFT, K, movewindow, u +bind = $mainMod SHIFT, J, movewindow, d +bind = $mainMod SHIFT, left, movewindow, l +bind = $mainMod SHIFT, right, movewindow, r +bind = $mainMod SHIFT, up, movewindow, u +bind = $mainMod SHIFT, down, movewindow, d + +# Resize windows +bind = $mainMod CTRL, H, resizeactive, -30 0 +bind = $mainMod CTRL, L, resizeactive, 30 0 +bind = $mainMod CTRL, K, resizeactive, 0 -30 +bind = $mainMod CTRL, J, resizeactive, 0 30 + +# Floating / fullscreen +bind = $mainMod, V, togglefloating, +bind = $mainMod, F, fullscreen, 0 +bind = $mainMod SHIFT, F, fullscreen, 1 + +# Workspaces +bind = $mainMod, 1, workspace, 1 +bind = $mainMod, 2, workspace, 2 +bind = $mainMod, 3, workspace, 3 +bind = $mainMod, 4, workspace, 4 +bind = $mainMod, 5, workspace, 5 +bind = $mainMod, 6, workspace, 6 +bind = $mainMod, 7, workspace, 7 +bind = $mainMod, 8, workspace, 8 +bind = $mainMod, 9, workspace, 9 +bind = $mainMod, 0, workspace, 10 + +bind = $mainMod SHIFT, 1, movetoworkspace, 1 +bind = $mainMod SHIFT, 2, movetoworkspace, 2 +bind = $mainMod SHIFT, 3, movetoworkspace, 3 +bind = $mainMod SHIFT, 4, movetoworkspace, 4 +bind = $mainMod SHIFT, 5, movetoworkspace, 5 +bind = $mainMod SHIFT, 6, movetoworkspace, 6 +bind = $mainMod SHIFT, 7, movetoworkspace, 7 +bind = $mainMod SHIFT, 8, movetoworkspace, 8 +bind = $mainMod SHIFT, 9, movetoworkspace, 9 +bind = $mainMod SHIFT, 0, movetoworkspace, 10 + +# Cycle workspaces +bind = $mainMod, mouse_down, workspace, e+1 +bind = $mainMod, mouse_up, workspace, e-1 + +# Mouse drag +bindm = $mainMod, mouse:272, movewindow +bindm = $mainMod, mouse:273, resizewindow + +######################### +# Screenshots +######################### +bind = $mainMod SHIFT, s, exec, grim -g "$(slurp)" - | wl-copy +bind = , XF86Screenshot, exec, grim - | wl-copy + +######################### +# Audio (pamixer) +######################### +bind = , XF86AudioRaiseVolume, exec, pamixer -i 5 +bind = , XF86AudioLowerVolume, exec, pamixer -d 5 +bind = , XF86AudioMute, exec, pamixer -t +bind = , XF86AudioMicMute, exec, pamixer --default-source -t + +######################### +# Media (playerctl) +######################### +bind = , XF86AudioPlay, exec, playerctl play-pause +bind = , XF86AudioPause, exec, playerctl pause +bind = , XF86AudioNext, exec, playerctl next +bind = , XF86AudioPrev, exec, playerctl previous +bind = , XF86AudioStop, exec, playerctl stop + +######################### +# Brightness (brightnessctl) +######################### +bind = , XF86MonBrightnessUp, exec, brightnessctl set +10% +bind = , XF86MonBrightnessDown, exec, brightnessctl set 10%- +bind = , XF86KbdBrightnessUp, exec, brightnessctl -d '*kbd_backlight*' set +10% +bind = , XF86KbdBrightnessDown, exec, brightnessctl -d '*kbd_backlight*' set 10%- + +######################### +# Power / session +######################### +bind = , XF86Sleep, exec, systemctl suspend +bind = , XF86PowerOff, exec, systemctl poweroff +bind = , XF86WakeUp, exec, systemctl suspend +bind = $mainMod, L, exec, loginctl lock-session + +######################### +# Laptop lid settings +######################### +bindl = , switch:on:Lid Switch, exec, ~/.config/hypr/scripts/lid-action.sh +bindl = , switch:off:Lid Switch, exec, ~/.config/hypr/scripts/lid-restore.sh + +######################### +# Start apps +######################### +bind = CTRL ALT, B, exec, flatpak run eu.betterbird.Betterbird +bind = CTRL ALT, S, exec, spotify +bind = CTRL ALT, z, exec, run zen +bind = CTRL ALT, k, exec, kate +bind = $mainMod, w, exec, xdg-open https://nextcloud.data-pro.nu diff --git a/henrovnix/assets/conf/desktop/hypr/hypridle.conf b/henrovnix/assets/conf/desktop/hypr/hypridle.conf new file mode 100644 index 000000000..fa196fd52 --- /dev/null +++ b/henrovnix/assets/conf/desktop/hypr/hypridle.conf @@ -0,0 +1,16 @@ +general { + lock_cmd = hyprlock + after_sleep_cmd = hyprctl dispatch dpms on + ignore_dbus_inhibit = false +} + +listener { + timeout = 600 + on-timeout = hyprlock +} + +listener { + timeout = 900 + on-timeout = hyprctl dispatch dpms off + on-resume = hyprctl dispatch dpms on +} diff --git a/henrovnix/assets/conf/desktop/hypr/hyprland.conf b/henrovnix/assets/conf/desktop/hypr/hyprland.conf new file mode 100644 index 000000000..bce0cfb61 --- /dev/null +++ b/henrovnix/assets/conf/desktop/hypr/hyprland.conf @@ -0,0 +1,91 @@ +############################################## +# These files are just for reference. +# If you want to change anything definitive, edit the source files in: +# ~/henrovnix/assets/conf +# Temporarily(!) testing can by editing this file, edit the file and reloading hyprshell +# +# After that, run: +# cd ~/henrovnix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .# +# +# If everything still works, you can use the same command but: +# - keep "switch" +# - and add a reboot: +# +# cd ~/henrovnix && sudo nixos-rebuild switch --flake .# && systemctl reboot +# +# NOTE: +# Make sure the lines starting with: cd ~/henrovnix +# are written as ONE single line. +############################################### + +############################ +# Variables +############################ + +# Colors (Hyprland "col" values commonly use rgba(aarrggbb)-style hex) +# See Hyprland variable / type docs for color formats & bools. :contentReference[oaicite:2]{index=2} +$base = rgba(1e1e2eff) +$inactive = rgba(595959aa) +$blue = rgba(33ccffee) +$green = rgba(00ff99ee) + +# Recommended for correct environment in systemd user session / portals. :contentReference[oaicite:4]{index=4} +exec-once = dbus-update-activation-environment --systemd --all +exec-once = uwsm app -- waybar + +input { + follow_mouse = 1 + kb_layout = us + kb_options = ctrl:nocaps + sensitivity = -0.5 + accel_profile = adaptive + scroll_factor = 0.5 + touchpad { + natural_scroll = yes + scroll_factor = 0.5 + } +} +cursor { + no_hardware_cursors = true +} +general { + gaps_in = 2 + gaps_out = 4 + border_size = 2 + # Gradient syntax: color color angle (e.g. 45deg). :contentReference[oaicite:5]{index=5} + col.active_border = $blue $green 45deg + col.inactive_border = $inactive + layout = dwindle + resize_on_border = true + extend_border_grab_area = 20 # Makes it easier to "grab" the edge +} +decoration { + rounding = 5 +} +animations { + enabled = yes + bezier = myBezier, 0.05, 0.9, 0.1, 1.05 + animation = windows, 1, 7, myBezier + animation = windowsOut, 1, 7, default, popin 80% + animation = border, 1, 10, default + animation = borderangle, 1, 8, default + animation = fade, 1, 7, default + animation = workspaces, 1, 6, default +} +dwindle { + pseudotile = yes + preserve_split = yes +} +misc { + disable_hyprland_logo = false + focus_on_activate = true +} +# Start required session helpers +exec-once = hypridle +exec-once = hyprpolkitagent +# Lid close: lock only if no external monitor is connected +bindl = , switch:on:Lid Switch, exec, ~/.config/hypr/scripts/lid-lock.sh +# Lid open: turn DPMS back on (does not unlock) +bindl = , switch:off:Lid Switch, exec, hyprctl dispatch dpms on + +exec-once = systemd-run --user --scope --unit=elephant elephant diff --git a/henrovnix/assets/conf/desktop/hypr/hyprlock.conf b/henrovnix/assets/conf/desktop/hypr/hyprlock.conf new file mode 100644 index 000000000..c7fdcd37b --- /dev/null +++ b/henrovnix/assets/conf/desktop/hypr/hyprlock.conf @@ -0,0 +1,32 @@ +# ~/.config/hypr/hyprlock.conf + +general { + grace = 2 + ignore_empty_input = true +} + +background { + path = ~/.config/hypr/lock.png + blur_passes = 2 + blur_size = 6 +} + +input-field { + size = 320, 60 + outline_thickness = 2 + dots_size = 0.25 + dots_spacing = 0.20 + fade_on_empty = true + placeholder_text = "Password" + position = 0, -120 + halign = center + valign = center +} + +label { + text = $TIME + font_size = 72 + position = 0, 120 + halign = center + valign = center +} diff --git a/henrovnix/assets/conf/desktop/hypr/hyprshell/config.ron b/henrovnix/assets/conf/desktop/hypr/hyprshell/config.ron new file mode 100644 index 000000000..9928604e0 --- /dev/null +++ b/henrovnix/assets/conf/desktop/hypr/hyprshell/config.ron @@ -0,0 +1,71 @@ +// Edit with `hyprshell config edit` <-- GUI app, resize! +( + version: 3, + windows: ( + scale: 8.5, + items_per_row: 5 , + overview: ( + launcher: ( + default_terminal: None, + launch_modifier: "ctrl", + width: 800, + max_items: 5, + show_when_empty: true, + plugins: ( + applications: ( + run_cache_weeks: 8, + show_execs: true, + show_actions_submenu: true, + ), + terminal: None, + shell: None, + websearch: None, + calc: (), + path: (), + actions: ( + actions: [ + lock_screen, + hibernate, + logout, + reboot, + shutdown, + suspend, + custom( + names: [ + "Kill", + "Stop", + ], + details: "Kill or stop a process by name", + command: "pkill \"{}\" && notify-send hyprshell \"stopped {}\"", + icon: "remove", + ), + custom( + names: [ + "Reload Hyprshell", + ], + details: "Reload Hyprshell", + command: "sleep 1; hyprshell socat \'\"Restart\"\'", + icon: "system-restart", + ), + ], + ), + ), + ), + key: "Super_L", + modifier: "super", + filter_by: [], + hide_filtered: false, + exclude_special_workspaces: "", + ), + switch: ( + modifier: "alt", + key: "Tab", + filter_by: [ + current_monitor, + ], + switch_workspaces: false, + exclude_special_workspaces: "", + ), + switch_2: None, + ), +) diff --git a/henrovnix/assets/conf/desktop/hypr/hyprshell/styles.css b/henrovnix/assets/conf/desktop/hypr/hyprshell/styles.css new file mode 100644 index 000000000..ac37156a3 --- /dev/null +++ b/henrovnix/assets/conf/desktop/hypr/hyprshell/styles.css @@ -0,0 +1,8 @@ +window { + background: rgba(20, 20, 20, 0.92); + border-radius: 18px; +} + +* { + background-color: unset; +} diff --git a/henrovnix/assets/conf/desktop/hypr/scripts/lid-lock.sh b/henrovnix/assets/conf/desktop/hypr/scripts/lid-lock.sh new file mode 100644 index 000000000..55e0e92ef --- /dev/null +++ b/henrovnix/assets/conf/desktop/hypr/scripts/lid-lock.sh @@ -0,0 +1,25 @@ +#!/usr/bin/env bash +set -euo pipefail + +INTERNAL="eDP1" + +has_external() { + # Any monitor name that is not INTERNAL counts as external + hyprctl monitors -j | grep -q '"name"' && ! hyprctl monitors -j | grep -q "\"name\":\"$INTERNAL\"\"" +} + +has_external_robust() { + # robust without jq: count monitor names; if there's >1 OR there's a name not INTERNAL + local names + names="$(hyprctl monitors -j | sed -n 's/.*"name":"\([^"]*\)".*/\1/p')" + # if any name != INTERNAL then external + echo "$names" | grep -vx "$INTERNAL" >/dev/null 2>&1 +} + +if has_external_robust; then + # Clamshell: disable laptop panel, no lock + hyprctl keyword monitor "${INTERNAL},disable" +else + # Laptop only: suspend + systemctl suspend +fi diff --git a/henrovnix/assets/conf/desktop/hypr/scripts/lid-restore.sh b/henrovnix/assets/conf/desktop/hypr/scripts/lid-restore.sh new file mode 100644 index 000000000..5767d35c1 --- /dev/null +++ b/henrovnix/assets/conf/desktop/hypr/scripts/lid-restore.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +set -euo pipefail + +INTERNAL="eDP1" + +# Restore panel using preferred mode, auto position, scale 1 +hyprctl keyword monitor "${INTERNAL},preferred,auto,1" diff --git a/henrovnix/assets/conf/desktop/wallpaper/pictures/background.png b/henrovnix/assets/conf/desktop/wallpaper/pictures/background.png new file mode 100755 index 000000000..5cdb0af64 Binary files /dev/null and b/henrovnix/assets/conf/desktop/wallpaper/pictures/background.png differ diff --git a/henrovnix/assets/conf/desktop/wallpaper/pictures/background1.jpg b/henrovnix/assets/conf/desktop/wallpaper/pictures/background1.jpg new file mode 100644 index 000000000..5f5268652 Binary files /dev/null and b/henrovnix/assets/conf/desktop/wallpaper/pictures/background1.jpg differ diff --git a/henrovnix/assets/conf/desktop/wallpaper/pictures/background2.jpg b/henrovnix/assets/conf/desktop/wallpaper/pictures/background2.jpg new file mode 100644 index 000000000..1acd099e2 Binary files /dev/null and b/henrovnix/assets/conf/desktop/wallpaper/pictures/background2.jpg differ diff --git a/henrovnix/assets/conf/desktop/wallpaper/pictures/background3.jpg b/henrovnix/assets/conf/desktop/wallpaper/pictures/background3.jpg new file mode 100644 index 000000000..e3008f04b Binary files /dev/null and b/henrovnix/assets/conf/desktop/wallpaper/pictures/background3.jpg differ diff --git a/henrovnix/assets/conf/desktop/wallpaper/pictures/background4.jpg b/henrovnix/assets/conf/desktop/wallpaper/pictures/background4.jpg new file mode 100644 index 000000000..c304de4b8 Binary files /dev/null and b/henrovnix/assets/conf/desktop/wallpaper/pictures/background4.jpg differ diff --git a/henrovnix/assets/conf/desktop/wallpaper/pictures/background5.jpg b/henrovnix/assets/conf/desktop/wallpaper/pictures/background5.jpg new file mode 100644 index 000000000..ecf0dce30 Binary files /dev/null and b/henrovnix/assets/conf/desktop/wallpaper/pictures/background5.jpg differ diff --git a/henrovnix/assets/conf/desktop/wallpaper/videos/dark_water_large.mp4 b/henrovnix/assets/conf/desktop/wallpaper/videos/dark_water_large.mp4 new file mode 100644 index 000000000..cf66295f4 Binary files /dev/null and b/henrovnix/assets/conf/desktop/wallpaper/videos/dark_water_large.mp4 differ diff --git a/henrovnix/assets/conf/desktop/wallpaper/videos/white_blobs_small.mp4 b/henrovnix/assets/conf/desktop/wallpaper/videos/white_blobs_small.mp4 new file mode 100644 index 000000000..0a4faaf8f Binary files /dev/null and b/henrovnix/assets/conf/desktop/wallpaper/videos/white_blobs_small.mp4 differ diff --git a/henrovnix/assets/conf/desktop/wallpaper/wallpaper.conf b/henrovnix/assets/conf/desktop/wallpaper/wallpaper.conf new file mode 100644 index 000000000..e99224254 --- /dev/null +++ b/henrovnix/assets/conf/desktop/wallpaper/wallpaper.conf @@ -0,0 +1,41 @@ +############################################## +# Wallpaper config (wpaperd, TOML) +# +# Source-of-truth in repo: +# ~/henrovnix/assets/conf/desktop/wallpaper/wallpaper.conf +# +# Runtime override (user edits this): +# ~/conf/desktop/wallpaper/wallpaper.conf +# +# Wallpapers are copied from repo to: +# ~/wallpapers/ +# and by default loaded from: +# ~/wallpapers/pictures +############################################## + +[default] +# Directory to pick wallpapers from +path = "~/nixos_conf/wallpaperstuff/pictures" + +# Switch every 60 minutes +duration = "5m" + +# Random order (ascending/descending/random) +sorting = "random" + +# Include subfolders +recursive = true + +# How to fit wallpaper on screen +mode = "stretch" + +# Transition time in milliseconds +transition-time = 2500 + +# Apply a "fade-like" transition (uses gl-transitions) +[default.transition.dissolve] +# (leave empty to use the transition defaults) + +# Apply these defaults to any monitor not explicitly listed +[any] +# (inherits [default]; keep empty unless you want overrides) diff --git a/henrovnix/assets/conf/desktop/waybar/config.jsonc b/henrovnix/assets/conf/desktop/waybar/config.jsonc new file mode 100644 index 000000000..963f99182 --- /dev/null +++ b/henrovnix/assets/conf/desktop/waybar/config.jsonc @@ -0,0 +1,62 @@ +{ + "layer": "top", + "height": 34, + "modules-left": ["hyprland/workspaces", "hyprland/window"], + "modules-right": [ + "idle_inhibitor", + "pulseaudio", + "network", + "cpu", + "memory", + "temperature", + "battery", + "tray", + "clock" + ], + + "idle_inhibitor": { + "format": "{icon}", + "format-icons": { "activated": "  ", "deactivated": " 󰒲 " } + }, + + "pulseaudio": { + "format": "{volume}% {icon}", + "format-bluetooth": "{volume}% {icon}", + "format-muted": "", + "format-icons": { + "headphones": "", + "headset": "", + "phone": "", + "portab le": "", + "default": ["", ""] + }, + "on-click": "pavucontrol" + }, + + "network": { + "format-wifi": " ({bandwidthDownBits})", + "format-ethernet": " ({bandwidthDownBits})", + "format-disconnected": "Disconnected ⚠", + "tooltip-format-wifi": "{essid} ({signalStrength}%)", + "tooltip-format-ethernet": "{ifname}: {ipaddr}/{cidr}", + "on-click": "impala" + }, + + "cpu": { "format": "{usage}%  ", "tooltip": false }, + "memory": { "format": "{percentage}%  " }, + + "temperature": { "format": "{temperatureC}°C ", "tooltip": false }, + + "tray": { "spacing": 10, "icon-size": 14 }, + + "clock": { "format": "{:%a, %d %b %Y - %H:%M}", "tooltip": false }, + + "battery": { + "bat": "BAT0", + "states": { "good": 95, "warning": 30, "critical": 15 }, + "format": "{capacity}% {icon}", + "format-charging": "{capacity}% 󰂄", + "format-plugged": "{capacity}%  ", + "format-icons": ["󰁺", "󰁼", "󰁾", "󰂀", "󱈏 "] + } +} diff --git a/henrovnix/assets/conf/desktop/waybar/style.css b/henrovnix/assets/conf/desktop/waybar/style.css new file mode 100644 index 000000000..ccc04611c --- /dev/null +++ b/henrovnix/assets/conf/desktop/waybar/style.css @@ -0,0 +1,89 @@ +* { +font-family: Aporetic Sans Mono, Iosevka Nerd Font, Roboto, Helvetica, Arial, sans-serif; +font-size: 13px; +} + +window#waybar { + background-color: @base; + color: @text; + transition-property: background-color; + border-bottom: 0px solid rgba(0, 0, 0, 0); + transition-duration: .5s; +} + +#workspaces button { +padding: 0 5px; +background-color: transparent; +border: none; +border-radius: 0; +color: @text; +} + +#workspaces button:hover { +background: @surface1; +color: @text; +} + +#workspaces button.active { +background-color: @green; +color: @base; +box-shadow: inset 0 -3px @subtext1; +} + +#clock, +#idle_inhibitor, +#battery, +#cpu, +#memory, +#temperature, +#network, +#pulseaudio, +#tray { +margin: 0 5px; +padding: 0 2px; +} + +#idle_inhibitor.activated { +background-color: @green; +} + +#battery.charging { +color: @green; +} + +@keyframes blink { + to { + background-color: #ffffff; + color: black; + } +} + +#battery.warning:not(.charging) { +color: white; +animation-name: blink; +animation-duration: 0.5s; +animation-timing-function: linear; +animation-iteration-count: infinite; +animation-direction: alternate; +} + +#window, +#workspaces { +margin: 0 4px; +} + +.modules-left > widget:first-child > #workspaces { + margin-left: 0; +} + +.modules-right > widget:last-child > #workspaces { + margin-right: 0; +} + +#network.disconnected { +background-color: @red; +} + +#temperature.critical { +background-color: @red; +} diff --git a/henrovnix/assets/conf/dev/terminal/alacritty.toml b/henrovnix/assets/conf/dev/terminal/alacritty.toml new file mode 100644 index 000000000..24c4aafed --- /dev/null +++ b/henrovnix/assets/conf/dev/terminal/alacritty.toml @@ -0,0 +1,64 @@ +############################################## +# These files are just for reference. +# If you want to change anything, edit the source files in: +# ~/henrovnix/assets/conf +# +# After that, run: +# cd ~/henrovnix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .# +# +# If everything still works, you can use the same command but: +# - keep "switch" +# - and add a reboot: +# +# cd ~/henrovnix && sudo nixos-rebuild switch --flake .# && systemctl reboot +# +# NOTE: +# Make sure the lines starting with: cd ~/henrovnix +# are written as ONE single line. +############################################## + +# ============================================ +# Alacritty config (TOML) +# Path: ~/.config/alacritty/alacritty.toml +# Source-of-truth: assets/conf/dev/alacritty.toml +# ============================================ + +[terminal.shell] +program = "zsh" + +[font] +size = 12.0 + +[font.normal] +family = "Aporetic Sans Mono" +style = "Regular" + +[font.bold] +family = "Aporetic Sans Mono" +style = "Bold" + +[font.italic] +family = "Aporetic Sans Mono" +style = "Italic" + +[window] +dynamic_padding = false +decorations = "Full" + +[window.padding] +x = 4 +y = 4 + +[scrolling] +history = 10000 +multiplier = 3 + +[mouse] +hide_when_typing = true + +[cursor] +style = "Block" +unfocused_hollow = true + +[selection] +save_to_clipboard = true diff --git a/henrovnix/assets/conf/dev/terminal/aliases.conf b/henrovnix/assets/conf/dev/terminal/aliases.conf new file mode 100644 index 000000000..4ba74cd2f --- /dev/null +++ b/henrovnix/assets/conf/dev/terminal/aliases.conf @@ -0,0 +1,71 @@ +############################################## +# Aliases (source-of-truth) +# +# This file is written in bash/zsh alias syntax in [bash_zsh], [bash_specific], [zsh_specific]. +# Fish has different syntax; the Nix module translates [bash_zsh] into fish format and then +# appends [fish_specific] as-is. +############################################## + +############################################## +# Generic aliases (bash/zsh) +# These are intended to be available in bash and zsh. +############################################## +[bash_zsh] +alias ll='ls -lah' +alias gs='git status' +alias ga='git add' +alias gc='git commit' +alias gp='git push' +alias gcp='git add . && git commit && git push' + +alias cd='z' + +alias nps='xdg-open https://search.nixos.org' +alias hvnx='cd ~/Repos/nixos/henrovnix' +alias emt='hvnx && emacs README.org --batch -f org-babel-tangle && emacs -Q --batch README.org -f org-html-export-to-html' +alias nxs='hvnx && sudo nixos-rebuild switch --flake .#traveldroid' +alias nxt='hvnx && sudo nixos-rebuild test --flake .#traveldroid' +alias nxv='hvnx && sudo nixos-rebuild build-vm --flake .#traveldroid && "$(ls -1 ./result/bin/run-*-vm | head -n 1)"' + +alias rb='systemctl reboot' +alias po='systemctl poweroff' + +alias fpl='flatpak list' +alias fps='flatpak search' +alias fpi='flatpak install' +alias fpr='flatpak run' + +alias nxc='ssh henrov@nextcloud.data-pro.nu' + + +alias vs='code' +alias blog='cd ~/Repos/blog && ll' + + +############################################## +# Shell-specific aliases / examples +# +# Everything below is COMMENTED OUT on purpose. +# These examples show syntax or commands that are shell-specific +# (or behave differently across shells). +############################################## + +[bash_specific] +# Enable recursive globbing (**) +# alias sg='shopt -s globstar' + +[zsh_specific] +# Recursive globbing works by default in zsh; this prints matches one-per-line +# alias recglob='print -l **/*.nix' + +[fish_specific] +# Fish has its own language; this is fish-only syntax (not bash/zsh) +# alias setvar='set -gx EDITOR emacs' + +[dash_specific] +# dash is a minimal POSIX shell; shown here only as an example +# alias com='command -v ls' + +[nushell_specific] +# Nushell pipelines structured data; this is nu-only syntax +# alias fbf='ls | where size > 1mb | get name' diff --git a/henrovnix/assets/conf/dev/terminal/enabled_shells.conf b/henrovnix/assets/conf/dev/terminal/enabled_shells.conf new file mode 100644 index 000000000..f2ae8d5c2 --- /dev/null +++ b/henrovnix/assets/conf/dev/terminal/enabled_shells.conf @@ -0,0 +1,15 @@ +############################################## +# Enabled shells (source-of-truth) +# +# Edit this file in the repo: +# ./assets/conf/dev/terminal/enabled_shells.conf +# +# After changing, rebuild Home Manager / your system as you normally do. +############################################## + +[enabled_shells] +bash = yes +zsh = yes +fish = no +dash = no +nushell = no diff --git a/henrovnix/assets/conf/dev/terminal/kitty.conf b/henrovnix/assets/conf/dev/terminal/kitty.conf new file mode 100644 index 000000000..dea7aa612 --- /dev/null +++ b/henrovnix/assets/conf/dev/terminal/kitty.conf @@ -0,0 +1,31 @@ +############################################## +# These files are just for reference. +# If you want to change anything, edit the source files in: +# ~/henrovnix/assets/conf +# +# After that, run: +# cd ~/henrovnix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .# +# +# If everything still works, you can use the same command but: +# - keep "switch" +# - and add a reboot: +# +# cd ~/henrovnix && sudo nixos-rebuild switch --flake .# && systemctl reboot +# +# NOTE: +# Make sure the lines starting with: cd ~/henrovnix +# are written as ONE single line. +############################################### +#~/nixos/files/conf/terminal/kitty.conf + +# Kitty config (https://sw.kovidgoyal.net/kitty/conf/) +# +# Edit freely; NixOS will inject this file verbatim via programs.kitty.extraConfig. + +# Example baseline settings: +background_opacity 0.60 +dynamic_background_opacity yes + +# Suggested: allow ctrl+shift+v paste (many distros default this already) +map ctrl+shift+v paste_from_clipboard +map ctrl+shift+c copy_to_clipboard diff --git a/henrovnix/assets/conf/dev/terminal/starship.toml b/henrovnix/assets/conf/dev/terminal/starship.toml new file mode 100644 index 000000000..ba9bd82ab --- /dev/null +++ b/henrovnix/assets/conf/dev/terminal/starship.toml @@ -0,0 +1,279 @@ +"$schema" = 'https://starship.rs/config-schema.json' + +format = """ +[](red)\ +$os\ +$username\ +[](bg:peach fg:red)\ +$directory\ +[](bg:yellow fg:peach)\ +$git_branch\ +$git_status\ +[](fg:yellow bg:green)\ +$c\ +$rust\ +$golang\ +$nodejs\ +$php\ +$java\ +$kotlin\ +$haskell\ +$python\ +[](fg:green bg:sapphire)\ +$conda\ +[](fg:sapphire bg:lavender)\ +$time\ +[ ](fg:lavender)\ +$cmd_duration\ +$line_break\ +$character""" + +palette = 'catppuccin_mocha' + +[os] +disabled = false +style = "bg:red fg:crust" + +[os.symbols] +Windows = "" +Ubuntu = "󰕈" +SUSE = "" +Raspbian = "󰐿" +Mint = "󰣭" +Macos = "󰀵" +Manjaro = "" +Linux = "󰌽" +Gentoo = "󰣨" +Fedora = "󰣛" +Alpine = "" +Amazon = "" +Android = "" +AOSC = "" +Arch = "󰣇" +Artix = "󰣇" +CentOS = "" +Debian = "󰣚" +Redhat = "󱄛" +RedHatEnterprise = "󱄛" + +[username] +show_always = true +style_user = "bg:red fg:crust" +style_root = "bg:red fg:crust" +format = '[ $user]($style)' + +[directory] +style = "bg:peach fg:crust" +format = "[ $path ]($style)" +truncation_length = 3 +truncation_symbol = "…/" + +[directory.substitutions] +"Documents" = "󰈙 " +"Downloads" = " " +"Music" = "󰝚 " +"Pictures" = " " +"Developer" = "󰲋 " + +[git_branch] +symbol = "" +style = "bg:yellow" +format = '[[ $symbol $branch ](fg:crust bg:yellow)]($style)' + +[git_status] +style = "bg:yellow" +format = '[[($all_status$ahead_behind )](fg:crust bg:yellow)]($style)' + +[nodejs] +symbol = "" +style = "bg:green" +format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' + +[c] +symbol = " " +style = "bg:green" +format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' + +[rust] +symbol = "" +style = "bg:green" +format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' + +[golang] +symbol = "" +style = "bg:green" +format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' + +[php] +symbol = "" +style = "bg:green" +format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' + +[java] +symbol = " " +style = "bg:green" +format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' + +[kotlin] +symbol = "" +style = "bg:green" +format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' + +[haskell] +symbol = "" +style = "bg:green" +format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' + +[python] +symbol = "" +style = "bg:green" +format = '[[ $symbol( $version)(\(#$virtualenv\)) ](fg:crust bg:green)]($style)' + +[docker_context] +symbol = "" +style = "bg:sapphire" +format = '[[ $symbol( $context) ](fg:crust bg:sapphire)]($style)' + +[conda] +symbol = "  " +style = "fg:crust bg:sapphire" +format = '[$symbol$environment ]($style)' +ignore_base = false + +[time] +disabled = false +time_format = "%R" +style = "bg:lavender" +format = '[[  $time ](fg:crust bg:lavender)]($style)' + +[line_break] +disabled = false + +[character] +disabled = false +success_symbol = '[❯](bold fg:green)' +error_symbol = '[❯](bold fg:red)' +vimcmd_symbol = '[❮](bold fg:green)' +vimcmd_replace_one_symbol = '[❮](bold fg:lavender)' +vimcmd_replace_symbol = '[❮](bold fg:lavender)' +vimcmd_visual_symbol = '[❮](bold fg:yellow)' + +[cmd_duration] +show_milliseconds = true +format = " in $duration " +style = "bg:lavender" +disabled = false +show_notifications = true +min_time_to_notify = 45000 + +[palettes.catppuccin_mocha] +rosewater = "#f5e0dc" +flamingo = "#f2cdcd" +pink = "#f5c2e7" +mauve = "#cba6f7" +red = "#f38ba8" +maroon = "#eba0ac" +peach = "#fab387" +yellow = "#f9e2af" +green = "#a6e3a1" +teal = "#94e2d5" +sky = "#89dceb" +sapphire = "#74c7ec" +blue = "#89b4fa" +lavender = "#b4befe" +text = "#cdd6f4" +subtext1 = "#bac2de" +subtext0 = "#a6adc8" +overlay2 = "#9399b2" +overlay1 = "#7f849c" +overlay0 = "#6c7086" +surface2 = "#585b70" +surface1 = "#45475a" +surface0 = "#313244" +base = "#1e1e2e" +mantle = "#181825" +crust = "#11111b" + +[palettes.catppuccin_frappe] +rosewater = "#f2d5cf" +flamingo = "#eebebe" +pink = "#f4b8e4" +mauve = "#ca9ee6" +red = "#e78284" +maroon = "#ea999c" +peach = "#ef9f76" +yellow = "#e5c890" +green = "#a6d189" +teal = "#81c8be" +sky = "#99d1db" +sapphire = "#85c1dc" +blue = "#8caaee" +lavender = "#babbf1" +text = "#c6d0f5" +subtext1 = "#b5bfe2" +subtext0 = "#a5adce" +overlay2 = "#949cbb" +overlay1 = "#838ba7" +overlay0 = "#737994" +surface2 = "#626880" +surface1 = "#51576d" +surface0 = "#414559" +base = "#303446" +mantle = "#292c3c" +crust = "#232634" + +[palettes.catppuccin_latte] +rosewater = "#dc8a78" +flamingo = "#dd7878" +pink = "#ea76cb" +mauve = "#8839ef" +red = "#d20f39" +maroon = "#e64553" +peach = "#fe640b" +yellow = "#df8e1d" +green = "#40a02b" +teal = "#179299" +sky = "#04a5e5" +sapphire = "#209fb5" +blue = "#1e66f5" +lavender = "#7287fd" +text = "#4c4f69" +subtext1 = "#5c5f77" +subtext0 = "#6c6f85" +overlay2 = "#7c7f93" +overlay1 = "#8c8fa1" +overlay0 = "#9ca0b0" +surface2 = "#acb0be" +surface1 = "#bcc0cc" +surface0 = "#ccd0da" +base = "#eff1f5" +mantle = "#e6e9ef" +crust = "#dce0e8" + +[palettes.catppuccin_macchiato] +rosewater = "#f4dbd6" +flamingo = "#f0c6c6" +pink = "#f5bde6" +mauve = "#c6a0f6" +red = "#ed8796" +maroon = "#ee99a0" +peach = "#f5a97f" +yellow = "#eed49f" +green = "#a6da95" +teal = "#8bd5ca" +sky = "#91d7e3" +sapphire = "#7dc4e4" +blue = "#8aadf4" +lavender = "#b7bdf8" +text = "#cad3f5" +subtext1 = "#b8c0e0" +subtext0 = "#a5adcb" +overlay2 = "#939ab7" +overlay1 = "#8087a2" +overlay0 = "#6e738d" +surface2 = "#5b6078" +surface1 = "#494d64" +surface0 = "#363a4f" +base = "#24273a" +mantle = "#1e2030" +crust = "#181926" diff --git a/henrovnix/assets/conf/dev/terminal/zsh.conf b/henrovnix/assets/conf/dev/terminal/zsh.conf new file mode 100644 index 000000000..1b066fa71 --- /dev/null +++ b/henrovnix/assets/conf/dev/terminal/zsh.conf @@ -0,0 +1,30 @@ +############################################## +# These files are just for reference. +# If you want to change anything, edit the source files in: +# ~/henrovnix/assets/conf +# +# After that, run: +# cd ~/henrovnix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .# +# +# If everything still works, you can use the same command but: +# - keep "switch" +# - and add a reboot: +# +# cd ~/henrovnix && sudo nixos-rebuild switch --flake .# && systemctl reboot +# +# NOTE: +# Make sure the lines starting with: cd ~/henrovnix +# are written as ONE single line. +############################################### +#~/nixos/files/conf/terminal/zsh.conf + +# Additional zsh configuration sourced for every interactive zsh shell. +# Keep this file POSIX-ish; it is sourced by zsh. + +# Example: history settings +HISTFILE="$HOME/.zsh_history" +HISTSIZE=10000 +SAVEHIST=10000 + +setopt HIST_IGNORE_ALL_DUPS +setopt SHARE_HISTORY diff --git a/henrovnix/assets/conf/security/ssh/ssh-client.conf b/henrovnix/assets/conf/security/ssh/ssh-client.conf new file mode 100644 index 000000000..88659aa85 --- /dev/null +++ b/henrovnix/assets/conf/security/ssh/ssh-client.conf @@ -0,0 +1,22 @@ +############################################## +# These files are just for reference. +# If you want to change anything, edit the source files in: +# ~/henrovnix/assets/conf +# +# After that, run: +# cd ~/henrovnix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .# +# +# If everything still works, you can use the same command but: +# - keep "switch" +# - and add a reboot: +# +# cd ~/henrovnix && sudo nixos-rebuild switch --flake .# && systemctl reboot +# +# NOTE: +# Make sure the lines starting with: cd ~/henrovnix +# are written as ONE single line. +############################################## +Host * + AddKeysToAgent yes + ServerAliveInterval 30 + ServerAliveCountMax 3 diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/.github/FUNDING.yml b/henrovnix/assets/cursors/Bibata_Cursor-main/.github/FUNDING.yml new file mode 100644 index 000000000..92dd9cb43 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/.github/FUNDING.yml @@ -0,0 +1 @@ +github: ful1e5 diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/.github/workflows/build.yml b/henrovnix/assets/cursors/Bibata_Cursor-main/.github/workflows/build.yml new file mode 100644 index 000000000..b512d4d51 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/.github/workflows/build.yml @@ -0,0 +1,57 @@ +name: build + +on: + push: + paths-ignore: + - "**.md" + - LICENSE + - .github/FUNDING.yml + branches: [main, dev] + pull_request: + paths-ignore: + - "**.md" + - LICENSE + - .github/FUNDING.yml + branches: [main] + +jobs: + build: + runs-on: "ubuntu-latest" + + steps: + - uses: actions/checkout@v4 + + - name: Setup node + uses: actions/setup-node@v4 + with: + node-version: 16 + + - name: Installing Node Dependencies + run: | + rm -rf node_modules yarn.lock + yarn install --frozen-lockfile + continue-on-error: false + + - name: Print cbmp version + run: npx cbmp --version + + - name: Rendering Bitmaps + run: yarn render + continue-on-error: false + + - name: Set up Python + uses: actions/setup-python@v5 + with: + python-version: 3.11 + + - name: Installing PyPi Dependencies + run: python -m pip install --upgrade pip clickgen + continue-on-error: false + + - name: Print clickgen Version + run: | + clickgen --version + ctgen --version + + - name: Building Bibata Cursors + run: yarn build diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/.gitignore b/henrovnix/assets/cursors/Bibata_Cursor-main/.gitignore new file mode 100644 index 000000000..25fc58446 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/.gitignore @@ -0,0 +1,252 @@ +# Custom +themes/ +bin/ +bitmaps/ + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +pip-wheel-metadata/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.nox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +*.py,cover +.hypothesis/ +.pytest_cache/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py +db.sqlite3 +db.sqlite3-journal + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# IPython +profile_default/ +ipython_config.py + +# pyenv +.python-version + +# pipenv +# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. +# However, in case of collaboration, if having platform-specific dependencies or dependencies +# having no cross-platform support, pipenv may install dependencies that don't work, or not +# install all needed dependencies. +#Pipfile.lock + +# PEP 582; used by e.g. github.com/David-OConnor/pyflow +__pypackages__/ + +# Celery stuff +celerybeat-schedule +celerybeat.pid + +# SageMath parsed files +*.sage.py + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ +.dmypy.json +dmypy.json + +# Pyre type checker +.pyre/ + + +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* + +# Diagnostic reports (https://nodejs.org/api/report.html) +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage +*.lcov + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ +jspm_packages/ + +# Snowpack dependency directory (https://snowpack.dev/) +web_modules/ + +# TypeScript cache +*.tsbuildinfo + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Microbundle cache +.rpt2_cache/ +.rts2_cache_cjs/ +.rts2_cache_es/ +.rts2_cache_umd/ + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variables file +.env +.env.test + +# parcel-bundler cache (https://parceljs.org/) +.cache +.parcel-cache + +# Next.js build output +.next +out + +# Nuxt.js build / generate output +.nuxt +dist + +# Gatsby files +.cache/ +# Comment in the public line in if your project uses Gatsby and not Next.js +# https://nextjs.org/blog/next-9-1#public-directory-support +# public + +# vuepress build output +.vuepress/dist + +# Serverless directories +.serverless/ + +# FuseBox cache +.fusebox/ + +# DynamoDB Local files +.dynamodb/ + +# TernJS port file +.tern-port + +# Stores VSCode versions used for testing VSCode extensions +.vscode-test + +# yarn v2 +.yarn/cache +.yarn/unplugged +.yarn/build-state.yml +.yarn/install-state.gz +.pnp.* diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/LICENSE b/henrovnix/assets/cursors/Bibata_Cursor-main/LICENSE new file mode 100644 index 000000000..dbf73214d --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + Opensource, compact, and material designed cursor set. + Copyright (C) 2018 Abdulkaiz Khatri + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Bibata_Cursor Copyright (C) 2018 Abdulkaiz Khatri + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/build.sh b/henrovnix/assets/cursors/Bibata_Cursor-main/build.sh new file mode 100755 index 000000000..29f7a0b0d --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/build.sh @@ -0,0 +1,100 @@ +#!/bin/bash +# A script for preparing binaries of Bibata Cursors, created by Abdulkaiz Khatri. + +version="v2.0.6" + +error() ( + set -o pipefail + "$@" 2> >(sed $'s,.*,\e[31m&\e[m,' >&2) +) + +get_config_path() { + local key="${1}" + local cfg_path="configs" + + if [[ $key == *"Right"* ]]; then + cfg_path="${cfg_path}/right" + else + cfg_path="${cfg_path}/normal" + fi + + echo $cfg_path +} + +with_version() { + local comment="${1}" + echo "$comment ($version)." +} + +if ! type -p ctgen >/dev/null; then + error ctgen + exit 127 # exit program with "command not found" error code +fi + +declare -A names +names["Bibata-Modern-Amber"]=$(with_version "Yellowish and rounded edge Bibata") +names["Bibata-Modern-Amber-Right"]=$(with_version "Yellowish and rounded edge right-hand Bibata") +names["Bibata-Modern-Classic"]=$(with_version "Black and rounded edge Bibata") +names["Bibata-Modern-Classic-Right"]=$(with_version "Black and rounded edge right-hand Bibata") +names["Bibata-Modern-Ice"]=$(with_version "White and rounded edge Bibata") +names["Bibata-Modern-Ice-Right"]=$(with_version "White and rounded edge right-hand Bibata") +names["Bibata-Original-Amber"]=$(with_version "Yellowish and sharp edge Bibata") +names["Bibata-Original-Amber-Right"]=$(with_version "Yellowish and sharp edge right-hand Bibata") +names["Bibata-Original-Classic"]=$(with_version "Black and sharp edge Bibata") +names["Bibata-Original-Classic-Right"]=$(with_version "Black and sharp edge right-hand Bibata") +names["Bibata-Original-Ice"]=$(with_version "White and sharp edge Bibata") +names["Bibata-Original-Ice-Right"]=$(with_version "White and sharp edge right-hand Bibata") + +# Cleanup old builds +rm -rf themes bin + +# Building Bibata XCursor binaries +for key in "${!names[@]}"; do + comment="${names[$key]}" + cfg_path=$(get_config_path "$key") + + ctgen "$cfg_path/x.build.toml" -p x11 -d "bitmaps/$key" -n "$key" -c "$comment XCursors" & + PID=$! + wait $PID +done + +# Building Bibata Windows binaries +for key in "${!names[@]}"; do + comment="${names[$key]}" + cfg_path=$(get_config_path "$key") + + ctgen "$cfg_path/win_rg.build.toml" -d "bitmaps/$key" -n "$key-Regular" -c "$comment Windows Cursors" & + ctgen "$cfg_path/win_lg.build.toml" -d "bitmaps/$key" -n "$key-Large" -c "$comment Windows Cursors" & + ctgen "$cfg_path/win_xl.build.toml" -d "bitmaps/$key" -n "$key-Extra-Large" -c "$comment Windows Cursors" & + PID=$! + wait $PID +done + +# Compressing Binaries +mkdir -p bin +cd themes || exit + +for key in "${!names[@]}"; do + tar -cJvf "../bin/${key}.tar.xz" "${key}" & + PID=$! + wait $PID +done + +# Compressing Bibata.tar.xz +cp ../LICENSE . +tar -cJvf "../bin/Bibata.tar.xz" --exclude="*-Windows" . & +PID=$! +wait $PID + +# Compressing Bibata-*-Windows +for key in "${!names[@]}"; do + zip -rv "../bin/${key}-Windows.zip" "${key}-Small-Windows" "${key}-Regular-Windows" "${key}-Large-Windows" "${key}-Extra-Large-Windows" & + PID=$! + wait $PID +done + +cd .. + +# Copying License File for 'bitmaps' +cp LICENSE bitmaps/ +zip -rv bin/bitmaps.zip bitmaps diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/configs/normal/win_lg.build.toml b/henrovnix/assets/cursors/Bibata_Cursor-main/configs/normal/win_lg.build.toml new file mode 100644 index 000000000..622227fdd --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/configs/normal/win_lg.build.toml @@ -0,0 +1,128 @@ +[theme] +name = 'Bibata Large Windows Cursor' +comment = 'Bibata is open source, compact, and material designed cursor set.' +website = 'https://www.bibata.live' + +[config] +bitmaps_dir = '' # This config will assigned with `ctgen -d ` +out_dir = '../../themes' +platforms = 'windows' + +[cursors] +[cursors.fallback_settings] +win_sizes = ["26:32", "39:48", "52:64", "77:96", "103:128"] +x_hotspot = 128 +y_hotspot = 128 +win_delay = 1 + +[cursors.bd_double_arrow] +png = 'bd_double_arrow.png' +win_name = 'Dgn1' + +[cursors.circle] +png = 'circle.png' +x_hotspot = 55 +y_hotspot = 17 +win_name = 'Unavailable' + +[cursors.crosshair] +png = 'crosshair.png' +win_name = 'Cross' + +[cursors.fd_double_arrow] +png = 'fd_double_arrow.png' +win_name = 'Dgn2' + +[cursors.grabbing] +png = 'grabbing.png' +x_hotspot = 128 +y_hotspot = 66 +win_name = 'Grabbing' + +[cursors.hand1] +png = 'hand1.png' +x_hotspot = 144 +y_hotspot = 79 +win_name = 'Pan' + +[cursors.hand2] +png = 'hand2.png' +x_hotspot = 114 +y_hotspot = 18 +win_name = 'Link' + +[cursors.left_ptr] +png = 'left_ptr.png' +x_hotspot = 55 +y_hotspot = 17 +win_name = 'Pointer' + +[cursors.left_ptr_watch] +png = 'left_ptr_watch-*.png' +win_sizes = "78:96" +x_hotspot = 55 +y_hotspot = 17 +win_name = 'Work' + +[cursors.move] +png = 'move.png' +win_name = 'Move' + +[cursors.pencil] +png = 'pencil.png' +x_hotspot = 46 +y_hotspot = 211 +win_name = 'Handwriting' + +[cursors.question_arrow] +png = 'question_arrow.png' +x_hotspot = 42 +y_hotspot = 86 +win_name = 'Help' + +[cursors.right_ptr] +png = 'right_ptr.png' +x_hotspot = 204 +y_hotspot = 17 +win_name = 'Alternate' + +[cursors.sb_h_double_arrow] +png = 'sb_h_double_arrow.png' +win_name = 'Horz' + +[cursors.sb_v_double_arrow] +png = 'sb_v_double_arrow.png' +win_name = 'Vert' + +[cursors.wait] +png = 'wait-*.png' +win_sizes = "78:96" +win_name = 'Busy' + +[cursors.xterm] +png = 'xterm.png' +win_name = 'Text' + +[cursors.zoom_in] +png = 'zoom-in.png' +x_hotspot = 116 +y_hotspot = 116 +win_name = 'Zoom-in' + +[cursors.zoom_out] +png = 'zoom-out.png' +x_hotspot = 116 +y_hotspot = 116 +win_name = 'Zoom-out' + +[cursors.person] +png = 'person.png' +x_hotspot = 55 +y_hotspot = 17 +win_name = 'Person' + +[cursors.pin] +png = 'pin.png' +x_hotspot = 55 +y_hotspot = 17 +win_name = 'Pin' diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/configs/normal/win_rg.build.toml b/henrovnix/assets/cursors/Bibata_Cursor-main/configs/normal/win_rg.build.toml new file mode 100644 index 000000000..40662d87b --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/configs/normal/win_rg.build.toml @@ -0,0 +1,128 @@ +[theme] +name = 'Bibata Regular Windows Cursor' +comment = 'Bibata is open source, compact, and material designed cursor set.' +website = 'https://www.bibata.live' + +[config] +bitmaps_dir = '' # This config will assigned with `ctgen -d ` +out_dir = '../../themes' +platforms = 'windows' + +[cursors] +[cursors.fallback_settings] +win_sizes = ["22:32", "32:48", "43:64", "64:96", "86:128"] +x_hotspot = 128 +y_hotspot = 128 +win_delay = 1 + +[cursors.bd_double_arrow] +png = 'bd_double_arrow.png' +win_name = 'Dgn1' + +[cursors.circle] +png = 'circle.png' +x_hotspot = 55 +y_hotspot = 17 +win_name = 'Unavailable' + +[cursors.crosshair] +png = 'crosshair.png' +win_name = 'Cross' + +[cursors.fd_double_arrow] +png = 'fd_double_arrow.png' +win_name = 'Dgn2' + +[cursors.grabbing] +png = 'grabbing.png' +x_hotspot = 128 +y_hotspot = 66 +win_name = 'Grabbing' + +[cursors.hand1] +png = 'hand1.png' +x_hotspot = 144 +y_hotspot = 79 +win_name = 'Pan' + +[cursors.hand2] +png = 'hand2.png' +x_hotspot = 114 +y_hotspot = 18 +win_name = 'Link' + +[cursors.left_ptr] +png = 'left_ptr.png' +x_hotspot = 55 +y_hotspot = 17 +win_name = 'Pointer' + +[cursors.left_ptr_watch] +png = 'left_ptr_watch-*.png' +win_sizes = "64:96" +x_hotspot = 55 +y_hotspot = 17 +win_name = 'Work' + +[cursors.move] +png = 'move.png' +win_name = 'Move' + +[cursors.pencil] +png = 'pencil.png' +x_hotspot = 46 +y_hotspot = 211 +win_name = 'Handwriting' + +[cursors.question_arrow] +png = 'question_arrow.png' +x_hotspot = 42 +y_hotspot = 86 +win_name = 'Help' + +[cursors.right_ptr] +png = 'right_ptr.png' +x_hotspot = 204 +y_hotspot = 17 +win_name = 'Alternate' + +[cursors.sb_h_double_arrow] +png = 'sb_h_double_arrow.png' +win_name = 'Horz' + +[cursors.sb_v_double_arrow] +png = 'sb_v_double_arrow.png' +win_name = 'Vert' + +[cursors.wait] +png = 'wait-*.png' +win_sizes = "64:96" +win_name = 'Busy' + +[cursors.xterm] +png = 'xterm.png' +win_name = 'Text' + +[cursors.zoom_in] +png = 'zoom-in.png' +x_hotspot = 116 +y_hotspot = 116 +win_name = 'Zoom-in' + +[cursors.zoom_out] +png = 'zoom-out.png' +x_hotspot = 116 +y_hotspot = 116 +win_name = 'Zoom-out' + +[cursors.person] +png = 'person.png' +x_hotspot = 55 +y_hotspot = 17 +win_name = 'Person' + +[cursors.pin] +png = 'pin.png' +x_hotspot = 55 +y_hotspot = 17 +win_name = 'Pin' diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/configs/normal/win_xl.build.toml b/henrovnix/assets/cursors/Bibata_Cursor-main/configs/normal/win_xl.build.toml new file mode 100644 index 000000000..cbc099040 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/configs/normal/win_xl.build.toml @@ -0,0 +1,128 @@ +[theme] +name = 'Bibata Extra Large Windows Cursor' +comment = 'Bibata is open source, compact, and material designed cursor set.' +website = 'https://www.bibata.live' + +[config] +bitmaps_dir = '' # This config will assigned with `ctgen -d ` +out_dir = '../../themes' +platforms = 'windows' + +[cursors] +[cursors.fallback_settings] +win_sizes = [32, 48, 64, 96, 128] +x_hotspot = 128 +y_hotspot = 128 +win_delay = 1 + +[cursors.bd_double_arrow] +png = 'bd_double_arrow.png' +win_name = 'Dgn1' + +[cursors.circle] +png = 'circle.png' +x_hotspot = 55 +y_hotspot = 17 +win_name = 'Unavailable' + +[cursors.crosshair] +png = 'crosshair.png' +win_name = 'Cross' + +[cursors.fd_double_arrow] +png = 'fd_double_arrow.png' +win_name = 'Dgn2' + +[cursors.grabbing] +png = 'grabbing.png' +x_hotspot = 128 +y_hotspot = 66 +win_name = 'Grabbing' + +[cursors.hand1] +png = 'hand1.png' +x_hotspot = 144 +y_hotspot = 79 +win_name = 'Pan' + +[cursors.hand2] +png = 'hand2.png' +x_hotspot = 114 +y_hotspot = 18 +win_name = 'Link' + +[cursors.left_ptr] +png = 'left_ptr.png' +x_hotspot = 55 +y_hotspot = 17 +win_name = 'Pointer' + +[cursors.left_ptr_watch] +png = 'left_ptr_watch-*.png' +win_sizes = 96 +x_hotspot = 55 +y_hotspot = 17 +win_name = 'Work' + +[cursors.move] +png = 'move.png' +win_name = 'Move' + +[cursors.pencil] +png = 'pencil.png' +x_hotspot = 46 +y_hotspot = 211 +win_name = 'Handwriting' + +[cursors.question_arrow] +png = 'question_arrow.png' +x_hotspot = 42 +y_hotspot = 86 +win_name = 'Help' + +[cursors.right_ptr] +png = 'right_ptr.png' +x_hotspot = 204 +y_hotspot = 17 +win_name = 'Alternate' + +[cursors.sb_h_double_arrow] +png = 'sb_h_double_arrow.png' +win_name = 'Horz' + +[cursors.sb_v_double_arrow] +png = 'sb_v_double_arrow.png' +win_name = 'Vert' + +[cursors.wait] +png = 'wait-*.png' +win_sizes = 96 +win_name = 'Busy' + +[cursors.xterm] +png = 'xterm.png' +win_name = 'Text' + +[cursors.zoom_in] +png = 'zoom-in.png' +x_hotspot = 116 +y_hotspot = 116 +win_name = 'Zoom-in' + +[cursors.zoom_out] +png = 'zoom-out.png' +x_hotspot = 116 +y_hotspot = 116 +win_name = 'Zoom-out' + +[cursors.person] +png = 'person.png' +x_hotspot = 55 +y_hotspot = 17 +win_name = 'Person' + +[cursors.pin] +png = 'pin.png' +x_hotspot = 55 +y_hotspot = 17 +win_name = 'Pin' diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/configs/normal/x.build.toml b/henrovnix/assets/cursors/Bibata_Cursor-main/configs/normal/x.build.toml new file mode 100644 index 000000000..591b018bd --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/configs/normal/x.build.toml @@ -0,0 +1,412 @@ +[theme] +name = 'Bibata XCursor' +comment = 'Bibata is open source, compact, and material designed cursor set.' +website = 'https://www.bibata.live' + +[config] +bitmaps_dir = '' # This config will assigned with `ctgen -d ` +out_dir = '../../themes' +platforms = 'x11' + +[cursors] +[cursors.fallback_settings] +x11_sizes = [16, 20, 22, 24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96] +x_hotspot = 128 +y_hotspot = 128 +x11_delay = 40 + +[cursors.bd_double_arrow] +png = 'bd_double_arrow.png' +x11_name = 'bd_double_arrow' +x11_symlinks = ["c7088f0f3e6c8088236ef8e1e3e70000", "nwse-resize", "size_fdiag"] + +[cursors.bottom_left_corner] +png = 'bottom_left_corner.png' +x_hotspot = 26 +y_hotspot = 232 +x11_name = 'bottom_left_corner' +x11_symlinks = ["sw-resize"] + +[cursors.bottom_right_corner] +png = 'bottom_right_corner.png' +x_hotspot = 229 +y_hotspot = 232 +x11_name = 'bottom_right_corner' +x11_symlinks = ['se-resize'] + +[cursors.bottom_side] +png = 'bottom_side.png' +x_hotspot = 129 +y_hotspot = 234 +x11_name = 'bottom_side' +x11_symlinks = ['s-resize'] + +[cursors.bottom_tee] +png = 'bottom_tee.png' +x_hotspot = 128 +y_hotspot = 230 +x11_name = 'bottom_tee' + +[cursors.center_ptr] +png = 'center_ptr.png' +x_hotspot = 127 +y_hotspot = 17 +x11_name = 'center_ptr' + +[cursors.circle] +png = 'circle.png' +x_hotspot = 55 +y_hotspot = 17 +x11_name = 'circle' +x11_symlinks = ['forbidden'] + +[cursors.context-menu] +png = 'context-menu.png' +x_hotspot = 57 +y_hotspot = 17 +x11_name = 'context-menu' + +[cursors.copy] +png = 'copy.png' +x_hotspot = 55 +y_hotspot = 17 +x11_name = 'copy' +x11_symlinks = [ + "1081e37283d90000800003c07f3ef6bf", + "6407b0e94181790501fd1e167b474872", + "b66166c04f8c3109214a4fbd64a50fc8" +] + +[cursors.cross] +png = 'cross.png' +x11_name = 'cross' +x11_symlinks = ["cross_reverse", "diamond_cross"] + +[cursors.crossed_circle] +png = 'crossed_circle.png' +x11_name = 'crossed_circle' +x11_symlinks = ["03b6e0fcb3499374a867c041f52298f0", "not-allowed"] + +[cursors.crosshair] +png = 'crosshair.png' +x11_name = 'crosshair' + +[cursors.dnd_no_drop] +png = 'dnd_no_drop.png' +x_hotspot = 100 +y_hotspot = 65 +x11_name = 'dnd_no_drop' +x11_symlinks = ["no-drop"] + +[cursors.dnd-ask] +png = 'dnd-ask.png' +x_hotspot = 100 +y_hotspot = 65 +x11_name = 'dnd-ask' + +[cursors.dnd-copy] +png = 'dnd-copy.png' +x_hotspot = 100 +y_hotspot = 65 +x11_name = 'dnd-copy' + +[cursors.dnd-link] +png = 'dnd-link.png' +x_hotspot = 100 +y_hotspot = 65 +x11_name = 'dnd-link' +x11_symlinks = ['alias'] + +[cursors.dotbox] +png = 'dotbox.png' +x11_name = 'dotbox' +x11_symlinks = ["dot_box_mask", "draped_box", "icon", "target"] + +[cursors.fd_double_arrow] +png = 'fd_double_arrow.png' +x11_name = 'fd_double_arrow' +x11_symlinks = ["fcf1c3c7cd4491d801f1e1c78f100000", "nesw-resize", "size_bdiag"] + +[cursors.grabbing] +png = 'grabbing.png' +x_hotspot = 128 +y_hotspot = 66 +x11_name = 'grabbing' +x11_symlinks = [ + "closedhand", + "dnd-move", + "dnd-none", + "fcf21c00b30f7e3f83fe0dfd12e71cff" +] + +[cursors.hand1] +png = 'hand1.png' +x_hotspot = 144 +y_hotspot = 79 +x11_name = 'hand1' +x11_symlinks = ["grab", "openhand"] + +[cursors.hand2] +png = 'hand2.png' +x_hotspot = 114 +y_hotspot = 18 +x11_name = 'hand2' +x11_symlinks = [ + "9d800788f1b08800ae810202380a0822", + "e29285e634086352946a0e7090d73106", + "pointer", + "pointing_hand" +] + +[cursors.left_ptr] +png = 'left_ptr.png' +x_hotspot = 55 +y_hotspot = 17 +x11_name = 'left_ptr' +x11_symlinks = ["arrow", "default", "top_left_arrow"] + +[cursors.left_ptr_watch] +png = 'left_ptr_watch-*.png' +x_hotspot = 55 +y_hotspot = 17 +x11_name = 'left_ptr_watch' +x11_symlinks = [ + "00000000000000020006000e7e9ffc3f", + "08e8e1c95fe2fc01f976f1e063a24ccd", + "3ecb610c1bf2410f44200f48c40d3599", + "progress" +] + +[cursors.left_side] +png = 'left_side.png' +x_hotspot = 21 +y_hotspot = 128 +x11_name = 'left_side' +x11_symlinks = ['w-resize'] + +[cursors.left_tee] +png = 'left_tee.png' +x_hotspot = 230 +y_hotspot = 128 +x11_name = 'left_tee' + +[cursors.link] +png = 'link.png' +x_hotspot = 55 +y_hotspot = 17 +x11_name = 'link' +x11_symlinks = [ + "3085a0e285430894940527032f8b26df", + "640fb0e74195791501fd1ed57b41487f", + "a2a266d0498c3104214a47bd64ab0fc8", +] + +[cursors.ll_angle] +png = 'll_angle.png' +x_hotspot = 30 +y_hotspot = 223 +x11_name = 'll_angle' + +[cursors.lr_angle] +png = 'lr_angle.png' +x_hotspot = 224 +y_hotspot = 230 +x11_name = 'lr_angle' + +[cursors.move] +png = 'move.png' +x11_name = 'move' +x11_symlinks = [ + "4498f0e0c1937ffe01fd06f973665830", + "9081237383d90e509aa00f00170e968f", + "all-scroll", + "fleur", + "size_all" +] + +[cursors.pencil] +png = 'pencil.png' +x_hotspot = 46 +y_hotspot = 211 +x11_name = 'pencil' +x11_symlinks = ['draft'] + +[cursors.plus] +png = 'plus.png' +x11_name = 'plus' +x11_symlinks = ['cell'] + +[cursors.pointer-move] +png = 'pointer-move.png' +x_hotspot = 55 +y_hotspot = 17 +x11_name = 'pointer-move' + +[cursors.question_arrow] +png = 'question_arrow.png' +x_hotspot = 42 +y_hotspot = 86 +x11_name = 'question_arrow' +x11_symlinks = [ + "5c6cd98b3f3ebcb1f9c7f1c204630408", + "d9ce0ab605698f320427677b458ad60b", + "help", + "left_ptr_help", + "whats_this", +] + +[cursors.right_ptr] +png = 'right_ptr.png' +x_hotspot = 204 +y_hotspot = 17 +x11_name = 'right_ptr' +x11_symlinks = ["draft_large", "draft_small"] + +[cursors.right_side] +png = 'right_side.png' +x_hotspot = 233 +y_hotspot = 128 +x11_name = 'right_side' +x11_symlinks = ['e-resize'] + +[cursors.right_tee] +png = 'right_tee.png' +x_hotspot = 29 +y_hotspot = 128 +x11_name = 'right_tee' + +[cursors.sb_down_arrow] +png = 'sb_down_arrow.png' +x_hotspot = 128 +y_hotspot = 222 +x11_name = 'sb_down_arrow' +x11_symlinks = ['down-arrow'] + +[cursors.sb_h_double_arrow] +png = 'sb_h_double_arrow.png' +x11_name = 'sb_h_double_arrow' +x11_symlinks = [ + "028006030e0e7ebffc7f7070c0600140", + "14fef782d02440884392942c1120523", + "col-resize", + "ew-resize", + "h_double_arrow", + "size-hor", + "size_hor", + "split_h", +] + +[cursors.sb_left_arrow] +png = 'sb_left_arrow.png' +x_hotspot = 33 +y_hotspot = 128 +x11_name = 'sb_left_arrow' +x11_symlinks = ['left-arrow'] + +[cursors.sb_right_arrow] +png = 'sb_right_arrow.png' +x_hotspot = 223 +y_hotspot = 128 +x11_name = 'sb_right_arrow' +x11_symlinks = ['right-arrow'] + +[cursors.sb_up_arrow] +png = 'sb_up_arrow.png' +x_hotspot = 128 +y_hotspot = 33 +x11_name = 'sb_up_arrow' +x11_symlinks = ['up-arrow'] + +[cursors.sb_v_double_arrow] +png = 'sb_v_double_arrow.png' +x11_name = 'sb_v_double_arrow' +x11_symlinks = [ + "00008160000006810000408080010102", + "2870a09082c103050810ffdffffe0204", + "double_arrow", + "ns-resize", + "row-resize", + "size-ver", + "size_ver", + "split_v", + "v_double_arrow", +] + +[cursors.tcross] +png = 'tcross.png' +x11_name = 'tcross' +x11_symlinks = ['color-picker'] + +[cursors.top_left_corner] +png = 'top_left_corner.png' +x_hotspot = 29 +y_hotspot = 24 +x11_name = 'top_left_corner' +x11_symlinks = ['nw-resize'] + +[cursors.top_right_corner] +png = 'top_right_corner.png' +x_hotspot = 229 +y_hotspot = 24 +x11_name = 'top_right_corner' +x11_symlinks = ['ne-resize'] + +[cursors.top_side] +png = 'top_side.png' +x_hotspot = 128 +y_hotspot = 23 +x11_name = 'top_side' +x11_symlinks = ['n-resize'] + +[cursors.top_tee] +png = 'top_tee.png' +x_hotspot = 128 +y_hotspot = 27 +x11_name = 'top_tee' + +[cursors.ul_angle] +png = 'ul_angle.png' +x_hotspot = 33 +y_hotspot = 33 +x11_name = 'ul_angle' + +[cursors.ur_angle] +png = 'ur_angle.png' +x_hotspot = 225 +y_hotspot = 33 +x11_name = 'ur_angle' + +[cursors.vertical-text] +png = 'vertical-text.png' +x11_name = 'vertical-text' + +[cursors.wait] +png = 'wait-*.png' +x11_name = 'wait' +x11_symlinks = ['watch'] + +[cursors.wayland-cursor] +png = 'wayland-cursor.png' +x11_name = 'wayland-cursor' + +[cursors.X_cursor] +png = 'X_cursor.png' +x11_name = 'X_cursor' +x11_symlinks = ["pirate", "x-cursor"] + +[cursors.xterm] +png = 'xterm.png' +x11_name = 'xterm' +x11_symlinks = ["ibeam", "text"] + +[cursors.zoom_in] +png = 'zoom-in.png' +x_hotspot = 116 +y_hotspot = 116 +x11_name = 'zoom-in' + +[cursors.zoom_out] +png = 'zoom-out.png' +x_hotspot = 116 +y_hotspot = 116 +x11_name = 'zoom-out' diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/configs/right/win_lg.build.toml b/henrovnix/assets/cursors/Bibata_Cursor-main/configs/right/win_lg.build.toml new file mode 100644 index 000000000..59b31c471 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/configs/right/win_lg.build.toml @@ -0,0 +1,128 @@ +[theme] +name = 'Bibata Right Large Windows Cursor' +comment = 'Bibata is open source, compact, and material designed cursor set.' +website = 'https://www.bibata.live' + +[config] +bitmaps_dir = '' # This config will assigned with `ctgen -d ` +out_dir = '../../themes' +platforms = 'windows' + +[cursors] +[cursors.fallback_settings] +win_sizes = ["26:32", "39:48", "52:64", "77:96", "103:128"] +x_hotspot = 128 +y_hotspot = 128 +win_delay = 1 + +[cursors.bd_double_arrow] +png = 'bd_double_arrow.png' +win_name = 'Dgn1' + +[cursors.circle] +png = 'circle.png' +x_hotspot = 207 +y_hotspot = 24 +win_name = 'Unavailable' + +[cursors.crosshair] +png = 'crosshair.png' +win_name = 'Cross' + +[cursors.fd_double_arrow] +png = 'fd_double_arrow.png' +win_name = 'Dgn2' + +[cursors.grabbing] +png = 'grabbing.png' +x_hotspot = 112 +y_hotspot = 64 +win_name = 'Grabbing' + +[cursors.hand1] +png = 'hand1.png' +x_hotspot = 97 +y_hotspot = 80 +win_name = 'Pan' + +[cursors.hand2] +png = 'hand2.png' +x_hotspot = 138 +y_hotspot = 14 +win_name = 'Link' + +[cursors.left_ptr] +png = 'left_ptr.png' +x_hotspot = 207 +y_hotspot = 24 +win_name = 'Pointer' + +[cursors.left_ptr_watch] +png = 'left_ptr_watch-*.png' +x_hotspot = 197 +y_hotspot = 24 +win_name = 'Work' +win_sizes = "77:96" + +[cursors.move] +png = 'move.png' +win_name = 'Move' + +[cursors.pencil] +png = 'pencil.png' +x_hotspot = 46 +y_hotspot = 211 +win_name = 'Handwriting' + +[cursors.question_arrow] +png = 'question_arrow.png' +x_hotspot = 42 +y_hotspot = 86 +win_name = 'Help' + +[cursors.right_ptr] +png = 'right_ptr.png' +x_hotspot = 55 +y_hotspot = 17 +win_name = 'Alternate' + +[cursors.sb_h_double_arrow] +png = 'sb_h_double_arrow.png' +win_name = 'Horz' + +[cursors.sb_v_double_arrow] +png = 'sb_v_double_arrow.png' +win_name = 'Vert' + +[cursors.wait] +png = 'wait-*.png' +win_name = 'Busy' +win_sizes = "77:96" + +[cursors.xterm] +png = 'xterm.png' +win_name = 'Text' + +[cursors.zoom_in] +png = 'zoom-in.png' +x_hotspot = 116 +y_hotspot = 116 +win_name = 'Zoom-in' + +[cursors.zoom_out] +png = 'zoom-out.png' +x_hotspot = 116 +y_hotspot = 116 +win_name = 'Zoom-out' + +[cursors.person] +png = 'person.png' +x_hotspot = 207 +y_hotspot = 24 +win_name = 'Person' + +[cursors.pin] +png = 'pin.png' +x_hotspot = 207 +y_hotspot = 24 +win_name = 'Pin' diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/configs/right/win_rg.build.toml b/henrovnix/assets/cursors/Bibata_Cursor-main/configs/right/win_rg.build.toml new file mode 100644 index 000000000..3a05cc525 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/configs/right/win_rg.build.toml @@ -0,0 +1,128 @@ +[theme] +name = 'Bibata Right Regular Windows Cursor' +comment = 'Bibata is open source, compact, and material designed cursor set.' +website = 'https://www.bibata.live' + +[config] +bitmaps_dir = '' # This config will assigned with `ctgen -d ` +out_dir = '../../themes' +platforms = 'windows' + +[cursors] +[cursors.fallback_settings] +win_sizes = ["22:32", "32:48", "43:64", "64:96", "86:128"] +x_hotspot = 128 +y_hotspot = 128 +win_delay = 1 + +[cursors.bd_double_arrow] +png = 'bd_double_arrow.png' +win_name = 'Dgn1' + +[cursors.circle] +png = 'circle.png' +x_hotspot = 207 +y_hotspot = 24 +win_name = 'Unavailable' + +[cursors.crosshair] +png = 'crosshair.png' +win_name = 'Cross' + +[cursors.fd_double_arrow] +png = 'fd_double_arrow.png' +win_name = 'Dgn2' + +[cursors.grabbing] +png = 'grabbing.png' +x_hotspot = 112 +y_hotspot = 64 +win_name = 'Grabbing' + +[cursors.hand1] +png = 'hand1.png' +x_hotspot = 97 +y_hotspot = 80 +win_name = 'Pan' + +[cursors.hand2] +png = 'hand2.png' +x_hotspot = 138 +y_hotspot = 14 +win_name = 'Link' + +[cursors.left_ptr] +png = 'left_ptr.png' +x_hotspot = 207 +y_hotspot = 24 +win_name = 'Pointer' + +[cursors.left_ptr_watch] +png = 'left_ptr_watch-*.png' +x_hotspot = 197 +y_hotspot = 24 +win_name = 'Work' +win_sizes = "64:96" + +[cursors.move] +png = 'move.png' +win_name = 'Move' + +[cursors.pencil] +png = 'pencil.png' +x_hotspot = 46 +y_hotspot = 211 +win_name = 'Handwriting' + +[cursors.question_arrow] +png = 'question_arrow.png' +x_hotspot = 42 +y_hotspot = 86 +win_name = 'Help' + +[cursors.right_ptr] +png = 'right_ptr.png' +x_hotspot = 55 +y_hotspot = 17 +win_name = 'Alternate' + +[cursors.sb_h_double_arrow] +png = 'sb_h_double_arrow.png' +win_name = 'Horz' + +[cursors.sb_v_double_arrow] +png = 'sb_v_double_arrow.png' +win_name = 'Vert' + +[cursors.wait] +png = 'wait-*.png' +win_name = 'Busy' +win_sizes = "64:96" + +[cursors.xterm] +png = 'xterm.png' +win_name = 'Text' + +[cursors.zoom_in] +png = 'zoom-in.png' +x_hotspot = 116 +y_hotspot = 116 +win_name = 'Zoom-in' + +[cursors.zoom_out] +png = 'zoom-out.png' +x_hotspot = 116 +y_hotspot = 116 +win_name = 'Zoom-out' + +[cursors.person] +png = 'person.png' +x_hotspot = 207 +y_hotspot = 24 +win_name = 'Person' + +[cursors.pin] +png = 'pin.png' +x_hotspot = 207 +y_hotspot = 24 +win_name = 'Pin' diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/configs/right/win_xl.build.toml b/henrovnix/assets/cursors/Bibata_Cursor-main/configs/right/win_xl.build.toml new file mode 100644 index 000000000..f2f342b5c --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/configs/right/win_xl.build.toml @@ -0,0 +1,128 @@ +[theme] +name = 'Bibata Right Extra Large Windows Cursor' +comment = 'Bibata is open source, compact, and material designed cursor set.' +website = 'https://www.bibata.live' + +[config] +bitmaps_dir = '' # This config will assigned with `ctgen -d ` +out_dir = '../../themes' +platforms = 'windows' + +[cursors] +[cursors.fallback_settings] +win_sizes = [32, 48, 64, 96, 128] +x_hotspot = 128 +y_hotspot = 128 +win_delay = 1 + +[cursors.bd_double_arrow] +png = 'bd_double_arrow.png' +win_name = 'Dgn1' + +[cursors.circle] +png = 'circle.png' +x_hotspot = 207 +y_hotspot = 24 +win_name = 'Unavailable' + +[cursors.crosshair] +png = 'crosshair.png' +win_name = 'Cross' + +[cursors.fd_double_arrow] +png = 'fd_double_arrow.png' +win_name = 'Dgn2' + +[cursors.grabbing] +png = 'grabbing.png' +x_hotspot = 112 +y_hotspot = 64 +win_name = 'Grabbing' + +[cursors.hand1] +png = 'hand1.png' +x_hotspot = 97 +y_hotspot = 80 +win_name = 'Pan' + +[cursors.hand2] +png = 'hand2.png' +x_hotspot = 138 +y_hotspot = 14 +win_name = 'Link' + +[cursors.left_ptr] +png = 'left_ptr.png' +x_hotspot = 207 +y_hotspot = 24 +win_name = 'Pointer' + +[cursors.left_ptr_watch] +png = 'left_ptr_watch-*.png' +x_hotspot = 197 +y_hotspot = 24 +win_name = 'Work' +win_sizes = 96 + +[cursors.move] +png = 'move.png' +win_name = 'Move' + +[cursors.pencil] +png = 'pencil.png' +x_hotspot = 46 +y_hotspot = 211 +win_name = 'Handwriting' + +[cursors.question_arrow] +png = 'question_arrow.png' +x_hotspot = 42 +y_hotspot = 86 +win_name = 'Help' + +[cursors.right_ptr] +png = 'right_ptr.png' +x_hotspot = 55 +y_hotspot = 17 +win_name = 'Alternate' + +[cursors.sb_h_double_arrow] +png = 'sb_h_double_arrow.png' +win_name = 'Horz' + +[cursors.sb_v_double_arrow] +png = 'sb_v_double_arrow.png' +win_name = 'Vert' + +[cursors.wait] +png = 'wait-*.png' +win_name = 'Busy' +win_sizes = 96 + +[cursors.xterm] +png = 'xterm.png' +win_name = 'Text' + +[cursors.zoom_in] +png = 'zoom-in.png' +x_hotspot = 116 +y_hotspot = 116 +win_name = 'Zoom-in' + +[cursors.zoom_out] +png = 'zoom-out.png' +x_hotspot = 116 +y_hotspot = 116 +win_name = 'Zoom-out' + +[cursors.person] +png = 'person.png' +x_hotspot = 207 +y_hotspot = 24 +win_name = 'Person' + +[cursors.pin] +png = 'pin.png' +x_hotspot = 207 +y_hotspot = 24 +win_name = 'Pin' diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/configs/right/x.build.toml b/henrovnix/assets/cursors/Bibata_Cursor-main/configs/right/x.build.toml new file mode 100644 index 000000000..bf8aeb43f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/configs/right/x.build.toml @@ -0,0 +1,412 @@ +[theme] +name = 'Bibata Right XCursor' +comment = 'Bibata is open source, compact, and material designed cursor set.' +website = 'https://www.bibata.live' + +[config] +bitmaps_dir = '' # This config will assigned with `ctgen -d ` +out_dir = '../../themes' +platforms = 'x11' + +[cursors] +[cursors.fallback_settings] +x11_sizes = [16, 20, 22, 24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96] +x_hotspot = 128 +y_hotspot = 128 +x11_delay = 40 + +[cursors.bd_double_arrow] +png = 'bd_double_arrow.png' +x11_name = 'bd_double_arrow' +x11_symlinks = ["c7088f0f3e6c8088236ef8e1e3e70000", "nwse-resize", "size_fdiag"] + +[cursors.bottom_left_corner] +png = 'bottom_left_corner.png' +x_hotspot = 26 +y_hotspot = 232 +x11_name = 'bottom_left_corner' +x11_symlinks = ["sw-resize"] + +[cursors.bottom_right_corner] +png = 'bottom_right_corner.png' +x_hotspot = 229 +y_hotspot = 232 +x11_name = 'bottom_right_corner' +x11_symlinks = ['se-resize'] + +[cursors.bottom_side] +png = 'bottom_side.png' +x_hotspot = 129 +y_hotspot = 234 +x11_name = 'bottom_side' +x11_symlinks = ['s-resize'] + +[cursors.bottom_tee] +png = 'bottom_tee.png' +x_hotspot = 128 +y_hotspot = 230 +x11_name = 'bottom_tee' + +[cursors.center_ptr] +png = 'center_ptr.png' +x_hotspot = 127 +y_hotspot = 17 +x11_name = 'center_ptr' + +[cursors.circle] +png = 'circle.png' +x_hotspot = 207 +y_hotspot = 24 +x11_name = 'circle' +x11_symlinks = ['forbidden'] + +[cursors.context-menu] +png = 'context-menu.png' +x_hotspot = 207 +y_hotspot = 24 +x11_name = 'context-menu' + +[cursors.copy] +png = 'copy.png' +x_hotspot = 207 +y_hotspot = 24 +x11_name = 'copy' +x11_symlinks = [ + "1081e37283d90000800003c07f3ef6bf", + "6407b0e94181790501fd1e167b474872", + "b66166c04f8c3109214a4fbd64a50fc8" +] + +[cursors.cross] +png = 'cross.png' +x11_name = 'cross' +x11_symlinks = ["cross_reverse", "diamond_cross"] + +[cursors.crossed_circle] +png = 'crossed_circle.png' +x11_name = 'crossed_circle' +x11_symlinks = ["03b6e0fcb3499374a867c041f52298f0", "not-allowed"] + +[cursors.crosshair] +png = 'crosshair.png' +x11_name = 'crosshair' + +[cursors.dnd_no_drop] +png = 'dnd_no_drop.png' +x_hotspot = 156 +y_hotspot = 68 +x11_name = 'dnd_no_drop' +x11_symlinks = ["no-drop"] + +[cursors.dnd-ask] +png = 'dnd-ask.png' +x_hotspot = 156 +y_hotspot = 68 +x11_name = 'dnd-ask' + +[cursors.dnd-copy] +png = 'dnd-copy.png' +x_hotspot = 156 +y_hotspot = 68 +x11_name = 'dnd-copy' + +[cursors.dnd-link] +png = 'dnd-link.png' +x_hotspot = 156 +y_hotspot = 68 +x11_name = 'dnd-link' +x11_symlinks = ['alias'] + +[cursors.dotbox] +png = 'dotbox.png' +x11_name = 'dotbox' +x11_symlinks = ["dot_box_mask", "draped_box", "icon", "target"] + +[cursors.fd_double_arrow] +png = 'fd_double_arrow.png' +x11_name = 'fd_double_arrow' +x11_symlinks = ["fcf1c3c7cd4491d801f1e1c78f100000", "nesw-resize", "size_bdiag"] + +[cursors.grabbing] +png = 'grabbing.png' +x_hotspot = 112 +y_hotspot = 64 +x11_name = 'grabbing' +x11_symlinks = [ + "closedhand", + "dnd-move", + "dnd-none", + "fcf21c00b30f7e3f83fe0dfd12e71cff" +] + +[cursors.hand1] +png = 'hand1.png' +x_hotspot = 97 +y_hotspot = 80 +x11_name = 'hand1' +x11_symlinks = ["grab", "openhand"] + +[cursors.hand2] +png = 'hand2.png' +x_hotspot = 138 +y_hotspot = 14 +x11_name = 'hand2' +x11_symlinks = [ + "9d800788f1b08800ae810202380a0822", + "e29285e634086352946a0e7090d73106", + "pointer", + "pointing_hand" +] + +[cursors.left_ptr] +png = 'left_ptr.png' +x_hotspot = 207 +y_hotspot = 24 +x11_name = 'left_ptr' +x11_symlinks = ["arrow", "default", "top_left_arrow"] + +[cursors.left_ptr_watch] +png = 'left_ptr_watch-*.png' +x_hotspot = 197 +y_hotspot = 24 +x11_name = 'left_ptr_watch' +x11_symlinks = [ + "00000000000000020006000e7e9ffc3f", + "08e8e1c95fe2fc01f976f1e063a24ccd", + "3ecb610c1bf2410f44200f48c40d3599", + "progress" +] + +[cursors.left_side] +png = 'left_side.png' +x_hotspot = 21 +y_hotspot = 128 +x11_name = 'left_side' +x11_symlinks = ['w-resize'] + +[cursors.left_tee] +png = 'left_tee.png' +x_hotspot = 230 +y_hotspot = 128 +x11_name = 'left_tee' + +[cursors.link] +png = 'link.png' +x_hotspot = 207 +y_hotspot = 24 +x11_name = 'link' +x11_symlinks = [ + "3085a0e285430894940527032f8b26df", + "640fb0e74195791501fd1ed57b41487f", + "a2a266d0498c3104214a47bd64ab0fc8", +] + +[cursors.ll_angle] +png = 'll_angle.png' +x_hotspot = 30 +y_hotspot = 223 +x11_name = 'll_angle' + +[cursors.lr_angle] +png = 'lr_angle.png' +x_hotspot = 224 +y_hotspot = 230 +x11_name = 'lr_angle' + +[cursors.move] +png = 'move.png' +x11_name = 'move' +x11_symlinks = [ + "4498f0e0c1937ffe01fd06f973665830", + "9081237383d90e509aa00f00170e968f", + "all-scroll", + "fleur", + "size_all" +] + +[cursors.pencil] +png = 'pencil.png' +x_hotspot = 46 +y_hotspot = 211 +x11_name = 'pencil' +x11_symlinks = ['draft'] + +[cursors.plus] +png = 'plus.png' +x11_name = 'plus' +x11_symlinks = ['cell'] + +[cursors.pointer-move] +png = 'pointer-move.png' +x_hotspot = 207 +y_hotspot = 24 +x11_name = 'pointer-move' + +[cursors.question_arrow] +png = 'question_arrow.png' +x_hotspot = 42 +y_hotspot = 86 +x11_name = 'question_arrow' +x11_symlinks = [ + "5c6cd98b3f3ebcb1f9c7f1c204630408", + "d9ce0ab605698f320427677b458ad60b", + "help", + "left_ptr_help", + "whats_this", +] + +[cursors.right_ptr] +png = 'right_ptr.png' +x_hotspot = 55 +y_hotspot = 17 +x11_name = 'right_ptr' +x11_symlinks = ["draft_large", "draft_small"] + +[cursors.right_side] +png = 'right_side.png' +x_hotspot = 233 +y_hotspot = 128 +x11_name = 'right_side' +x11_symlinks = ['e-resize'] + +[cursors.right_tee] +png = 'right_tee.png' +x_hotspot = 29 +y_hotspot = 128 +x11_name = 'right_tee' + +[cursors.sb_down_arrow] +png = 'sb_down_arrow.png' +x_hotspot = 128 +y_hotspot = 222 +x11_name = 'sb_down_arrow' +x11_symlinks = ['down-arrow'] + +[cursors.sb_h_double_arrow] +png = 'sb_h_double_arrow.png' +x11_name = 'sb_h_double_arrow' +x11_symlinks = [ + "028006030e0e7ebffc7f7070c0600140", + "14fef782d02440884392942c1120523", + "col-resize", + "ew-resize", + "h_double_arrow", + "size-hor", + "size_hor", + "split_h", +] + +[cursors.sb_left_arrow] +png = 'sb_left_arrow.png' +x_hotspot = 33 +y_hotspot = 128 +x11_name = 'sb_left_arrow' +x11_symlinks = ['left-arrow'] + +[cursors.sb_right_arrow] +png = 'sb_right_arrow.png' +x_hotspot = 223 +y_hotspot = 128 +x11_name = 'sb_right_arrow' +x11_symlinks = ['right-arrow'] + +[cursors.sb_up_arrow] +png = 'sb_up_arrow.png' +x_hotspot = 128 +y_hotspot = 33 +x11_name = 'sb_up_arrow' +x11_symlinks = ['up-arrow'] + +[cursors.sb_v_double_arrow] +png = 'sb_v_double_arrow.png' +x11_name = 'sb_v_double_arrow' +x11_symlinks = [ + "00008160000006810000408080010102", + "2870a09082c103050810ffdffffe0204", + "double_arrow", + "ns-resize", + "row-resize", + "size-ver", + "size_ver", + "split_v", + "v_double_arrow", +] + +[cursors.tcross] +png = 'tcross.png' +x11_name = 'tcross' +x11_symlinks = ['color-picker'] + +[cursors.top_left_corner] +png = 'top_left_corner.png' +x_hotspot = 29 +y_hotspot = 24 +x11_name = 'top_left_corner' +x11_symlinks = ['nw-resize'] + +[cursors.top_right_corner] +png = 'top_right_corner.png' +x_hotspot = 229 +y_hotspot = 24 +x11_name = 'top_right_corner' +x11_symlinks = ['ne-resize'] + +[cursors.top_side] +png = 'top_side.png' +x_hotspot = 128 +y_hotspot = 23 +x11_name = 'top_side' +x11_symlinks = ['n-resize'] + +[cursors.top_tee] +png = 'top_tee.png' +x_hotspot = 128 +y_hotspot = 27 +x11_name = 'top_tee' + +[cursors.ul_angle] +png = 'ul_angle.png' +x_hotspot = 33 +y_hotspot = 33 +x11_name = 'ul_angle' + +[cursors.ur_angle] +png = 'ur_angle.png' +x_hotspot = 225 +y_hotspot = 33 +x11_name = 'ur_angle' + +[cursors.vertical-text] +png = 'vertical-text.png' +x11_name = 'vertical-text' + +[cursors.wait] +png = 'wait-*.png' +x11_name = 'wait' +x11_symlinks = ['watch'] + +[cursors.wayland-cursor] +png = 'wayland-cursor.png' +x11_name = 'wayland-cursor' + +[cursors.X_cursor] +png = 'X_cursor.png' +x11_name = 'X_cursor' +x11_symlinks = ["pirate", "x-cursor"] + +[cursors.xterm] +png = 'xterm.png' +x11_name = 'xterm' +x11_symlinks = ["ibeam", "text"] + +[cursors.zoom_in] +png = 'zoom-in.png' +x_hotspot = 116 +y_hotspot = 116 +x11_name = 'zoom-in' + +[cursors.zoom_out] +png = 'zoom-out.png' +x_hotspot = 116 +y_hotspot = 116 +x11_name = 'zoom-out' diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/package.json b/henrovnix/assets/cursors/Bibata_Cursor-main/package.json new file mode 100644 index 000000000..d96c96dce --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/package.json @@ -0,0 +1,12 @@ +{ + "type": "module", + "dependencies": { + "cbmp": "^1.1.1" + }, + "scripts": { + "clean": "rm -rf bin bitmaps themes", + "render": "npx cbmp render.json", + "build": "bash build.sh", + "generate": "npx cbmp render.json && bash build.sh" + } +} diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/pling.txt b/henrovnix/assets/cursors/Bibata_Cursor-main/pling.txt new file mode 100644 index 000000000..ccc8775ad --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/pling.txt @@ -0,0 +1,22 @@ +Bibata is one of the most popular cursors set in the Linux community so far and is now available for freely with multiple colors and size options for Windows as well. The aim of this project is to provide personalized cursors to users. + +Check [url=https://github.com/ful1e5/Bibata_Cursor]README.md[/url] for installation, uninstallation, and personalize cursor sizes or colors. + +[b]Bibata Styles:[/b] +- Bibata Modern: Round Edges Bibata Cursors +- Bibata Original: Sharp Edges Bibata Cursors + +[b]XCursor Sizes:[/b] +16x16, 20x20, 22x22, 24x24, 28x28, 32x32, 40x40, 48x48, 56x56, 64x64, 72x72, 80x80, 88x88, 96x96 + +[b]Windows Cursor Size:[/b] +- 16x16 - Small +- 24x24 - Regular +- 32x32 - Large +- 48x48 - Extra Large + +[b]How to Personalize Bibata[/b] +Visit [url=https://www.bibata.live]https://www.bibata.live[/url] to personalize and download your own Bibata Cursor. + +[b]License & Terms:[/b] +'Bibata_Cursor' is available under the terms of the 'GPL-3.0' license. diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/render.json b/henrovnix/assets/cursors/Bibata_Cursor-main/render.json new file mode 100644 index 000000000..6c48be749 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/render.json @@ -0,0 +1,115 @@ +{ + "Bibata-Modern-Amber": { + "dir": "svg/modern", + "out": "bitmaps/Bibata-Modern-Amber", + "colors": [ + { "match": "#00FF00", "replace": "#FF8300" }, + { "match": "#0000FF", "replace": "#FFFFFF" }, + { "match": "#FF0000", "replace": "#001524" } + ] + }, + "Bibata-Modern-Amber-Right": { + "dir": "svg/modern-right", + "out": "bitmaps/Bibata-Modern-Amber-Right", + "colors": [ + { "match": "#00FF00", "replace": "#FF8300" }, + { "match": "#0000FF", "replace": "#FFFFFF" }, + { "match": "#FF0000", "replace": "#001524" } + ] + }, + + "Bibata-Modern-Classic": { + "dir": "svg/modern", + "out": "bitmaps/Bibata-Modern-Classic", + "colors": [ + { "match": "#00FF00", "replace": "#000000" }, + { "match": "#0000FF", "replace": "#FFFFFF" }, + { "match": "#FF0000", "replace": "#000000" } + ] + }, + "Bibata-Modern-Classic-Right": { + "dir": "svg/modern-right", + "out": "bitmaps/Bibata-Modern-Classic-Right", + "colors": [ + { "match": "#00FF00", "replace": "#000000" }, + { "match": "#0000FF", "replace": "#FFFFFF" }, + { "match": "#FF0000", "replace": "#000000" } + ] + }, + + "Bibata-Modern-Ice": { + "dir": "svg/modern", + "out": "bitmaps/Bibata-Modern-Ice", + "colors": [ + { "match": "#00FF00", "replace": "#FFFFFF" }, + { "match": "#0000FF", "replace": "#000000" }, + { "match": "#FF0000", "replace": "#FFFFFF" } + ] + }, + "Bibata-Modern-Ice-Right": { + "dir": "svg/modern-right", + "out": "bitmaps/Bibata-Modern-Ice-Right", + "colors": [ + { "match": "#00FF00", "replace": "#FFFFFF" }, + { "match": "#0000FF", "replace": "#000000" }, + { "match": "#FF0000", "replace": "#FFFFFF" } + ] + }, + + "Bibata-Original-Amber": { + "dir": "svg/original", + "out": "bitmaps/Bibata-Original-Amber", + "colors": [ + { "match": "#00FF00", "replace": "#FF8300" }, + { "match": "#0000FF", "replace": "#FFFFFF" }, + { "match": "#FF0000", "replace": "#001524" } + ] + }, + "Bibata-Original-Amber-Right": { + "dir": "svg/original-right", + "out": "bitmaps/Bibata-Original-Amber-Right", + "colors": [ + { "match": "#00FF00", "replace": "#FF8300" }, + { "match": "#0000FF", "replace": "#FFFFFF" }, + { "match": "#FF0000", "replace": "#001524" } + ] + }, + + "Bibata-Original-Classic": { + "dir": "svg/original", + "out": "bitmaps/Bibata-Original-Classic", + "colors": [ + { "match": "#00FF00", "replace": "#000000" }, + { "match": "#0000FF", "replace": "#FFFFFF" }, + { "match": "#FF0000", "replace": "#000000" } + ] + }, + "Bibata-Original-Classic-Right": { + "dir": "svg/original-right", + "out": "bitmaps/Bibata-Original-Classic-Right", + "colors": [ + { "match": "#00FF00", "replace": "#000000" }, + { "match": "#0000FF", "replace": "#FFFFFF" }, + { "match": "#FF0000", "replace": "#000000" } + ] + }, + + "Bibata-Original-Ice": { + "dir": "svg/original", + "out": "bitmaps/Bibata-Original-Ice", + "colors": [ + { "match": "#00FF00", "replace": "#FFFFFF" }, + { "match": "#0000FF", "replace": "#000000" }, + { "match": "#FF0000", "replace": "#FFFFFF" } + ] + }, + "Bibata-Original-Ice-Right": { + "dir": "svg/original-right", + "out": "bitmaps/Bibata-Original-Ice-Right", + "colors": [ + { "match": "#00FF00", "replace": "#FFFFFF" }, + { "match": "#0000FF", "replace": "#000000" }, + { "match": "#FF0000", "replace": "#FFFFFF" } + ] + } +} diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/dnd-ask.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/dnd-ask.svg new file mode 100644 index 000000000..28c722803 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/dnd-ask.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/dnd-copy.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/dnd-copy.svg new file mode 100644 index 000000000..3c5445913 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/dnd-copy.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/dnd-link.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/dnd-link.svg new file mode 100644 index 000000000..924185e55 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/dnd-link.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/dnd_no_drop.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/dnd_no_drop.svg new file mode 100644 index 000000000..c57c000c1 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/dnd_no_drop.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/grabbing.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/grabbing.svg new file mode 100644 index 000000000..12e52c76c --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/grabbing.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/hand1.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/hand1.svg new file mode 100644 index 000000000..437ecea09 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/hand1.svg @@ -0,0 +1,4 @@ + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/hand2.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/hand2.svg new file mode 100644 index 000000000..c8703b8e8 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/hand2.svg @@ -0,0 +1,4 @@ + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand/dnd-ask.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand/dnd-ask.svg new file mode 100644 index 000000000..5914282a3 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand/dnd-ask.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand/dnd-copy.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand/dnd-copy.svg new file mode 100644 index 000000000..84cf75fcc --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand/dnd-copy.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand/dnd-link.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand/dnd-link.svg new file mode 100644 index 000000000..d15bfe441 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand/dnd-link.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand/dnd_no_drop.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand/dnd_no_drop.svg new file mode 100644 index 000000000..413e7e3f6 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand/dnd_no_drop.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand/grabbing.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand/grabbing.svg new file mode 100644 index 000000000..bef98856f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand/grabbing.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand/hand1.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand/hand1.svg new file mode 100644 index 000000000..7ab491835 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand/hand1.svg @@ -0,0 +1,4 @@ + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand/hand2.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand/hand2.svg new file mode 100644 index 000000000..894b1e2ab --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/hand/hand2.svg @@ -0,0 +1,4 @@ + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/bd_double_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/bd_double_arrow.svg new file mode 100644 index 000000000..d19bf8d94 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/bd_double_arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/fd_double_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/fd_double_arrow.svg new file mode 100644 index 000000000..8990e6c72 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/fd_double_arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/move.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/move.svg new file mode 100644 index 000000000..0b111b496 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/move.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_down_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_down_arrow.svg new file mode 100644 index 000000000..11fa971b8 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_down_arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_h_double_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_h_double_arrow.svg new file mode 100644 index 000000000..7d11fa7c7 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_h_double_arrow.svg @@ -0,0 +1,4 @@ + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_left_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_left_arrow.svg new file mode 100644 index 000000000..f25cf504a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_left_arrow.svg @@ -0,0 +1,4 @@ + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_right_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_right_arrow.svg new file mode 100644 index 000000000..0e28e322d --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_right_arrow.svg @@ -0,0 +1,4 @@ + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_up_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_up_arrow.svg new file mode 100644 index 000000000..a8111ab4e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_up_arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_v_double_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_v_double_arrow.svg new file mode 100644 index 000000000..40fc7db8e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_v_double_arrow.svg @@ -0,0 +1,4 @@ + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/center_ptr.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/center_ptr.svg new file mode 100644 index 000000000..18b798390 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/center_ptr.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/circle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/circle.svg new file mode 100644 index 000000000..1b5099dd6 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/circle.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/context-menu.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/context-menu.svg new file mode 100644 index 000000000..3b2a94f23 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/context-menu.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/copy.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/copy.svg new file mode 100644 index 000000000..83cda54c8 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/copy.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr.svg new file mode 100644 index 000000000..ef2a31536 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-01.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-01.svg new file mode 100644 index 000000000..7b3e941fd --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-01.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-02.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-02.svg new file mode 100644 index 000000000..caccfc5b6 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-02.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-03.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-03.svg new file mode 100644 index 000000000..2b41b1cf5 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-03.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-04.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-04.svg new file mode 100644 index 000000000..ef416a4fc --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-04.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-05.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-05.svg new file mode 100644 index 000000000..f8a141d5e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-05.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-06.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-06.svg new file mode 100644 index 000000000..8fa97b4c6 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-06.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-07.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-07.svg new file mode 100644 index 000000000..7db011c09 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-07.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-08.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-08.svg new file mode 100644 index 000000000..0f373abcf --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-08.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-09.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-09.svg new file mode 100644 index 000000000..64d82843b --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-09.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-10.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-10.svg new file mode 100644 index 000000000..999f40a18 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-10.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-11.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-11.svg new file mode 100644 index 000000000..6078cb150 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-11.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-12.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-12.svg new file mode 100644 index 000000000..16e48d7f4 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-12.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-13.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-13.svg new file mode 100644 index 000000000..719a2b2dc --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-13.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-14.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-14.svg new file mode 100644 index 000000000..70e219598 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-14.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-15.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-15.svg new file mode 100644 index 000000000..ffb4abf77 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-15.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-16.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-16.svg new file mode 100644 index 000000000..03fe65f5c --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-16.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-17.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-17.svg new file mode 100644 index 000000000..bcccc85d2 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-17.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-18.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-18.svg new file mode 100644 index 000000000..ecb6b1255 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-18.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-19.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-19.svg new file mode 100644 index 000000000..47527a086 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-19.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-20.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-20.svg new file mode 100644 index 000000000..58c87af03 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-20.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-21.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-21.svg new file mode 100644 index 000000000..13727ff50 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-21.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-22.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-22.svg new file mode 100644 index 000000000..d46fe542a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-22.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-23.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-23.svg new file mode 100644 index 000000000..af27a8c62 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-23.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-24.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-24.svg new file mode 100644 index 000000000..7fd7d03f1 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-24.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-25.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-25.svg new file mode 100644 index 000000000..1664bed66 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-25.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-26.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-26.svg new file mode 100644 index 000000000..be3bd6361 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-26.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-27.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-27.svg new file mode 100644 index 000000000..59a399ed2 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-27.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-28.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-28.svg new file mode 100644 index 000000000..59f1c0b6c --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-28.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-29.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-29.svg new file mode 100644 index 000000000..65659764f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-29.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-30.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-30.svg new file mode 100644 index 000000000..9ca7300d2 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-30.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-31.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-31.svg new file mode 100644 index 000000000..c2e9e43a9 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-31.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-32.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-32.svg new file mode 100644 index 000000000..5b3ec37de --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-32.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-33.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-33.svg new file mode 100644 index 000000000..cb55916c7 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-33.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-34.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-34.svg new file mode 100644 index 000000000..1d89b94c6 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-34.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-35.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-35.svg new file mode 100644 index 000000000..3113b2114 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-35.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-36.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-36.svg new file mode 100644 index 000000000..a6050d7fc --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-36.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-37.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-37.svg new file mode 100644 index 000000000..2db6e0ae4 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-37.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-38.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-38.svg new file mode 100644 index 000000000..fdaf71151 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-38.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-39.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-39.svg new file mode 100644 index 000000000..36a083355 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-39.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-40.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-40.svg new file mode 100644 index 000000000..1af8dcdca --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-40.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-41.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-41.svg new file mode 100644 index 000000000..c5f17a7b4 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-41.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-42.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-42.svg new file mode 100644 index 000000000..70f4aa470 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-42.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-43.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-43.svg new file mode 100644 index 000000000..1bb3b4aca --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-43.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-44.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-44.svg new file mode 100644 index 000000000..5b1f14b13 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-44.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-45.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-45.svg new file mode 100644 index 000000000..49100ddd2 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-45.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-46.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-46.svg new file mode 100644 index 000000000..a71c72de1 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-46.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-47.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-47.svg new file mode 100644 index 000000000..e3fd438cb --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-47.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-48.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-48.svg new file mode 100644 index 000000000..7da93baec --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-48.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-49.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-49.svg new file mode 100644 index 000000000..fc1f623c6 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-49.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-50.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-50.svg new file mode 100644 index 000000000..8a62847f2 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-50.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-51.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-51.svg new file mode 100644 index 000000000..4ac0ad803 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-51.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-52.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-52.svg new file mode 100644 index 000000000..45324d660 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-52.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-53.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-53.svg new file mode 100644 index 000000000..ea118836a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-53.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-54.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-54.svg new file mode 100644 index 000000000..0570a2c9d --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-54.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/link.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/link.svg new file mode 100644 index 000000000..a722a94bd --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/link.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/person.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/person.svg new file mode 100644 index 000000000..0fcf1331b --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/person.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/pin.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/pin.svg new file mode 100644 index 000000000..d5c624e59 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/pin.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/pointer-move.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/pointer-move.svg new file mode 100644 index 000000000..3d4579946 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/pointer-move.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/right_ptr.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/right_ptr.svg new file mode 100644 index 000000000..14e72a11a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/right_ptr.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/center_ptr.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/center_ptr.svg new file mode 100644 index 000000000..18b798390 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/center_ptr.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/circle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/circle.svg new file mode 100644 index 000000000..6aaf19085 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/circle.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/context-menu.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/context-menu.svg new file mode 100644 index 000000000..314122133 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/context-menu.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/copy.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/copy.svg new file mode 100644 index 000000000..a0253e904 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/copy.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr.svg new file mode 100644 index 000000000..14e72a11a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-01.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-01.svg new file mode 100644 index 000000000..219148a8e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-01.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-02.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-02.svg new file mode 100644 index 000000000..b7092ebaa --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-02.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-03.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-03.svg new file mode 100644 index 000000000..167fa62a0 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-03.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-04.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-04.svg new file mode 100644 index 000000000..7a861ffb0 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-04.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-05.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-05.svg new file mode 100644 index 000000000..8deff271d --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-05.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-06.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-06.svg new file mode 100644 index 000000000..096d64718 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-06.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-07.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-07.svg new file mode 100644 index 000000000..9b3819422 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-07.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-08.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-08.svg new file mode 100644 index 000000000..a18423170 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-08.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-09.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-09.svg new file mode 100644 index 000000000..727dc6f4f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-09.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-10.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-10.svg new file mode 100644 index 000000000..402049a6f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-10.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-11.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-11.svg new file mode 100644 index 000000000..58b85badf --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-11.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-12.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-12.svg new file mode 100644 index 000000000..04f13aff2 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-12.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-13.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-13.svg new file mode 100644 index 000000000..11073f135 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-13.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-14.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-14.svg new file mode 100644 index 000000000..b24a78e31 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-14.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-15.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-15.svg new file mode 100644 index 000000000..a6059a24a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-15.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-16.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-16.svg new file mode 100644 index 000000000..81fcb70e5 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-16.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-17.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-17.svg new file mode 100644 index 000000000..8cfe8e1d2 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-17.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-18.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-18.svg new file mode 100644 index 000000000..a6d796083 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-18.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-19.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-19.svg new file mode 100644 index 000000000..702735971 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-19.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-20.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-20.svg new file mode 100644 index 000000000..c71f1a42f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-20.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-21.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-21.svg new file mode 100644 index 000000000..bb3c1a331 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-21.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-22.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-22.svg new file mode 100644 index 000000000..4c7e49014 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-22.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-23.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-23.svg new file mode 100644 index 000000000..caa1d128f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-23.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-24.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-24.svg new file mode 100644 index 000000000..6399d6014 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-24.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-25.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-25.svg new file mode 100644 index 000000000..a92c629c1 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-25.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-26.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-26.svg new file mode 100644 index 000000000..50b0f3f85 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-26.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-27.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-27.svg new file mode 100644 index 000000000..ceeb6a9af --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-27.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-28.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-28.svg new file mode 100644 index 000000000..e52cb23de --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-28.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-29.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-29.svg new file mode 100644 index 000000000..785b13128 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-29.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-30.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-30.svg new file mode 100644 index 000000000..4ccec358d --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-30.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-31.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-31.svg new file mode 100644 index 000000000..3fae5b675 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-31.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-32.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-32.svg new file mode 100644 index 000000000..86172937f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-32.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-33.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-33.svg new file mode 100644 index 000000000..079a80bcf --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-33.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-34.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-34.svg new file mode 100644 index 000000000..0b744bf3d --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-34.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-35.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-35.svg new file mode 100644 index 000000000..1f088c72d --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-35.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-36.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-36.svg new file mode 100644 index 000000000..246183a6c --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-36.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-37.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-37.svg new file mode 100644 index 000000000..75fb1daff --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-37.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-38.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-38.svg new file mode 100644 index 000000000..ecfa5b36b --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-38.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-39.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-39.svg new file mode 100644 index 000000000..11e38be88 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-39.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-40.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-40.svg new file mode 100644 index 000000000..15a2beb50 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-40.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-41.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-41.svg new file mode 100644 index 000000000..d7fc2e9e9 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-41.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-42.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-42.svg new file mode 100644 index 000000000..4168cc96b --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-42.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-43.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-43.svg new file mode 100644 index 000000000..7e3a01d65 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-43.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-44.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-44.svg new file mode 100644 index 000000000..bfe0c8c06 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-44.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-45.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-45.svg new file mode 100644 index 000000000..c198830e5 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-45.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-46.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-46.svg new file mode 100644 index 000000000..05ac5efad --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-46.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-47.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-47.svg new file mode 100644 index 000000000..ebe76d601 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-47.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-48.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-48.svg new file mode 100644 index 000000000..7fb21514c --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-48.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-49.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-49.svg new file mode 100644 index 000000000..ae798c0ec --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-49.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-50.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-50.svg new file mode 100644 index 000000000..4235ea1ec --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-50.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-51.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-51.svg new file mode 100644 index 000000000..5ba027a40 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-51.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-52.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-52.svg new file mode 100644 index 000000000..a4c0c1737 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-52.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-53.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-53.svg new file mode 100644 index 000000000..816c6f63c --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-53.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-54.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-54.svg new file mode 100644 index 000000000..185bafa59 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-54.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/link.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/link.svg new file mode 100644 index 000000000..23a7a83f5 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/link.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/person.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/person.svg new file mode 100644 index 000000000..0183b7581 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/person.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/pin.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/pin.svg new file mode 100644 index 000000000..5bdb656eb --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/pin.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/pointer-move.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/pointer-move.svg new file mode 100644 index 000000000..4963a189d --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/pointer-move.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/right_ptr.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/right_ptr.svg new file mode 100644 index 000000000..4284c88c6 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/modern/right_ptr.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/bd_double_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/bd_double_arrow.svg new file mode 100644 index 000000000..19ef3c60d --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/bd_double_arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/fd_double_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/fd_double_arrow.svg new file mode 100644 index 000000000..2fd55e32a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/fd_double_arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/move.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/move.svg new file mode 100644 index 000000000..8148b3138 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/move.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_down_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_down_arrow.svg new file mode 100644 index 000000000..c0aef7f07 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_down_arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_h_double_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_h_double_arrow.svg new file mode 100644 index 000000000..d77aa5b32 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_h_double_arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_left_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_left_arrow.svg new file mode 100644 index 000000000..31c8a3756 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_left_arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_right_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_right_arrow.svg new file mode 100644 index 000000000..875ca9cf7 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_right_arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_up_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_up_arrow.svg new file mode 100644 index 000000000..8baada575 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_up_arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_v_double_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_v_double_arrow.svg new file mode 100644 index 000000000..9bfca47ea --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_v_double_arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/center_ptr.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/center_ptr.svg new file mode 100644 index 000000000..2d4c2cce5 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/center_ptr.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/circle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/circle.svg new file mode 100644 index 000000000..fad9d1604 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/circle.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/context-menu.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/context-menu.svg new file mode 100644 index 000000000..7d30a4ffc --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/context-menu.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/copy.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/copy.svg new file mode 100644 index 000000000..c9e28c5b1 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/copy.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr.svg new file mode 100644 index 000000000..0c6a2b086 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-01.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-01.svg new file mode 100644 index 000000000..ff85cf39e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-01.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-02.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-02.svg new file mode 100644 index 000000000..bd9d84c3f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-02.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-03.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-03.svg new file mode 100644 index 000000000..45ccc65af --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-03.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-04.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-04.svg new file mode 100644 index 000000000..408e821db --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-04.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-05.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-05.svg new file mode 100644 index 000000000..ff7e2bd71 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-05.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-06.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-06.svg new file mode 100644 index 000000000..8560670f3 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-06.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-07.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-07.svg new file mode 100644 index 000000000..bb26a75af --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-07.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-08.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-08.svg new file mode 100644 index 000000000..9ac177cb6 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-08.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-09.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-09.svg new file mode 100644 index 000000000..b4f8cc57e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-09.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-10.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-10.svg new file mode 100644 index 000000000..cf7ebd96b --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-10.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-11.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-11.svg new file mode 100644 index 000000000..215dbc5c6 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-11.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-12.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-12.svg new file mode 100644 index 000000000..0dbb483c3 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-12.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-13.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-13.svg new file mode 100644 index 000000000..adb6ff004 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-13.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-14.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-14.svg new file mode 100644 index 000000000..4fe02048b --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-14.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-15.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-15.svg new file mode 100644 index 000000000..8cb73358b --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-15.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-16.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-16.svg new file mode 100644 index 000000000..9647e2e99 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-16.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-17.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-17.svg new file mode 100644 index 000000000..95db82514 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-17.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-18.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-18.svg new file mode 100644 index 000000000..68236a996 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-18.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-19.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-19.svg new file mode 100644 index 000000000..0e1ad44c0 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-19.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-20.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-20.svg new file mode 100644 index 000000000..ae74ced81 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-20.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-21.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-21.svg new file mode 100644 index 000000000..c7ba1bfcb --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-21.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-22.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-22.svg new file mode 100644 index 000000000..aa077fffd --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-22.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-23.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-23.svg new file mode 100644 index 000000000..b09e3e60f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-23.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-24.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-24.svg new file mode 100644 index 000000000..4c153d88f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-24.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-25.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-25.svg new file mode 100644 index 000000000..a2730535b --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-25.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-26.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-26.svg new file mode 100644 index 000000000..75d2ac1b3 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-26.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-27.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-27.svg new file mode 100644 index 000000000..27b20769d --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-27.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-28.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-28.svg new file mode 100644 index 000000000..12593b2b3 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-28.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-29.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-29.svg new file mode 100644 index 000000000..3d54a27a8 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-29.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-30.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-30.svg new file mode 100644 index 000000000..bbf01e5d5 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-30.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-31.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-31.svg new file mode 100644 index 000000000..4136af8e6 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-31.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-32.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-32.svg new file mode 100644 index 000000000..457aabe52 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-32.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-33.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-33.svg new file mode 100644 index 000000000..f1e1c6596 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-33.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-34.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-34.svg new file mode 100644 index 000000000..8ef883f79 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-34.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-35.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-35.svg new file mode 100644 index 000000000..a6fe05f67 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-35.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-36.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-36.svg new file mode 100644 index 000000000..c9d8afd8a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-36.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-37.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-37.svg new file mode 100644 index 000000000..bb08b1f8a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-37.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-38.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-38.svg new file mode 100644 index 000000000..eaa63122a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-38.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-39.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-39.svg new file mode 100644 index 000000000..68f5dd9f6 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-39.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-40.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-40.svg new file mode 100644 index 000000000..82e0de475 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-40.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-41.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-41.svg new file mode 100644 index 000000000..6861f7c6e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-41.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-42.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-42.svg new file mode 100644 index 000000000..89ca65e4a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-42.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-43.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-43.svg new file mode 100644 index 000000000..1bd61755e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-43.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-44.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-44.svg new file mode 100644 index 000000000..06e3c0d31 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-44.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-45.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-45.svg new file mode 100644 index 000000000..f90a8cac1 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-45.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-46.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-46.svg new file mode 100644 index 000000000..37c306d5a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-46.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-47.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-47.svg new file mode 100644 index 000000000..7aa947303 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-47.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-48.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-48.svg new file mode 100644 index 000000000..5b5ee52a7 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-48.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-49.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-49.svg new file mode 100644 index 000000000..695694cc9 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-49.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-50.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-50.svg new file mode 100644 index 000000000..67f77bd6a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-50.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-51.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-51.svg new file mode 100644 index 000000000..c74176459 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-51.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-52.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-52.svg new file mode 100644 index 000000000..951521f29 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-52.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-53.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-53.svg new file mode 100644 index 000000000..b3016e4cc --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-53.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-54.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-54.svg new file mode 100644 index 000000000..94d194e3d --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-54.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/link.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/link.svg new file mode 100644 index 000000000..a7c06889d --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/link.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/person.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/person.svg new file mode 100644 index 000000000..e6d33492a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/person.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/pin.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/pin.svg new file mode 100644 index 000000000..4108cd849 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/pin.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/pointer-move.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/pointer-move.svg new file mode 100644 index 000000000..9c4ec88d0 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/pointer-move.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/right_ptr.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/right_ptr.svg new file mode 100644 index 000000000..5555a967e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/right_ptr.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/center_ptr.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/center_ptr.svg new file mode 100644 index 000000000..b43be4db7 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/center_ptr.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/circle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/circle.svg new file mode 100644 index 000000000..148c60f76 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/circle.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/context-menu.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/context-menu.svg new file mode 100644 index 000000000..5b3c1617e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/context-menu.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/copy.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/copy.svg new file mode 100644 index 000000000..e0fc95c93 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/copy.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr.svg new file mode 100644 index 000000000..8f49c0451 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-01.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-01.svg new file mode 100644 index 000000000..cd3520115 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-01.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-02.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-02.svg new file mode 100644 index 000000000..0a80c301c --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-02.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-03.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-03.svg new file mode 100644 index 000000000..5cb733958 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-03.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-04.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-04.svg new file mode 100644 index 000000000..80ce9ebe0 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-04.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-05.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-05.svg new file mode 100644 index 000000000..84f3bb1f4 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-05.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-06.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-06.svg new file mode 100644 index 000000000..cfea5deb9 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-06.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-07.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-07.svg new file mode 100644 index 000000000..f017d6866 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-07.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-08.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-08.svg new file mode 100644 index 000000000..da5e05398 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-08.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-09.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-09.svg new file mode 100644 index 000000000..c85e642e5 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-09.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-10.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-10.svg new file mode 100644 index 000000000..30f384e9f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-10.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-11.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-11.svg new file mode 100644 index 000000000..4166d5ff9 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-11.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-12.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-12.svg new file mode 100644 index 000000000..c6c5ba245 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-12.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-13.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-13.svg new file mode 100644 index 000000000..186ea47b1 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-13.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-14.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-14.svg new file mode 100644 index 000000000..d754b8ed3 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-14.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-15.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-15.svg new file mode 100644 index 000000000..af35fe797 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-15.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-16.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-16.svg new file mode 100644 index 000000000..35e5f9c2a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-16.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-17.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-17.svg new file mode 100644 index 000000000..546890d9d --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-17.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-18.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-18.svg new file mode 100644 index 000000000..59ca48a36 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-18.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-19.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-19.svg new file mode 100644 index 000000000..8b686ab7f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-19.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-20.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-20.svg new file mode 100644 index 000000000..cb96d14c4 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-20.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-21.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-21.svg new file mode 100644 index 000000000..6c568cc19 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-21.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-22.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-22.svg new file mode 100644 index 000000000..eb728d7f0 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-22.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-23.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-23.svg new file mode 100644 index 000000000..545030133 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-23.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-24.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-24.svg new file mode 100644 index 000000000..1094851a8 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-24.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-25.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-25.svg new file mode 100644 index 000000000..fbccfb23d --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-25.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-26.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-26.svg new file mode 100644 index 000000000..389049dbd --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-26.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-27.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-27.svg new file mode 100644 index 000000000..1c575d344 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-27.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-28.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-28.svg new file mode 100644 index 000000000..95c3887b3 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-28.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-29.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-29.svg new file mode 100644 index 000000000..d95333c64 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-29.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-30.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-30.svg new file mode 100644 index 000000000..7ae4ed05d --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-30.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-31.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-31.svg new file mode 100644 index 000000000..09f464487 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-31.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-32.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-32.svg new file mode 100644 index 000000000..7960ef8d5 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-32.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-33.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-33.svg new file mode 100644 index 000000000..c42f054fb --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-33.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-34.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-34.svg new file mode 100644 index 000000000..39b38915d --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-34.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-35.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-35.svg new file mode 100644 index 000000000..e50913fed --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-35.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-36.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-36.svg new file mode 100644 index 000000000..84f117d99 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-36.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-37.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-37.svg new file mode 100644 index 000000000..5ac13bbdd --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-37.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-38.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-38.svg new file mode 100644 index 000000000..5a8f777ce --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-38.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-39.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-39.svg new file mode 100644 index 000000000..0b415637a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-39.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-40.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-40.svg new file mode 100644 index 000000000..9222c3298 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-40.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-41.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-41.svg new file mode 100644 index 000000000..9ec5cbed3 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-41.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-42.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-42.svg new file mode 100644 index 000000000..39a7feac5 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-42.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-43.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-43.svg new file mode 100644 index 000000000..bcc8aa55e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-43.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-44.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-44.svg new file mode 100644 index 000000000..9ff7f2359 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-44.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-45.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-45.svg new file mode 100644 index 000000000..656273d28 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-45.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-46.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-46.svg new file mode 100644 index 000000000..11139bc02 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-46.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-47.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-47.svg new file mode 100644 index 000000000..cff8a03e7 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-47.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-48.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-48.svg new file mode 100644 index 000000000..81579d426 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-48.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-49.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-49.svg new file mode 100644 index 000000000..31f97d371 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-49.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-50.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-50.svg new file mode 100644 index 000000000..bd25fbfe1 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-50.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-51.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-51.svg new file mode 100644 index 000000000..959eb2a9b --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-51.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-52.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-52.svg new file mode 100644 index 000000000..ccd22c14b --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-52.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-53.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-53.svg new file mode 100644 index 000000000..4321508ed --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-53.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-54.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-54.svg new file mode 100644 index 000000000..7b59880ad --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-54.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/link.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/link.svg new file mode 100644 index 000000000..d76909690 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/link.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/person.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/person.svg new file mode 100644 index 000000000..3798a5453 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/person.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/pin.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/pin.svg new file mode 100644 index 000000000..64abfef6f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/pin.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/pointer-move.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/pointer-move.svg new file mode 100644 index 000000000..4b3f8d9bd --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/pointer-move.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/right_ptr.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/right_ptr.svg new file mode 100644 index 000000000..c0b995439 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/original/right_ptr.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/X_cursor.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/X_cursor.svg new file mode 100644 index 000000000..528f8eea9 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/X_cursor.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/bottom_left_corner.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/bottom_left_corner.svg new file mode 100644 index 000000000..455c53218 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/bottom_left_corner.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/bottom_right_corner.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/bottom_right_corner.svg new file mode 100644 index 000000000..6f98eb081 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/bottom_right_corner.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/bottom_side.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/bottom_side.svg new file mode 100644 index 000000000..e6d01b0bf --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/bottom_side.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/bottom_tee.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/bottom_tee.svg new file mode 100644 index 000000000..e52ebfa83 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/bottom_tee.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/cross.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/cross.svg new file mode 100644 index 000000000..1439617da --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/cross.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/crossed_circle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/crossed_circle.svg new file mode 100644 index 000000000..61c866d2e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/crossed_circle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/crosshair.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/crosshair.svg new file mode 100644 index 000000000..4ea7e7185 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/crosshair.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/dotbox.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/dotbox.svg new file mode 100644 index 000000000..41ec11eb6 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/dotbox.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/left_side.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/left_side.svg new file mode 100644 index 000000000..ca2fce208 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/left_side.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/left_tee.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/left_tee.svg new file mode 100644 index 000000000..bccf00df5 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/left_tee.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/ll_angle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/ll_angle.svg new file mode 100644 index 000000000..99ba6ae26 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/ll_angle.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/lr_angle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/lr_angle.svg new file mode 100644 index 000000000..29034f4e4 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/lr_angle.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/pencil.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/pencil.svg new file mode 100644 index 000000000..aacb3b21a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/pencil.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/plus.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/plus.svg new file mode 100644 index 000000000..a8d68f0ea --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/plus.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/question_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/question_arrow.svg new file mode 100644 index 000000000..1794c3c86 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/question_arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/right_side.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/right_side.svg new file mode 100644 index 000000000..2d0cea989 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/right_side.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/right_tee.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/right_tee.svg new file mode 100644 index 000000000..220f49070 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/right_tee.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/tcross.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/tcross.svg new file mode 100644 index 000000000..45f395778 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/tcross.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/top_left_corner.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/top_left_corner.svg new file mode 100644 index 000000000..ba19da5b5 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/top_left_corner.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/top_right_corner.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/top_right_corner.svg new file mode 100644 index 000000000..1edd37eec --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/top_right_corner.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/top_side.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/top_side.svg new file mode 100644 index 000000000..5e29e026a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/top_side.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/top_tee.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/top_tee.svg new file mode 100644 index 000000000..5f5615209 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/top_tee.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/ul_angle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/ul_angle.svg new file mode 100644 index 000000000..01ea733fc --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/ul_angle.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/ur_angle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/ur_angle.svg new file mode 100644 index 000000000..1ca4d7e3e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/ur_angle.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/vertical-text.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/vertical-text.svg new file mode 100644 index 000000000..9d753d829 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/vertical-text.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-01.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-01.svg new file mode 100644 index 000000000..aeb20d631 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-01.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-02.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-02.svg new file mode 100644 index 000000000..69179d541 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-02.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-03.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-03.svg new file mode 100644 index 000000000..dc5ef6260 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-03.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-04.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-04.svg new file mode 100644 index 000000000..797c4777e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-04.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-05.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-05.svg new file mode 100644 index 000000000..11a00ed27 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-05.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-06.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-06.svg new file mode 100644 index 000000000..f1e294104 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-06.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-07.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-07.svg new file mode 100644 index 000000000..dabc9a12a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-07.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-08.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-08.svg new file mode 100644 index 000000000..14065792c --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-08.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-09.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-09.svg new file mode 100644 index 000000000..e83b7ca96 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-09.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-10.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-10.svg new file mode 100644 index 000000000..ed897df3d --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-10.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-11.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-11.svg new file mode 100644 index 000000000..319d3df20 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-11.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-12.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-12.svg new file mode 100644 index 000000000..5278e9bd5 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-12.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-13.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-13.svg new file mode 100644 index 000000000..16d74237e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-13.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-14.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-14.svg new file mode 100644 index 000000000..a51ce5fc5 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-14.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-15.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-15.svg new file mode 100644 index 000000000..a1851045a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-15.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-16.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-16.svg new file mode 100644 index 000000000..3c3f33073 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-16.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-17.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-17.svg new file mode 100644 index 000000000..11ae9d75c --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-17.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-18.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-18.svg new file mode 100644 index 000000000..ff1606730 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-18.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-19.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-19.svg new file mode 100644 index 000000000..c45cf7a6f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-19.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-20.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-20.svg new file mode 100644 index 000000000..137f5dd23 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-20.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-21.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-21.svg new file mode 100644 index 000000000..ab7f67dd4 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-21.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-22.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-22.svg new file mode 100644 index 000000000..7b97bb701 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-22.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-23.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-23.svg new file mode 100644 index 000000000..92e576ce5 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-23.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-24.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-24.svg new file mode 100644 index 000000000..19657e2d5 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-24.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-25.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-25.svg new file mode 100644 index 000000000..3c2824a9f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-25.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-26.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-26.svg new file mode 100644 index 000000000..2e25637fd --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-26.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-27.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-27.svg new file mode 100644 index 000000000..4b32422ae --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-27.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-28.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-28.svg new file mode 100644 index 000000000..84e17bc0b --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-28.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-29.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-29.svg new file mode 100644 index 000000000..f5d446755 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-29.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-30.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-30.svg new file mode 100644 index 000000000..6d9470113 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-30.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-31.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-31.svg new file mode 100644 index 000000000..97b1a768a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-31.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-32.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-32.svg new file mode 100644 index 000000000..b2dc5dc68 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-32.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-33.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-33.svg new file mode 100644 index 000000000..2c70d0d56 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-33.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-34.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-34.svg new file mode 100644 index 000000000..0ab5fa260 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-34.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-35.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-35.svg new file mode 100644 index 000000000..54a7d1502 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-35.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-36.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-36.svg new file mode 100644 index 000000000..a63983886 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-36.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-37.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-37.svg new file mode 100644 index 000000000..465895ff2 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-37.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-38.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-38.svg new file mode 100644 index 000000000..639964196 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-38.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-39.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-39.svg new file mode 100644 index 000000000..ab721e84a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-39.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-40.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-40.svg new file mode 100644 index 000000000..983d94dda --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-40.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-41.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-41.svg new file mode 100644 index 000000000..2383ff9cb --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-41.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-42.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-42.svg new file mode 100644 index 000000000..63939c643 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-42.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-43.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-43.svg new file mode 100644 index 000000000..67c9ddac0 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-43.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-44.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-44.svg new file mode 100644 index 000000000..96074716f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-44.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-45.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-45.svg new file mode 100644 index 000000000..81cd47fa9 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-45.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-46.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-46.svg new file mode 100644 index 000000000..6858d280a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-46.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-47.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-47.svg new file mode 100644 index 000000000..66972030a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-47.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-48.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-48.svg new file mode 100644 index 000000000..10e18ebe4 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-48.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-49.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-49.svg new file mode 100644 index 000000000..ce1aac249 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-49.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-50.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-50.svg new file mode 100644 index 000000000..06d8ba2aa --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-50.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-51.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-51.svg new file mode 100644 index 000000000..bb38e6c82 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-51.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-52.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-52.svg new file mode 100644 index 000000000..633cd2363 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-52.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-53.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-53.svg new file mode 100644 index 000000000..1399f3c77 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-53.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-54.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-54.svg new file mode 100644 index 000000000..6f21d6b28 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-54.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wayland-cursor.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wayland-cursor.svg new file mode 100644 index 000000000..67b004ee1 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wayland-cursor.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/xterm.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/xterm.svg new file mode 100644 index 000000000..d0be8db7f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/xterm.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/zoom-in.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/zoom-in.svg new file mode 100644 index 000000000..c3224beca --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/zoom-in.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/zoom-out.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/zoom-out.svg new file mode 100644 index 000000000..21f9cdee9 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/groups/shared/zoom-out.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/link.py b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/link.py new file mode 100644 index 000000000..16e398f1c --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/link.py @@ -0,0 +1,78 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +import contextlib +import os +from pathlib import Path +from typing import List + + +@contextlib.contextmanager +def cwd(dir): + curdir = os.getcwd() + try: + os.chdir(dir) + yield + finally: + os.chdir(curdir) + + +def gen_symlinks(src_dirs: List[str], dst_dir: str) -> None: + dst = Path(dst_dir) + for src_dir in src_dirs: + for file in Path(src_dir).glob("*"): + link = dst / file.name + if os.path.exists(link): + os.remove(link) + + print(f"Creating symlink for {link.name}") + with cwd(dst): + os.symlink( + os.path.relpath(file, dst), + link.name, + ) + + +# Linking Bibata Modern +gen_symlinks( + [ + "groups/modern", + "groups/modern-arrow", + "groups/shared", + "groups/hand", + ], + "modern", +) + +# Linking Bibata Modern Right +gen_symlinks( + [ + "groups/modern-right", + "groups/modern-arrow", + "groups/shared", + "groups/hand-right", + ], + "modern-right", +) + +# Linking Bibata Original +gen_symlinks( + [ + "groups/original", + "groups/original-arrow", + "groups/shared", + "groups/hand", + ], + "original", +) + +# Linking Bibata Original Right +gen_symlinks( + [ + "groups/original-right", + "groups/original-arrow", + "groups/shared", + "groups/hand-right", + ], + "original-right", +) diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/X_cursor.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/X_cursor.svg new file mode 120000 index 000000000..8af83b92e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/X_cursor.svg @@ -0,0 +1 @@ +../groups/shared/X_cursor.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/bd_double_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/bd_double_arrow.svg new file mode 120000 index 000000000..592e128ae --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/bd_double_arrow.svg @@ -0,0 +1 @@ +../groups/modern-arrow/bd_double_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/bottom_left_corner.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/bottom_left_corner.svg new file mode 120000 index 000000000..70eeeba09 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/bottom_left_corner.svg @@ -0,0 +1 @@ +../groups/shared/bottom_left_corner.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/bottom_right_corner.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/bottom_right_corner.svg new file mode 120000 index 000000000..07ee2874c --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/bottom_right_corner.svg @@ -0,0 +1 @@ +../groups/shared/bottom_right_corner.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/bottom_side.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/bottom_side.svg new file mode 120000 index 000000000..d15c7a479 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/bottom_side.svg @@ -0,0 +1 @@ +../groups/shared/bottom_side.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/bottom_tee.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/bottom_tee.svg new file mode 120000 index 000000000..80daefc10 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/bottom_tee.svg @@ -0,0 +1 @@ +../groups/shared/bottom_tee.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/center_ptr.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/center_ptr.svg new file mode 120000 index 000000000..b5b912032 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/center_ptr.svg @@ -0,0 +1 @@ +../groups/modern-right/center_ptr.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/circle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/circle.svg new file mode 120000 index 000000000..a00fbc10d --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/circle.svg @@ -0,0 +1 @@ +../groups/modern-right/circle.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/context-menu.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/context-menu.svg new file mode 120000 index 000000000..0def715b5 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/context-menu.svg @@ -0,0 +1 @@ +../groups/modern-right/context-menu.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/copy.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/copy.svg new file mode 120000 index 000000000..a0dce0fb0 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/copy.svg @@ -0,0 +1 @@ +../groups/modern-right/copy.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/cross.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/cross.svg new file mode 120000 index 000000000..d2fc18a3c --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/cross.svg @@ -0,0 +1 @@ +../groups/shared/cross.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/crossed_circle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/crossed_circle.svg new file mode 120000 index 000000000..4c7f0b8be --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/crossed_circle.svg @@ -0,0 +1 @@ +../groups/shared/crossed_circle.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/crosshair.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/crosshair.svg new file mode 120000 index 000000000..184871e6a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/crosshair.svg @@ -0,0 +1 @@ +../groups/shared/crosshair.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/dnd-ask.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/dnd-ask.svg new file mode 120000 index 000000000..da23c3545 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/dnd-ask.svg @@ -0,0 +1 @@ +../groups/hand-right/dnd-ask.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/dnd-copy.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/dnd-copy.svg new file mode 120000 index 000000000..f3ba57727 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/dnd-copy.svg @@ -0,0 +1 @@ +../groups/hand-right/dnd-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/dnd-link.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/dnd-link.svg new file mode 120000 index 000000000..226141c1b --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/dnd-link.svg @@ -0,0 +1 @@ +../groups/hand-right/dnd-link.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/dnd_no_drop.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/dnd_no_drop.svg new file mode 120000 index 000000000..fd1e4595e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/dnd_no_drop.svg @@ -0,0 +1 @@ +../groups/hand-right/dnd_no_drop.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/dotbox.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/dotbox.svg new file mode 120000 index 000000000..3c3e70a58 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/dotbox.svg @@ -0,0 +1 @@ +../groups/shared/dotbox.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/fd_double_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/fd_double_arrow.svg new file mode 120000 index 000000000..7d8c13604 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/fd_double_arrow.svg @@ -0,0 +1 @@ +../groups/modern-arrow/fd_double_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/grabbing.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/grabbing.svg new file mode 120000 index 000000000..e3a6e2272 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/grabbing.svg @@ -0,0 +1 @@ +../groups/hand-right/grabbing.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/hand1.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/hand1.svg new file mode 120000 index 000000000..8c44d67f7 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/hand1.svg @@ -0,0 +1 @@ +../groups/hand-right/hand1.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/hand2.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/hand2.svg new file mode 120000 index 000000000..db8a2d4ee --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/hand2.svg @@ -0,0 +1 @@ +../groups/hand-right/hand2.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/left_ptr.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/left_ptr.svg new file mode 120000 index 000000000..b689530f0 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/left_ptr.svg @@ -0,0 +1 @@ +../groups/modern-right/left_ptr.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/left_ptr_watch b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/left_ptr_watch new file mode 120000 index 000000000..08b9f99a7 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/left_ptr_watch @@ -0,0 +1 @@ +../groups/modern-right/left_ptr_watch \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/left_side.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/left_side.svg new file mode 120000 index 000000000..ac9de01b4 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/left_side.svg @@ -0,0 +1 @@ +../groups/shared/left_side.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/left_tee.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/left_tee.svg new file mode 120000 index 000000000..8d8ecad2f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/left_tee.svg @@ -0,0 +1 @@ +../groups/shared/left_tee.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/link.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/link.svg new file mode 120000 index 000000000..d97f707b0 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/link.svg @@ -0,0 +1 @@ +../groups/modern-right/link.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/ll_angle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/ll_angle.svg new file mode 120000 index 000000000..e90a586da --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/ll_angle.svg @@ -0,0 +1 @@ +../groups/shared/ll_angle.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/lr_angle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/lr_angle.svg new file mode 120000 index 000000000..01a224c29 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/lr_angle.svg @@ -0,0 +1 @@ +../groups/shared/lr_angle.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/move.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/move.svg new file mode 120000 index 000000000..6be28a66e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/move.svg @@ -0,0 +1 @@ +../groups/modern-arrow/move.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/pencil.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/pencil.svg new file mode 120000 index 000000000..c1d501be3 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/pencil.svg @@ -0,0 +1 @@ +../groups/shared/pencil.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/person.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/person.svg new file mode 120000 index 000000000..5aa7bb0a3 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/person.svg @@ -0,0 +1 @@ +../groups/modern-right/person.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/pin.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/pin.svg new file mode 120000 index 000000000..f9c86bee1 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/pin.svg @@ -0,0 +1 @@ +../groups/modern-right/pin.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/plus.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/plus.svg new file mode 120000 index 000000000..7ed6325b3 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/plus.svg @@ -0,0 +1 @@ +../groups/shared/plus.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/pointer-move.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/pointer-move.svg new file mode 120000 index 000000000..ff8a5e573 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/pointer-move.svg @@ -0,0 +1 @@ +../groups/modern-right/pointer-move.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/question_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/question_arrow.svg new file mode 120000 index 000000000..f6f912c58 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/question_arrow.svg @@ -0,0 +1 @@ +../groups/shared/question_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/right_ptr.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/right_ptr.svg new file mode 120000 index 000000000..a82f814b0 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/right_ptr.svg @@ -0,0 +1 @@ +../groups/modern-right/right_ptr.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/right_side.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/right_side.svg new file mode 120000 index 000000000..0c1688a13 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/right_side.svg @@ -0,0 +1 @@ +../groups/shared/right_side.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/right_tee.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/right_tee.svg new file mode 120000 index 000000000..5bb165427 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/right_tee.svg @@ -0,0 +1 @@ +../groups/shared/right_tee.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_down_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_down_arrow.svg new file mode 120000 index 000000000..8ce689a33 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_down_arrow.svg @@ -0,0 +1 @@ +../groups/modern-arrow/sb_down_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_h_double_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_h_double_arrow.svg new file mode 120000 index 000000000..de884363d --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_h_double_arrow.svg @@ -0,0 +1 @@ +../groups/modern-arrow/sb_h_double_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_left_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_left_arrow.svg new file mode 120000 index 000000000..8ac9e4397 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_left_arrow.svg @@ -0,0 +1 @@ +../groups/modern-arrow/sb_left_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_right_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_right_arrow.svg new file mode 120000 index 000000000..efd411282 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_right_arrow.svg @@ -0,0 +1 @@ +../groups/modern-arrow/sb_right_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_up_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_up_arrow.svg new file mode 120000 index 000000000..eaf3104cc --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_up_arrow.svg @@ -0,0 +1 @@ +../groups/modern-arrow/sb_up_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_v_double_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_v_double_arrow.svg new file mode 120000 index 000000000..1317c42f9 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_v_double_arrow.svg @@ -0,0 +1 @@ +../groups/modern-arrow/sb_v_double_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/tcross.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/tcross.svg new file mode 120000 index 000000000..3ef7970e2 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/tcross.svg @@ -0,0 +1 @@ +../groups/shared/tcross.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/top_left_corner.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/top_left_corner.svg new file mode 120000 index 000000000..b3c962181 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/top_left_corner.svg @@ -0,0 +1 @@ +../groups/shared/top_left_corner.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/top_right_corner.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/top_right_corner.svg new file mode 120000 index 000000000..767ca1f30 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/top_right_corner.svg @@ -0,0 +1 @@ +../groups/shared/top_right_corner.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/top_side.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/top_side.svg new file mode 120000 index 000000000..5bc47ab29 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/top_side.svg @@ -0,0 +1 @@ +../groups/shared/top_side.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/top_tee.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/top_tee.svg new file mode 120000 index 000000000..57c23e9f9 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/top_tee.svg @@ -0,0 +1 @@ +../groups/shared/top_tee.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/ul_angle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/ul_angle.svg new file mode 120000 index 000000000..5d625252e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/ul_angle.svg @@ -0,0 +1 @@ +../groups/shared/ul_angle.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/ur_angle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/ur_angle.svg new file mode 120000 index 000000000..94612625c --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/ur_angle.svg @@ -0,0 +1 @@ +../groups/shared/ur_angle.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/vertical-text.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/vertical-text.svg new file mode 120000 index 000000000..1dcf1af04 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/vertical-text.svg @@ -0,0 +1 @@ +../groups/shared/vertical-text.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/wait b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/wait new file mode 120000 index 000000000..9ba3c473f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/wait @@ -0,0 +1 @@ +../groups/shared/wait \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/wayland-cursor.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/wayland-cursor.svg new file mode 120000 index 000000000..017760e54 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/wayland-cursor.svg @@ -0,0 +1 @@ +../groups/shared/wayland-cursor.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/xterm.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/xterm.svg new file mode 120000 index 000000000..a91cdf910 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/xterm.svg @@ -0,0 +1 @@ +../groups/shared/xterm.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/zoom-in.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/zoom-in.svg new file mode 120000 index 000000000..54a86dd66 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/zoom-in.svg @@ -0,0 +1 @@ +../groups/shared/zoom-in.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/zoom-out.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/zoom-out.svg new file mode 120000 index 000000000..2f6beaa70 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern-right/zoom-out.svg @@ -0,0 +1 @@ +../groups/shared/zoom-out.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/X_cursor.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/X_cursor.svg new file mode 120000 index 000000000..8af83b92e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/X_cursor.svg @@ -0,0 +1 @@ +../groups/shared/X_cursor.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/bd_double_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/bd_double_arrow.svg new file mode 120000 index 000000000..592e128ae --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/bd_double_arrow.svg @@ -0,0 +1 @@ +../groups/modern-arrow/bd_double_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/bottom_left_corner.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/bottom_left_corner.svg new file mode 120000 index 000000000..70eeeba09 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/bottom_left_corner.svg @@ -0,0 +1 @@ +../groups/shared/bottom_left_corner.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/bottom_right_corner.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/bottom_right_corner.svg new file mode 120000 index 000000000..07ee2874c --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/bottom_right_corner.svg @@ -0,0 +1 @@ +../groups/shared/bottom_right_corner.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/bottom_side.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/bottom_side.svg new file mode 120000 index 000000000..d15c7a479 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/bottom_side.svg @@ -0,0 +1 @@ +../groups/shared/bottom_side.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/bottom_tee.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/bottom_tee.svg new file mode 120000 index 000000000..80daefc10 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/bottom_tee.svg @@ -0,0 +1 @@ +../groups/shared/bottom_tee.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/center_ptr.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/center_ptr.svg new file mode 120000 index 000000000..cc06b321d --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/center_ptr.svg @@ -0,0 +1 @@ +../groups/modern/center_ptr.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/circle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/circle.svg new file mode 120000 index 000000000..54cfe8b96 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/circle.svg @@ -0,0 +1 @@ +../groups/modern/circle.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/context-menu.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/context-menu.svg new file mode 120000 index 000000000..2c85fc66c --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/context-menu.svg @@ -0,0 +1 @@ +../groups/modern/context-menu.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/copy.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/copy.svg new file mode 120000 index 000000000..015a15f76 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/copy.svg @@ -0,0 +1 @@ +../groups/modern/copy.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/cross.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/cross.svg new file mode 120000 index 000000000..d2fc18a3c --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/cross.svg @@ -0,0 +1 @@ +../groups/shared/cross.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/crossed_circle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/crossed_circle.svg new file mode 120000 index 000000000..4c7f0b8be --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/crossed_circle.svg @@ -0,0 +1 @@ +../groups/shared/crossed_circle.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/crosshair.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/crosshair.svg new file mode 120000 index 000000000..184871e6a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/crosshair.svg @@ -0,0 +1 @@ +../groups/shared/crosshair.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/dnd-ask.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/dnd-ask.svg new file mode 120000 index 000000000..c83e8d175 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/dnd-ask.svg @@ -0,0 +1 @@ +../groups/hand/dnd-ask.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/dnd-copy.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/dnd-copy.svg new file mode 120000 index 000000000..9d9a09bdb --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/dnd-copy.svg @@ -0,0 +1 @@ +../groups/hand/dnd-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/dnd-link.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/dnd-link.svg new file mode 120000 index 000000000..75dae1348 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/dnd-link.svg @@ -0,0 +1 @@ +../groups/hand/dnd-link.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/dnd_no_drop.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/dnd_no_drop.svg new file mode 120000 index 000000000..1cac2d4a2 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/dnd_no_drop.svg @@ -0,0 +1 @@ +../groups/hand/dnd_no_drop.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/dotbox.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/dotbox.svg new file mode 120000 index 000000000..3c3e70a58 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/dotbox.svg @@ -0,0 +1 @@ +../groups/shared/dotbox.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/fd_double_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/fd_double_arrow.svg new file mode 120000 index 000000000..7d8c13604 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/fd_double_arrow.svg @@ -0,0 +1 @@ +../groups/modern-arrow/fd_double_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/grabbing.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/grabbing.svg new file mode 120000 index 000000000..1acdae8bc --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/grabbing.svg @@ -0,0 +1 @@ +../groups/hand/grabbing.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/hand1.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/hand1.svg new file mode 120000 index 000000000..ddbab3b46 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/hand1.svg @@ -0,0 +1 @@ +../groups/hand/hand1.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/hand2.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/hand2.svg new file mode 120000 index 000000000..bf075cb77 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/hand2.svg @@ -0,0 +1 @@ +../groups/hand/hand2.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/left_ptr.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/left_ptr.svg new file mode 120000 index 000000000..414583bcb --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/left_ptr.svg @@ -0,0 +1 @@ +../groups/modern/left_ptr.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/left_ptr_watch b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/left_ptr_watch new file mode 120000 index 000000000..75c57dfbf --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/left_ptr_watch @@ -0,0 +1 @@ +../groups/modern/left_ptr_watch \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/left_side.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/left_side.svg new file mode 120000 index 000000000..ac9de01b4 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/left_side.svg @@ -0,0 +1 @@ +../groups/shared/left_side.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/left_tee.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/left_tee.svg new file mode 120000 index 000000000..8d8ecad2f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/left_tee.svg @@ -0,0 +1 @@ +../groups/shared/left_tee.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/link.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/link.svg new file mode 120000 index 000000000..b52c968c7 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/link.svg @@ -0,0 +1 @@ +../groups/modern/link.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/ll_angle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/ll_angle.svg new file mode 120000 index 000000000..e90a586da --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/ll_angle.svg @@ -0,0 +1 @@ +../groups/shared/ll_angle.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/lr_angle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/lr_angle.svg new file mode 120000 index 000000000..01a224c29 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/lr_angle.svg @@ -0,0 +1 @@ +../groups/shared/lr_angle.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/move.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/move.svg new file mode 120000 index 000000000..6be28a66e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/move.svg @@ -0,0 +1 @@ +../groups/modern-arrow/move.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/pencil.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/pencil.svg new file mode 120000 index 000000000..c1d501be3 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/pencil.svg @@ -0,0 +1 @@ +../groups/shared/pencil.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/person.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/person.svg new file mode 120000 index 000000000..aa4dea533 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/person.svg @@ -0,0 +1 @@ +../groups/modern/person.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/pin.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/pin.svg new file mode 120000 index 000000000..8d7ad98d0 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/pin.svg @@ -0,0 +1 @@ +../groups/modern/pin.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/plus.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/plus.svg new file mode 120000 index 000000000..7ed6325b3 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/plus.svg @@ -0,0 +1 @@ +../groups/shared/plus.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/pointer-move.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/pointer-move.svg new file mode 120000 index 000000000..57d049c5b --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/pointer-move.svg @@ -0,0 +1 @@ +../groups/modern/pointer-move.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/question_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/question_arrow.svg new file mode 120000 index 000000000..f6f912c58 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/question_arrow.svg @@ -0,0 +1 @@ +../groups/shared/question_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/right_ptr.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/right_ptr.svg new file mode 120000 index 000000000..7be572cae --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/right_ptr.svg @@ -0,0 +1 @@ +../groups/modern/right_ptr.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/right_side.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/right_side.svg new file mode 120000 index 000000000..0c1688a13 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/right_side.svg @@ -0,0 +1 @@ +../groups/shared/right_side.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/right_tee.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/right_tee.svg new file mode 120000 index 000000000..5bb165427 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/right_tee.svg @@ -0,0 +1 @@ +../groups/shared/right_tee.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/sb_down_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/sb_down_arrow.svg new file mode 120000 index 000000000..8ce689a33 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/sb_down_arrow.svg @@ -0,0 +1 @@ +../groups/modern-arrow/sb_down_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/sb_h_double_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/sb_h_double_arrow.svg new file mode 120000 index 000000000..de884363d --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/sb_h_double_arrow.svg @@ -0,0 +1 @@ +../groups/modern-arrow/sb_h_double_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/sb_left_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/sb_left_arrow.svg new file mode 120000 index 000000000..8ac9e4397 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/sb_left_arrow.svg @@ -0,0 +1 @@ +../groups/modern-arrow/sb_left_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/sb_right_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/sb_right_arrow.svg new file mode 120000 index 000000000..efd411282 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/sb_right_arrow.svg @@ -0,0 +1 @@ +../groups/modern-arrow/sb_right_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/sb_up_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/sb_up_arrow.svg new file mode 120000 index 000000000..eaf3104cc --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/sb_up_arrow.svg @@ -0,0 +1 @@ +../groups/modern-arrow/sb_up_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/sb_v_double_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/sb_v_double_arrow.svg new file mode 120000 index 000000000..1317c42f9 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/sb_v_double_arrow.svg @@ -0,0 +1 @@ +../groups/modern-arrow/sb_v_double_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/tcross.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/tcross.svg new file mode 120000 index 000000000..3ef7970e2 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/tcross.svg @@ -0,0 +1 @@ +../groups/shared/tcross.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/top_left_corner.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/top_left_corner.svg new file mode 120000 index 000000000..b3c962181 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/top_left_corner.svg @@ -0,0 +1 @@ +../groups/shared/top_left_corner.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/top_right_corner.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/top_right_corner.svg new file mode 120000 index 000000000..767ca1f30 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/top_right_corner.svg @@ -0,0 +1 @@ +../groups/shared/top_right_corner.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/top_side.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/top_side.svg new file mode 120000 index 000000000..5bc47ab29 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/top_side.svg @@ -0,0 +1 @@ +../groups/shared/top_side.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/top_tee.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/top_tee.svg new file mode 120000 index 000000000..57c23e9f9 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/top_tee.svg @@ -0,0 +1 @@ +../groups/shared/top_tee.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/ul_angle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/ul_angle.svg new file mode 120000 index 000000000..5d625252e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/ul_angle.svg @@ -0,0 +1 @@ +../groups/shared/ul_angle.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/ur_angle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/ur_angle.svg new file mode 120000 index 000000000..94612625c --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/ur_angle.svg @@ -0,0 +1 @@ +../groups/shared/ur_angle.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/vertical-text.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/vertical-text.svg new file mode 120000 index 000000000..1dcf1af04 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/vertical-text.svg @@ -0,0 +1 @@ +../groups/shared/vertical-text.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/wait b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/wait new file mode 120000 index 000000000..9ba3c473f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/wait @@ -0,0 +1 @@ +../groups/shared/wait \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/wayland-cursor.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/wayland-cursor.svg new file mode 120000 index 000000000..017760e54 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/wayland-cursor.svg @@ -0,0 +1 @@ +../groups/shared/wayland-cursor.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/xterm.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/xterm.svg new file mode 120000 index 000000000..a91cdf910 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/xterm.svg @@ -0,0 +1 @@ +../groups/shared/xterm.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/zoom-in.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/zoom-in.svg new file mode 120000 index 000000000..54a86dd66 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/zoom-in.svg @@ -0,0 +1 @@ +../groups/shared/zoom-in.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/zoom-out.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/zoom-out.svg new file mode 120000 index 000000000..2f6beaa70 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/modern/zoom-out.svg @@ -0,0 +1 @@ +../groups/shared/zoom-out.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/X_cursor.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/X_cursor.svg new file mode 120000 index 000000000..8af83b92e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/X_cursor.svg @@ -0,0 +1 @@ +../groups/shared/X_cursor.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/bd_double_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/bd_double_arrow.svg new file mode 120000 index 000000000..8431879f0 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/bd_double_arrow.svg @@ -0,0 +1 @@ +../groups/original-arrow/bd_double_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/bottom_left_corner.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/bottom_left_corner.svg new file mode 120000 index 000000000..70eeeba09 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/bottom_left_corner.svg @@ -0,0 +1 @@ +../groups/shared/bottom_left_corner.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/bottom_right_corner.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/bottom_right_corner.svg new file mode 120000 index 000000000..07ee2874c --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/bottom_right_corner.svg @@ -0,0 +1 @@ +../groups/shared/bottom_right_corner.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/bottom_side.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/bottom_side.svg new file mode 120000 index 000000000..d15c7a479 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/bottom_side.svg @@ -0,0 +1 @@ +../groups/shared/bottom_side.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/bottom_tee.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/bottom_tee.svg new file mode 120000 index 000000000..80daefc10 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/bottom_tee.svg @@ -0,0 +1 @@ +../groups/shared/bottom_tee.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/center_ptr.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/center_ptr.svg new file mode 120000 index 000000000..c0269b611 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/center_ptr.svg @@ -0,0 +1 @@ +../groups/original-right/center_ptr.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/circle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/circle.svg new file mode 120000 index 000000000..108fd1e0b --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/circle.svg @@ -0,0 +1 @@ +../groups/original-right/circle.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/context-menu.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/context-menu.svg new file mode 120000 index 000000000..ff700e8e8 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/context-menu.svg @@ -0,0 +1 @@ +../groups/original-right/context-menu.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/copy.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/copy.svg new file mode 120000 index 000000000..cbad0fb1f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/copy.svg @@ -0,0 +1 @@ +../groups/original-right/copy.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/cross.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/cross.svg new file mode 120000 index 000000000..d2fc18a3c --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/cross.svg @@ -0,0 +1 @@ +../groups/shared/cross.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/crossed_circle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/crossed_circle.svg new file mode 120000 index 000000000..4c7f0b8be --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/crossed_circle.svg @@ -0,0 +1 @@ +../groups/shared/crossed_circle.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/crosshair.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/crosshair.svg new file mode 120000 index 000000000..184871e6a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/crosshair.svg @@ -0,0 +1 @@ +../groups/shared/crosshair.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/dnd-ask.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/dnd-ask.svg new file mode 120000 index 000000000..da23c3545 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/dnd-ask.svg @@ -0,0 +1 @@ +../groups/hand-right/dnd-ask.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/dnd-copy.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/dnd-copy.svg new file mode 120000 index 000000000..f3ba57727 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/dnd-copy.svg @@ -0,0 +1 @@ +../groups/hand-right/dnd-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/dnd-link.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/dnd-link.svg new file mode 120000 index 000000000..226141c1b --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/dnd-link.svg @@ -0,0 +1 @@ +../groups/hand-right/dnd-link.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/dnd_no_drop.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/dnd_no_drop.svg new file mode 120000 index 000000000..fd1e4595e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/dnd_no_drop.svg @@ -0,0 +1 @@ +../groups/hand-right/dnd_no_drop.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/dotbox.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/dotbox.svg new file mode 120000 index 000000000..3c3e70a58 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/dotbox.svg @@ -0,0 +1 @@ +../groups/shared/dotbox.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/fd_double_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/fd_double_arrow.svg new file mode 120000 index 000000000..8bfc5a26d --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/fd_double_arrow.svg @@ -0,0 +1 @@ +../groups/original-arrow/fd_double_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/grabbing.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/grabbing.svg new file mode 120000 index 000000000..e3a6e2272 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/grabbing.svg @@ -0,0 +1 @@ +../groups/hand-right/grabbing.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/hand1.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/hand1.svg new file mode 120000 index 000000000..8c44d67f7 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/hand1.svg @@ -0,0 +1 @@ +../groups/hand-right/hand1.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/hand2.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/hand2.svg new file mode 120000 index 000000000..db8a2d4ee --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/hand2.svg @@ -0,0 +1 @@ +../groups/hand-right/hand2.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/left_ptr.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/left_ptr.svg new file mode 120000 index 000000000..3905df180 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/left_ptr.svg @@ -0,0 +1 @@ +../groups/original-right/left_ptr.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/left_ptr_watch b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/left_ptr_watch new file mode 120000 index 000000000..4a871aa54 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/left_ptr_watch @@ -0,0 +1 @@ +../groups/original-right/left_ptr_watch \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/left_side.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/left_side.svg new file mode 120000 index 000000000..ac9de01b4 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/left_side.svg @@ -0,0 +1 @@ +../groups/shared/left_side.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/left_tee.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/left_tee.svg new file mode 120000 index 000000000..8d8ecad2f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/left_tee.svg @@ -0,0 +1 @@ +../groups/shared/left_tee.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/link.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/link.svg new file mode 120000 index 000000000..5a3724bcf --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/link.svg @@ -0,0 +1 @@ +../groups/original-right/link.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/ll_angle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/ll_angle.svg new file mode 120000 index 000000000..e90a586da --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/ll_angle.svg @@ -0,0 +1 @@ +../groups/shared/ll_angle.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/lr_angle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/lr_angle.svg new file mode 120000 index 000000000..01a224c29 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/lr_angle.svg @@ -0,0 +1 @@ +../groups/shared/lr_angle.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/move.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/move.svg new file mode 120000 index 000000000..a6848112a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/move.svg @@ -0,0 +1 @@ +../groups/original-arrow/move.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/pencil.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/pencil.svg new file mode 120000 index 000000000..c1d501be3 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/pencil.svg @@ -0,0 +1 @@ +../groups/shared/pencil.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/person.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/person.svg new file mode 120000 index 000000000..cd00c4449 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/person.svg @@ -0,0 +1 @@ +../groups/original-right/person.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/pin.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/pin.svg new file mode 120000 index 000000000..2e5a278f6 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/pin.svg @@ -0,0 +1 @@ +../groups/original-right/pin.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/plus.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/plus.svg new file mode 120000 index 000000000..7ed6325b3 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/plus.svg @@ -0,0 +1 @@ +../groups/shared/plus.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/pointer-move.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/pointer-move.svg new file mode 120000 index 000000000..e9d9e9985 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/pointer-move.svg @@ -0,0 +1 @@ +../groups/original-right/pointer-move.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/question_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/question_arrow.svg new file mode 120000 index 000000000..f6f912c58 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/question_arrow.svg @@ -0,0 +1 @@ +../groups/shared/question_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/right_ptr.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/right_ptr.svg new file mode 120000 index 000000000..fd34f5aa1 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/right_ptr.svg @@ -0,0 +1 @@ +../groups/original-right/right_ptr.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/right_side.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/right_side.svg new file mode 120000 index 000000000..0c1688a13 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/right_side.svg @@ -0,0 +1 @@ +../groups/shared/right_side.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/right_tee.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/right_tee.svg new file mode 120000 index 000000000..5bb165427 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/right_tee.svg @@ -0,0 +1 @@ +../groups/shared/right_tee.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_down_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_down_arrow.svg new file mode 120000 index 000000000..efeb71ae6 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_down_arrow.svg @@ -0,0 +1 @@ +../groups/original-arrow/sb_down_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_h_double_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_h_double_arrow.svg new file mode 120000 index 000000000..096da5a69 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_h_double_arrow.svg @@ -0,0 +1 @@ +../groups/original-arrow/sb_h_double_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_left_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_left_arrow.svg new file mode 120000 index 000000000..04b06d074 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_left_arrow.svg @@ -0,0 +1 @@ +../groups/original-arrow/sb_left_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_right_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_right_arrow.svg new file mode 120000 index 000000000..b545c1359 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_right_arrow.svg @@ -0,0 +1 @@ +../groups/original-arrow/sb_right_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_up_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_up_arrow.svg new file mode 120000 index 000000000..6fdeadd10 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_up_arrow.svg @@ -0,0 +1 @@ +../groups/original-arrow/sb_up_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_v_double_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_v_double_arrow.svg new file mode 120000 index 000000000..e1ab31008 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_v_double_arrow.svg @@ -0,0 +1 @@ +../groups/original-arrow/sb_v_double_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/tcross.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/tcross.svg new file mode 120000 index 000000000..3ef7970e2 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/tcross.svg @@ -0,0 +1 @@ +../groups/shared/tcross.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/top_left_corner.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/top_left_corner.svg new file mode 120000 index 000000000..b3c962181 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/top_left_corner.svg @@ -0,0 +1 @@ +../groups/shared/top_left_corner.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/top_right_corner.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/top_right_corner.svg new file mode 120000 index 000000000..767ca1f30 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/top_right_corner.svg @@ -0,0 +1 @@ +../groups/shared/top_right_corner.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/top_side.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/top_side.svg new file mode 120000 index 000000000..5bc47ab29 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/top_side.svg @@ -0,0 +1 @@ +../groups/shared/top_side.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/top_tee.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/top_tee.svg new file mode 120000 index 000000000..57c23e9f9 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/top_tee.svg @@ -0,0 +1 @@ +../groups/shared/top_tee.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/ul_angle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/ul_angle.svg new file mode 120000 index 000000000..5d625252e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/ul_angle.svg @@ -0,0 +1 @@ +../groups/shared/ul_angle.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/ur_angle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/ur_angle.svg new file mode 120000 index 000000000..94612625c --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/ur_angle.svg @@ -0,0 +1 @@ +../groups/shared/ur_angle.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/vertical-text.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/vertical-text.svg new file mode 120000 index 000000000..1dcf1af04 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/vertical-text.svg @@ -0,0 +1 @@ +../groups/shared/vertical-text.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/wait b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/wait new file mode 120000 index 000000000..9ba3c473f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/wait @@ -0,0 +1 @@ +../groups/shared/wait \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/wayland-cursor.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/wayland-cursor.svg new file mode 120000 index 000000000..017760e54 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/wayland-cursor.svg @@ -0,0 +1 @@ +../groups/shared/wayland-cursor.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/xterm.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/xterm.svg new file mode 120000 index 000000000..a91cdf910 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/xterm.svg @@ -0,0 +1 @@ +../groups/shared/xterm.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/zoom-in.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/zoom-in.svg new file mode 120000 index 000000000..54a86dd66 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/zoom-in.svg @@ -0,0 +1 @@ +../groups/shared/zoom-in.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/zoom-out.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/zoom-out.svg new file mode 120000 index 000000000..2f6beaa70 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original-right/zoom-out.svg @@ -0,0 +1 @@ +../groups/shared/zoom-out.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/X_cursor.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/X_cursor.svg new file mode 120000 index 000000000..8af83b92e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/X_cursor.svg @@ -0,0 +1 @@ +../groups/shared/X_cursor.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/bd_double_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/bd_double_arrow.svg new file mode 120000 index 000000000..8431879f0 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/bd_double_arrow.svg @@ -0,0 +1 @@ +../groups/original-arrow/bd_double_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/bottom_left_corner.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/bottom_left_corner.svg new file mode 120000 index 000000000..70eeeba09 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/bottom_left_corner.svg @@ -0,0 +1 @@ +../groups/shared/bottom_left_corner.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/bottom_right_corner.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/bottom_right_corner.svg new file mode 120000 index 000000000..07ee2874c --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/bottom_right_corner.svg @@ -0,0 +1 @@ +../groups/shared/bottom_right_corner.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/bottom_side.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/bottom_side.svg new file mode 120000 index 000000000..d15c7a479 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/bottom_side.svg @@ -0,0 +1 @@ +../groups/shared/bottom_side.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/bottom_tee.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/bottom_tee.svg new file mode 120000 index 000000000..80daefc10 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/bottom_tee.svg @@ -0,0 +1 @@ +../groups/shared/bottom_tee.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/center_ptr.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/center_ptr.svg new file mode 120000 index 000000000..e51206188 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/center_ptr.svg @@ -0,0 +1 @@ +../groups/original/center_ptr.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/circle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/circle.svg new file mode 120000 index 000000000..039ede1ff --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/circle.svg @@ -0,0 +1 @@ +../groups/original/circle.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/context-menu.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/context-menu.svg new file mode 120000 index 000000000..f366d9149 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/context-menu.svg @@ -0,0 +1 @@ +../groups/original/context-menu.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/copy.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/copy.svg new file mode 120000 index 000000000..72ee84754 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/copy.svg @@ -0,0 +1 @@ +../groups/original/copy.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/cross.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/cross.svg new file mode 120000 index 000000000..d2fc18a3c --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/cross.svg @@ -0,0 +1 @@ +../groups/shared/cross.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/crossed_circle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/crossed_circle.svg new file mode 120000 index 000000000..4c7f0b8be --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/crossed_circle.svg @@ -0,0 +1 @@ +../groups/shared/crossed_circle.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/crosshair.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/crosshair.svg new file mode 120000 index 000000000..184871e6a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/crosshair.svg @@ -0,0 +1 @@ +../groups/shared/crosshair.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/dnd-ask.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/dnd-ask.svg new file mode 120000 index 000000000..c83e8d175 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/dnd-ask.svg @@ -0,0 +1 @@ +../groups/hand/dnd-ask.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/dnd-copy.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/dnd-copy.svg new file mode 120000 index 000000000..9d9a09bdb --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/dnd-copy.svg @@ -0,0 +1 @@ +../groups/hand/dnd-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/dnd-link.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/dnd-link.svg new file mode 120000 index 000000000..75dae1348 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/dnd-link.svg @@ -0,0 +1 @@ +../groups/hand/dnd-link.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/dnd_no_drop.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/dnd_no_drop.svg new file mode 120000 index 000000000..1cac2d4a2 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/dnd_no_drop.svg @@ -0,0 +1 @@ +../groups/hand/dnd_no_drop.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/dotbox.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/dotbox.svg new file mode 120000 index 000000000..3c3e70a58 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/dotbox.svg @@ -0,0 +1 @@ +../groups/shared/dotbox.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/fd_double_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/fd_double_arrow.svg new file mode 120000 index 000000000..8bfc5a26d --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/fd_double_arrow.svg @@ -0,0 +1 @@ +../groups/original-arrow/fd_double_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/grabbing.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/grabbing.svg new file mode 120000 index 000000000..1acdae8bc --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/grabbing.svg @@ -0,0 +1 @@ +../groups/hand/grabbing.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/hand1.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/hand1.svg new file mode 120000 index 000000000..ddbab3b46 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/hand1.svg @@ -0,0 +1 @@ +../groups/hand/hand1.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/hand2.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/hand2.svg new file mode 120000 index 000000000..bf075cb77 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/hand2.svg @@ -0,0 +1 @@ +../groups/hand/hand2.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/left_ptr.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/left_ptr.svg new file mode 120000 index 000000000..a0db103a6 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/left_ptr.svg @@ -0,0 +1 @@ +../groups/original/left_ptr.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/left_ptr_watch b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/left_ptr_watch new file mode 120000 index 000000000..d03410950 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/left_ptr_watch @@ -0,0 +1 @@ +../groups/original/left_ptr_watch \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/left_side.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/left_side.svg new file mode 120000 index 000000000..ac9de01b4 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/left_side.svg @@ -0,0 +1 @@ +../groups/shared/left_side.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/left_tee.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/left_tee.svg new file mode 120000 index 000000000..8d8ecad2f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/left_tee.svg @@ -0,0 +1 @@ +../groups/shared/left_tee.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/link.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/link.svg new file mode 120000 index 000000000..1811dd744 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/link.svg @@ -0,0 +1 @@ +../groups/original/link.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/ll_angle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/ll_angle.svg new file mode 120000 index 000000000..e90a586da --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/ll_angle.svg @@ -0,0 +1 @@ +../groups/shared/ll_angle.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/lr_angle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/lr_angle.svg new file mode 120000 index 000000000..01a224c29 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/lr_angle.svg @@ -0,0 +1 @@ +../groups/shared/lr_angle.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/move.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/move.svg new file mode 120000 index 000000000..a6848112a --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/move.svg @@ -0,0 +1 @@ +../groups/original-arrow/move.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/pencil.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/pencil.svg new file mode 120000 index 000000000..c1d501be3 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/pencil.svg @@ -0,0 +1 @@ +../groups/shared/pencil.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/person.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/person.svg new file mode 120000 index 000000000..29d8d890f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/person.svg @@ -0,0 +1 @@ +../groups/original/person.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/pin.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/pin.svg new file mode 120000 index 000000000..8a12d5a23 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/pin.svg @@ -0,0 +1 @@ +../groups/original/pin.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/plus.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/plus.svg new file mode 120000 index 000000000..7ed6325b3 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/plus.svg @@ -0,0 +1 @@ +../groups/shared/plus.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/pointer-move.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/pointer-move.svg new file mode 120000 index 000000000..a4ab0180f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/pointer-move.svg @@ -0,0 +1 @@ +../groups/original/pointer-move.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/question_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/question_arrow.svg new file mode 120000 index 000000000..f6f912c58 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/question_arrow.svg @@ -0,0 +1 @@ +../groups/shared/question_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/right_ptr.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/right_ptr.svg new file mode 120000 index 000000000..6e8b37f5c --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/right_ptr.svg @@ -0,0 +1 @@ +../groups/original/right_ptr.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/right_side.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/right_side.svg new file mode 120000 index 000000000..0c1688a13 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/right_side.svg @@ -0,0 +1 @@ +../groups/shared/right_side.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/right_tee.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/right_tee.svg new file mode 120000 index 000000000..5bb165427 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/right_tee.svg @@ -0,0 +1 @@ +../groups/shared/right_tee.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/sb_down_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/sb_down_arrow.svg new file mode 120000 index 000000000..efeb71ae6 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/sb_down_arrow.svg @@ -0,0 +1 @@ +../groups/original-arrow/sb_down_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/sb_h_double_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/sb_h_double_arrow.svg new file mode 120000 index 000000000..096da5a69 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/sb_h_double_arrow.svg @@ -0,0 +1 @@ +../groups/original-arrow/sb_h_double_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/sb_left_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/sb_left_arrow.svg new file mode 120000 index 000000000..04b06d074 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/sb_left_arrow.svg @@ -0,0 +1 @@ +../groups/original-arrow/sb_left_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/sb_right_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/sb_right_arrow.svg new file mode 120000 index 000000000..b545c1359 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/sb_right_arrow.svg @@ -0,0 +1 @@ +../groups/original-arrow/sb_right_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/sb_up_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/sb_up_arrow.svg new file mode 120000 index 000000000..6fdeadd10 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/sb_up_arrow.svg @@ -0,0 +1 @@ +../groups/original-arrow/sb_up_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/sb_v_double_arrow.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/sb_v_double_arrow.svg new file mode 120000 index 000000000..e1ab31008 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/sb_v_double_arrow.svg @@ -0,0 +1 @@ +../groups/original-arrow/sb_v_double_arrow.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/tcross.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/tcross.svg new file mode 120000 index 000000000..3ef7970e2 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/tcross.svg @@ -0,0 +1 @@ +../groups/shared/tcross.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/top_left_corner.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/top_left_corner.svg new file mode 120000 index 000000000..b3c962181 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/top_left_corner.svg @@ -0,0 +1 @@ +../groups/shared/top_left_corner.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/top_right_corner.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/top_right_corner.svg new file mode 120000 index 000000000..767ca1f30 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/top_right_corner.svg @@ -0,0 +1 @@ +../groups/shared/top_right_corner.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/top_side.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/top_side.svg new file mode 120000 index 000000000..5bc47ab29 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/top_side.svg @@ -0,0 +1 @@ +../groups/shared/top_side.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/top_tee.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/top_tee.svg new file mode 120000 index 000000000..57c23e9f9 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/top_tee.svg @@ -0,0 +1 @@ +../groups/shared/top_tee.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/ul_angle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/ul_angle.svg new file mode 120000 index 000000000..5d625252e --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/ul_angle.svg @@ -0,0 +1 @@ +../groups/shared/ul_angle.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/ur_angle.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/ur_angle.svg new file mode 120000 index 000000000..94612625c --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/ur_angle.svg @@ -0,0 +1 @@ +../groups/shared/ur_angle.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/vertical-text.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/vertical-text.svg new file mode 120000 index 000000000..1dcf1af04 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/vertical-text.svg @@ -0,0 +1 @@ +../groups/shared/vertical-text.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/wait b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/wait new file mode 120000 index 000000000..9ba3c473f --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/wait @@ -0,0 +1 @@ +../groups/shared/wait \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/wayland-cursor.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/wayland-cursor.svg new file mode 120000 index 000000000..017760e54 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/wayland-cursor.svg @@ -0,0 +1 @@ +../groups/shared/wayland-cursor.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/xterm.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/xterm.svg new file mode 120000 index 000000000..a91cdf910 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/xterm.svg @@ -0,0 +1 @@ +../groups/shared/xterm.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/zoom-in.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/zoom-in.svg new file mode 120000 index 000000000..54a86dd66 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/zoom-in.svg @@ -0,0 +1 @@ +../groups/shared/zoom-in.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/zoom-out.svg b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/zoom-out.svg new file mode 120000 index 000000000..2f6beaa70 --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/svg/original/zoom-out.svg @@ -0,0 +1 @@ +../groups/shared/zoom-out.svg \ No newline at end of file diff --git a/henrovnix/assets/cursors/Bibata_Cursor-main/yarn.lock b/henrovnix/assets/cursors/Bibata_Cursor-main/yarn.lock new file mode 100644 index 000000000..b207223fb --- /dev/null +++ b/henrovnix/assets/cursors/Bibata_Cursor-main/yarn.lock @@ -0,0 +1,1196 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@babel/code-frame@^7.0.0": + version "7.23.5" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244" + integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA== + dependencies: + "@babel/highlight" "^7.23.4" + chalk "^2.4.2" + +"@babel/helper-validator-identifier@^7.22.20": + version "7.22.20" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== + +"@babel/highlight@^7.23.4": + version "7.23.4" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b" + integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A== + dependencies: + "@babel/helper-validator-identifier" "^7.22.20" + chalk "^2.4.2" + js-tokens "^4.0.0" + +"@isaacs/cliui@^8.0.2": + version "8.0.2" + resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550" + integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA== + dependencies: + string-width "^5.1.2" + string-width-cjs "npm:string-width@^4.2.0" + strip-ansi "^7.0.1" + strip-ansi-cjs "npm:strip-ansi@^6.0.1" + wrap-ansi "^8.1.0" + wrap-ansi-cjs "npm:wrap-ansi@^7.0.0" + +"@pkgjs/parseargs@^0.11.0": + version "0.11.0" + resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" + integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== + +"@puppeteer/browsers@1.9.1": + version "1.9.1" + resolved "https://registry.yarnpkg.com/@puppeteer/browsers/-/browsers-1.9.1.tgz#384ee8b09786f0e8f62b1925e4c492424cb549ee" + integrity sha512-PuvK6xZzGhKPvlx3fpfdM2kYY3P/hB1URtK8wA7XUJ6prn6pp22zvJHu48th0SGcHL9SutbPHrFuQgfXTFobWA== + dependencies: + debug "4.3.4" + extract-zip "2.0.1" + progress "2.0.3" + proxy-agent "6.3.1" + tar-fs "3.0.4" + unbzip2-stream "1.4.3" + yargs "17.7.2" + +"@resvg/resvg-js-android-arm-eabi@2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@resvg/resvg-js-android-arm-eabi/-/resvg-js-android-arm-eabi-2.6.0.tgz#fed7723ed5c5f7490762e025ad704bcbceee37b7" + integrity sha512-lJnZ/2P5aMocrFMW7HWhVne5gH82I8xH6zsfH75MYr4+/JOaVcGCTEQ06XFohGMdYRP3v05SSPLPvTM/RHjxfA== + +"@resvg/resvg-js-android-arm64@2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@resvg/resvg-js-android-arm64/-/resvg-js-android-arm64-2.6.0.tgz#e0531a220ec8954e41039b2483cc3706d30d3635" + integrity sha512-N527f529bjMwYWShZYfBD60dXA4Fux+D695QsHQ93BDYZSHUoOh1CUGUyICevnTxs7VgEl98XpArmUWBZQVMfQ== + +"@resvg/resvg-js-darwin-arm64@2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@resvg/resvg-js-darwin-arm64/-/resvg-js-darwin-arm64-2.6.0.tgz#38f609cd2bd71ce6a065df7a8b8144479b156969" + integrity sha512-MabUKLVayEwlPo0mIqAmMt+qESN8LltCvv5+GLgVga1avpUrkxj/fkU1TKm8kQegutUjbP/B0QuMuUr0uhF8ew== + +"@resvg/resvg-js-darwin-x64@2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@resvg/resvg-js-darwin-x64/-/resvg-js-darwin-x64-2.6.0.tgz#5c3f69d0cd68980e7e5cfcabf0db90e85d289559" + integrity sha512-zrFetdnSw/suXjmyxSjfDV7i61hahv6DDG6kM7BYN2yJ3Es5+BZtqYZTcIWogPJedYKmzN1YTMWGd/3f0ubFiA== + +"@resvg/resvg-js-linux-arm-gnueabihf@2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@resvg/resvg-js-linux-arm-gnueabihf/-/resvg-js-linux-arm-gnueabihf-2.6.0.tgz#6bcae7d4101e7fea2be0db167eda832cab63e27f" + integrity sha512-sH4gxXt7v7dGwjGyzLwn7SFGvwZG6DQqLaZ11MmzbCwd9Zosy1TnmrMJfn6TJ7RHezmQMgBPi18bl55FZ1AT4A== + +"@resvg/resvg-js-linux-arm64-gnu@2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@resvg/resvg-js-linux-arm64-gnu/-/resvg-js-linux-arm64-gnu-2.6.0.tgz#fb71ea6b9a4b30412fa096fdbf9e8427012b3a99" + integrity sha512-fCyMncqCJtrlANADIduYF4IfnWQ295UKib7DAxFXQhBsM9PLDTpizr0qemZcCNadcwSVHnAIzL4tliZhCM8P6A== + +"@resvg/resvg-js-linux-arm64-musl@2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@resvg/resvg-js-linux-arm64-musl/-/resvg-js-linux-arm64-musl-2.6.0.tgz#ec7e85b8b6eea23c0242faa1f1486241f253a190" + integrity sha512-ouLjTgBQHQyxLht4FdMPTvuY8xzJigM9EM2Tlu0llWkN1mKyTQrvYWi6TA6XnKdzDJHy7ZLpWpjZi7F5+Pg+Vg== + +"@resvg/resvg-js-linux-x64-gnu@2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@resvg/resvg-js-linux-x64-gnu/-/resvg-js-linux-x64-gnu-2.6.0.tgz#2a9b2a14554b0b1825c2ebc52b5fc2d95a831a63" + integrity sha512-n3zC8DWsvxC1AwxpKFclIPapDFibs5XdIRoV/mcIlxlh0vseW1F49b97F33BtJQRmlntsqqN6GMMqx8byB7B+Q== + +"@resvg/resvg-js-linux-x64-musl@2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@resvg/resvg-js-linux-x64-musl/-/resvg-js-linux-x64-musl-2.6.0.tgz#42081a8b06ccfa011aee9cc10b2f0fea3a4563ed" + integrity sha512-n4tasK1HOlAxdTEROgYA1aCfsEKk0UOFDNd/AQTTZlTmCbHKXPq+O8npaaKlwXquxlVK8vrkcWbksbiGqbCAcw== + +"@resvg/resvg-js-win32-arm64-msvc@2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@resvg/resvg-js-win32-arm64-msvc/-/resvg-js-win32-arm64-msvc-2.6.0.tgz#3af0d5f7bd9193ac6be8f226b539be6f7576302d" + integrity sha512-X2+EoBJFwDI5LDVb51Sk7ldnVLitMGr9WwU/i21i3fAeAXZb3hM16k67DeTy16OYkT2dk/RfU1tP1wG+rWbz2Q== + +"@resvg/resvg-js-win32-ia32-msvc@2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@resvg/resvg-js-win32-ia32-msvc/-/resvg-js-win32-ia32-msvc-2.6.0.tgz#64af45bfee41cb2bea0b6dd0bdc94175183f2b56" + integrity sha512-L7oevWjQoUgK5W1fCKn0euSVemhDXVhrjtwqpc7MwBKKimYeiOshO1Li1pa8bBt5PESahenhWgdB6lav9O0fEg== + +"@resvg/resvg-js-win32-x64-msvc@2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@resvg/resvg-js-win32-x64-msvc/-/resvg-js-win32-x64-msvc-2.6.0.tgz#08431a243c15f002d32e5e628857d19852323274" + integrity sha512-8lJlghb+Unki5AyKgsnFbRJwkEj9r1NpwyuBG8yEJiG1W9eEGl03R3I7bsVa3haof/3J1NlWf0rzSa1G++A2iw== + +"@resvg/resvg-js@^2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@resvg/resvg-js/-/resvg-js-2.6.0.tgz#d811100796dda1f37a516c747dab3bbc9b24e5e4" + integrity sha512-Tf3YpbBKcQn991KKcw/vg7vZf98v01seSv6CVxZBbRkL/xyjnoYB6KgrFL6zskT1A4dWC/vg77KyNOW+ePaNlA== + optionalDependencies: + "@resvg/resvg-js-android-arm-eabi" "2.6.0" + "@resvg/resvg-js-android-arm64" "2.6.0" + "@resvg/resvg-js-darwin-arm64" "2.6.0" + "@resvg/resvg-js-darwin-x64" "2.6.0" + "@resvg/resvg-js-linux-arm-gnueabihf" "2.6.0" + "@resvg/resvg-js-linux-arm64-gnu" "2.6.0" + "@resvg/resvg-js-linux-arm64-musl" "2.6.0" + "@resvg/resvg-js-linux-x64-gnu" "2.6.0" + "@resvg/resvg-js-linux-x64-musl" "2.6.0" + "@resvg/resvg-js-win32-arm64-msvc" "2.6.0" + "@resvg/resvg-js-win32-ia32-msvc" "2.6.0" + "@resvg/resvg-js-win32-x64-msvc" "2.6.0" + +"@tootallnate/quickjs-emscripten@^0.23.0": + version "0.23.0" + resolved "https://registry.yarnpkg.com/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz#db4ecfd499a9765ab24002c3b696d02e6d32a12c" + integrity sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA== + +"@types/node@*": + version "20.11.20" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.20.tgz#f0a2aee575215149a62784210ad88b3a34843659" + integrity sha512-7/rR21OS+fq8IyHTgtLkDK949uzsa6n8BkziAKtPVpugIkO6D+/ooXMvzXxDnZrmtXVfjb1bKQafYpb8s89LOg== + dependencies: + undici-types "~5.26.4" + +"@types/yauzl@^2.9.1": + version "2.10.3" + resolved "https://registry.yarnpkg.com/@types/yauzl/-/yauzl-2.10.3.tgz#e9b2808b4f109504a03cda958259876f61017999" + integrity sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q== + dependencies: + "@types/node" "*" + +agent-base@^7.0.2, agent-base@^7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.0.tgz#536802b76bc0b34aa50195eb2442276d613e3434" + integrity sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg== + dependencies: + debug "^4.3.4" + +ansi-regex@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" + integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== + +ansi-regex@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a" + integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA== + +ansi-styles@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" + integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== + dependencies: + color-convert "^1.9.0" + +ansi-styles@^4.0.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" + integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== + dependencies: + color-convert "^2.0.1" + +ansi-styles@^6.1.0: + version "6.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5" + integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== + +argparse@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" + integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== + +ast-types@^0.13.4: + version "0.13.4" + resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.4.tgz#ee0d77b343263965ecc3fb62da16e7222b2b6782" + integrity sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w== + dependencies: + tslib "^2.0.1" + +b4a@^1.6.4: + version "1.6.6" + resolved "https://registry.yarnpkg.com/b4a/-/b4a-1.6.6.tgz#a4cc349a3851987c3c4ac2d7785c18744f6da9ba" + integrity sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg== + +balanced-match@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" + integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== + +bare-events@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/bare-events/-/bare-events-2.2.0.tgz#a7a7263c107daf8b85adf0b64f908503454ab26e" + integrity sha512-Yyyqff4PIFfSuthCZqLlPISTWHmnQxoPuAvkmgzsJEmG3CesdIv6Xweayl0JkCZJSB2yYIdJyEz97tpxNhgjbg== + +base64-js@^1.3.1: + version "1.5.1" + resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" + integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== + +basic-ftp@^5.0.2: + version "5.0.4" + resolved "https://registry.yarnpkg.com/basic-ftp/-/basic-ftp-5.0.4.tgz#28aeab7bfbbde5f5d0159cd8bb3b8e633bbb091d" + integrity sha512-8PzkB0arJFV4jJWSGOYR+OEic6aeKMu/osRhBULN6RY0ykby6LKhbmuQ5ublvaas5BOwboah5D87nrHyuh8PPA== + +bl@^5.0.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/bl/-/bl-5.1.0.tgz#183715f678c7188ecef9fe475d90209400624273" + integrity sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ== + dependencies: + buffer "^6.0.3" + inherits "^2.0.4" + readable-stream "^3.4.0" + +brace-expansion@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae" + integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA== + dependencies: + balanced-match "^1.0.0" + +buffer-crc32@~0.2.3: + version "0.2.13" + resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" + integrity sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ== + +buffer@^5.2.1: + version "5.7.1" + resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0" + integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== + dependencies: + base64-js "^1.3.1" + ieee754 "^1.1.13" + +buffer@^6.0.3: + version "6.0.3" + resolved "https://registry.yarnpkg.com/buffer/-/buffer-6.0.3.tgz#2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6" + integrity sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA== + dependencies: + base64-js "^1.3.1" + ieee754 "^1.2.1" + +callsites@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" + integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== + +cbmp@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/cbmp/-/cbmp-1.1.1.tgz#e36d216f18582b01f4b9de14fd6f14c873dd9840" + integrity sha512-G2CstvZ8bgX85hzA9nDhKRglGyjZWIp8V01SXtQ6f4NNFe7Xy+lL+z7MrtWCnpKPbBUtr2VJWwZRJaexJDm5kA== + dependencies: + "@resvg/resvg-js" "^2.6.0" + chalk "^5.3.0" + commander "^11.0.0" + glob "^10.3.4" + ora "^7.0.1" + pixelmatch "^5.3.0" + pngjs "^7.0.0" + puppeteer "^21.1.1" + +chalk@^2.4.2: + version "2.4.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" + integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== + dependencies: + ansi-styles "^3.2.1" + escape-string-regexp "^1.0.5" + supports-color "^5.3.0" + +chalk@^5.0.0, chalk@^5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385" + integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w== + +chromium-bidi@0.5.8: + version "0.5.8" + resolved "https://registry.yarnpkg.com/chromium-bidi/-/chromium-bidi-0.5.8.tgz#5053038425c062ed34b9bc973e84e79de0a5cef0" + integrity sha512-blqh+1cEQbHBKmok3rVJkBlBxt9beKBgOsxbFgs7UJcoVbbeZ+K7+6liAsjgpc8l1Xd55cQUy14fXZdGSb4zIw== + dependencies: + mitt "3.0.1" + urlpattern-polyfill "10.0.0" + +cli-cursor@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-4.0.0.tgz#3cecfe3734bf4fe02a8361cbdc0f6fe28c6a57ea" + integrity sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg== + dependencies: + restore-cursor "^4.0.0" + +cli-spinners@^2.9.0: + version "2.9.2" + resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41" + integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg== + +cliui@^8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa" + integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ== + dependencies: + string-width "^4.2.0" + strip-ansi "^6.0.1" + wrap-ansi "^7.0.0" + +color-convert@^1.9.0: + version "1.9.3" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" + integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== + dependencies: + color-name "1.1.3" + +color-convert@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" + integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== + dependencies: + color-name "~1.1.4" + +color-name@1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" + integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== + +color-name@~1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" + integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== + +commander@^11.0.0: + version "11.1.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-11.1.0.tgz#62fdce76006a68e5c1ab3314dc92e800eb83d906" + integrity sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ== + +cosmiconfig@9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-9.0.0.tgz#34c3fc58287b915f3ae905ab6dc3de258b55ad9d" + integrity sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg== + dependencies: + env-paths "^2.2.1" + import-fresh "^3.3.0" + js-yaml "^4.1.0" + parse-json "^5.2.0" + +cross-fetch@4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-4.0.0.tgz#f037aef1580bb3a1a35164ea2a848ba81b445983" + integrity sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g== + dependencies: + node-fetch "^2.6.12" + +cross-spawn@^7.0.0: + version "7.0.3" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" + integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== + dependencies: + path-key "^3.1.0" + shebang-command "^2.0.0" + which "^2.0.1" + +data-uri-to-buffer@^6.0.2: + version "6.0.2" + resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-6.0.2.tgz#8a58bb67384b261a38ef18bea1810cb01badd28b" + integrity sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw== + +debug@4, debug@4.3.4, debug@^4.1.1, debug@^4.3.4: + version "4.3.4" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" + integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== + dependencies: + ms "2.1.2" + +degenerator@^5.0.0: + version "5.0.1" + resolved "https://registry.yarnpkg.com/degenerator/-/degenerator-5.0.1.tgz#9403bf297c6dad9a1ece409b37db27954f91f2f5" + integrity sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ== + dependencies: + ast-types "^0.13.4" + escodegen "^2.1.0" + esprima "^4.0.1" + +devtools-protocol@0.0.1232444: + version "0.0.1232444" + resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1232444.tgz#406345a90a871ba852c530d73482275234936eed" + integrity sha512-pM27vqEfxSxRkTMnF+XCmxSEb6duO5R+t8A9DEEJgy4Wz2RVanje2mmj99B6A3zv2r/qGfYlOvYznUhuokizmg== + +eastasianwidth@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb" + integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== + +emoji-regex@^10.2.1: + version "10.3.0" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-10.3.0.tgz#76998b9268409eb3dae3de989254d456e70cfe23" + integrity sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw== + +emoji-regex@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" + integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== + +emoji-regex@^9.2.2: + version "9.2.2" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72" + integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg== + +end-of-stream@^1.1.0: + version "1.4.4" + resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" + integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== + dependencies: + once "^1.4.0" + +env-paths@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2" + integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A== + +error-ex@^1.3.1: + version "1.3.2" + resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" + integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== + dependencies: + is-arrayish "^0.2.1" + +escalade@^3.1.1: + version "3.1.2" + resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27" + integrity sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA== + +escape-string-regexp@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" + integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== + +escodegen@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-2.1.0.tgz#ba93bbb7a43986d29d6041f99f5262da773e2e17" + integrity sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w== + dependencies: + esprima "^4.0.1" + estraverse "^5.2.0" + esutils "^2.0.2" + optionalDependencies: + source-map "~0.6.1" + +esprima@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" + integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== + +estraverse@^5.2.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123" + integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== + +esutils@^2.0.2: + version "2.0.3" + resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" + integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== + +extract-zip@2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/extract-zip/-/extract-zip-2.0.1.tgz#663dca56fe46df890d5f131ef4a06d22bb8ba13a" + integrity sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg== + dependencies: + debug "^4.1.1" + get-stream "^5.1.0" + yauzl "^2.10.0" + optionalDependencies: + "@types/yauzl" "^2.9.1" + +fast-fifo@^1.1.0, fast-fifo@^1.2.0: + version "1.3.2" + resolved "https://registry.yarnpkg.com/fast-fifo/-/fast-fifo-1.3.2.tgz#286e31de96eb96d38a97899815740ba2a4f3640c" + integrity sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ== + +fd-slicer@~1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8f390eae256f1e" + integrity sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g== + dependencies: + pend "~1.2.0" + +foreground-child@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d" + integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg== + dependencies: + cross-spawn "^7.0.0" + signal-exit "^4.0.1" + +fs-extra@^11.2.0: + version "11.2.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b" + integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw== + dependencies: + graceful-fs "^4.2.0" + jsonfile "^6.0.1" + universalify "^2.0.0" + +get-caller-file@^2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" + integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== + +get-stream@^5.1.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3" + integrity sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== + dependencies: + pump "^3.0.0" + +get-uri@^6.0.1: + version "6.0.3" + resolved "https://registry.yarnpkg.com/get-uri/-/get-uri-6.0.3.tgz#0d26697bc13cf91092e519aa63aa60ee5b6f385a" + integrity sha512-BzUrJBS9EcUb4cFol8r4W3v1cPsSyajLSthNkz5BxbpDcHN5tIrM10E2eNvfnvBn3DaT3DUgx0OpsBKkaOpanw== + dependencies: + basic-ftp "^5.0.2" + data-uri-to-buffer "^6.0.2" + debug "^4.3.4" + fs-extra "^11.2.0" + +glob@^10.3.4: + version "10.3.10" + resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b" + integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g== + dependencies: + foreground-child "^3.1.0" + jackspeak "^2.3.5" + minimatch "^9.0.1" + minipass "^5.0.0 || ^6.0.2 || ^7.0.0" + path-scurry "^1.10.1" + +graceful-fs@^4.1.6, graceful-fs@^4.2.0: + version "4.2.11" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" + integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== + +has-flag@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" + integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw== + +http-proxy-agent@^7.0.0: + version "7.0.2" + resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz#9a8b1f246866c028509486585f62b8f2c18c270e" + integrity sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig== + dependencies: + agent-base "^7.1.0" + debug "^4.3.4" + +https-proxy-agent@^7.0.2: + version "7.0.4" + resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz#8e97b841a029ad8ddc8731f26595bad868cb4168" + integrity sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg== + dependencies: + agent-base "^7.0.2" + debug "4" + +ieee754@^1.1.13, ieee754@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" + integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== + +import-fresh@^3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" + integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== + dependencies: + parent-module "^1.0.0" + resolve-from "^4.0.0" + +inherits@^2.0.3, inherits@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" + integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== + +ip-address@^9.0.5: + version "9.0.5" + resolved "https://registry.yarnpkg.com/ip-address/-/ip-address-9.0.5.tgz#117a960819b08780c3bd1f14ef3c1cc1d3f3ea5a" + integrity sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g== + dependencies: + jsbn "1.1.0" + sprintf-js "^1.1.3" + +is-arrayish@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" + integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg== + +is-fullwidth-code-point@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" + integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== + +is-interactive@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-2.0.0.tgz#40c57614593826da1100ade6059778d597f16e90" + integrity sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ== + +is-unicode-supported@^1.1.0, is-unicode-supported@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz#d824984b616c292a2e198207d4a609983842f714" + integrity sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ== + +isexe@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" + integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== + +jackspeak@^2.3.5: + version "2.3.6" + resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8" + integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ== + dependencies: + "@isaacs/cliui" "^8.0.2" + optionalDependencies: + "@pkgjs/parseargs" "^0.11.0" + +js-tokens@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" + integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== + +js-yaml@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" + integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== + dependencies: + argparse "^2.0.1" + +jsbn@1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-1.1.0.tgz#b01307cb29b618a1ed26ec79e911f803c4da0040" + integrity sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A== + +json-parse-even-better-errors@^2.3.0: + version "2.3.1" + resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" + integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== + +jsonfile@^6.0.1: + version "6.1.0" + resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae" + integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== + dependencies: + universalify "^2.0.0" + optionalDependencies: + graceful-fs "^4.1.6" + +lines-and-columns@^1.1.6: + version "1.2.4" + resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" + integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== + +log-symbols@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-5.1.0.tgz#a20e3b9a5f53fac6aeb8e2bb22c07cf2c8f16d93" + integrity sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA== + dependencies: + chalk "^5.0.0" + is-unicode-supported "^1.1.0" + +lru-cache@^7.14.1: + version "7.18.3" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89" + integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA== + +"lru-cache@^9.1.1 || ^10.0.0": + version "10.2.0" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3" + integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q== + +mimic-fn@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" + integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== + +minimatch@^9.0.1: + version "9.0.3" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825" + integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== + dependencies: + brace-expansion "^2.0.1" + +"minipass@^5.0.0 || ^6.0.2 || ^7.0.0": + version "7.0.4" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c" + integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ== + +mitt@3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/mitt/-/mitt-3.0.1.tgz#ea36cf0cc30403601ae074c8f77b7092cdab36d1" + integrity sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw== + +mkdirp-classic@^0.5.2: + version "0.5.3" + resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113" + integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A== + +ms@2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" + integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== + +netmask@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/netmask/-/netmask-2.0.2.tgz#8b01a07644065d536383835823bc52004ebac5e7" + integrity sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg== + +node-fetch@^2.6.12: + version "2.7.0" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d" + integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A== + dependencies: + whatwg-url "^5.0.0" + +once@^1.3.1, once@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== + dependencies: + wrappy "1" + +onetime@^5.1.0: + version "5.1.2" + resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" + integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== + dependencies: + mimic-fn "^2.1.0" + +ora@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/ora/-/ora-7.0.1.tgz#cdd530ecd865fe39e451a0e7697865669cb11930" + integrity sha512-0TUxTiFJWv+JnjWm4o9yvuskpEJLXTcng8MJuKd+SzAzp2o+OP3HWqNhB4OdJRt1Vsd9/mR0oyaEYlOnL7XIRw== + dependencies: + chalk "^5.3.0" + cli-cursor "^4.0.0" + cli-spinners "^2.9.0" + is-interactive "^2.0.0" + is-unicode-supported "^1.3.0" + log-symbols "^5.1.0" + stdin-discarder "^0.1.0" + string-width "^6.1.0" + strip-ansi "^7.1.0" + +pac-proxy-agent@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/pac-proxy-agent/-/pac-proxy-agent-7.0.1.tgz#6b9ddc002ec3ff0ba5fdf4a8a21d363bcc612d75" + integrity sha512-ASV8yU4LLKBAjqIPMbrgtaKIvxQri/yh2OpI+S6hVa9JRkUI3Y3NPFbfngDtY7oFtSMD3w31Xns89mDa3Feo5A== + dependencies: + "@tootallnate/quickjs-emscripten" "^0.23.0" + agent-base "^7.0.2" + debug "^4.3.4" + get-uri "^6.0.1" + http-proxy-agent "^7.0.0" + https-proxy-agent "^7.0.2" + pac-resolver "^7.0.0" + socks-proxy-agent "^8.0.2" + +pac-resolver@^7.0.0: + version "7.0.1" + resolved "https://registry.yarnpkg.com/pac-resolver/-/pac-resolver-7.0.1.tgz#54675558ea368b64d210fd9c92a640b5f3b8abb6" + integrity sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg== + dependencies: + degenerator "^5.0.0" + netmask "^2.0.2" + +parent-module@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2" + integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== + dependencies: + callsites "^3.0.0" + +parse-json@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd" + integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== + dependencies: + "@babel/code-frame" "^7.0.0" + error-ex "^1.3.1" + json-parse-even-better-errors "^2.3.0" + lines-and-columns "^1.1.6" + +path-key@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" + integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== + +path-scurry@^1.10.1: + version "1.10.1" + resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698" + integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ== + dependencies: + lru-cache "^9.1.1 || ^10.0.0" + minipass "^5.0.0 || ^6.0.2 || ^7.0.0" + +pend@~1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50" + integrity sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg== + +pixelmatch@^5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/pixelmatch/-/pixelmatch-5.3.0.tgz#5e5321a7abedfb7962d60dbf345deda87cb9560a" + integrity sha512-o8mkY4E/+LNUf6LzX96ht6k6CEDi65k9G2rjMtBe9Oo+VPKSvl+0GKHuH/AlG+GA5LPG/i5hrekkxUc3s2HU+Q== + dependencies: + pngjs "^6.0.0" + +pngjs@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-6.0.0.tgz#ca9e5d2aa48db0228a52c419c3308e87720da821" + integrity sha512-TRzzuFRRmEoSW/p1KVAmiOgPco2Irlah+bGFCeNfJXxxYGwSw7YwAOAcd7X28K/m5bjBWKsC29KyoMfHbypayg== + +pngjs@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-7.0.0.tgz#a8b7446020ebbc6ac739db6c5415a65d17090e26" + integrity sha512-LKWqWJRhstyYo9pGvgor/ivk2w94eSjE3RGVuzLGlr3NmD8bf7RcYGze1mNdEHRP6TRP6rMuDHk5t44hnTRyow== + +progress@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" + integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== + +proxy-agent@6.3.1: + version "6.3.1" + resolved "https://registry.yarnpkg.com/proxy-agent/-/proxy-agent-6.3.1.tgz#40e7b230552cf44fd23ffaf7c59024b692612687" + integrity sha512-Rb5RVBy1iyqOtNl15Cw/llpeLH8bsb37gM1FUfKQ+Wck6xHlbAhWGUFiTRHtkjqGTA5pSHz6+0hrPW/oECihPQ== + dependencies: + agent-base "^7.0.2" + debug "^4.3.4" + http-proxy-agent "^7.0.0" + https-proxy-agent "^7.0.2" + lru-cache "^7.14.1" + pac-proxy-agent "^7.0.1" + proxy-from-env "^1.1.0" + socks-proxy-agent "^8.0.2" + +proxy-from-env@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2" + integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== + +pump@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" + integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== + dependencies: + end-of-stream "^1.1.0" + once "^1.3.1" + +puppeteer-core@21.11.0: + version "21.11.0" + resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-21.11.0.tgz#6c60ec350f1a3a2152179c68166da6edfce18a23" + integrity sha512-ArbnyA3U5SGHokEvkfWjW+O8hOxV1RSJxOgriX/3A4xZRqixt9ZFHD0yPgZQF05Qj0oAqi8H/7stDorjoHY90Q== + dependencies: + "@puppeteer/browsers" "1.9.1" + chromium-bidi "0.5.8" + cross-fetch "4.0.0" + debug "4.3.4" + devtools-protocol "0.0.1232444" + ws "8.16.0" + +puppeteer@^21.1.1: + version "21.11.0" + resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-21.11.0.tgz#46e64067b742b0e17a3b8dc668bc437f45cdd9f1" + integrity sha512-9jTHuYe22TD3sNxy0nEIzC7ZrlRnDgeX3xPkbS7PnbdwYjl2o/z/YuCrRBwezdKpbTDTJ4VqIggzNyeRcKq3cg== + dependencies: + "@puppeteer/browsers" "1.9.1" + cosmiconfig "9.0.0" + puppeteer-core "21.11.0" + +queue-tick@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/queue-tick/-/queue-tick-1.0.1.tgz#f6f07ac82c1fd60f82e098b417a80e52f1f4c142" + integrity sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag== + +readable-stream@^3.4.0: + version "3.6.2" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967" + integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA== + dependencies: + inherits "^2.0.3" + string_decoder "^1.1.1" + util-deprecate "^1.0.1" + +require-directory@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" + integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q== + +resolve-from@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" + integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== + +restore-cursor@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-4.0.0.tgz#519560a4318975096def6e609d44100edaa4ccb9" + integrity sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg== + dependencies: + onetime "^5.1.0" + signal-exit "^3.0.2" + +safe-buffer@~5.2.0: + version "5.2.1" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" + integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== + +shebang-command@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" + integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== + dependencies: + shebang-regex "^3.0.0" + +shebang-regex@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" + integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== + +signal-exit@^3.0.2: + version "3.0.7" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" + integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== + +signal-exit@^4.0.1: + version "4.1.0" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04" + integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== + +smart-buffer@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae" + integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg== + +socks-proxy-agent@^8.0.2: + version "8.0.2" + resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-8.0.2.tgz#5acbd7be7baf18c46a3f293a840109a430a640ad" + integrity sha512-8zuqoLv1aP/66PHF5TqwJ7Czm3Yv32urJQHrVyhD7mmA6d61Zv8cIXQYPTWwmg6qlupnPvs/QKDmfa4P/qct2g== + dependencies: + agent-base "^7.0.2" + debug "^4.3.4" + socks "^2.7.1" + +socks@^2.7.1: + version "2.8.1" + resolved "https://registry.yarnpkg.com/socks/-/socks-2.8.1.tgz#22c7d9dd7882649043cba0eafb49ae144e3457af" + integrity sha512-B6w7tkwNid7ToxjZ08rQMT8M9BJAf8DKx8Ft4NivzH0zBUfd6jldGcisJn/RLgxcX3FPNDdNQCUEMMT79b+oCQ== + dependencies: + ip-address "^9.0.5" + smart-buffer "^4.2.0" + +source-map@~0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" + integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== + +sprintf-js@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.3.tgz#4914b903a2f8b685d17fdf78a70e917e872e444a" + integrity sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA== + +stdin-discarder@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/stdin-discarder/-/stdin-discarder-0.1.0.tgz#22b3e400393a8e28ebf53f9958f3880622efde21" + integrity sha512-xhV7w8S+bUwlPTb4bAOUQhv8/cSS5offJuX8GQGq32ONF0ZtDWKfkdomM3HMRA+LhX6um/FZ0COqlwsjD53LeQ== + dependencies: + bl "^5.0.0" + +streamx@^2.15.0: + version "2.16.1" + resolved "https://registry.yarnpkg.com/streamx/-/streamx-2.16.1.tgz#2b311bd34832f08aa6bb4d6a80297c9caef89614" + integrity sha512-m9QYj6WygWyWa3H1YY69amr4nVgy61xfjys7xO7kviL5rfIEc2naf+ewFiOA+aEJD7y0JO3h2GoiUv4TDwEGzQ== + dependencies: + fast-fifo "^1.1.0" + queue-tick "^1.0.1" + optionalDependencies: + bare-events "^2.2.0" + +"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + +string-width@^5.0.1, string-width@^5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794" + integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA== + dependencies: + eastasianwidth "^0.2.0" + emoji-regex "^9.2.2" + strip-ansi "^7.0.1" + +string-width@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-6.1.0.tgz#96488d6ed23f9ad5d82d13522af9e4c4c3fd7518" + integrity sha512-k01swCJAgQmuADB0YIc+7TuatfNvTBVOoaUWJjTB9R4VJzR5vNWzf5t42ESVZFPS8xTySF7CAdV4t/aaIm3UnQ== + dependencies: + eastasianwidth "^0.2.0" + emoji-regex "^10.2.1" + strip-ansi "^7.0.1" + +string_decoder@^1.1.1: + version "1.3.0" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" + integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== + dependencies: + safe-buffer "~5.2.0" + +"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + +strip-ansi@^7.0.1, strip-ansi@^7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45" + integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ== + dependencies: + ansi-regex "^6.0.1" + +supports-color@^5.3.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" + integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== + dependencies: + has-flag "^3.0.0" + +tar-fs@3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-3.0.4.tgz#a21dc60a2d5d9f55e0089ccd78124f1d3771dbbf" + integrity sha512-5AFQU8b9qLfZCX9zp2duONhPmZv0hGYiBPJsyUdqMjzq/mqVpy/rEUSeHk1+YitmxugaptgBh5oDGU3VsAJq4w== + dependencies: + mkdirp-classic "^0.5.2" + pump "^3.0.0" + tar-stream "^3.1.5" + +tar-stream@^3.1.5: + version "3.1.7" + resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-3.1.7.tgz#24b3fb5eabada19fe7338ed6d26e5f7c482e792b" + integrity sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ== + dependencies: + b4a "^1.6.4" + fast-fifo "^1.2.0" + streamx "^2.15.0" + +through@^2.3.8: + version "2.3.8" + resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" + integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg== + +tr46@~0.0.3: + version "0.0.3" + resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" + integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw== + +tslib@^2.0.1: + version "2.6.2" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae" + integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== + +unbzip2-stream@1.4.3: + version "1.4.3" + resolved "https://registry.yarnpkg.com/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz#b0da04c4371311df771cdc215e87f2130991ace7" + integrity sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg== + dependencies: + buffer "^5.2.1" + through "^2.3.8" + +undici-types@~5.26.4: + version "5.26.5" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" + integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== + +universalify@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz#168efc2180964e6386d061e094df61afe239b18d" + integrity sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw== + +urlpattern-polyfill@10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/urlpattern-polyfill/-/urlpattern-polyfill-10.0.0.tgz#f0a03a97bfb03cdf33553e5e79a2aadd22cac8ec" + integrity sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg== + +util-deprecate@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" + integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== + +webidl-conversions@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" + integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ== + +whatwg-url@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" + integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw== + dependencies: + tr46 "~0.0.3" + webidl-conversions "^3.0.0" + +which@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" + integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== + dependencies: + isexe "^2.0.0" + +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + +wrap-ansi@^8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214" + integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ== + dependencies: + ansi-styles "^6.1.0" + string-width "^5.0.1" + strip-ansi "^7.0.1" + +wrappy@1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== + +ws@8.16.0: + version "8.16.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.16.0.tgz#d1cd774f36fbc07165066a60e40323eab6446fd4" + integrity sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ== + +y18n@^5.0.5: + version "5.0.8" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" + integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== + +yargs-parser@^21.1.1: + version "21.1.1" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35" + integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== + +yargs@17.7.2: + version "17.7.2" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269" + integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w== + dependencies: + cliui "^8.0.1" + escalade "^3.1.1" + get-caller-file "^2.0.5" + require-directory "^2.1.1" + string-width "^4.2.3" + y18n "^5.0.5" + yargs-parser "^21.1.1" + +yauzl@^2.10.0: + version "2.10.0" + resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9" + integrity sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g== + dependencies: + buffer-crc32 "~0.2.3" + fd-slicer "~1.1.0" diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/AUTHORS b/henrovnix/assets/icons/papirus-icon-theme-master/AUTHORS new file mode 100644 index 000000000..387ec81e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/AUTHORS @@ -0,0 +1,75 @@ +Project maintainers: + + - Alexey Varfolomeev (https://github.com/varlesh) + Lead designer, core contributor, and the author of Papirus icon theme + + - maxtron95 (https://github.com/maxtron95) + Major contributor of icons + + - Igor Dyatlov (https://github.com/igor-dyatlov) + Top contributor of icons + + - Sergei Eremenko (https://github.com/SmartFinn) + Developer, core contributor, and maintainer of this project + + +Contributors (sorted alphabetically): + + KDE colorscheme support: + + - Andreas Kainz (https://github.com/DarkknightAK) + + Authors of extra icons: + + - David Pisani (https://github.com/dapisani) + - Gabriel Pereira (https://github.com/gabrieldelsaint) + - Gregor Kofler (https://github.com/Vectrex) + - Kevin Kane (https://github.com/w3r3wolv3s) + - Kristan Kenney (https://github.com/skmkenn) + - Martin Wörister (https://github.com/miascugh) + - mjkim0727 (https://github.com/mjkim0727) + - Mohammed Aquib Azad (https://github.com/azadaquib) + - morganist (https://github.com/morganist) + - Tim Stahel (https://github.com/Swedneck) + + See https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/contributors + for details. + + +Special Thanks (sorted alphabetically): + + - Bilal Elmoussaoui (https://github.com/bil-elmoussaoui) + - Gregory Dk (https://github.com/gregorydk) + - Joe Sneddon (http://www.omgubuntu.co.uk) + - Shubham Arora (https://github.com/arshubham) + - Yangfl (https://github.com/yangfl) + - jEsuSdA (https://github.com/jEsuSdA) + + And thanks to everyone who helped this project to be like this. + + +Some icons are based on: + + - Paper Icon Theme (https://github.com/snwh/paper-icon-theme) + Author: Sam Hewitt (https://samuelhewitt.com) + License: CC-BY-SA-4.0 + + - Numix icon theme (https://github.com/numixproject/numix-icon-theme) + Author: Numix Project (http://numixproject.org) + License: GPL-3.0 + + - Numix Core (https://github.com/numixproject/numix-core) + Author: Numix Project (http://numixproject.org) + License: GPL-3.0 + + - elementary+ Icon Theme (https://github.com/mank319/elementaryPlus) + Author: elementaryPlus contributors (https://github.com/mank319/elementaryPlus) + License: GPL-3.0 + + - elementary Icon Theme (https://github.com/elementary/icons) + Author: elementary OS (https://elementary.io) + License: GPL-3.0 + + - Breeze Plasma Theme (http://plasma.kde.org) + Author: KDE Visual Design Group + License: LGPL diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/LICENSE b/henrovnix/assets/icons/papirus-icon-theme-master/LICENSE new file mode 100644 index 000000000..f288702d2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/128x128 b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/128x128 new file mode 120000 index 000000000..b161ad404 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/128x128 @@ -0,0 +1 @@ +../Papirus/128x128 \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/Finished.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/Finished.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/Finished.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/Info-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/Info-amarok.svg new file mode 120000 index 000000000..28d76fd4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/Info-amarok.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/SuggestionError.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/SuggestionError.svg new file mode 120000 index 000000000..3b41d91ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/SuggestionError.svg @@ -0,0 +1 @@ +dialog-error.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/SuggestionTM.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/SuggestionTM.svg new file mode 120000 index 000000000..a83209821 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/SuggestionTM.svg @@ -0,0 +1 @@ +database-index.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/action-albumfolder-importdir2.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/action-albumfolder-importdir2.svg new file mode 120000 index 000000000..149bcafc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/action-albumfolder-importdir2.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/action-rss_tag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/action-rss_tag.svg new file mode 120000 index 000000000..2bb4152ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/action-rss_tag.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/action-unavailable.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/action-unavailable.svg new file mode 100644 index 000000000..161be99b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/action-unavailable.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/activities.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/activities.svg new file mode 100644 index 000000000..d3e67b541 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/activities.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add-files-to-archive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add-files-to-archive.svg new file mode 100644 index 000000000..3c4ac386e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add-files-to-archive.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add-folder-to-archive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add-folder-to-archive.svg new file mode 120000 index 000000000..149bcafc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add-folder-to-archive.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add-placemark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add-placemark.svg new file mode 120000 index 000000000..451d4522c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add-placemark.svg @@ -0,0 +1 @@ +flag-red.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add-subtitle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add-subtitle.svg new file mode 120000 index 000000000..4fc291405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add-subtitle.svg @@ -0,0 +1 @@ +media-view-subtitles.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/address-book-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/address-book-new.svg new file mode 100644 index 000000000..22e9c1195 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/address-book-new.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/addressbook-details.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/addressbook-details.svg new file mode 120000 index 000000000..8aae9657d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/addressbook-details.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adjustcurves.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adjustcurves.svg new file mode 100644 index 000000000..125cf25fe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adjustcurves.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adjusthsl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adjusthsl.svg new file mode 100644 index 000000000..00e91aa50 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adjusthsl.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adjustlevels.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adjustlevels.svg new file mode 100644 index 000000000..eed2dfb6c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adjustlevels.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adjustrgb.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adjustrgb.svg new file mode 100644 index 000000000..4c2763846 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adjustrgb.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adress-book-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adress-book-new.svg new file mode 120000 index 000000000..8aae9657d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adress-book-new.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/akonadi-phone-home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/akonadi-phone-home.svg new file mode 120000 index 000000000..5cbdae998 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/akonadi-phone-home.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/akonadiconsole.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/akonadiconsole.svg new file mode 120000 index 000000000..6957e396c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/akonadiconsole.svg @@ -0,0 +1 @@ +cm_runterm.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-importdir.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-importdir.svg new file mode 120000 index 000000000..149bcafc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-importdir.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-importimages.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-importimages.svg new file mode 120000 index 000000000..c7116c65c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-importimages.svg @@ -0,0 +1 @@ +document-import.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-new.svg new file mode 120000 index 000000000..149bcafc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-new.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-properties.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-user-trash.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-user-trash.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-user-trash.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-baseline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-baseline.svg new file mode 100644 index 000000000..49461cbcc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-baseline.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-bottom-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-bottom-out.svg new file mode 100644 index 000000000..087d03102 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-bottom-out.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-center.svg new file mode 100644 index 000000000..ba82d72ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-center.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-left-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-left-out.svg new file mode 100644 index 000000000..84a4bcc3a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-left-out.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-left-to-anchor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-left-to-anchor.svg new file mode 100644 index 000000000..100053c5e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-left-to-anchor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-left.svg new file mode 100644 index 000000000..4b6652c3a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-right-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-right-out.svg new file mode 100644 index 000000000..eb1f984f8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-right-out.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-right-to-anchor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-right-to-anchor.svg new file mode 100644 index 000000000..1d1951138 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-right-to-anchor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-right.svg new file mode 100644 index 000000000..10ed32bd1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-top-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-top-out.svg new file mode 100644 index 000000000..9cdcce089 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-top-out.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-baseline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-baseline.svg new file mode 100644 index 000000000..d17abf486 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-baseline.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-bottom-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-bottom-out.svg new file mode 100644 index 000000000..46074edc3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-bottom-out.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-bottom-to-anchor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-bottom-to-anchor.svg new file mode 100644 index 000000000..31ea8a8f8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-bottom-to-anchor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-bottom.svg new file mode 100644 index 000000000..916d1f95b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-bottom.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-center.svg new file mode 100644 index 000000000..fc22e082d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-center.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-top-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-top-out.svg new file mode 100644 index 000000000..22a1348c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-top-out.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-top-to-anchor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-top-to-anchor.svg new file mode 100644 index 000000000..355438c08 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-top-to-anchor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-top.svg new file mode 100644 index 000000000..08e9395fe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-top.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_artist.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_artist.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_artist.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_cart_add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_cart_add.svg new file mode 100644 index 000000000..a91d6a560 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_cart_add.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_cart_remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_cart_remove.svg new file mode 100644 index 000000000..483d9699c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_cart_remove.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_cart_view.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_cart_view.svg new file mode 100644 index 000000000..c85dc6555 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_cart_view.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_change_language.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_change_language.svg new file mode 120000 index 000000000..c8171f589 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_change_language.svg @@ -0,0 +1 @@ +flag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_clock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_clock.svg new file mode 120000 index 000000000..09c3073e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_clock.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_lyrics.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_lyrics.svg new file mode 120000 index 000000000..2dd767676 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_lyrics.svg @@ -0,0 +1 @@ +view-media-lyrics.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_playcount.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_playcount.svg new file mode 120000 index 000000000..c61560183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_playcount.svg @@ -0,0 +1 @@ +view-statistics.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_playlist.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_playlist.svg new file mode 120000 index 000000000..e9885590f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_playlist.svg @@ -0,0 +1 @@ +view-media-playlist.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_playlist_refresh.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_playlist_refresh.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_playlist_refresh.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_scripts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_scripts.svg new file mode 120000 index 000000000..6957e396c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_scripts.svg @@ -0,0 +1 @@ +cm_runterm.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/antivignetting.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/antivignetting.svg new file mode 100644 index 000000000..d80f3610b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/antivignetting.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/application-exit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/application-exit.svg new file mode 100644 index 000000000..d6b91b998 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/application-exit.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/application-menu.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/application-menu.svg new file mode 120000 index 000000000..57642f4da --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/application-menu.svg @@ -0,0 +1 @@ +open-menu.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/application-rss+xml.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/application-rss+xml.svg new file mode 100644 index 000000000..cbd79a0d2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/application-rss+xml.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/appointment-missed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/appointment-missed.svg new file mode 100644 index 000000000..891d97343 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/appointment-missed.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/appointment-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/appointment-new.svg new file mode 120000 index 000000000..71831b4ed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/appointment-new.svg @@ -0,0 +1 @@ +window-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/appointment-soon.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/appointment-soon.svg new file mode 100644 index 000000000..ca0ae2073 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/appointment-soon.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/appointment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/appointment.svg new file mode 120000 index 000000000..4ec77c618 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/appointment.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive-extract.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive-extract.svg new file mode 120000 index 000000000..653488ec3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive-extract.svg @@ -0,0 +1 @@ +cm_extractfiles.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive-insert-directory.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive-insert-directory.svg new file mode 120000 index 000000000..149bcafc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive-insert-directory.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive-insert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive-insert.svg new file mode 120000 index 000000000..300fb89b6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive-insert.svg @@ -0,0 +1 @@ +document-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive-remove.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive-remove.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive.svg new file mode 100644 index 000000000..8cc6be742 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-down-double.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-down-double.svg new file mode 100644 index 000000000..f6973d4c7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-down-double.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-down.svg new file mode 120000 index 000000000..2603a4917 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-down.svg @@ -0,0 +1 @@ +pan-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-left-double.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-left-double.svg new file mode 120000 index 000000000..ebae8aa61 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-left-double.svg @@ -0,0 +1 @@ +media-seek-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-left.svg new file mode 120000 index 000000000..293e17ffa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-left.svg @@ -0,0 +1 @@ +pan-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-right-double.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-right-double.svg new file mode 120000 index 000000000..9c64c025a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-right-double.svg @@ -0,0 +1 @@ +media-seek-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-right.svg new file mode 120000 index 000000000..a97e184da --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-right.svg @@ -0,0 +1 @@ +pan-end.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-up-double.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-up-double.svg new file mode 100644 index 000000000..8827edab7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-up-double.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-up.svg new file mode 120000 index 000000000..687a8fb01 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-up.svg @@ -0,0 +1 @@ +pan-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/as.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/as.svg new file mode 100644 index 000000000..e750c1a36 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/as.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/as_disabled.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/as_disabled.svg new file mode 100644 index 000000000..e8b804907 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/as_disabled.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/as_light.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/as_light.svg new file mode 100644 index 000000000..1ec0ce402 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/as_light.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/atmosphere.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/atmosphere.svg new file mode 100644 index 000000000..708bb9192 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/atmosphere.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/audio-volume-high.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/audio-volume-high.svg new file mode 100644 index 000000000..681f9424a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/audio-volume-high.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/audio-volume-low.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/audio-volume-low.svg new file mode 100644 index 000000000..b29db8967 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/audio-volume-low.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/audio-volume-medium.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/audio-volume-medium.svg new file mode 100644 index 000000000..e36b90efe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/audio-volume-medium.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/audio-volume-muted.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/audio-volume-muted.svg new file mode 100644 index 000000000..252f44215 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/audio-volume-muted.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/auto-scale-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/auto-scale-all.svg new file mode 120000 index 000000000..cc77c1cf2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/auto-scale-all.svg @@ -0,0 +1 @@ +zoom-fit-selection.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/auto-scale-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/auto-scale-x.svg new file mode 120000 index 000000000..157250559 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/auto-scale-x.svg @@ -0,0 +1 @@ +zoom-fit-width.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/auto-scale-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/auto-scale-y.svg new file mode 120000 index 000000000..e84c27278 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/auto-scale-y.svg @@ -0,0 +1 @@ +zoom-fit-height.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/auto-type.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/auto-type.svg new file mode 100644 index 000000000..fb30f94e5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/auto-type.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/autocorrection.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/autocorrection.svg new file mode 100644 index 000000000..551d791c4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/autocorrection.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/automated-tasks.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/automated-tasks.svg new file mode 100644 index 000000000..2d8bdc325 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/automated-tasks.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/back.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/back.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/back.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bitmap-trace.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bitmap-trace.svg new file mode 100644 index 000000000..836bbd408 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bitmap-trace.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-down-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-down-active.svg new file mode 100644 index 000000000..d2ab17da8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-down-active.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-down-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-down-inactive.svg new file mode 100644 index 000000000..dd886e9a4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-down-inactive.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-plugin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-plugin.svg new file mode 120000 index 000000000..7563411ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-plugin.svg @@ -0,0 +1 @@ +plugins.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-send-file.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-send-file.svg new file mode 120000 index 000000000..771b1c825 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-send-file.svg @@ -0,0 +1 @@ +mail-send.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-trust.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-trust.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-trust.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-untrust.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-untrust.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-untrust.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-up-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-up-active.svg new file mode 100644 index 000000000..c0b9f025c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-up-active.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-up-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-up-inactive.svg new file mode 100644 index 000000000..d9e23672f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-up-inactive.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blur.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blur.svg new file mode 100644 index 000000000..b27b547a2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blur.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blurfx.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blurfx.svg new file mode 100644 index 000000000..d0d4efdcf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blurfx.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blurimage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blurimage.svg new file mode 120000 index 000000000..e937ebee5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blurimage.svg @@ -0,0 +1 @@ +blur.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bonobo-component-browser.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bonobo-component-browser.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bonobo-component-browser.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-add-folder.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-add-folder.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-add-folder.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-edit.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-edit.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-new-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-new-list.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-new-list.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-new.svg new file mode 100644 index 000000000..8b0b4ac89 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-new.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-remove.svg new file mode 100644 index 000000000..4eb0b51ed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-remove.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-toolbar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-toolbar.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-toolbar.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark.svg new file mode 120000 index 000000000..eb7b1c3c2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark.svg @@ -0,0 +1 @@ +bookmarks.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark_add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark_add.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark_add.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmarks-bookmarked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmarks-bookmarked.svg new file mode 100644 index 000000000..650cc9fd7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmarks-bookmarked.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmarks-organize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmarks-organize.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmarks-organize.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmarks.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmarks.svg new file mode 100644 index 000000000..de215c03a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmarks.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmarks_list_add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmarks_list_add.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmarks_list_add.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boost-boosted.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boost-boosted.svg new file mode 100644 index 000000000..3d63a2bbd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boost-boosted.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boost.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boost.svg new file mode 100644 index 000000000..a1736438b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boost.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bordertool.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bordertool.svg new file mode 100644 index 000000000..3a8b31a19 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bordertool.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bottom.svg new file mode 120000 index 000000000..2f2f40051 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bottom.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_bottom.svg new file mode 100644 index 000000000..ed9eae05d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_bottom.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_bottom_left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_bottom_left.svg new file mode 100644 index 000000000..074f5c26a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_bottom_left.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_bottom_right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_bottom_right.svg new file mode 100644 index 000000000..f904628e0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_bottom_right.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_center.svg new file mode 100644 index 000000000..700117f86 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_center.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_left.svg new file mode 100644 index 000000000..82971b2af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_left.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_right.svg new file mode 100644 index 000000000..5f14231b2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_right.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_top.svg new file mode 100644 index 000000000..e01c3abe7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_top.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_top_left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_top_left.svg new file mode 100644 index 000000000..35edaff63 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_top_left.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_top_right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_top_right.svg new file mode 100644 index 000000000..7c37768f3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_top_right.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-add.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-add.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-addqueue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-addqueue.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-addqueue.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-commit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-commit.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-commit.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-diff.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-diff.svg new file mode 120000 index 000000000..28d76fd4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-diff.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-remove.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-remove.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-rmqueue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-rmqueue.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-rmqueue.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-update.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-update.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-update.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/brightnesssettings.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/brightnesssettings.svg new file mode 120000 index 000000000..d1318a99a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/brightnesssettings.svg @@ -0,0 +1 @@ +contrast.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/browser-download.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/browser-download.svg new file mode 100644 index 000000000..09adaee1d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/browser-download.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/burst.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/burst.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/burst.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/button_cancel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/button_cancel.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/button_cancel.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/button_ok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/button_ok.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/button_ok.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bwtonal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bwtonal.svg new file mode 100644 index 000000000..e1ba1f58d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bwtonal.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cab_extract.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cab_extract.svg new file mode 120000 index 000000000..653488ec3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cab_extract.svg @@ -0,0 +1 @@ +cm_extractfiles.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cab_view.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cab_view.svg new file mode 120000 index 000000000..c9929290b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cab_view.svg @@ -0,0 +1 @@ +mail-thread-watch.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/calendar-go-today.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/calendar-go-today.svg new file mode 100644 index 000000000..dd81828c7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/calendar-go-today.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/call-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/call-start.svg new file mode 100644 index 000000000..ec5d133d3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/call-start.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/call-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/call-stop.svg new file mode 100644 index 000000000..4ceb84309 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/call-stop.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cancel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cancel.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cancel.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cards-block.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cards-block.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cards-block.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cd.svg new file mode 120000 index 000000000..4cd912bb6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cd.svg @@ -0,0 +1 @@ +tools-media-optical-format.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cell_edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cell_edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cell_edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/channelmixer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/channelmixer.svg new file mode 100644 index 000000000..9cb327b42 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/channelmixer.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/character-set.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/character-set.svg new file mode 120000 index 000000000..36a013999 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/character-set.svg @@ -0,0 +1 @@ +format-text-larger.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chart-line.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chart-line.svg new file mode 120000 index 000000000..c61560183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chart-line.svg @@ -0,0 +1 @@ +view-statistics.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/check-filled.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/check-filled.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/check-filled.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/checkbox.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/checkbox.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/checkbox.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/checked-completed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/checked-completed.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/checked-completed.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/checkmark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/checkmark.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/checkmark.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer-lap.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer-lap.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer-lap.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer-pause.svg new file mode 100644 index 000000000..4feaf1426 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer-pause.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer-reset.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer-reset.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer-reset.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer-start.svg new file mode 100644 index 000000000..9759db77b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer-start.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/clear_left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/clear_left.svg new file mode 120000 index 000000000..00150527a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/clear_left.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/clock-large.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/clock-large.svg new file mode 120000 index 000000000..09c3073e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/clock-large.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/clock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/clock.svg new file mode 100644 index 000000000..364bf967b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/clock.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cloud-download.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cloud-download.svg new file mode 100644 index 000000000..92331351f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cloud-download.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cloud-upload.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cloud-upload.svg new file mode 100644 index 000000000..fe021293d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cloud-upload.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_briefview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_briefview.svg new file mode 120000 index 000000000..a99300c7a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_briefview.svg @@ -0,0 +1 @@ +view-list-compact.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_columnsview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_columnsview.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_columnsview.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_copyfullnamestoclip.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_copyfullnamestoclip.svg new file mode 120000 index 000000000..e953e894e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_copyfullnamestoclip.svg @@ -0,0 +1 @@ +edit-duplicate.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_extractfiles.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_extractfiles.svg new file mode 100644 index 000000000..c14195e85 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_extractfiles.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_flatview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_flatview.svg new file mode 100644 index 000000000..9d0350283 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_flatview.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_markinvert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_markinvert.svg new file mode 100644 index 000000000..918618951 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_markinvert.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_markminus.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_markminus.svg new file mode 100644 index 000000000..c685411aa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_markminus.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_markplus.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_markplus.svg new file mode 100644 index 000000000..ab93207f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_markplus.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_multirename.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_multirename.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_multirename.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_options.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_options.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_options.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_packfiles.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_packfiles.svg new file mode 120000 index 000000000..d671358dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_packfiles.svg @@ -0,0 +1 @@ +archive.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_refresh.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_refresh.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_refresh.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_runterm.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_runterm.svg new file mode 100644 index 000000000..ffb06a69f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_runterm.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_search.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_search.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_search.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_syncdirs.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_syncdirs.svg new file mode 120000 index 000000000..a854b9ffc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_syncdirs.svg @@ -0,0 +1 @@ +distribute-horizontal-center.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_thumbnailsview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_thumbnailsview.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_thumbnailsview.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_viewhistorynext.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_viewhistorynext.svg new file mode 120000 index 000000000..514fcfb1d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_viewhistorynext.svg @@ -0,0 +1 @@ +application-exit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_viewhistoryprev.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_viewhistoryprev.svg new file mode 100644 index 000000000..a56a4c845 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_viewhistoryprev.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-block.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-block.svg new file mode 100644 index 000000000..dd5e1e73f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-block.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-class.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-class.svg new file mode 100644 index 000000000..78ca10913 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-class.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-context.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-context.svg new file mode 100644 index 000000000..960ea6f7b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-context.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-function.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-function.svg new file mode 100644 index 000000000..0c7922dee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-function.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-typedef.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-typedef.svg new file mode 100644 index 000000000..a916bcbec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-typedef.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-variable.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-variable.svg new file mode 100644 index 000000000..8976f177c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-variable.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/collapse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/collapse.svg new file mode 120000 index 000000000..687a8fb01 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/collapse.svg @@ -0,0 +1 @@ +pan-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/collection-rescan-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/collection-rescan-amarok.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/collection-rescan-amarok.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-fill.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-fill.svg new file mode 100644 index 000000000..394807da4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-fill.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-gradient.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-gradient.svg new file mode 100644 index 000000000..15e69e0c7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-gradient.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-management.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-management.svg new file mode 100644 index 000000000..268474f24 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-management.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-picker-black.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-picker-black.svg new file mode 100644 index 000000000..af6810c5f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-picker-black.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-picker-grey.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-picker-grey.svg new file mode 100644 index 000000000..7ce835a83 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-picker-grey.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-picker-white.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-picker-white.svg new file mode 100644 index 000000000..d7dea0e31 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-picker-white.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-picker.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-picker.svg new file mode 120000 index 000000000..1f41e7ef0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-picker.svg @@ -0,0 +1 @@ +color-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-select.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-select.svg new file mode 100644 index 000000000..b1de13c48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-select.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colorfx.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colorfx.svg new file mode 100644 index 000000000..45049a8e4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colorfx.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colormanagement.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colormanagement.svg new file mode 120000 index 000000000..21e4611ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colormanagement.svg @@ -0,0 +1 @@ +color-management.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colorneg.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colorneg.svg new file mode 100644 index 000000000..e3c775278 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colorneg.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colors-chromablue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colors-chromablue.svg new file mode 100644 index 000000000..2b7a3436c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colors-chromablue.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colors-chromagreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colors-chromagreen.svg new file mode 100644 index 000000000..84040d908 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colors-chromagreen.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colors-chromared.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colors-chromared.svg new file mode 100644 index 000000000..6f5840cfa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colors-chromared.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colors-luma.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colors-luma.svg new file mode 100644 index 000000000..a0dd0665a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colors-luma.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/compass.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/compass.svg new file mode 100644 index 000000000..001823bd7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/compass.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/composite-track-on.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/composite-track-on.svg new file mode 120000 index 000000000..445e9e6e8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/composite-track-on.svg @@ -0,0 +1 @@ +kdenlive-composite.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/composite-track-preview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/composite-track-preview.svg new file mode 100644 index 000000000..92f3908c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/composite-track-preview.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/composition.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/composition.svg new file mode 100644 index 000000000..ff0327ae1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/composition.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configuration.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configuration.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configuration.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure-shortcuts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure-shortcuts.svg new file mode 120000 index 000000000..ca94a1981 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure-shortcuts.svg @@ -0,0 +1 @@ +fcitx-kbd.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure-toolbars.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure-toolbars.svg new file mode 100644 index 000000000..cb9918a1e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure-toolbars.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure.svg new file mode 100644 index 000000000..199352906 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure_shortcuts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure_shortcuts.svg new file mode 120000 index 000000000..ca94a1981 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure_shortcuts.svg @@ -0,0 +1 @@ +fcitx-kbd.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure_toolbars.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure_toolbars.svg new file mode 120000 index 000000000..9d296896c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure_toolbars.svg @@ -0,0 +1 @@ +view-media-equalizer.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/connected.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/connected.svg new file mode 120000 index 000000000..425dcc6b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/connected.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/connector-avoid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/connector-avoid.svg new file mode 100644 index 000000000..32e370674 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/connector-avoid.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/connector-ignore.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/connector-ignore.svg new file mode 100644 index 000000000..0743a8e25 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/connector-ignore.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/connector-orthogonal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/connector-orthogonal.svg new file mode 100644 index 000000000..599ab7c34 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/connector-orthogonal.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/contact-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/contact-new.svg new file mode 100644 index 000000000..a6415541b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/contact-new.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/contents.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/contents.svg new file mode 120000 index 000000000..8e108d860 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/contents.svg @@ -0,0 +1 @@ +view-readermode.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/contexthelp.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/contexthelp.svg new file mode 120000 index 000000000..2ed224a50 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/contexthelp.svg @@ -0,0 +1 @@ +help-contents.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/contrast.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/contrast.svg new file mode 100644 index 000000000..56f09930e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/contrast.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cookies.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cookies.svg new file mode 120000 index 000000000..b32b12a9f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cookies.svg @@ -0,0 +1 @@ +tool-spray.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/coordinate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/coordinate.svg new file mode 100644 index 000000000..b50c9b40e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/coordinate.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/copy-coordinates.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/copy-coordinates.svg new file mode 120000 index 000000000..710c6324d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/copy-coordinates.svg @@ -0,0 +1 @@ +coordinate.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/crosshairs.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/crosshairs.svg new file mode 100644 index 000000000..50d8120ab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/crosshairs.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/currenttrack_pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/currenttrack_pause.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/currenttrack_pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/currenttrack_play.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/currenttrack_play.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/currenttrack_play.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cursor-arrow.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cursor-arrow.svg new file mode 120000 index 000000000..925eb22f1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cursor-arrow.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/curve-connector.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/curve-connector.svg new file mode 100644 index 000000000..4297abb44 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/curve-connector.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-about.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-about.svg new file mode 120000 index 000000000..a92bf1ff1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-about.svg @@ -0,0 +1 @@ +pgp-keys.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-configure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-configure.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-configure.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-connect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-connect.svg new file mode 120000 index 000000000..425dcc6b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-connect.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-disconnect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-disconnect.svg new file mode 120000 index 000000000..a3b26c720 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-disconnect.svg @@ -0,0 +1 @@ +network-disconnect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-info.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-info.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-info.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dashboard-show.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dashboard-show.svg new file mode 100644 index 000000000..cc7868786 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dashboard-show.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/database-change-key.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/database-change-key.svg new file mode 100644 index 000000000..ed3ec27c8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/database-change-key.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/database-index.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/database-index.svg new file mode 100644 index 000000000..3b9ac95a0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/database-index.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/database-lock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/database-lock.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/database-lock.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-execute-from-cursor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-execute-from-cursor.svg new file mode 100644 index 000000000..3e102dc6a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-execute-from-cursor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-execute-to-cursor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-execute-to-cursor.svg new file mode 100644 index 000000000..4ff6018e8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-execute-to-cursor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-run-cursor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-run-cursor.svg new file mode 100644 index 000000000..58dfd0f04 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-run-cursor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-run.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-run.svg new file mode 100644 index 000000000..a56fdc07e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-run.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-instruction.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-instruction.svg new file mode 100644 index 000000000..72d980843 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-instruction.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-into-instruction.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-into-instruction.svg new file mode 120000 index 000000000..f207a5551 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-into-instruction.svg @@ -0,0 +1 @@ +debug-step-instruction.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-into.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-into.svg new file mode 100644 index 000000000..6d7a7478d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-into.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-out.svg new file mode 100644 index 000000000..78307fe15 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-out.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-over.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-over.svg new file mode 100644 index 000000000..03df2e4d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-over.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/delete-comment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/delete-comment.svg new file mode 100644 index 000000000..bacab20af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/delete-comment.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/depth16to8.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/depth16to8.svg new file mode 100644 index 000000000..07a50281e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/depth16to8.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/depth8to16.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/depth8to16.svg new file mode 100644 index 000000000..8e1ed9843 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/depth8to16.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/device.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/device.svg new file mode 120000 index 000000000..a67cd894b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/device.svg @@ -0,0 +1 @@ +dialog-input-devices.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-align-and-distribute.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-align-and-distribute.svg new file mode 120000 index 000000000..019e49deb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-align-and-distribute.svg @@ -0,0 +1 @@ +format-justify-left.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-apply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-apply.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-apply.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-cancel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-cancel.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-cancel.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-close.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-error.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-error.svg new file mode 100644 index 000000000..50e9befc3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-error.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-fill-and-stroke.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-fill-and-stroke.svg new file mode 100644 index 000000000..3982cfb46 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-fill-and-stroke.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-filters.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-filters.svg new file mode 120000 index 000000000..bf1c124d6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-filters.svg @@ -0,0 +1 @@ +view-filter.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-geometry.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-geometry.svg new file mode 100644 index 000000000..5da2f9701 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-geometry.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-icon-preview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-icon-preview.svg new file mode 120000 index 000000000..7a2e5e678 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-icon-preview.svg @@ -0,0 +1 @@ +document-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-information.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-information.svg new file mode 100644 index 000000000..59916952d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-information.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-input-devices.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-input-devices.svg new file mode 100644 index 000000000..5499da967 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-input-devices.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-layers.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-layers.svg new file mode 100644 index 000000000..3356e3263 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-layers.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-memory.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-memory.svg new file mode 120000 index 000000000..c61560183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-memory.svg @@ -0,0 +1 @@ +view-statistics.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-messages.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-messages.svg new file mode 100644 index 000000000..9626b3fed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-messages.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-no.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-no.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-no.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-object-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-object-properties.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-object-properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-objects.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-objects.svg new file mode 100644 index 000000000..40fb24244 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-objects.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-ok-apply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-ok-apply.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-ok-apply.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-ok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-ok.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-ok.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-password.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-password.svg new file mode 100644 index 000000000..e179230da --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-password.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-path-effects.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-path-effects.svg new file mode 100644 index 000000000..6f3595ba8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-path-effects.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-question.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-question.svg new file mode 100644 index 000000000..5685c84be --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-question.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-rows-and-columns.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-rows-and-columns.svg new file mode 100644 index 000000000..6b8d87815 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-rows-and-columns.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-scripts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-scripts.svg new file mode 120000 index 000000000..6957e396c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-scripts.svg @@ -0,0 +1 @@ +cm_runterm.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-selectors.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-selectors.svg new file mode 120000 index 000000000..22b942579 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-selectors.svg @@ -0,0 +1 @@ +code-context.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-templates.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-templates.svg new file mode 120000 index 000000000..911d559e6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-templates.svg @@ -0,0 +1 @@ +document-new-from-template.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-text-and-font.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-text-and-font.svg new file mode 100644 index 000000000..4adf21716 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-text-and-font.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-tile-clones.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-tile-clones.svg new file mode 100644 index 000000000..aefaf4d6e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-tile-clones.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-transform.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-transform.svg new file mode 120000 index 000000000..617c98bae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-transform.svg @@ -0,0 +1 @@ +kdenlive-zoom-large.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-warning.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-warning.svg new file mode 100644 index 000000000..07c257690 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-warning.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-xml-editor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-xml-editor.svg new file mode 100644 index 000000000..10f387250 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-xml-editor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-yes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-yes.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-yes.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/directory.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/directory.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/directory.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dirsync.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dirsync.svg new file mode 120000 index 000000000..0e0e5bd5c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dirsync.svg @@ -0,0 +1 @@ +folder-sync.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/disconnected.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/disconnected.svg new file mode 120000 index 000000000..a3b26c720 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/disconnected.svg @@ -0,0 +1 @@ +network-disconnect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-graph-directed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-graph-directed.svg new file mode 100644 index 000000000..ad3db9965 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-graph-directed.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-graph.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-graph.svg new file mode 100644 index 000000000..1157dc72e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-graph.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-baseline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-baseline.svg new file mode 100644 index 000000000..3df507c08 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-baseline.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-center.svg new file mode 100644 index 000000000..9cf8eecf1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-center.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-equal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-equal.svg new file mode 100644 index 000000000..a0447840d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-equal.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-gaps.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-gaps.svg new file mode 100644 index 000000000..bf810e28f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-gaps.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-left.svg new file mode 100644 index 000000000..ae4d7dd43 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-margin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-margin.svg new file mode 100644 index 000000000..cee48b031 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-margin.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-page.svg new file mode 100644 index 000000000..a766b2f11 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-page.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-right.svg new file mode 100644 index 000000000..d8cd6d509 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-x.svg new file mode 100644 index 000000000..3fea0f7aa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-x.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-randomize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-randomize.svg new file mode 100644 index 000000000..9782d5a0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-randomize.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-remove-overlaps.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-remove-overlaps.svg new file mode 100644 index 000000000..0fd64ae0a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-remove-overlaps.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-unclump.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-unclump.svg new file mode 100644 index 000000000..6cbf49bef --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-unclump.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-baseline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-baseline.svg new file mode 120000 index 000000000..05b020a7c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-baseline.svg @@ -0,0 +1 @@ +format-text-underline.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-bottom.svg new file mode 100644 index 000000000..a43564d0b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-bottom.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-center.svg new file mode 100644 index 000000000..85a9444d9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-center.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-equal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-equal.svg new file mode 100644 index 000000000..dc075d86a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-equal.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-gaps.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-gaps.svg new file mode 100644 index 000000000..ccdd5e022 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-gaps.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-margin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-margin.svg new file mode 100644 index 000000000..aba9f2567 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-margin.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-page.svg new file mode 100644 index 000000000..f0a126830 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-page.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-top.svg new file mode 100644 index 000000000..ac53cbb05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-top.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-y.svg new file mode 100644 index 000000000..809813e23 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-y.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-cleanup.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-cleanup.svg new file mode 120000 index 000000000..00150527a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-cleanup.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-close.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-decrypt.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-decrypt.svg new file mode 120000 index 000000000..a7673957b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-decrypt.svg @@ -0,0 +1 @@ +object-unlocked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-download.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-download.svg new file mode 120000 index 000000000..6aa652ef6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-download.svg @@ -0,0 +1 @@ +edit-download.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-decrypt-verify.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-decrypt-verify.svg new file mode 100644 index 000000000..c5d93ab76 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-decrypt-verify.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-decrypt.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-decrypt.svg new file mode 100644 index 000000000..5ef22f968 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-decrypt.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-encrypt.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-encrypt.svg new file mode 100644 index 000000000..3ad3604e3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-encrypt.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-sign-encrypt.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-sign-encrypt.svg new file mode 100644 index 000000000..5a82a9b6b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-sign-encrypt.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-sign.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-sign.svg new file mode 100644 index 000000000..9058c1de8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-sign.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-verify.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-verify.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-verify.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-encrypt.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-encrypt.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-encrypt.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-encrypted.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-encrypted.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-encrypted.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-export-ocal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-export-ocal.svg new file mode 120000 index 000000000..ace4fe41a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-export-ocal.svg @@ -0,0 +1 @@ +document-export.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-export-table.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-export-table.svg new file mode 120000 index 000000000..ace4fe41a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-export-table.svg @@ -0,0 +1 @@ +document-export.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-export.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-export.svg new file mode 100644 index 000000000..7a5f66408 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-export.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-import-ocal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-import-ocal.svg new file mode 120000 index 000000000..c7116c65c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-import-ocal.svg @@ -0,0 +1 @@ +document-import.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-import.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-import.svg new file mode 100644 index 000000000..2dd664fca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-import.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-multiple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-multiple.svg new file mode 120000 index 000000000..d423a338d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-multiple.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-new-from-template.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-new-from-template.svg new file mode 100644 index 000000000..599f97ec1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-new-from-template.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-new.svg new file mode 100644 index 000000000..a15ff8331 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-new.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open-data.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open-data.svg new file mode 120000 index 000000000..8dca637dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open-data.svg @@ -0,0 +1 @@ +document-open.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open-folder.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open-folder.svg new file mode 100644 index 000000000..6ab7229c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open-folder.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open-recent.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open-recent.svg new file mode 100644 index 000000000..2a2f40b59 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open-recent.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open-remote.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open-remote.svg new file mode 120000 index 000000000..c03a9d937 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open-remote.svg @@ -0,0 +1 @@ +insert-link.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open.svg new file mode 100644 index 000000000..a44657fcf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-page-setup.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-page-setup.svg new file mode 100644 index 000000000..63b51ca9d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-page-setup.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-preview-archive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-preview-archive.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-preview-archive.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-preview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-preview.svg new file mode 100644 index 000000000..7bc691835 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-preview.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-print-direct.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-print-direct.svg new file mode 120000 index 000000000..5de601c8a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-print-direct.svg @@ -0,0 +1 @@ +document-print.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-print-frame.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-print-frame.svg new file mode 120000 index 000000000..5de601c8a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-print-frame.svg @@ -0,0 +1 @@ +document-print.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-print-preview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-print-preview.svg new file mode 100644 index 000000000..61541e909 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-print-preview.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-print.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-print.svg new file mode 100644 index 000000000..6edae17fc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-print.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-properties.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-properties.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-replace.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-replace.svg new file mode 100644 index 000000000..6834945e9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-replace.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-revert-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-revert-rtl.svg new file mode 100644 index 000000000..b854c0fac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-revert-rtl.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-revert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-revert.svg new file mode 100644 index 000000000..3eab35e0e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-revert.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-save-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-save-all.svg new file mode 100644 index 000000000..d7aa7b41d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-save-all.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-save-as.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-save-as.svg new file mode 100644 index 000000000..f0ab7eb0a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-save-as.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-save.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-save.svg new file mode 100644 index 000000000..4fc4fccd1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-save.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-send.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-send.svg new file mode 120000 index 000000000..771b1c825 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-send.svg @@ -0,0 +1 @@ +mail-send.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-share.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-share.svg new file mode 100644 index 000000000..044bf0621 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-share.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-sign.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-sign.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-sign.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-swap.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-swap.svg new file mode 100644 index 000000000..758fe7ecc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-swap.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/documentation.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/documentation.svg new file mode 100644 index 000000000..3f9d22144 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/documentation.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/documentinfo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/documentinfo.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/documentinfo.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/donate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/donate.svg new file mode 100644 index 000000000..e818acce0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/donate.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/double-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/double-page.svg new file mode 100644 index 000000000..27f3e1e03 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/double-page.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/down.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/down.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/download-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/download-amarok.svg new file mode 120000 index 000000000..e2277db9a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/download-amarok.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/download-later.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/download-later.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/download-later.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/download.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/download.svg new file mode 120000 index 000000000..6aa652ef6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/download.svg @@ -0,0 +1 @@ +edit-download.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/downloading.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/downloading.svg new file mode 100644 index 000000000..35d0207d4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/downloading.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow-back.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow-back.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow-back.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow-down.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow-down.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow-forward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow-forward.svg new file mode 120000 index 000000000..c3064420a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow-forward.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow-up.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow-up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow.svg new file mode 100644 index 000000000..4f39c762a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-bezier-curves.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-bezier-curves.svg new file mode 100644 index 000000000..5b771c11c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-bezier-curves.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-booleans.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-booleans.svg new file mode 100644 index 000000000..d1b2b17bf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-booleans.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-brush.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-brush.svg new file mode 100644 index 000000000..5cbc4e3dd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-brush.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-calligraphic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-calligraphic.svg new file mode 100644 index 000000000..9bcbc4792 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-calligraphic.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-circle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-circle.svg new file mode 100644 index 000000000..4301a799c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-circle.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-connector.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-connector.svg new file mode 100644 index 000000000..d7f434bb4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-connector.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-cross.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-cross.svg new file mode 100644 index 000000000..f935c797d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-cross.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-cuboid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-cuboid.svg new file mode 100644 index 000000000..0a1973990 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-cuboid.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-donut.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-donut.svg new file mode 100644 index 000000000..e8bdf4276 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-donut.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse-arc.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse-arc.svg new file mode 100644 index 000000000..941dde76c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse-arc.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse-chord.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse-chord.svg new file mode 100644 index 000000000..3fa51c8dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse-chord.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse-segment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse-segment.svg new file mode 100644 index 000000000..e86f883d2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse-segment.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse-whole.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse-whole.svg new file mode 100644 index 000000000..82cc41c47 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse-whole.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse.svg new file mode 100644 index 000000000..66067ba86 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-eraser-delete-objects.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-eraser-delete-objects.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-eraser-delete-objects.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-eraser.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-eraser.svg new file mode 100644 index 000000000..6e08bbd52 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-eraser.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-freehand.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-freehand.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-freehand.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-angle-bisector.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-angle-bisector.svg new file mode 100644 index 000000000..72a3d5e28 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-angle-bisector.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-circle-from-radius.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-circle-from-radius.svg new file mode 100644 index 000000000..b1fa9dec1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-circle-from-radius.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-circle-from-three-points.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-circle-from-three-points.svg new file mode 100644 index 000000000..db1d2ec06 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-circle-from-three-points.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-inactive.svg new file mode 100644 index 000000000..ddea25611 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-inactive.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-line-parallel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-line-parallel.svg new file mode 100644 index 000000000..6b2591a34 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-line-parallel.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-line-perpendicular.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-line-perpendicular.svg new file mode 100644 index 000000000..4cf2de0a1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-line-perpendicular.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-line-segment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-line-segment.svg new file mode 100644 index 000000000..1e16efbea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-line-segment.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-mirror.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-mirror.svg new file mode 100644 index 000000000..c21a7b461 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-mirror.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-set-bounding-box.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-set-bounding-box.svg new file mode 100644 index 000000000..61a73cc4a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-set-bounding-box.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-show-measuring-info.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-show-measuring-info.svg new file mode 100644 index 000000000..40552992f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-show-measuring-info.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry.svg new file mode 100644 index 000000000..1a89c5edb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-halfcircle1.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-halfcircle1.svg new file mode 100644 index 000000000..3495f590f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-halfcircle1.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-halfcircle2.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-halfcircle2.svg new file mode 100644 index 000000000..f7395386a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-halfcircle2.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-halfcircle3.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-halfcircle3.svg new file mode 100644 index 000000000..4e2fa187b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-halfcircle3.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-halfcircle4.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-halfcircle4.svg new file mode 100644 index 000000000..dca0336dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-halfcircle4.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-highlight.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-highlight.svg new file mode 100644 index 000000000..83b1a7c15 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-highlight.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-line.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-line.svg new file mode 100644 index 000000000..dd7ac46e2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-line.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-number.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-number.svg new file mode 100644 index 000000000..4f7a8a9a2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-number.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-path.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-path.svg new file mode 100644 index 000000000..07ddd1d5f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-path.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-polygon-star.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-polygon-star.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-polygon-star.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-polygon.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-polygon.svg new file mode 100644 index 000000000..99f2516e4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-polygon.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-polyline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-polyline.svg new file mode 100644 index 000000000..19ec4a7cf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-polyline.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-rectangle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-rectangle.svg new file mode 100644 index 000000000..67afa9f85 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-rectangle.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-spiral.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-spiral.svg new file mode 100644 index 000000000..00c220689 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-spiral.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-square-inverted-corners.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-square-inverted-corners.svg new file mode 100644 index 000000000..0d1a6212b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-square-inverted-corners.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-star.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-star.svg new file mode 100644 index 000000000..61cb2a6b1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-star.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-text.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-text.svg new file mode 120000 index 000000000..36a013999 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-text.svg @@ -0,0 +1 @@ +format-text-larger.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-trace-background.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-trace-background.svg new file mode 100644 index 000000000..50ee9818f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-trace-background.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle.svg new file mode 100644 index 000000000..ab781f10b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle1.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle1.svg new file mode 120000 index 000000000..293e17ffa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle1.svg @@ -0,0 +1 @@ +pan-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle2.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle2.svg new file mode 120000 index 000000000..a97e184da --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle2.svg @@ -0,0 +1 @@ +pan-end.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle3.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle3.svg new file mode 120000 index 000000000..687a8fb01 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle3.svg @@ -0,0 +1 @@ +pan-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle4.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle4.svg new file mode 120000 index 000000000..2603a4917 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle4.svg @@ -0,0 +1 @@ +pan-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-use-pressure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-use-pressure.svg new file mode 100644 index 000000000..ce9a8212c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-use-pressure.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-use-tilt.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-use-tilt.svg new file mode 100644 index 000000000..f74618df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-use-tilt.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-watercolor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-watercolor.svg new file mode 100644 index 000000000..36ccdfac9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-watercolor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dynamic-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dynamic-amarok.svg new file mode 120000 index 000000000..26f669677 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dynamic-amarok.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/earthquake.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/earthquake.svg new file mode 100644 index 000000000..7df1c04ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/earthquake.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-add.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-add.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-bomb.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-bomb.svg new file mode 100644 index 000000000..6d00569b9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-bomb.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-all.svg new file mode 120000 index 000000000..cc1037fce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-all.svg @@ -0,0 +1 @@ +edit-clear-list.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-history.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-history.svg new file mode 100644 index 000000000..194356977 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-history.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-list.svg new file mode 100644 index 000000000..dc569e9dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-list.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-locationbar-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-locationbar-ltr.svg new file mode 120000 index 000000000..beaae7968 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-locationbar-ltr.svg @@ -0,0 +1 @@ +edit-clear-rtl.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-locationbar-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-locationbar-rtl.svg new file mode 120000 index 000000000..00150527a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-locationbar-rtl.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-rtl.svg new file mode 100644 index 000000000..58e92e16a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-rtl.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear.svg new file mode 100644 index 000000000..2f8fe54e4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clone-unlink.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clone-unlink.svg new file mode 100644 index 000000000..2fdf62ea3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clone-unlink.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clone.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clone.svg new file mode 100644 index 000000000..d8690af91 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clone.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-comment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-comment.svg new file mode 120000 index 000000000..541dfabd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-comment.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-copy.svg new file mode 100644 index 000000000..cb79edb24 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-copy.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-cut.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-cut.svg new file mode 100644 index 000000000..13f7d3f65 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-cut.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-delete-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-delete-remove.svg new file mode 100644 index 000000000..fff5b56cb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-delete-remove.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-delete-shred.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-delete-shred.svg new file mode 100644 index 000000000..2c4d8431f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-delete-shred.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-download.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-download.svg new file mode 100644 index 000000000..2720dca1f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-download.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-duplicate.svg new file mode 100644 index 000000000..0fe3ab73b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-duplicate.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-entry.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-entry.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-entry.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find-mail.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find-mail.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find-mail.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find-project.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find-project.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find-project.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find-replace.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find-replace.svg new file mode 100644 index 000000000..027a2fe6a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find-replace.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find-user.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find-user.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find.svg new file mode 100644 index 000000000..8da39f880 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-flag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-flag.svg new file mode 120000 index 000000000..c8171f589 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-flag.svg @@ -0,0 +1 @@ +flag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-guides.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-guides.svg new file mode 100644 index 000000000..fa734d750 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-guides.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-image-face-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-image-face-add.svg new file mode 100644 index 000000000..c43ba1970 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-image-face-add.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-image-face-detect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-image-face-detect.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-image-face-detect.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-image-face-recognize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-image-face-recognize.svg new file mode 100644 index 000000000..8cc66b832 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-image-face-recognize.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-image-face-show.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-image-face-show.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-image-face-show.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-link.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-link.svg new file mode 100644 index 000000000..31b637d14 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-link.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-map.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-map.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-map.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-mark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-mark.svg new file mode 120000 index 000000000..c8171f589 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-mark.svg @@ -0,0 +1 @@ +flag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-move.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-move.svg new file mode 100644 index 000000000..a3dc43748 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-move.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-node.svg new file mode 100644 index 000000000..cb39a0fbc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-node.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-none.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-none.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-none.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-opacity.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-opacity.svg new file mode 100644 index 000000000..11d1d6f0f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-opacity.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-paste-in-place.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-paste-in-place.svg new file mode 100644 index 000000000..0c5389c63 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-paste-in-place.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-paste-style.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-paste-style.svg new file mode 100644 index 000000000..f6b946741 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-paste-style.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-paste.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-paste.svg new file mode 100644 index 000000000..3c4bd65d2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-paste.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-redo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-redo.svg new file mode 100644 index 000000000..48f72109c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-redo.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-rename.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-rename.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-rename.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-all-layers.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-all-layers.svg new file mode 100644 index 000000000..f6a20f428 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-all-layers.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-all.svg new file mode 100644 index 000000000..50619567b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-all.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-invert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-invert.svg new file mode 100644 index 000000000..e883fa4e5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-invert.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-lasso.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-lasso.svg new file mode 100644 index 000000000..9a8c4f2a4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-lasso.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-none.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-none.svg new file mode 100644 index 000000000..df675b073 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-none.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-original.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-original.svg new file mode 100644 index 000000000..cdbd2c238 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-original.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-text.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-text.svg new file mode 100644 index 000000000..c862b25ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-text.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select.svg new file mode 100644 index 000000000..0e8dee858 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-cell-merge.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-cell-merge.svg new file mode 100644 index 000000000..f81fbe9f5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-cell-merge.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-cell-split.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-cell-split.svg new file mode 100644 index 000000000..a1b8b730a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-cell-split.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-delete-column.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-delete-column.svg new file mode 100644 index 000000000..94918b51e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-delete-column.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-delete-row.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-delete-row.svg new file mode 100644 index 000000000..99ce0fcb7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-delete-row.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-column-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-column-left.svg new file mode 100644 index 000000000..7c8457916 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-column-left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-column-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-column-right.svg new file mode 100644 index 000000000..9c2b04c26 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-column-right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-row-above.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-row-above.svg new file mode 100644 index 000000000..63967cc9a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-row-above.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-row-below.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-row-below.svg new file mode 100644 index 000000000..09094b385 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-row-below.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-row-under.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-row-under.svg new file mode 100644 index 000000000..c1e1e47b7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-row-under.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-text-frame-update.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-text-frame-update.svg new file mode 100644 index 000000000..5c691ffd5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-text-frame-update.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-undo-history.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-undo-history.svg new file mode 100644 index 000000000..08581b1eb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-undo-history.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-undo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-undo.svg new file mode 100644 index 000000000..81e0d7ef2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-undo.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit.svg new file mode 100644 index 000000000..173a68dd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editclear.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editclear.svg new file mode 120000 index 000000000..00150527a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editclear.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editcopy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editcopy.svg new file mode 120000 index 000000000..d423a338d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editcopy.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editcut.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editcut.svg new file mode 120000 index 000000000..ab241573e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editcut.svg @@ -0,0 +1 @@ +edit-cut.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editdelete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editdelete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editdelete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editimage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editimage.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editimage.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editor.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editor.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editpaste.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editpaste.svg new file mode 120000 index 000000000..f9cf17083 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editpaste.svg @@ -0,0 +1 @@ +edit-paste.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edittext.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edittext.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edittext.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edittrash.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edittrash.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edittrash.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/embosstool.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/embosstool.svg new file mode 100644 index 000000000..9144e43c5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/embosstool.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/emptytrash.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/emptytrash.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/emptytrash.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/enterprise.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/enterprise.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/enterprise.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/entry-clone.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/entry-clone.svg new file mode 120000 index 000000000..d423a338d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/entry-clone.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/entry-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/entry-delete.svg new file mode 100644 index 000000000..463994ecb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/entry-delete.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/entry-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/entry-edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/entry-edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/entry-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/entry-new.svg new file mode 100644 index 000000000..581510d00 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/entry-new.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/equalizer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/equalizer.svg new file mode 120000 index 000000000..9d296896c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/equalizer.svg @@ -0,0 +1 @@ +view-media-equalizer.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/error.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/error.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/error.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-all.svg new file mode 100644 index 000000000..3d509eff0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-all.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-down.svg new file mode 100644 index 000000000..0e7268b48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-down.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-horizontal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-horizontal.svg new file mode 100644 index 000000000..4dcaaca86 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-horizontal.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-left.svg new file mode 100644 index 000000000..1a6454d1e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-left.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-right.svg new file mode 100644 index 000000000..06c267acb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-right.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-up.svg new file mode 100644 index 000000000..865374400 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-up.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-vertical.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-vertical.svg new file mode 100644 index 000000000..4903e90c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-vertical.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exchange-positions-clockwise.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exchange-positions-clockwise.svg new file mode 100644 index 000000000..78b3a2497 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exchange-positions-clockwise.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exchange-positions-zorder.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exchange-positions-zorder.svg new file mode 100644 index 000000000..e9e3e3306 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exchange-positions-zorder.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exchange-positions.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exchange-positions.svg new file mode 100644 index 000000000..f86cd035e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exchange-positions.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exifinfo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exifinfo.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exifinfo.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exit.svg new file mode 120000 index 000000000..514fcfb1d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exit.svg @@ -0,0 +1 @@ +application-exit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/expand.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/expand.svg new file mode 120000 index 000000000..2603a4917 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/expand.svg @@ -0,0 +1 @@ +pan-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/extract-archive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/extract-archive.svg new file mode 120000 index 000000000..653488ec3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/extract-archive.svg @@ -0,0 +1 @@ +cm_extractfiles.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favicon-download.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favicon-download.svg new file mode 120000 index 000000000..9510df91c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favicon-download.svg @@ -0,0 +1 @@ +insert-image.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favorite-favorited.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favorite-favorited.svg new file mode 100644 index 000000000..906d59933 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favorite-favorited.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favorite-genres-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favorite-genres-amarok.svg new file mode 100644 index 000000000..11bced26e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favorite-genres-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favorite.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favorite.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favorite.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favorites.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favorites.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favorites.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-anthy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-anthy.svg new file mode 100644 index 000000000..1ea15ba5c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-anthy.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-bopomofo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-bopomofo.svg new file mode 120000 index 000000000..919433959 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-bopomofo.svg @@ -0,0 +1 @@ +fcitx-rime.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-cangjie.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-cangjie.svg new file mode 100644 index 000000000..1dab90f00 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-cangjie.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-chewing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-chewing.svg new file mode 100644 index 000000000..6c234b025 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-chewing.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-chn.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-chn.svg new file mode 100644 index 000000000..2ebe42e23 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-chn.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-chttrans-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-chttrans-active.svg new file mode 100644 index 000000000..ef01a4a84 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-chttrans-active.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-chttrans-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-chttrans-inactive.svg new file mode 100644 index 000000000..a6d5ddfc5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-chttrans-inactive.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-erbi.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-erbi.svg new file mode 100644 index 000000000..bf02214ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-erbi.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-fullwidth-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-fullwidth-active.svg new file mode 100644 index 000000000..2fb597505 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-fullwidth-active.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-fullwidth-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-fullwidth-inactive.svg new file mode 100644 index 000000000..ed2a4208e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-fullwidth-inactive.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-googlepinyin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-googlepinyin.svg new file mode 100644 index 000000000..8e1a4ef9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-googlepinyin.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-handwriting-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-handwriting-active.svg new file mode 100644 index 000000000..8096a5d4d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-handwriting-active.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-handwriting-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-handwriting-inactive.svg new file mode 100644 index 000000000..73d604e17 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-handwriting-inactive.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-hangul.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-hangul.svg new file mode 100644 index 000000000..b5d20a0f1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-hangul.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-kbd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-kbd.svg new file mode 100644 index 000000000..56c325b86 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-kbd.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-kkc.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-kkc.svg new file mode 100644 index 000000000..86cb4dad1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-kkc.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-pinyin-libpinyin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-pinyin-libpinyin.svg new file mode 120000 index 000000000..d7b28edeb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-pinyin-libpinyin.svg @@ -0,0 +1 @@ +fcitx-pinyin.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-pinyin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-pinyin.svg new file mode 100644 index 000000000..e7bbdbacf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-pinyin.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-punc-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-punc-active.svg new file mode 100644 index 000000000..a2a2ece39 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-punc-active.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-punc-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-punc-inactive.svg new file mode 100644 index 000000000..7d1975d75 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-punc-inactive.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-remind-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-remind-active.svg new file mode 100644 index 000000000..7f6f0faa2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-remind-active.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-remind-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-remind-inactive.svg new file mode 100644 index 000000000..f01b0d212 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-remind-inactive.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-rime-deploy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-rime-deploy.svg new file mode 100644 index 000000000..44b2ea199 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-rime-deploy.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-rime-sync.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-rime-sync.svg new file mode 100644 index 000000000..fdb233684 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-rime-sync.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-rime.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-rime.svg new file mode 100644 index 000000000..a75fea9f3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-rime.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-sayura.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-sayura.svg new file mode 100644 index 000000000..abf26f66b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-sayura.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-shuangpin-libpinyin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-shuangpin-libpinyin.svg new file mode 120000 index 000000000..d93668297 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-shuangpin-libpinyin.svg @@ -0,0 +1 @@ +fcitx-shuangpin.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-shuangpin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-shuangpin.svg new file mode 100644 index 000000000..00cb1ada3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-shuangpin.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-skk.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-skk.svg new file mode 100644 index 000000000..caeaa1508 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-skk.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-sunpinyin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-sunpinyin.svg new file mode 100644 index 000000000..e1a507553 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-sunpinyin.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-unikey.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-unikey.svg new file mode 100644 index 000000000..acdc865f2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-unikey.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-vk-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-vk-active.svg new file mode 120000 index 000000000..ca94a1981 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-vk-active.svg @@ -0,0 +1 @@ +fcitx-kbd.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-vk-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-vk-inactive.svg new file mode 100644 index 000000000..0e86cde28 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-vk-inactive.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-wbpy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-wbpy.svg new file mode 120000 index 000000000..8edd84f56 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-wbpy.svg @@ -0,0 +1 @@ +fcitx-wubi.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-wubi.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-wubi.svg new file mode 100644 index 000000000..53f7cba09 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-wubi.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-zhuyin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-zhuyin.svg new file mode 120000 index 000000000..919433959 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-zhuyin.svg @@ -0,0 +1 @@ +fcitx-rime.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-ziranma.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-ziranma.svg new file mode 100644 index 000000000..e4a6449b2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-ziranma.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/featured-vm.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/featured-vm.svg new file mode 120000 index 000000000..0db970529 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/featured-vm.svg @@ -0,0 +1 @@ +system-run.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/feed-subscribe.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/feed-subscribe.svg new file mode 120000 index 000000000..2f0fbff8b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/feed-subscribe.svg @@ -0,0 +1 @@ +application-rss+xml.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/file-zoom-in.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/file-zoom-in.svg new file mode 120000 index 000000000..a74d0584f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/file-zoom-in.svg @@ -0,0 +1 @@ +zoom-in.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/file-zoom-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/file-zoom-out.svg new file mode 120000 index 000000000..580ed013e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/file-zoom-out.svg @@ -0,0 +1 @@ +zoom-out.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filefind.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filefind.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filefind.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-album-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-album-amarok.svg new file mode 120000 index 000000000..f8898e2de --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-album-amarok.svg @@ -0,0 +1 @@ +media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-and-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-and-amarok.svg new file mode 100644 index 000000000..71f12fdee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-and-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-artist-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-artist-amarok.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-artist-amarok.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-bpm-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-bpm-amarok.svg new file mode 120000 index 000000000..52a251442 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-bpm-amarok.svg @@ -0,0 +1 @@ +kt-speed-limits.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-comment-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-comment-amarok.svg new file mode 120000 index 000000000..541dfabd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-comment-amarok.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-composer-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-composer-amarok.svg new file mode 120000 index 000000000..c2db29954 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-composer-amarok.svg @@ -0,0 +1 @@ +document-edit-sign.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-dash-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-dash-amarok.svg new file mode 120000 index 000000000..bc895d387 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-dash-amarok.svg @@ -0,0 +1 @@ +dashboard-show.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-discnumber-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-discnumber-amarok.svg new file mode 100644 index 000000000..240b7385a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-discnumber-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-divider.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-divider.svg new file mode 100644 index 000000000..cac3bdb2f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-divider.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-dot-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-dot-amarok.svg new file mode 100644 index 000000000..eb73df743 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-dot-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-filetype-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-filetype-amarok.svg new file mode 120000 index 000000000..bd5a1a3e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-filetype-amarok.svg @@ -0,0 +1 @@ +tools-rip-audio-cd.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-genre-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-genre-amarok.svg new file mode 120000 index 000000000..597fac171 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-genre-amarok.svg @@ -0,0 +1 @@ +favorite-genres-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-group-length.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-group-length.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-group-length.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-group-tracks.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-group-tracks.svg new file mode 120000 index 000000000..324bd1d2a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-group-tracks.svg @@ -0,0 +1 @@ +filename-discnumber-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-ignore-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-ignore-amarok.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-ignore-amarok.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-initial-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-initial-amarok.svg new file mode 100644 index 000000000..6931f0afe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-initial-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-last-played.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-last-played.svg new file mode 120000 index 000000000..a04747903 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-last-played.svg @@ -0,0 +1 @@ +view-calendar-timeline.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-moodbar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-moodbar.svg new file mode 100644 index 000000000..f203c9253 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-moodbar.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-sample-rate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-sample-rate.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-sample-rate.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-slash-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-slash-amarok.svg new file mode 100644 index 000000000..629f2a083 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-slash-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-space-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-space-amarok.svg new file mode 100644 index 000000000..217bb6ad1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-space-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-title-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-title-amarok.svg new file mode 100644 index 000000000..64099a861 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-title-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-track-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-track-amarok.svg new file mode 120000 index 000000000..324bd1d2a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-track-amarok.svg @@ -0,0 +1 @@ +filename-discnumber-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-underscore-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-underscore-amarok.svg new file mode 100644 index 000000000..ad1004f39 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-underscore-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-year-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-year-amarok.svg new file mode 120000 index 000000000..54445ac9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-year-amarok.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filenew.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filenew.svg new file mode 120000 index 000000000..300fb89b6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filenew.svg @@ -0,0 +1 @@ +document-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fileopen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fileopen.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fileopen.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fileprint.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fileprint.svg new file mode 120000 index 000000000..5de601c8a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fileprint.svg @@ -0,0 +1 @@ +document-print.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filequickprint.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filequickprint.svg new file mode 120000 index 000000000..f065dadc1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filequickprint.svg @@ -0,0 +1 @@ +document-print-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filesave.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filesave.svg new file mode 120000 index 000000000..e2277db9a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filesave.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filesaveas.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filesaveas.svg new file mode 120000 index 000000000..0d756edd8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filesaveas.svg @@ -0,0 +1 @@ +document-save-as.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fileview-preview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fileview-preview.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fileview-preview.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fill-color.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fill-color.svg new file mode 120000 index 000000000..10765a172 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fill-color.svg @@ -0,0 +1 @@ +color-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fill-rule-even-odd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fill-rule-even-odd.svg new file mode 100644 index 000000000..ddee07be6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fill-rule-even-odd.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fill-rule-nonzero.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fill-rule-nonzero.svg new file mode 100644 index 000000000..5b7df07a9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fill-rule-nonzero.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filmgrain.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filmgrain.svg new file mode 100644 index 000000000..8db6f5bdf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filmgrain.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filter-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filter-active.svg new file mode 100644 index 000000000..b5d001fcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filter-active.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filter-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filter-all.svg new file mode 120000 index 000000000..a80b355ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filter-all.svg @@ -0,0 +1 @@ +pack-less.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filter-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filter-inactive.svg new file mode 100644 index 000000000..2522ca7ea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filter-inactive.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filter-stalled.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filter-stalled.svg new file mode 100644 index 000000000..3ae04ac5d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filter-stalled.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/find-location.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/find-location.svg new file mode 100644 index 000000000..1b5d48318 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/find-location.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/find.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/find.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/find.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/firewalled.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/firewalled.svg new file mode 100644 index 000000000..c4d395758 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/firewalled.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitbest.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitbest.svg new file mode 100644 index 000000000..fb34dbce6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitbest.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitheight.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitheight.svg new file mode 100644 index 000000000..3694b37f0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitheight.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitmanual.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitmanual.svg new file mode 120000 index 000000000..f0b026afc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitmanual.svg @@ -0,0 +1 @@ +window.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitsize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitsize.svg new file mode 100644 index 000000000..8b539e621 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitsize.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitwidth.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitwidth.svg new file mode 100644 index 000000000..965ae0fbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitwidth.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-black.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-black.svg new file mode 100644 index 000000000..6429a3d5d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-black.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-blue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-blue.svg new file mode 100644 index 000000000..4a6cb6065 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-blue.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-green.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-green.svg new file mode 100644 index 000000000..bc3782aae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-green.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-red.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-red.svg new file mode 100644 index 000000000..dde4e1a3a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-red.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-yellow.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-yellow.svg new file mode 100644 index 000000000..5d9e08f2f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-yellow.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag.svg new file mode 100644 index 000000000..1b4e2b438 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flatten_simplify.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flatten_simplify.svg new file mode 100644 index 000000000..1bca5485b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flatten_simplify.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-compact.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-compact.svg new file mode 120000 index 000000000..887959bb6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-compact.svg @@ -0,0 +1 @@ +view-compact.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-details.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-details.svg new file mode 120000 index 000000000..a379444c2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-details.svg @@ -0,0 +1 @@ +view-list-details.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-icons.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-icons.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-icons.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-new.svg new file mode 120000 index 000000000..71831b4ed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-new.svg @@ -0,0 +1 @@ +window-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-thumbs.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-thumbs.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-thumbs.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/focus-legacy-systray.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/focus-legacy-systray.svg new file mode 100644 index 000000000..537f7fbb3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/focus-legacy-systray.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/focus-top-bar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/focus-top-bar.svg new file mode 100644 index 000000000..485dab484 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/focus-top-bar.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/focus-windows.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/focus-windows.svg new file mode 100644 index 000000000..7fedc2b55 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/focus-windows.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-copy.svg new file mode 100644 index 000000000..f9237626b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-copy.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-move.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-move.svg new file mode 100644 index 000000000..2d4bf38d2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-move.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-new.svg new file mode 100644 index 000000000..60b8626a4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-new.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-open-recent.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-open-recent.svg new file mode 100644 index 000000000..a130dcb28 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-open-recent.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-open.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-open.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-open.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-saved-search.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-saved-search.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-saved-search.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-sync.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-sync.svg new file mode 100644 index 000000000..960ce27e8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-sync.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-tag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-tag.svg new file mode 120000 index 000000000..2bb4152ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-tag.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder_color_picker.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder_color_picker.svg new file mode 120000 index 000000000..aed247700 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder_color_picker.svg @@ -0,0 +1 @@ +color-picker.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder_new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder_new.svg new file mode 120000 index 000000000..149bcafc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder_new.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/followmouse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/followmouse.svg new file mode 120000 index 000000000..925eb22f1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/followmouse.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/font-select.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/font-select.svg new file mode 100644 index 000000000..a61ff88ea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/font-select.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/footsteps.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/footsteps.svg new file mode 100644 index 000000000..e5a449320 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/footsteps.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/force-recheck.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/force-recheck.svg new file mode 120000 index 000000000..c24482e39 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/force-recheck.svg @@ -0,0 +1 @@ +gtk-convert.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fork.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fork.svg new file mode 100644 index 000000000..aea3bb0e2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fork.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-add-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-add-node.svg new file mode 100644 index 000000000..4e9e92053 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-add-node.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-align-vertical-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-align-vertical-bottom.svg new file mode 120000 index 000000000..2f2f40051 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-align-vertical-bottom.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-align-vertical-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-align-vertical-center.svg new file mode 100644 index 000000000..5cfb1c4bf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-align-vertical-center.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-align-vertical-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-align-vertical-top.svg new file mode 120000 index 000000000..bdc5bb49e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-align-vertical-top.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-border-style.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-border-style.svg new file mode 120000 index 000000000..c47e3dc4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-border-style.svg @@ -0,0 +1 @@ +draw-path.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-break-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-break-node.svg new file mode 100644 index 000000000..9615ab0d4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-break-node.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-connect-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-connect-node.svg new file mode 100644 index 000000000..670550b17 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-connect-node.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-convert-to-path.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-convert-to-path.svg new file mode 100644 index 000000000..0289a8dea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-convert-to-path.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-currency.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-currency.svg new file mode 100644 index 000000000..72d62931f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-currency.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-disconnect-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-disconnect-node.svg new file mode 120000 index 000000000..9dc8e1b45 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-disconnect-node.svg @@ -0,0 +1 @@ +format-connect-node.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-fill-color.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-fill-color.svg new file mode 120000 index 000000000..10765a172 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-fill-color.svg @@ -0,0 +1 @@ +color-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-font-size-less.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-font-size-less.svg new file mode 100644 index 000000000..ea2b3e335 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-font-size-less.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-font-size-more.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-font-size-more.svg new file mode 100644 index 000000000..a39e9f1f7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-font-size-more.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-indent-less.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-indent-less.svg new file mode 100644 index 000000000..d596d867b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-indent-less.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-indent-more.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-indent-more.svg new file mode 100644 index 000000000..003136074 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-indent-more.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-insert-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-insert-node.svg new file mode 100644 index 000000000..f045dfce0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-insert-node.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-join-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-join-node.svg new file mode 100644 index 000000000..b0dc2dc0f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-join-node.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-justify-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-justify-center.svg new file mode 100644 index 000000000..833a0d1bd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-justify-center.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-justify-fill.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-justify-fill.svg new file mode 100644 index 000000000..8c7df32c0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-justify-fill.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-justify-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-justify-left.svg new file mode 100644 index 000000000..f4af447af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-justify-left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-justify-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-justify-right.svg new file mode 100644 index 000000000..0c98d3bc2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-justify-right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-line-spacing-double.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-line-spacing-double.svg new file mode 100644 index 000000000..8bd46dee2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-line-spacing-double.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-line-spacing-normal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-line-spacing-normal.svg new file mode 100644 index 000000000..3d30d3aa8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-line-spacing-normal.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-line-spacing-triple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-line-spacing-triple.svg new file mode 100644 index 000000000..5f7d93275 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-line-spacing-triple.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-list-ordered.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-list-ordered.svg new file mode 120000 index 000000000..007ae04b5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-list-ordered.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-list-unordered.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-list-unordered.svg new file mode 100644 index 000000000..cf5e3f9ce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-list-unordered.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-corner.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-corner.svg new file mode 100644 index 000000000..79dcddc55 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-corner.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-curve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-curve.svg new file mode 100644 index 000000000..87d6e1f2d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-curve.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-line.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-line.svg new file mode 100644 index 000000000..04fc10c78 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-line.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-smooth.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-smooth.svg new file mode 100644 index 000000000..a7b82f74a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-smooth.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-symmetric.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-symmetric.svg new file mode 100644 index 000000000..a12177d51 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-symmetric.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-number-percent.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-number-percent.svg new file mode 100644 index 000000000..18ca17b32 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-number-percent.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-precision-less.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-precision-less.svg new file mode 100644 index 000000000..4057f5e3d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-precision-less.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-precision-more.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-precision-more.svg new file mode 100644 index 000000000..5f86b718f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-precision-more.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-remove-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-remove-node.svg new file mode 100644 index 000000000..2a459b5a9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-remove-node.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-segment-curve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-segment-curve.svg new file mode 100644 index 000000000..edfe92607 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-segment-curve.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-segment-line.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-segment-line.svg new file mode 100644 index 000000000..7e238a16f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-segment-line.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-stroke-color.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-stroke-color.svg new file mode 120000 index 000000000..7a7334d57 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-stroke-color.svg @@ -0,0 +1 @@ +align-vertical-baseline.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-blockquote.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-blockquote.svg new file mode 100644 index 000000000..9129ec9f1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-blockquote.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-bold.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-bold.svg new file mode 100644 index 000000000..524e6a2c0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-bold.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-capitalize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-capitalize.svg new file mode 100644 index 000000000..47dc03758 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-capitalize.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-code.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-code.svg new file mode 120000 index 000000000..a6da8dd3b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-code.svg @@ -0,0 +1 @@ +dialog-xml-editor.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-color.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-color.svg new file mode 120000 index 000000000..36a013999 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-color.svg @@ -0,0 +1 @@ +format-text-larger.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-horizontal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-horizontal.svg new file mode 100644 index 000000000..b511ba2a3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-horizontal.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-ltr.svg new file mode 100644 index 000000000..b03863f93 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-ltr.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-r2l.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-r2l.svg new file mode 100644 index 000000000..6bd5e540a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-r2l.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-rtl.svg new file mode 100644 index 000000000..2d4efce45 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-rtl.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-vertical-lr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-vertical-lr.svg new file mode 100644 index 000000000..2b9a246c7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-vertical-lr.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-vertical.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-vertical.svg new file mode 100644 index 000000000..4b21d510c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-vertical.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-italic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-italic.svg new file mode 100644 index 000000000..6d86093c3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-italic.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-larger.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-larger.svg new file mode 100644 index 000000000..412507bb7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-larger.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-lowercase.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-lowercase.svg new file mode 100644 index 000000000..1ed1fa9f3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-lowercase.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-remove-formatting.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-remove-formatting.svg new file mode 100644 index 000000000..8619cc66a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-remove-formatting.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-smaller.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-smaller.svg new file mode 100644 index 000000000..0635057b9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-smaller.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-strikethrough.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-strikethrough.svg new file mode 100644 index 000000000..cc02d7f44 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-strikethrough.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-subscript.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-subscript.svg new file mode 100644 index 000000000..405281db0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-subscript.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-superscript.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-superscript.svg new file mode 100644 index 000000000..9c8afc2ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-superscript.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-symbol.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-symbol.svg new file mode 100644 index 000000000..229872290 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-symbol.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-underline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-underline.svg new file mode 100644 index 000000000..2106151e6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-underline.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-uppercase.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-uppercase.svg new file mode 100644 index 000000000..7a62a4335 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-uppercase.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/formula.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/formula.svg new file mode 100644 index 000000000..7eb875883 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/formula.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/forward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/forward.svg new file mode 120000 index 000000000..c34946671 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/forward.svg @@ -0,0 +1 @@ +mail-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-achievements.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-achievements.svg new file mode 100644 index 000000000..5e131a04d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-achievements.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-background.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-background.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-background.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-board.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-board.svg new file mode 100644 index 000000000..0f92d3df5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-board.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-custom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-custom.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-custom.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-options.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-options.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-options.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-theme.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-theme.svg new file mode 120000 index 000000000..2873b7efa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-theme.svg @@ -0,0 +1 @@ +draw-brush.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-tiles.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-tiles.svg new file mode 100644 index 000000000..35258d137 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-tiles.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-difficult.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-difficult.svg new file mode 100644 index 000000000..e45d1c4e0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-difficult.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-endturn.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-endturn.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-endturn.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-highscores.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-highscores.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-highscores.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-hint.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-hint.svg new file mode 100644 index 000000000..07805a8ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-hint.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-solve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-solve.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-solve.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gcr-gnupg.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gcr-gnupg.svg new file mode 100644 index 000000000..c7a745c00 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gcr-gnupg.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/geany-build.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/geany-build.svg new file mode 120000 index 000000000..28d76fd4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/geany-build.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/geany-close-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/geany-close-all.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/geany-close-all.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/geany-save-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/geany-save-all.svg new file mode 120000 index 000000000..43e072f4d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/geany-save-all.svg @@ -0,0 +1 @@ +document-save-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/get-hot-new-stuff.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/get-hot-new-stuff.svg new file mode 100644 index 000000000..01ebacc58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/get-hot-new-stuff.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-branch.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-branch.svg new file mode 100644 index 000000000..72e83f517 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-branch.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-diff-view.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-diff-view.svg new file mode 120000 index 000000000..36fc9a41c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-diff-view.svg @@ -0,0 +1 @@ +cm_flatview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-history-view.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-history-view.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-history-view.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-remote.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-remote.svg new file mode 120000 index 000000000..4d518f8f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-remote.svg @@ -0,0 +1 @@ +atmosphere.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-tag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-tag.svg new file mode 120000 index 000000000..2bb4152ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-tag.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/globe.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/globe.svg new file mode 120000 index 000000000..4d518f8f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/globe.svg @@ -0,0 +1 @@ +atmosphere.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-app-install-star.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-app-install-star.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-app-install-star.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-lockscreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-lockscreen.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-lockscreen.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-searchtool.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-searchtool.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-searchtool.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-stock-mail-fwd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-stock-mail-fwd.svg new file mode 120000 index 000000000..c34946671 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-stock-mail-fwd.svg @@ -0,0 +1 @@ +mail-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-stock-mail-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-stock-mail-new.svg new file mode 120000 index 000000000..2c823c0ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-stock-mail-new.svg @@ -0,0 +1 @@ +mail-message-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-stock-mail-rpl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-stock-mail-rpl.svg new file mode 120000 index 000000000..08677c8af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-stock-mail-rpl.svg @@ -0,0 +1 @@ +reply.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-stock-mail-snd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-stock-mail-snd.svg new file mode 120000 index 000000000..771b1c825 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-stock-mail-snd.svg @@ -0,0 +1 @@ +mail-send.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnumeric-comment-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnumeric-comment-edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnumeric-comment-edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnumeric-link-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnumeric-link-edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnumeric-link-edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-bottom.svg new file mode 100644 index 000000000..487e81140 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-bottom.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-down-search.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-down-search.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-down-search.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-down.svg new file mode 100644 index 000000000..32810ee7b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-down.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-first-view-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-first-view-page.svg new file mode 120000 index 000000000..c9c12cb65 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-first-view-page.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-first-view.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-first-view.svg new file mode 120000 index 000000000..c9c12cb65 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-first-view.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-first.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-first.svg new file mode 100644 index 000000000..2d25ebcab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-first.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-home-large.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-home-large.svg new file mode 120000 index 000000000..5cbdae998 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-home-large.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-home.svg new file mode 100644 index 000000000..85ef6c046 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-home.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-declaration.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-declaration.svg new file mode 100644 index 000000000..ffdc1ff07 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-declaration.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-definition.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-definition.svg new file mode 100644 index 000000000..2468f2e0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-definition.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-locationbar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-locationbar.svg new file mode 120000 index 000000000..2d8778593 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-locationbar.svg @@ -0,0 +1 @@ +go-jump.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-rtl.svg new file mode 100644 index 000000000..72e2f0d2f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-rtl.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-today.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-today.svg new file mode 120000 index 000000000..54445ac9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-today.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump.svg new file mode 100644 index 000000000..b3c2b6939 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-last-view-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-last-view-page.svg new file mode 120000 index 000000000..f9bbb2747 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-last-view-page.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-last-view.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-last-view.svg new file mode 120000 index 000000000..f9bbb2747 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-last-view.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-last.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-last.svg new file mode 100644 index 000000000..be3b97d3d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-last.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-left.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-left.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next-context.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next-context.svg new file mode 100644 index 000000000..bd7cd8ed0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next-context.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next-use.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next-use.svg new file mode 100644 index 000000000..8009f9765 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next-use.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next-view-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next-view-page.svg new file mode 120000 index 000000000..c3064420a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next-view-page.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next-view.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next-view.svg new file mode 120000 index 000000000..c3064420a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next-view.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next.svg new file mode 100644 index 000000000..1da9ce207 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-parent-folder.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-parent-folder.svg new file mode 100644 index 000000000..590554e9b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-parent-folder.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous-context.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous-context.svg new file mode 100644 index 000000000..deeff7b78 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous-context.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous-use.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous-use.svg new file mode 100644 index 000000000..809a2766b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous-use.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous-view-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous-view-page.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous-view-page.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous-view.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous-view.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous-view.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous.svg new file mode 100644 index 000000000..4bc1a5b37 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-right.svg new file mode 120000 index 000000000..c3064420a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-right.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-today.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-today.svg new file mode 120000 index 000000000..516e9f164 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-today.svg @@ -0,0 +1 @@ +calendar-go-today.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-top.svg new file mode 100644 index 000000000..2f839a5d3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-top.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-up-search.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-up-search.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-up-search.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-up.svg new file mode 100644 index 000000000..cbee6d1fe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-up.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gohome.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gohome.svg new file mode 120000 index 000000000..5cbdae998 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gohome.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gpg.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gpg.svg new file mode 120000 index 000000000..a7673957b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gpg.svg @@ -0,0 +1 @@ +object-unlocked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gpgsm.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gpgsm.svg new file mode 120000 index 000000000..a7673957b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gpgsm.svg @@ -0,0 +1 @@ +object-unlocked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gps.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gps.svg new file mode 120000 index 000000000..940ccf439 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gps.svg @@ -0,0 +1 @@ +edit-paste-in-place.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/grid-axonometric.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/grid-axonometric.svg new file mode 100644 index 000000000..94115b2bc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/grid-axonometric.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/grid-rectangular.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/grid-rectangular.svg new file mode 100644 index 000000000..108b4cdf9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/grid-rectangular.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/grid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/grid.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/grid.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/group-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/group-delete.svg new file mode 100644 index 000000000..658002670 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/group-delete.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/group-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/group-edit.svg new file mode 100644 index 000000000..234ebacb5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/group-edit.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/group-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/group-new.svg new file mode 100644 index 000000000..c72d58f7c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/group-new.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-home.svg new file mode 120000 index 000000000..5cbdae998 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-home.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-note-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-note-new.svg new file mode 120000 index 000000000..00bdd8a7a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-note-new.svg @@ -0,0 +1 @@ +stock_notes.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-people.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-people.svg new file mode 120000 index 000000000..0fca1fb6f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-people.svg @@ -0,0 +1 @@ +view-user-offline-kopete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-plugin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-plugin.svg new file mode 120000 index 000000000..7563411ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-plugin.svg @@ -0,0 +1 @@ +plugins.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-tag-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-tag-new.svg new file mode 120000 index 000000000..4bfd68bd7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-tag-new.svg @@ -0,0 +1 @@ +tag-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-tag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-tag.svg new file mode 120000 index 000000000..2bb4152ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-tag.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-tags-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-tags-all.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-tags-all.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-tags-none.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-tags-none.svg new file mode 120000 index 000000000..cc1037fce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-tags-none.svg @@ -0,0 +1 @@ +edit-clear-list.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-dismiss.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-dismiss.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-dismiss.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-done.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-done.svg new file mode 120000 index 000000000..13ebf1395 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-done.svg @@ -0,0 +1 @@ +view-calendar-special-occasion.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-new.svg new file mode 120000 index 000000000..8ca434ee4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-new.svg @@ -0,0 +1 @@ +view-calendar-day.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-undismiss.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-undismiss.svg new file mode 120000 index 000000000..88a18b65f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-undismiss.svg @@ -0,0 +1 @@ +edit-undo.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-undone.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-undone.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-undone.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-work.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-work.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-work.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-about.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-about.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-about.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-add.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-add.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-apply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-apply.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-apply.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-authentication.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-authentication.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-authentication.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-bold.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-bold.svg new file mode 120000 index 000000000..3921884c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-bold.svg @@ -0,0 +1 @@ +format-text-bold.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-cancel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-cancel.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-cancel.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-cdrom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-cdrom.svg new file mode 120000 index 000000000..4cd912bb6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-cdrom.svg @@ -0,0 +1 @@ +tools-media-optical-format.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-clear.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-clear.svg new file mode 120000 index 000000000..cc1037fce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-clear.svg @@ -0,0 +1 @@ +edit-clear-list.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-close.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-color-picker.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-color-picker.svg new file mode 120000 index 000000000..1f41e7ef0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-color-picker.svg @@ -0,0 +1 @@ +color-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-connect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-connect.svg new file mode 120000 index 000000000..425dcc6b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-connect.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-convert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-convert.svg new file mode 100644 index 000000000..37faba73b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-convert.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-copy.svg new file mode 120000 index 000000000..d423a338d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-copy.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-cut.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-cut.svg new file mode 120000 index 000000000..ab241573e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-cut.svg @@ -0,0 +1 @@ +edit-cut.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-directory.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-directory.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-directory.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-disconnect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-disconnect.svg new file mode 120000 index 000000000..a3b26c720 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-disconnect.svg @@ -0,0 +1 @@ +network-disconnect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-dnd-multiple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-dnd-multiple.svg new file mode 120000 index 000000000..d423a338d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-dnd-multiple.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-execute.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-execute.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-execute.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-file.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-file.svg new file mode 120000 index 000000000..5e86bb448 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-file.svg @@ -0,0 +1 @@ +snap-page.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-find-and-replace.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-find-and-replace.svg new file mode 120000 index 000000000..0c2ba2934 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-find-and-replace.svg @@ -0,0 +1 @@ +edit-find-replace.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-find.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-find.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-find.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-floppy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-floppy.svg new file mode 120000 index 000000000..e2277db9a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-floppy.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-fullscreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-fullscreen.svg new file mode 120000 index 000000000..cbaa8381f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-fullscreen.svg @@ -0,0 +1 @@ +view-fullscreen.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-back-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-back-ltr.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-back-ltr.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-back-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-back-rtl.svg new file mode 120000 index 000000000..c3064420a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-back-rtl.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-down.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-down.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-forward-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-forward-ltr.svg new file mode 120000 index 000000000..c3064420a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-forward-ltr.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-forward-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-forward-rtl.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-forward-rtl.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-up.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-bottom.svg new file mode 120000 index 000000000..2f2f40051 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-bottom.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-first-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-first-ltr.svg new file mode 120000 index 000000000..c9c12cb65 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-first-ltr.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-first-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-first-rtl.svg new file mode 120000 index 000000000..f9bbb2747 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-first-rtl.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-last-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-last-ltr.svg new file mode 120000 index 000000000..f9bbb2747 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-last-ltr.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-last-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-last-rtl.svg new file mode 120000 index 000000000..c9c12cb65 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-last-rtl.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-top.svg new file mode 120000 index 000000000..bdc5bb49e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-top.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-home.svg new file mode 120000 index 000000000..5cbdae998 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-home.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-indent-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-indent-ltr.svg new file mode 120000 index 000000000..db83cea1a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-indent-ltr.svg @@ -0,0 +1 @@ +format-indent-more.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-indent-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-indent-rtl.svg new file mode 120000 index 000000000..c5f500214 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-indent-rtl.svg @@ -0,0 +1 @@ +format-indent-less.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-index.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-index.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-index.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-info.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-info.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-info.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-italic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-italic.svg new file mode 120000 index 000000000..a20d81293 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-italic.svg @@ -0,0 +1 @@ +format-text-italic.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-jump-to-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-jump-to-ltr.svg new file mode 120000 index 000000000..2d8778593 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-jump-to-ltr.svg @@ -0,0 +1 @@ +go-jump.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-jump-to-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-jump-to-rtl.svg new file mode 120000 index 000000000..ccdd201d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-jump-to-rtl.svg @@ -0,0 +1 @@ +go-jump-rtl.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-justify-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-justify-center.svg new file mode 120000 index 000000000..68248d20b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-justify-center.svg @@ -0,0 +1 @@ +format-justify-center.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-justify-fill.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-justify-fill.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-justify-fill.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-justify-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-justify-left.svg new file mode 120000 index 000000000..019e49deb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-justify-left.svg @@ -0,0 +1 @@ +format-justify-left.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-justify-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-justify-right.svg new file mode 120000 index 000000000..28bd79075 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-justify-right.svg @@ -0,0 +1 @@ +format-justify-right.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-leave-fullscreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-leave-fullscreen.svg new file mode 120000 index 000000000..cbaa8381f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-leave-fullscreen.svg @@ -0,0 +1 @@ +view-fullscreen.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-forward-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-forward-ltr.svg new file mode 120000 index 000000000..9c64c025a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-forward-ltr.svg @@ -0,0 +1 @@ +media-seek-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-forward-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-forward-rtl.svg new file mode 120000 index 000000000..ebae8aa61 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-forward-rtl.svg @@ -0,0 +1 @@ +media-seek-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-next-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-next-ltr.svg new file mode 120000 index 000000000..82214a21e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-next-ltr.svg @@ -0,0 +1 @@ +media-skip-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-next-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-next-rtl.svg new file mode 120000 index 000000000..a0af1946d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-next-rtl.svg @@ -0,0 +1 @@ +media-skip-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-pause.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-play-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-play-ltr.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-play-ltr.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-previous-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-previous-ltr.svg new file mode 120000 index 000000000..a0af1946d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-previous-ltr.svg @@ -0,0 +1 @@ +media-skip-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-previous-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-previous-rtl.svg new file mode 120000 index 000000000..82214a21e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-previous-rtl.svg @@ -0,0 +1 @@ +media-skip-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-record.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-record.svg new file mode 120000 index 000000000..8ca2d4396 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-record.svg @@ -0,0 +1 @@ +media-record.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-rewind-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-rewind-ltr.svg new file mode 120000 index 000000000..ebae8aa61 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-rewind-ltr.svg @@ -0,0 +1 @@ +media-seek-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-rewind-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-rewind-rtl.svg new file mode 120000 index 000000000..9c64c025a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-rewind-rtl.svg @@ -0,0 +1 @@ +media-seek-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-stop.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-new.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-new.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-no.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-no.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-no.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-ok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-ok.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-ok.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-open.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-open.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-open.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-paste.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-paste.svg new file mode 120000 index 000000000..f9cf17083 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-paste.svg @@ -0,0 +1 @@ +edit-paste.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-preferences.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-preferences.svg new file mode 120000 index 000000000..0db970529 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-preferences.svg @@ -0,0 +1 @@ +system-run.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-print-preview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-print-preview.svg new file mode 120000 index 000000000..f065dadc1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-print-preview.svg @@ -0,0 +1 @@ +document-print-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-print.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-print.svg new file mode 120000 index 000000000..5de601c8a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-print.svg @@ -0,0 +1 @@ +document-print.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-properties.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-quit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-quit.svg new file mode 120000 index 000000000..cc1037fce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-quit.svg @@ -0,0 +1 @@ +edit-clear-list.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-refresh.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-refresh.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-refresh.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-remove.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-remove.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-revert-to-saved-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-revert-to-saved-ltr.svg new file mode 120000 index 000000000..c4692e0b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-revert-to-saved-ltr.svg @@ -0,0 +1 @@ +document-revert.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-revert-to-saved-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-revert-to-saved-rtl.svg new file mode 120000 index 000000000..c4692e0b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-revert-to-saved-rtl.svg @@ -0,0 +1 @@ +document-revert.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-save-as.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-save-as.svg new file mode 120000 index 000000000..0d756edd8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-save-as.svg @@ -0,0 +1 @@ +document-save-as.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-save.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-save.svg new file mode 120000 index 000000000..e2277db9a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-save.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-select-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-select-all.svg new file mode 120000 index 000000000..6754181aa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-select-all.svg @@ -0,0 +1 @@ +edit-select-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-select-color.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-select-color.svg new file mode 120000 index 000000000..aed247700 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-select-color.svg @@ -0,0 +1 @@ +color-picker.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-select-font.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-select-font.svg new file mode 100644 index 000000000..575207949 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-select-font.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-spell-check.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-spell-check.svg new file mode 120000 index 000000000..9100ee79f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-spell-check.svg @@ -0,0 +1 @@ +tools-check-spelling.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-stop.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-stop.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-undelete-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-undelete-ltr.svg new file mode 120000 index 000000000..88a18b65f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-undelete-ltr.svg @@ -0,0 +1 @@ +edit-undo.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-undelete-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-undelete-rtl.svg new file mode 120000 index 000000000..a13a878cc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-undelete-rtl.svg @@ -0,0 +1 @@ +edit-redo.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-yes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-yes.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-yes.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-zoom-fit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-zoom-fit.svg new file mode 120000 index 000000000..cc77c1cf2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-zoom-fit.svg @@ -0,0 +1 @@ +zoom-fit-selection.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/guides.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/guides.svg new file mode 100644 index 000000000..0bcbdb82e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/guides.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hand.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hand.svg new file mode 120000 index 000000000..374fc6e99 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hand.svg @@ -0,0 +1 @@ +transform-browse.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/handle-sort.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/handle-sort.svg new file mode 100644 index 000000000..6b0d77797 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/handle-sort.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-activity.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-activity.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-activity.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-add-queue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-add-queue.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-add-queue.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-complete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-complete.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-complete.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-pause.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-picture.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-picture.svg new file mode 120000 index 000000000..5a18f81f1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-picture.svg @@ -0,0 +1 @@ +view-list-video.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-presets.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-presets.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-presets.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-remove.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-remove.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-showqueue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-showqueue.svg new file mode 120000 index 000000000..007ae04b5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-showqueue.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-source.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-source.svg new file mode 120000 index 000000000..8dca637dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-source.svg @@ -0,0 +1 @@ +document-open.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-start.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-start.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-stop.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-stop.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-about.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-about.svg new file mode 100644 index 000000000..94687a0f0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-about.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-contents-vmware.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-contents-vmware.svg new file mode 120000 index 000000000..2ed224a50 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-contents-vmware.svg @@ -0,0 +1 @@ +help-contents.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-contents.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-contents.svg new file mode 100644 index 000000000..e62553607 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-contents.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-contextual.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-contextual.svg new file mode 120000 index 000000000..2ed224a50 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-contextual.svg @@ -0,0 +1 @@ +help-contents.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-donate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-donate.svg new file mode 120000 index 000000000..761fdb59a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-donate.svg @@ -0,0 +1 @@ +taxes-finances.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-feedback.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-feedback.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-feedback.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-hint.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-hint.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-hint.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-info.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-info.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-info.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-keybord-shortcuts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-keybord-shortcuts.svg new file mode 120000 index 000000000..ca94a1981 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-keybord-shortcuts.svg @@ -0,0 +1 @@ +fcitx-kbd.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-whatsthis.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-whatsthis.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-whatsthis.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help.svg new file mode 120000 index 000000000..2ed224a50 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help.svg @@ -0,0 +1 @@ +help-contents.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hidemouse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hidemouse.svg new file mode 120000 index 000000000..d4c735123 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hidemouse.svg @@ -0,0 +1 @@ +kr_unselect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hint.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hint.svg new file mode 100644 index 000000000..edf5497d5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hint.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/history.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/history.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/history.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/history_entry.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/history_entry.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/history_entry.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/homerun.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/homerun.svg new file mode 100644 index 000000000..f3598413c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/homerun.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hook-notifier.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hook-notifier.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hook-notifier.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/horizontal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/horizontal.svg new file mode 100644 index 000000000..a1aaea6bb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/horizontal.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hotpixels.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hotpixels.svg new file mode 100644 index 000000000..7720830df --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hotpixels.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hypnotoad.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hypnotoad.svg new file mode 100644 index 000000000..46e05da7c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hypnotoad.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_console.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_console.svg new file mode 100644 index 000000000..a53e28086 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_console.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_details.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_details.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_details.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_radio.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_radio.svg new file mode 100644 index 000000000..c9a230f8b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_radio.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_tag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_tag.svg new file mode 120000 index 000000000..2bb4152ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_tag.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_user.svg new file mode 100644 index 000000000..0eea9d446 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_user.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/identity.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/identity.svg new file mode 120000 index 000000000..8aae9657d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/identity.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-aim.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-aim.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-aim.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-ban-kick-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-ban-kick-user.svg new file mode 120000 index 000000000..2379f012d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-ban-kick-user.svg @@ -0,0 +1 @@ +im-kick-user.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-ban-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-ban-user.svg new file mode 100644 index 000000000..e6e31e03a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-ban-user.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-facebook.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-facebook.svg new file mode 100644 index 000000000..928ee54ad --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-facebook.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-gadugadu.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-gadugadu.svg new file mode 100644 index 000000000..2d81b3c4f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-gadugadu.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-google-talk.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-google-talk.svg new file mode 100644 index 000000000..0ab78a7d3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-google-talk.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-google.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-google.svg new file mode 100644 index 000000000..3af58be71 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-google.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-groupwise.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-groupwise.svg new file mode 100644 index 000000000..6be8ce328 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-groupwise.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-icq.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-icq.svg new file mode 100644 index 000000000..4eb6034e7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-icq.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-identi.ca.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-identi.ca.svg new file mode 100644 index 000000000..be8a816e3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-identi.ca.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-invisible-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-invisible-user.svg new file mode 100644 index 000000000..d30b7c195 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-invisible-user.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-irc.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-irc.svg new file mode 100644 index 000000000..2840a95fd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-irc.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-jabber.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-jabber.svg new file mode 100644 index 000000000..7fdda80c9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-jabber.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-kick-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-kick-user.svg new file mode 100644 index 000000000..4ec56ed0d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-kick-user.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-local-xmpp.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-local-xmpp.svg new file mode 120000 index 000000000..979d9af12 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-local-xmpp.svg @@ -0,0 +1 @@ +im-jabber.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-message-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-message-new.svg new file mode 120000 index 000000000..2c823c0ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-message-new.svg @@ -0,0 +1 @@ +mail-message-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-msn.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-msn.svg new file mode 100644 index 000000000..44153a147 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-msn.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-nov.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-nov.svg new file mode 120000 index 000000000..83745bf66 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-nov.svg @@ -0,0 +1 @@ +im-groupwise.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-qq.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-qq.svg new file mode 100644 index 000000000..e473e419e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-qq.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-skype.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-skype.svg new file mode 100644 index 000000000..2ae214e3e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-skype.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-twitter.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-twitter.svg new file mode 100644 index 000000000..6fabf8268 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-twitter.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user-away.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user-away.svg new file mode 100644 index 000000000..b5b85f061 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user-away.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user-busy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user-busy.svg new file mode 100644 index 000000000..c921deac3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user-busy.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user-offline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user-offline.svg new file mode 100644 index 000000000..0e125c4a4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user-offline.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user-online.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user-online.svg new file mode 100644 index 000000000..3ab1ac740 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user-online.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user.svg new file mode 100644 index 000000000..3ade9b14b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-yahoo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-yahoo.svg new file mode 100644 index 000000000..fbc2babad --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-yahoo.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-youtube.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-youtube.svg new file mode 100644 index 000000000..460ff7e03 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-youtube.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-adjust.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-adjust.svg new file mode 120000 index 000000000..aa5daf85f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-adjust.svg @@ -0,0 +1 @@ +adjustlevels.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-auto-adjust.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-auto-adjust.svg new file mode 120000 index 000000000..790262367 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-auto-adjust.svg @@ -0,0 +1 @@ +autocorrection.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-crop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-crop.svg new file mode 100644 index 000000000..5fa9af858 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-crop.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-denoise.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-denoise.svg new file mode 100644 index 000000000..2f20f6716 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-denoise.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-filter.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-filter.svg new file mode 100644 index 000000000..e4d13f834 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-filter.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-loading.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-loading.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-loading.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-missing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-missing.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-missing.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-red-eye.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-red-eye.svg new file mode 100644 index 000000000..a244249b1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-red-eye.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-sharpen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-sharpen.svg new file mode 100644 index 000000000..68809eb42 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-sharpen.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-straighten.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-straighten.svg new file mode 100644 index 000000000..afc3f2c2b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-straighten.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/imagecomment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/imagecomment.svg new file mode 120000 index 000000000..541dfabd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/imagecomment.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/inbox.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/inbox.svg new file mode 100644 index 000000000..c872dae0d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/inbox.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/indicator-notification-close-deselect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/indicator-notification-close-deselect.svg new file mode 100644 index 000000000..8801ec59b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/indicator-notification-close-deselect.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/indicator-notification-close-select.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/indicator-notification-close-select.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/indicator-notification-close-select.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-button.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-button.svg new file mode 100644 index 000000000..5f5b5af67 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-button.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-emoticon.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-emoticon.svg new file mode 100644 index 000000000..1a84307bf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-emoticon.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-endnote.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-endnote.svg new file mode 100644 index 000000000..418fd4475 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-endnote.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-footnote.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-footnote.svg new file mode 100644 index 000000000..f1b551e47 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-footnote.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-horizontal-rule.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-horizontal-rule.svg new file mode 120000 index 000000000..c47e3dc4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-horizontal-rule.svg @@ -0,0 +1 @@ +draw-path.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-image.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-image.svg new file mode 100644 index 000000000..f512193dd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-image.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-link.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-link.svg new file mode 100644 index 000000000..7eecdc6c5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-link.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-math-expression.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-math-expression.svg new file mode 100644 index 000000000..88b5e8da6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-math-expression.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-more-mark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-more-mark.svg new file mode 100644 index 000000000..e9ef0a809 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-more-mark.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-object.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-object.svg new file mode 100644 index 000000000..35eda2ad3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-object.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-page-break.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-page-break.svg new file mode 100644 index 000000000..f23b5abdb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-page-break.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-table-of-contents.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-table-of-contents.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-table-of-contents.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-table.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-table.svg new file mode 100644 index 000000000..241242b9f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-table.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-tableofcontents.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-tableofcontents.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-tableofcontents.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-text-frame.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-text-frame.svg new file mode 100644 index 000000000..099cb10fd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-text-frame.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-text.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-text.svg new file mode 100644 index 000000000..5d17fe6af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-text.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/interactive_simplify.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/interactive_simplify.svg new file mode 100644 index 000000000..ca6fadf0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/interactive_simplify.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/internet-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/internet-amarok.svg new file mode 120000 index 000000000..4d518f8f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/internet-amarok.svg @@ -0,0 +1 @@ +atmosphere.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/internet-services.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/internet-services.svg new file mode 120000 index 000000000..425dcc6b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/internet-services.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/invertimage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/invertimage.svg new file mode 120000 index 000000000..ada864c99 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/invertimage.svg @@ -0,0 +1 @@ +edit-select-invert.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-channel-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-channel-active.svg new file mode 120000 index 000000000..324bd1d2a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-channel-active.svg @@ -0,0 +1 @@ +filename-discnumber-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-channel-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-channel-inactive.svg new file mode 100644 index 000000000..08e89a88f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-channel-inactive.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-close-channel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-close-channel.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-close-channel.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-join-channel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-join-channel.svg new file mode 120000 index 000000000..8dca637dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-join-channel.svg @@ -0,0 +1 @@ +document-open.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-operator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-operator.svg new file mode 120000 index 000000000..b3dc283d1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-operator.svg @@ -0,0 +1 @@ +kdenlive-custom-effect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-remove-operator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-remove-operator.svg new file mode 100644 index 000000000..1892359a1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-remove-operator.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-unvoice.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-unvoice.svg new file mode 120000 index 000000000..b941b1859 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-unvoice.svg @@ -0,0 +1 @@ +player-volume-muted.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-voice.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-voice.svg new file mode 120000 index 000000000..c4533054a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-voice.svg @@ -0,0 +1 @@ +player-volume.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/items-tags.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/items-tags.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/items-tags.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-add.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-add.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-cancel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-cancel.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-cancel.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-copy-link.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-copy-link.svg new file mode 120000 index 000000000..c03a9d937 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-copy-link.svg @@ -0,0 +1 @@ +insert-link.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-error.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-error.svg new file mode 120000 index 000000000..3b41d91ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-error.svg @@ -0,0 +1 @@ +dialog-error.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-folder.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-folder.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-folder.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-information.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-information.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-information.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-open-browser.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-open-browser.svg new file mode 120000 index 000000000..425dcc6b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-open-browser.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-question.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-question.svg new file mode 120000 index 000000000..2ed224a50 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-question.svg @@ -0,0 +1 @@ +help-contents.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-quit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-quit.svg new file mode 120000 index 000000000..cc1037fce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-quit.svg @@ -0,0 +1 @@ +edit-clear-list.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-remove.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-remove.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-resize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-resize.svg new file mode 120000 index 000000000..cbaa8381f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-resize.svg @@ -0,0 +1 @@ +view-fullscreen.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-rotate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-rotate.svg new file mode 120000 index 000000000..ae703d503 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-rotate.svg @@ -0,0 +1 @@ +transform-rotate.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-select-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-select-all.svg new file mode 120000 index 000000000..6754181aa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-select-all.svg @@ -0,0 +1 @@ +edit-select-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-settings.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-settings.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-settings.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-stop.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-tools.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-tools.svg new file mode 120000 index 000000000..9d296896c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-tools.svg @@ -0,0 +1 @@ +view-media-equalizer.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-upload.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-upload.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-upload.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-utils.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-utils.svg new file mode 120000 index 000000000..6995ac4e4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-utils.svg @@ -0,0 +1 @@ +configure-toolbars.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-warning.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-warning.svg new file mode 120000 index 000000000..a626e0c40 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-warning.svg @@ -0,0 +1 @@ +dialog-warning.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/journal-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/journal-new.svg new file mode 100644 index 000000000..c294b23bd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/journal-new.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-add-clip.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-add-clip.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-add-clip.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-add-color-clip.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-add-color-clip.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-add-color-clip.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-add-slide-clip.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-add-slide-clip.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-add-slide-clip.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-add-text-clip.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-add-text-clip.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-add-text-clip.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-bottom.svg new file mode 120000 index 000000000..2f2f40051 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-bottom.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-hor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-hor.svg new file mode 100644 index 000000000..f481cf289 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-hor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-left.svg new file mode 100644 index 000000000..cad685d0d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-none.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-none.svg new file mode 120000 index 000000000..cc1037fce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-none.svg @@ -0,0 +1 @@ +edit-clear-list.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-right.svg new file mode 100644 index 000000000..2930417f5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-top.svg new file mode 120000 index 000000000..bdc5bb49e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-top.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-vert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-vert.svg new file mode 100644 index 000000000..374a48b63 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-vert.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-composite.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-composite.svg new file mode 100644 index 000000000..8073b62ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-composite.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-custom-effect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-custom-effect.svg new file mode 100644 index 000000000..b958295ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-custom-effect.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-deleffect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-deleffect.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-deleffect.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-down.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-down.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-hide-audio.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-hide-audio.svg new file mode 100644 index 000000000..2983c413f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-hide-audio.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-hide-video.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-hide-video.svg new file mode 100644 index 000000000..ca25e60e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-hide-video.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-insert-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-insert-edit.svg new file mode 100644 index 000000000..a9a9a21ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-insert-edit.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-insert-rect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-insert-rect.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-insert-rect.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-insert-unicode.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-insert-unicode.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-insert-unicode.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-lock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-lock.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-lock.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-menu.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-menu.svg new file mode 120000 index 000000000..e9885590f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-menu.svg @@ -0,0 +1 @@ +view-media-playlist.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-normal-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-normal-edit.svg new file mode 100644 index 000000000..bc00cd343 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-normal-edit.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-object-height.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-object-height.svg new file mode 100644 index 000000000..5ac7347b2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-object-height.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-object-width.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-object-width.svg new file mode 100644 index 000000000..2c6594de0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-object-width.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-overwrite-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-overwrite-edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-overwrite-edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-all.svg new file mode 100644 index 000000000..6ffb26a76 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-all.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-images.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-images.svg new file mode 100644 index 000000000..39a1fda94 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-images.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-rects.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-rects.svg new file mode 100644 index 000000000..d215f6bbd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-rects.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-texts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-texts.svg new file mode 100644 index 000000000..6e2245741 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-texts.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-tool.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-tool.svg new file mode 100644 index 000000000..3b2bafa70 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-tool.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-audio.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-audio.svg new file mode 100644 index 000000000..681f9424a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-audio.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-audiothumb.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-audiothumb.svg new file mode 100644 index 000000000..b4e76039a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-audiothumb.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-markers.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-markers.svg new file mode 100644 index 000000000..1a0723d2a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-markers.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-video.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-video.svg new file mode 100644 index 000000000..5eebcdf04 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-video.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-videothumb.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-videothumb.svg new file mode 120000 index 000000000..7b51f34f7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-videothumb.svg @@ -0,0 +1 @@ +kdenlive-show-audiothumb.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-slide.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-slide.svg new file mode 100644 index 000000000..d5c4994f4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-slide.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-slip.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-slip.svg new file mode 100644 index 000000000..dc58f5263 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-slip.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-snap.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-snap.svg new file mode 120000 index 000000000..305374af9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-snap.svg @@ -0,0 +1 @@ +kdenlive-align-hor.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-spacer-tool.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-spacer-tool.svg new file mode 100644 index 000000000..16e8570ba --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-spacer-tool.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-split-audio.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-split-audio.svg new file mode 100644 index 000000000..5f101eb15 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-split-audio.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-track-has-effect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-track-has-effect.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-track-has-effect.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-track_has_effect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-track_has_effect.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-track_has_effect.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-unlock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-unlock.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-unlock.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-unselect-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-unselect-all.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-unselect-all.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-up.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zindex-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zindex-bottom.svg new file mode 120000 index 000000000..2f2f40051 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zindex-bottom.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zindex-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zindex-down.svg new file mode 100644 index 000000000..318c90a34 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zindex-down.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zindex-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zindex-top.svg new file mode 100644 index 000000000..f99feaebe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zindex-top.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zindex-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zindex-up.svg new file mode 120000 index 000000000..bdc5bb49e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zindex-up.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zone-end.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zone-end.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zone-end.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zone-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zone-start.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zone-start.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zoom-large.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zoom-large.svg new file mode 100644 index 000000000..74f063dde --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zoom-large.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zoom-small.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zoom-small.svg new file mode 100644 index 000000000..9b485877f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zoom-small.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdocumentinfo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdocumentinfo.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdocumentinfo.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/key-enter.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/key-enter.svg new file mode 100644 index 000000000..e0947ac09 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/key-enter.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/key_enter.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/key_enter.svg new file mode 120000 index 000000000..4ded94688 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/key_enter.svg @@ -0,0 +1 @@ +key-enter.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-add.svg new file mode 100644 index 000000000..310e77d1d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-add.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-disable.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-disable.svg new file mode 100644 index 000000000..407b19002 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-disable.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-duplicate.svg new file mode 100644 index 000000000..69bbc1c4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-duplicate.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-next.svg new file mode 100644 index 000000000..7871be2dd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-next.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-previous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-previous.svg new file mode 100644 index 000000000..541a911d3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-previous.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-record.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-record.svg new file mode 100644 index 000000000..161feceaf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-record.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-remove.svg new file mode 100644 index 000000000..9a18b4640 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-remove.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe.svg new file mode 100644 index 000000000..7779e1e4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kfm_home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kfm_home.svg new file mode 120000 index 000000000..5cbdae998 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kfm_home.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kittens.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kittens.svg new file mode 100644 index 000000000..ff6a49c2c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kittens.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kmouth-phrase-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kmouth-phrase-new.svg new file mode 100644 index 000000000..5ac1dcf8d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kmouth-phrase-new.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kmouth-phrase.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kmouth-phrase.svg new file mode 120000 index 000000000..541dfabd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kmouth-phrase.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kmouth-phrasebook.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kmouth-phrasebook.svg new file mode 120000 index 000000000..7d2325842 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kmouth-phrasebook.svg @@ -0,0 +1 @@ +im-irc.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kmouth-phresebook-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kmouth-phresebook-new.svg new file mode 100644 index 000000000..674fb6438 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kmouth-phresebook-new.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/knotes_alarm.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/knotes_alarm.svg new file mode 120000 index 000000000..4ec77c618 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/knotes_alarm.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/knotes_date.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/knotes_date.svg new file mode 120000 index 000000000..54445ac9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/knotes_date.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/knotes_delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/knotes_delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/knotes_delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kontes_close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kontes_close.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kontes_close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_combine.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_combine.svg new file mode 100644 index 000000000..8a5ba4806 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_combine.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_comparedirs.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_comparedirs.svg new file mode 100644 index 000000000..014a32fb5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_comparedirs.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_diskusage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_diskusage.svg new file mode 100644 index 000000000..e53676d1a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_diskusage.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_jumpback.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_jumpback.svg new file mode 120000 index 000000000..2d8778593 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_jumpback.svg @@ -0,0 +1 @@ +go-jump.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_mountman.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_mountman.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_mountman.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_setjumpback.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_setjumpback.svg new file mode 120000 index 000000000..76b680962 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_setjumpback.svg @@ -0,0 +1 @@ +go-jump-definition.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_syncbrowse_off.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_syncbrowse_off.svg new file mode 100644 index 000000000..c9ebd5f55 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_syncbrowse_off.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_syncbrowse_on.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_syncbrowse_on.svg new file mode 120000 index 000000000..0e0e5bd5c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_syncbrowse_on.svg @@ -0,0 +1 @@ +folder-sync.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_unselect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_unselect.svg new file mode 100644 index 000000000..37a0adfd4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_unselect.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_cbound.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_cbound.svg new file mode 100644 index 000000000..a6417ce0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_cbound.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_clines.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_clines.svg new file mode 100644 index 000000000..c11a1a953 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_clines.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_cnames.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_cnames.svg new file mode 100644 index 000000000..0d6232f5d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_cnames.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_deepsky.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_deepsky.svg new file mode 100644 index 000000000..b7e13a2d9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_deepsky.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_ekos.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_ekos.svg new file mode 100644 index 000000000..7c7ddd1d6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_ekos.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_fitsviewer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_fitsviewer.svg new file mode 100644 index 000000000..ed5656757 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_fitsviewer.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_grid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_grid.svg new file mode 100644 index 000000000..4b87c8f6d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_grid.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_hgrid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_hgrid.svg new file mode 100644 index 000000000..361dfb79a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_hgrid.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_horizon.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_horizon.svg new file mode 100644 index 000000000..8eada9d52 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_horizon.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_indi.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_indi.svg new file mode 100644 index 000000000..05f923cb2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_indi.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_mw.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_mw.svg new file mode 100644 index 000000000..90940635a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_mw.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_planets.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_planets.svg new file mode 100644 index 000000000..4f425e0f5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_planets.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_satellites.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_satellites.svg new file mode 100644 index 000000000..c3146b579 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_satellites.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_solarsystem.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_solarsystem.svg new file mode 100644 index 000000000..28c18e7fb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_solarsystem.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_supernovae.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_supernovae.svg new file mode 100644 index 000000000..c40ef1473 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_supernovae.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_xplanet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_xplanet.svg new file mode 120000 index 000000000..4d518f8f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_xplanet.svg @@ -0,0 +1 @@ +atmosphere.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-add-feeds.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-add-feeds.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-add-feeds.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-add-filters.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-add-filters.svg new file mode 100644 index 000000000..7d0e5af5c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-add-filters.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-bandwidth-scheduler.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-bandwidth-scheduler.svg new file mode 120000 index 000000000..4ec77c618 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-bandwidth-scheduler.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-change-tracker.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-change-tracker.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-change-tracker.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-check-data.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-check-data.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-check-data.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-chunks.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-chunks.svg new file mode 120000 index 000000000..4bbf838be --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-chunks.svg @@ -0,0 +1 @@ +view-column.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-encrypted.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-encrypted.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-encrypted.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-info-widget.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-info-widget.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-info-widget.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-magnet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-magnet.svg new file mode 100644 index 000000000..e21a544fa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-magnet.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-pause.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-plugins.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-plugins.svg new file mode 120000 index 000000000..7563411ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-plugins.svg @@ -0,0 +1 @@ +plugins.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-queue-manager.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-queue-manager.svg new file mode 120000 index 000000000..213a69a23 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-queue-manager.svg @@ -0,0 +1 @@ +view-sort-descending.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-remove-feeds.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-remove-feeds.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-remove-feeds.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-remove-filters.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-remove-filters.svg new file mode 100644 index 000000000..5351a655f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-remove-filters.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-remove.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-remove.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-restore-defaults.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-restore-defaults.svg new file mode 120000 index 000000000..08677c8af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-restore-defaults.svg @@ -0,0 +1 @@ +reply.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-set-max-download-speed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-set-max-download-speed.svg new file mode 120000 index 000000000..377174574 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-set-max-download-speed.svg @@ -0,0 +1 @@ +cloud-download.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-set-max-upload-speed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-set-max-upload-speed.svg new file mode 120000 index 000000000..17854fc8d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-set-max-upload-speed.svg @@ -0,0 +1 @@ +cloud-upload.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-show-statusbar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-show-statusbar.svg new file mode 120000 index 000000000..ae70e66ea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-show-statusbar.svg @@ -0,0 +1 @@ +show-menu.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-speed-limits.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-speed-limits.svg new file mode 100644 index 000000000..23d31623d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-speed-limits.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-start-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-start-all.svg new file mode 120000 index 000000000..9c64c025a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-start-all.svg @@ -0,0 +1 @@ +media-seek-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-start.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-start.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-stop-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-stop-all.svg new file mode 100644 index 000000000..520f0929a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-stop-all.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-stop.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-upnp.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-upnp.svg new file mode 100644 index 000000000..ddb96dd95 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-upnp.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/ktnef_extract_to.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/ktnef_extract_to.svg new file mode 120000 index 000000000..653488ec3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/ktnef_extract_to.svg @@ -0,0 +1 @@ +cm_extractfiles.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/label-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/label-amarok.svg new file mode 120000 index 000000000..2bb4152ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/label-amarok.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-TeX-logo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-TeX-logo.svg new file mode 100644 index 000000000..69a3a0cb8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-TeX-logo.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-auto-scale-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-auto-scale-all.svg new file mode 120000 index 000000000..a77e7a14f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-auto-scale-all.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-auto-scale-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-auto-scale-x.svg new file mode 120000 index 000000000..157250559 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-auto-scale-x.svg @@ -0,0 +1 @@ +zoom-fit-width.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-auto-scale-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-auto-scale-y.svg new file mode 120000 index 000000000..e84c27278 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-auto-scale-y.svg @@ -0,0 +1 @@ +zoom-fit-height.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-axis-horizontal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-axis-horizontal.svg new file mode 100644 index 000000000..356b63377 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-axis-horizontal.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-axis-vertical.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-axis-vertical.svg new file mode 100644 index 000000000..1a5477ab0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-axis-vertical.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-cursor-arrow.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-cursor-arrow.svg new file mode 120000 index 000000000..925eb22f1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-cursor-arrow.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-format-text-symbol.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-format-text-symbol.svg new file mode 120000 index 000000000..5d66639c3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-format-text-symbol.svg @@ -0,0 +1 @@ +format-text-symbol.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-shift-down-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-shift-down-y.svg new file mode 100644 index 000000000..c62126e34 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-shift-down-y.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-shift-left-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-shift-left-x.svg new file mode 100644 index 000000000..5e36e2b85 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-shift-left-x.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-shift-right-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-shift-right-x.svg new file mode 100644 index 000000000..472c514df --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-shift-right-x.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-shift-up-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-shift-up-y.svg new file mode 100644 index 000000000..f7abaea9e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-shift-up-y.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-transform-move.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-transform-move.svg new file mode 120000 index 000000000..fa26bd381 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-transform-move.svg @@ -0,0 +1 @@ +transform-move.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-curve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-curve.svg new file mode 100644 index 000000000..aa5d5cc5e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-curve.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-equation-curve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-equation-curve.svg new file mode 100644 index 000000000..0c0dc0a5a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-equation-curve.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-fit-curve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-fit-curve.svg new file mode 100644 index 000000000..9f35f3a65 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-fit-curve.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-plot-four-axes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-plot-four-axes.svg new file mode 100644 index 000000000..9d4059b6c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-plot-four-axes.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-plot-two-axes-centered-origin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-plot-two-axes-centered-origin.svg new file mode 100644 index 000000000..99646ed89 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-plot-two-axes-centered-origin.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-plot-two-axes-centered.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-plot-two-axes-centered.svg new file mode 100644 index 000000000..b92a4f47c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-plot-two-axes-centered.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-plot-two-axes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-plot-two-axes.svg new file mode 100644 index 000000000..7c77b46ab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-plot-two-axes.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-zoom-in-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-zoom-in-x.svg new file mode 120000 index 000000000..608b53975 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-zoom-in-x.svg @@ -0,0 +1 @@ +zoom-in-x.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-zoom-in-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-zoom-in-y.svg new file mode 120000 index 000000000..65f9aa9f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-zoom-in-y.svg @@ -0,0 +1 @@ +y-zoom-in.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-zoom-out-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-zoom-out-x.svg new file mode 120000 index 000000000..fc310d2b1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-zoom-out-x.svg @@ -0,0 +1 @@ +zoom-out-x.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-zoom-out-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-zoom-out-y.svg new file mode 120000 index 000000000..0f72a058c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-zoom-out-y.svg @@ -0,0 +1 @@ +zoom-out-y.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/languages.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/languages.svg new file mode 120000 index 000000000..541dfabd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/languages.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-bottom.svg new file mode 100644 index 000000000..657b3b2dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-bottom.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-delete.svg new file mode 100644 index 000000000..12be3d30f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-delete.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-duplicate.svg new file mode 100644 index 000000000..962b4eefe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-duplicate.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-lower.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-lower.svg new file mode 100644 index 000000000..440f415be --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-lower.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-new.svg new file mode 100644 index 000000000..0061effb4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-new.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-next.svg new file mode 100644 index 000000000..792b40d9f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-next.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-previous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-previous.svg new file mode 100644 index 000000000..7b3f3f872 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-previous.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-raise.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-raise.svg new file mode 100644 index 000000000..2e53d13a4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-raise.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-rename.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-rename.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-rename.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-top.svg new file mode 100644 index 000000000..1989b98cf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-top.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-visible-off.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-visible-off.svg new file mode 100644 index 000000000..eb68fe9d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-visible-off.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-visible-on.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-visible-on.svg new file mode 100644 index 000000000..4a4a39335 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-visible-on.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lens.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lens.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lens.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lensautofix.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lensautofix.svg new file mode 100644 index 000000000..8c07cf2ed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lensautofix.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lensdistortion.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lensdistortion.svg new file mode 100644 index 000000000..2cf7891a1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lensdistortion.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/libpeas-plugin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/libpeas-plugin.svg new file mode 120000 index 000000000..7563411ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/libpeas-plugin.svg @@ -0,0 +1 @@ +plugins.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/license.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/license.svg new file mode 100644 index 000000000..765474a1b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/license.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lighttable.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lighttable.svg new file mode 100644 index 000000000..5de163f86 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lighttable.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lighttableadd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lighttableadd.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lighttableadd.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lines-connector.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lines-connector.svg new file mode 100644 index 000000000..88f808810 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lines-connector.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/link.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/link.svg new file mode 100644 index 000000000..952a79fec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/link.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-add-font.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-add-font.svg new file mode 100644 index 000000000..918912d07 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-add-font.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-add-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-add-user.svg new file mode 120000 index 000000000..f8389fbc1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-add-user.svg @@ -0,0 +1 @@ +contact-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-add.svg new file mode 100644 index 000000000..1b958cbf0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-add.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-remove-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-remove-all.svg new file mode 100644 index 000000000..93230b342 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-remove-all.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-remove-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-remove-user.svg new file mode 100644 index 000000000..fa9ab435c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-remove-user.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-remove.svg new file mode 100644 index 000000000..d47c93388 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-remove.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-resource-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-resource-add.svg new file mode 120000 index 000000000..f8389fbc1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-resource-add.svg @@ -0,0 +1 @@ +contact-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/location.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/location.svg new file mode 100644 index 000000000..7d60b72df --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/location.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/locationbar_erase.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/locationbar_erase.svg new file mode 120000 index 000000000..beaae7968 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/locationbar_erase.svg @@ -0,0 +1 @@ +edit-clear-rtl.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lock.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lock.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/love-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/love-amarok.svg new file mode 100644 index 000000000..584407574 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/love-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/love.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/love.svg new file mode 100644 index 000000000..99a3ec80b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/love.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/loved_radio.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/loved_radio.svg new file mode 120000 index 000000000..6d5dfdfca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/loved_radio.svg @@ -0,0 +1 @@ +love.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lpi-bug.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lpi-bug.svg new file mode 120000 index 000000000..c4237406c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lpi-bug.svg @@ -0,0 +1 @@ +mail-mark-junk.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lpi-help.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lpi-help.svg new file mode 120000 index 000000000..2ed224a50 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lpi-help.svg @@ -0,0 +1 @@ +help-contents.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lpi-translate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lpi-translate.svg new file mode 120000 index 000000000..c8171f589 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lpi-translate.svg @@ -0,0 +1 @@ +flag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-archive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-archive.svg new file mode 120000 index 000000000..d671358dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-archive.svg @@ -0,0 +1 @@ +archive.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-attachment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-attachment.svg new file mode 100644 index 000000000..501b698d6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-attachment.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-deleted.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-deleted.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-deleted.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-encrypted-full.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-encrypted-full.svg new file mode 100644 index 000000000..72a90873d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-encrypted-full.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-encrypted-part.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-encrypted-part.svg new file mode 120000 index 000000000..bab459581 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-encrypted-part.svg @@ -0,0 +1 @@ +mail-encrypted-full.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-encrypted.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-encrypted.svg new file mode 120000 index 000000000..bab459581 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-encrypted.svg @@ -0,0 +1 @@ +mail-encrypted-full.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-flag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-flag.svg new file mode 100644 index 000000000..8198b9682 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-flag.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-flagged.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-flagged.svg new file mode 120000 index 000000000..c652f2ea1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-flagged.svg @@ -0,0 +1 @@ +mail-flag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-folder-inbox.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-folder-inbox.svg new file mode 120000 index 000000000..80b4ffbd3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-folder-inbox.svg @@ -0,0 +1 @@ +inbox.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-folder-outbox.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-folder-outbox.svg new file mode 120000 index 000000000..2aa12a697 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-folder-outbox.svg @@ -0,0 +1 @@ +outbox.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-folder-sent.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-folder-sent.svg new file mode 100644 index 000000000..b10f159ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-folder-sent.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-forward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-forward.svg new file mode 100644 index 000000000..f4c8ff291 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-forward.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-forwarded-replied.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-forwarded-replied.svg new file mode 120000 index 000000000..c34946671 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-forwarded-replied.svg @@ -0,0 +1 @@ +mail-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-forwarded.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-forwarded.svg new file mode 120000 index 000000000..c34946671 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-forwarded.svg @@ -0,0 +1 @@ +mail-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-inbox.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-inbox.svg new file mode 120000 index 000000000..80b4ffbd3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-inbox.svg @@ -0,0 +1 @@ +inbox.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-invitation.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-invitation.svg new file mode 100644 index 000000000..8aee3d6d3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-invitation.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-important.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-important.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-important.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-junk.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-junk.svg new file mode 100644 index 000000000..12beb4439 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-junk.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-notjunk.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-notjunk.svg new file mode 100644 index 000000000..d26e55e1e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-notjunk.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-read.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-read.svg new file mode 100644 index 000000000..fa42e0d3f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-read.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-task.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-task.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-task.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-unread-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-unread-new.svg new file mode 100644 index 000000000..c5831b6f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-unread-new.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-unread.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-unread.svg new file mode 100644 index 000000000..a056a82e5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-unread.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-meeting-request-reply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-meeting-request-reply.svg new file mode 100644 index 000000000..151517d4d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-meeting-request-reply.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-message-new-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-message-new-list.svg new file mode 100644 index 000000000..949ae04ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-message-new-list.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-message-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-message-new.svg new file mode 100644 index 000000000..25cb10180 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-message-new.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-message.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-message.svg new file mode 120000 index 000000000..b62208f46 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-message.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-move.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-move.svg new file mode 100644 index 000000000..533e0af66 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-move.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-open-multiple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-open-multiple.svg new file mode 100644 index 000000000..4d55632df --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-open-multiple.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-outbox.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-outbox.svg new file mode 120000 index 000000000..2aa12a697 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-outbox.svg @@ -0,0 +1 @@ +outbox.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-queue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-queue.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-queue.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-read.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-read.svg new file mode 100644 index 000000000..ec319dcb1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-read.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-receive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-receive.svg new file mode 100644 index 000000000..ba3177b7a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-receive.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-replied.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-replied.svg new file mode 120000 index 000000000..08677c8af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-replied.svg @@ -0,0 +1 @@ +reply.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-all.svg new file mode 120000 index 000000000..cfb378828 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-all.svg @@ -0,0 +1 @@ +reply-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-custom-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-custom-all.svg new file mode 120000 index 000000000..cfb378828 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-custom-all.svg @@ -0,0 +1 @@ +reply-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-custom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-custom.svg new file mode 120000 index 000000000..08677c8af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-custom.svg @@ -0,0 +1 @@ +reply.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-list.svg new file mode 120000 index 000000000..cfb378828 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-list.svg @@ -0,0 +1 @@ +reply-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-sender.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-sender.svg new file mode 120000 index 000000000..08677c8af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-sender.svg @@ -0,0 +1 @@ +reply.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-send-receive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-send-receive.svg new file mode 100644 index 000000000..2165bad21 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-send-receive.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-send.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-send.svg new file mode 100644 index 000000000..2e9b1bf0f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-send.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-sent.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-sent.svg new file mode 120000 index 000000000..771b1c825 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-sent.svg @@ -0,0 +1 @@ +mail-send.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signature-unknown.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signature-unknown.svg new file mode 120000 index 000000000..06815fd10 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signature-unknown.svg @@ -0,0 +1 @@ +mail-signed-full.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed-full.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed-full.svg new file mode 100644 index 000000000..c9049f958 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed-full.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed-fully.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed-fully.svg new file mode 120000 index 000000000..06815fd10 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed-fully.svg @@ -0,0 +1 @@ +mail-signed-full.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed-part.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed-part.svg new file mode 120000 index 000000000..06815fd10 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed-part.svg @@ -0,0 +1 @@ +mail-signed-full.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed-verified.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed-verified.svg new file mode 120000 index 000000000..8221c41f0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed-verified.svg @@ -0,0 +1 @@ +mail-mark-read.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed.svg new file mode 120000 index 000000000..06815fd10 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed.svg @@ -0,0 +1 @@ +mail-signed-full.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-tagged.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-tagged.svg new file mode 100644 index 000000000..2d64b8aa2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-tagged.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-task.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-task.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-task.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-thread-ignored.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-thread-ignored.svg new file mode 100644 index 000000000..c6fc456ed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-thread-ignored.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-thread-watch.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-thread-watch.svg new file mode 100644 index 000000000..83e2d8c6c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-thread-watch.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-unread-multiple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-unread-multiple.svg new file mode 100644 index 000000000..f8f0aae53 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-unread-multiple.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-unread-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-unread-new.svg new file mode 120000 index 000000000..b62208f46 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-unread-new.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-unread.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-unread.svg new file mode 120000 index 000000000..b62208f46 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-unread.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_forward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_forward.svg new file mode 120000 index 000000000..c34946671 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_forward.svg @@ -0,0 +1 @@ +mail-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_generic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_generic.svg new file mode 120000 index 000000000..b62208f46 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_generic.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_new.svg new file mode 120000 index 000000000..2c823c0ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_new.svg @@ -0,0 +1 @@ +mail-message-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_reply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_reply.svg new file mode 120000 index 000000000..08677c8af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_reply.svg @@ -0,0 +1 @@ +reply.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_replyall.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_replyall.svg new file mode 120000 index 000000000..cfb378828 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_replyall.svg @@ -0,0 +1 @@ +reply-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/manga.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/manga.svg new file mode 100644 index 000000000..f274944c9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/manga.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/map-flat.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/map-flat.svg new file mode 100644 index 000000000..dbe060c99 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/map-flat.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/map-globe.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/map-globe.svg new file mode 100644 index 000000000..3a715b024 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/map-globe.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/map-gnomonic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/map-gnomonic.svg new file mode 100644 index 000000000..77686f564 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/map-gnomonic.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/map-mercator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/map-mercator.svg new file mode 100644 index 000000000..3e39fb9ea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/map-mercator.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mark-location.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mark-location.svg new file mode 100644 index 000000000..09e6b39c8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mark-location.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/measure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/measure.svg new file mode 100644 index 000000000..23601bb15 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/measure.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-album-cover-manager-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-album-cover-manager-amarok.svg new file mode 100644 index 000000000..472922bb8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-album-cover-manager-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-album-cover.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-album-cover.svg new file mode 120000 index 000000000..f8898e2de --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-album-cover.svg @@ -0,0 +1 @@ +media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-album-repeat-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-album-repeat-amarok.svg new file mode 120000 index 000000000..cf79da28b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-album-repeat-amarok.svg @@ -0,0 +1 @@ +media-repeat-album-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-album-track.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-album-track.svg new file mode 100644 index 000000000..e7b67d9de --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-album-track.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-eject.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-eject.svg new file mode 100644 index 000000000..9c9cff321 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-eject.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-forward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-forward.svg new file mode 120000 index 000000000..9c64c025a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-forward.svg @@ -0,0 +1 @@ +media-seek-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-import-audio-cd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-import-audio-cd.svg new file mode 120000 index 000000000..4cd912bb6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-import-audio-cd.svg @@ -0,0 +1 @@ +tools-media-optical-format.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-pause.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-play.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-play.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-play.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-pause.svg new file mode 100644 index 000000000..f0961540e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-pause.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-paused.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-paused.svg new file mode 100644 index 000000000..aa1d94cc3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-paused.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-playing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-playing.svg new file mode 100644 index 000000000..a2c1ec48f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-playing.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-start-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-start-rtl.svg new file mode 100644 index 000000000..447432b72 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-start-rtl.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-start.svg new file mode 100644 index 000000000..3676b9f9d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-start.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-stop.svg new file mode 100644 index 000000000..0c93fc1ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-stop.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-stopped.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-stopped.svg new file mode 100644 index 000000000..5f407ff04 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-stopped.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-normal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-normal.svg new file mode 100644 index 000000000..fa787bf24 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-normal.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-play.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-play.svg new file mode 100644 index 000000000..003136074 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-play.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-repeat-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-repeat-amarok.svg new file mode 120000 index 000000000..8bb4aca32 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-repeat-amarok.svg @@ -0,0 +1 @@ +media-repeat-playlist-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-repeat-song.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-repeat-song.svg new file mode 120000 index 000000000..f0a3a6607 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-repeat-song.svg @@ -0,0 +1 @@ +media-repeat-track-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-repeat.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-repeat.svg new file mode 100644 index 000000000..93854b3c2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-repeat.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-shuffle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-shuffle.svg new file mode 100644 index 000000000..0fae5b38e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-shuffle.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-random-albums-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-random-albums-amarok.svg new file mode 100644 index 000000000..d8e987419 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-random-albums-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-random-tracks-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-random-tracks-amarok.svg new file mode 100644 index 000000000..b35188247 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-random-tracks-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-record.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-record.svg new file mode 100644 index 000000000..a082412d4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-record.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-album-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-album-amarok.svg new file mode 100644 index 000000000..748e1387c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-album-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-all.svg new file mode 120000 index 000000000..81a417a40 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-all.svg @@ -0,0 +1 @@ +media-playlist-repeat.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-none.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-none.svg new file mode 100644 index 000000000..35fb1b9c9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-none.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-playlist-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-playlist-amarok.svg new file mode 100644 index 000000000..cc3953c74 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-playlist-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-single.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-single.svg new file mode 120000 index 000000000..f0a3a6607 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-single.svg @@ -0,0 +1 @@ +media-repeat-track-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-track-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-track-amarok.svg new file mode 100644 index 000000000..a40ea6bb6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-track-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-rewind.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-rewind.svg new file mode 120000 index 000000000..ebae8aa61 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-rewind.svg @@ -0,0 +1 @@ +media-seek-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-seek-backward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-seek-backward.svg new file mode 100644 index 000000000..46532b3fe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-seek-backward.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-seek-forward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-seek-forward.svg new file mode 100644 index 000000000..6f20d4caa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-seek-forward.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-show-active-track-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-show-active-track-amarok.svg new file mode 100644 index 000000000..333fdc6e2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-show-active-track-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-skip-backward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-skip-backward.svg new file mode 100644 index 000000000..b34e7e4cf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-skip-backward.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-skip-forward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-skip-forward.svg new file mode 100644 index 000000000..8caf990c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-skip-forward.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-standard-track-progression-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-standard-track-progression-amarok.svg new file mode 120000 index 000000000..007ae04b5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-standard-track-progression-amarok.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-stop.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-add-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-add-amarok.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-add-amarok.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-edit-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-edit-amarok.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-edit-amarok.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-queue-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-queue-amarok.svg new file mode 100644 index 000000000..a20de51da --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-queue-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-remove-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-remove-amarok.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-remove-amarok.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-show-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-show-active.svg new file mode 120000 index 000000000..91b01fe2f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-show-active.svg @@ -0,0 +1 @@ +media-show-active-track-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-view-subtitles.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-view-subtitles.svg new file mode 100644 index 000000000..5bd7882f1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-view-subtitles.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meeting-attending-tentative.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meeting-attending-tentative.svg new file mode 120000 index 000000000..0fca1fb6f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meeting-attending-tentative.svg @@ -0,0 +1 @@ +view-user-offline-kopete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meeting-attending.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meeting-attending.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meeting-attending.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meeting-participant-no-response.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meeting-participant-no-response.svg new file mode 100644 index 000000000..f324fd214 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meeting-participant-no-response.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meeting-participant-request-response.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meeting-participant-request-response.svg new file mode 100644 index 000000000..3c6ed0728 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meeting-participant-request-response.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meld-version-control.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meld-version-control.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meld-version-control.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/menu_new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/menu_new.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/menu_new.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/menu_new_sep.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/menu_new_sep.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/menu_new_sep.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/merge.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/merge.svg new file mode 100644 index 000000000..fa2e5a7d8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/merge.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mesh-gradient-fit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mesh-gradient-fit.svg new file mode 100644 index 000000000..a1205bd80 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mesh-gradient-fit.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mesh-gradient.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mesh-gradient.svg new file mode 100644 index 000000000..63130f3e8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mesh-gradient.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/message-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/message-close.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/message-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/messagebox_warning.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/messagebox_warning.svg new file mode 120000 index 000000000..3b41d91ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/messagebox_warning.svg @@ -0,0 +1 @@ +dialog-error.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/milestone.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/milestone.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/milestone.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/modified.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/modified.svg new file mode 120000 index 000000000..e2277db9a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/modified.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/music-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/music-amarok.svg new file mode 120000 index 000000000..91b01fe2f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/music-amarok.svg @@ -0,0 +1 @@ +media-show-active-track-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/nemo-eject.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/nemo-eject.svg new file mode 120000 index 000000000..f9f7bcbd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/nemo-eject.svg @@ -0,0 +1 @@ +media-eject.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/network-connect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/network-connect.svg new file mode 100644 index 000000000..b18e976d8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/network-connect.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/network-disconnect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/network-disconnect.svg new file mode 100644 index 000000000..8ee01a2db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/network-disconnect.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/network-server-vmware.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/network-server-vmware.svg new file mode 100644 index 000000000..a4a825fce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/network-server-vmware.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/new-24h-appointment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/new-24h-appointment.svg new file mode 100644 index 000000000..914ecf885 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/new-24h-appointment.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/new-audio-alarm.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/new-audio-alarm.svg new file mode 120000 index 000000000..bd5a1a3e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/new-audio-alarm.svg @@ -0,0 +1 @@ +tools-rip-audio-cd.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/news-subscribe.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/news-subscribe.svg new file mode 120000 index 000000000..62e1f1e9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/news-subscribe.svg @@ -0,0 +1 @@ +view-pim-news.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/news-unsubscribe.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/news-unsubscribe.svg new file mode 100644 index 000000000..196995def --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/news-unsubscribe.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/next.svg new file mode 120000 index 000000000..c3064420a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/next.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/no-marker.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/no-marker.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/no-marker.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/no.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/no.svg new file mode 100644 index 000000000..ccc89ab02 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/no.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/nocover.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/nocover.svg new file mode 120000 index 000000000..f8898e2de --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/nocover.svg @@ -0,0 +1 @@ +media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-add.svg new file mode 100644 index 000000000..7420af1ce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-add.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-break.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-break.svg new file mode 100644 index 000000000..2f0a6897b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-break.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-delete-segment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-delete-segment.svg new file mode 100644 index 000000000..3d20743b0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-delete-segment.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-delete.svg new file mode 100644 index 000000000..fc58a80fc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-delete.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-join-segment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-join-segment.svg new file mode 100644 index 000000000..cffbe44da --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-join-segment.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-join.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-join.svg new file mode 100644 index 000000000..0c60224c8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-join.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-segment-curve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-segment-curve.svg new file mode 100644 index 000000000..eaad61a63 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-segment-curve.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-segment-line.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-segment-line.svg new file mode 100644 index 000000000..0acc86963 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-segment-line.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-transform.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-transform.svg new file mode 100644 index 000000000..66b70cc29 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-transform.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-type-auto-smooth.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-type-auto-smooth.svg new file mode 100644 index 000000000..2f3149c2a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-type-auto-smooth.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-type-cusp.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-type-cusp.svg new file mode 100644 index 000000000..f72383afe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-type-cusp.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-type-smooth.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-type-smooth.svg new file mode 100644 index 000000000..6b6614a9d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-type-smooth.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-type-symmetric.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-type-symmetric.svg new file mode 100644 index 000000000..fa0fef26b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-type-symmetric.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/noisereduction.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/noisereduction.svg new file mode 120000 index 000000000..871708066 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/noisereduction.svg @@ -0,0 +1 @@ +kdenlive-show-audio.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/non-starred.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/non-starred.svg new file mode 120000 index 000000000..4e19538ab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/non-starred.svg @@ -0,0 +1 @@ +rating-unrated.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/note.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/note.svg new file mode 120000 index 000000000..00bdd8a7a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/note.svg @@ -0,0 +1 @@ +stock_notes.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-horizontal-center-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-horizontal-center-calligra.svg new file mode 120000 index 000000000..82a31af54 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-horizontal-center-calligra.svg @@ -0,0 +1 @@ +align-horizontal-center.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-horizontal-left-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-horizontal-left-calligra.svg new file mode 120000 index 000000000..e2cdcc9c7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-horizontal-left-calligra.svg @@ -0,0 +1 @@ +align-horizontal-left.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-horizontal-right-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-horizontal-right-calligra.svg new file mode 120000 index 000000000..3caab0584 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-horizontal-right-calligra.svg @@ -0,0 +1 @@ +align-horizontal-right.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-vertical-bottom-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-vertical-bottom-calligra.svg new file mode 120000 index 000000000..ad9f7a40c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-vertical-bottom-calligra.svg @@ -0,0 +1 @@ +align-vertical-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-vertical-bottom-top-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-vertical-bottom-top-calligra.svg new file mode 120000 index 000000000..18e526605 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-vertical-bottom-top-calligra.svg @@ -0,0 +1 @@ +align-vertical-bottom-out.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-vertical-center-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-vertical-center-calligra.svg new file mode 120000 index 000000000..61759b74b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-vertical-center-calligra.svg @@ -0,0 +1 @@ +align-vertical-center.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-vertical-top-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-vertical-top-calligra.svg new file mode 120000 index 000000000..06dfc8aa9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-vertical-top-calligra.svg @@ -0,0 +1 @@ +align-vertical-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-columns.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-columns.svg new file mode 100644 index 000000000..961a12fa4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-columns.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-crop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-crop.svg new file mode 120000 index 000000000..686d9f8d9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-crop.svg @@ -0,0 +1 @@ +transform-crop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-fill.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-fill.svg new file mode 100644 index 000000000..5a8335b4d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-fill.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-flip-horizontal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-flip-horizontal.svg new file mode 100644 index 000000000..65c58b9f7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-flip-horizontal.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-flip-vertical.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-flip-vertical.svg new file mode 100644 index 000000000..6b9a8790c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-flip-vertical.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-group-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-group-calligra.svg new file mode 120000 index 000000000..de24cc70f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-group-calligra.svg @@ -0,0 +1 @@ +object-group.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-group.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-group.svg new file mode 100644 index 000000000..e95c71454 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-group.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-hidden.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-hidden.svg new file mode 120000 index 000000000..3ec7e2cc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-hidden.svg @@ -0,0 +1 @@ +view-hidden.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-inverse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-inverse.svg new file mode 120000 index 000000000..ada864c99 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-inverse.svg @@ -0,0 +1 @@ +edit-select-invert.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-locked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-locked.svg new file mode 100644 index 000000000..6a50e4d10 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-locked.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-back-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-back-calligra.svg new file mode 120000 index 000000000..9e2dbf373 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-back-calligra.svg @@ -0,0 +1 @@ +layer-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-back.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-back.svg new file mode 120000 index 000000000..9e2dbf373 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-back.svg @@ -0,0 +1 @@ +layer-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-front-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-front-calligra.svg new file mode 120000 index 000000000..349ec3890 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-front-calligra.svg @@ -0,0 +1 @@ +layer-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-front.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-front.svg new file mode 120000 index 000000000..349ec3890 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-front.svg @@ -0,0 +1 @@ +layer-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-lower-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-lower-calligra.svg new file mode 120000 index 000000000..86c1115b2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-lower-calligra.svg @@ -0,0 +1 @@ +layer-lower.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-lower.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-lower.svg new file mode 120000 index 000000000..86c1115b2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-lower.svg @@ -0,0 +1 @@ +layer-lower.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-raise-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-raise-calligra.svg new file mode 120000 index 000000000..7c3b88416 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-raise-calligra.svg @@ -0,0 +1 @@ +layer-raise.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-raise.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-raise.svg new file mode 120000 index 000000000..7c3b88416 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-raise.svg @@ -0,0 +1 @@ +layer-raise.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-rotate-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-rotate-left.svg new file mode 100644 index 000000000..0c7db4b82 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-rotate-left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-rotate-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-rotate-right.svg new file mode 100644 index 000000000..f1da50b5e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-rotate-right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-rows.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-rows.svg new file mode 100644 index 000000000..55880cf0e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-rows.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-select.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-select.svg new file mode 100644 index 000000000..eae8ad565 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-select.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-straighten.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-straighten.svg new file mode 100644 index 000000000..daa94672b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-straighten.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-stroke-style.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-stroke-style.svg new file mode 100644 index 000000000..75ee6a9b1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-stroke-style.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-stroke.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-stroke.svg new file mode 100644 index 000000000..adf4e13fb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-stroke.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-to-path.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-to-path.svg new file mode 100644 index 000000000..4934d5a6b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-to-path.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-attract.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-attract.svg new file mode 100644 index 000000000..6b7b87752 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-attract.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-blur.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-blur.svg new file mode 100644 index 000000000..3c331379a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-blur.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-duplicate.svg new file mode 100644 index 000000000..f1a429cc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-duplicate.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-jitter-color.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-jitter-color.svg new file mode 100644 index 000000000..29f7a30fd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-jitter-color.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-paint.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-paint.svg new file mode 100644 index 000000000..51192436e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-paint.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-push.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-push.svg new file mode 100644 index 000000000..83106f19f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-push.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-randomize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-randomize.svg new file mode 100644 index 000000000..1dc028cb0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-randomize.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-rotate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-rotate.svg new file mode 100644 index 000000000..3cd7f78a5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-rotate.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-shrink.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-shrink.svg new file mode 100644 index 000000000..fcad45ad2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-shrink.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-ungroup-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-ungroup-calligra.svg new file mode 120000 index 000000000..a22f9131e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-ungroup-calligra.svg @@ -0,0 +1 @@ +object-ungroup.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-ungroup-pop-selection.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-ungroup-pop-selection.svg new file mode 100644 index 000000000..580021640 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-ungroup-pop-selection.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-ungroup.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-ungroup.svg new file mode 100644 index 000000000..50bb14a0a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-ungroup.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-unlocked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-unlocked.svg new file mode 100644 index 000000000..710d94a49 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-unlocked.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-visible.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-visible.svg new file mode 120000 index 000000000..6253426e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-visible.svg @@ -0,0 +1 @@ +layer-visible-on.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/off-outline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/off-outline.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/off-outline.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/off.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/off.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/off.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-area-focus-peak-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-area-focus-peak-node.svg new file mode 100644 index 000000000..55d78349f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-area-focus-peak-node.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-area-percentage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-area-percentage.svg new file mode 100644 index 000000000..c729f3457 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-area-percentage.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-area-stacked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-area-stacked.svg new file mode 100644 index 000000000..b4eced4ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-area-stacked.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-area.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-area.svg new file mode 100644 index 000000000..7ea426c64 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-area.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-bar-percentage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-bar-percentage.svg new file mode 100644 index 000000000..f23389456 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-bar-percentage.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-bar-stacked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-bar-stacked.svg new file mode 100644 index 000000000..2fa85624b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-bar-stacked.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-bar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-bar.svg new file mode 100644 index 000000000..87caff143 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-bar.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-line-forecast.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-line-forecast.svg new file mode 100644 index 000000000..c0b77b355 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-line-forecast.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-line-percentage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-line-percentage.svg new file mode 100644 index 000000000..22272077b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-line-percentage.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-line-stacked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-line-stacked.svg new file mode 100644 index 000000000..40f614a3f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-line-stacked.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-line.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-line.svg new file mode 100644 index 000000000..d4d9242a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-line.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-pie.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-pie.svg new file mode 100644 index 000000000..0c59ce44a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-pie.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-polar-stacked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-polar-stacked.svg new file mode 100644 index 000000000..fd6a8b824 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-polar-stacked.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-polar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-polar.svg new file mode 100644 index 000000000..6cccdb37c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-polar.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-ring.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-ring.svg new file mode 100644 index 000000000..7e0b3aae6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-ring.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-scatter.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-scatter.svg new file mode 100644 index 000000000..d09a2ec26 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-scatter.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-report.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-report.svg new file mode 100644 index 000000000..0ab74bc07 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-report.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/oilpaint.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/oilpaint.svg new file mode 120000 index 000000000..1b2380888 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/oilpaint.svg @@ -0,0 +1 @@ +dialog-fill-and-stroke.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/ok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/ok.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/ok.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/on-outline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/on-outline.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/on-outline.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/on.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/on.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/on.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/open-for-editing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/open-for-editing.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/open-for-editing.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/open-magnet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/open-magnet.svg new file mode 120000 index 000000000..ee8077710 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/open-magnet.svg @@ -0,0 +1 @@ +kt-magnet.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/open-menu.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/open-menu.svg new file mode 100644 index 000000000..460fb9b7f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/open-menu.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-duplicate.svg new file mode 100644 index 000000000..6da7e8bb3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-duplicate.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-rotate-ccw.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-rotate-ccw.svg new file mode 100644 index 000000000..f49f7a402 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-rotate-ccw.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-rotate-cw.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-rotate-cw.svg new file mode 100644 index 000000000..c25b21df5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-rotate-cw.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-rotate-flip.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-rotate-flip.svg new file mode 100644 index 000000000..1f04b8982 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-rotate-flip.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-rotate-normal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-rotate-normal.svg new file mode 100644 index 000000000..a165bf37c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-rotate-normal.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-sbs-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-sbs-left.svg new file mode 100644 index 000000000..02dd0b86e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-sbs-left.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-sbs-sright.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-sbs-sright.svg new file mode 100644 index 000000000..e27a523bf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-sbs-sright.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-shutd-laptop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-shutd-laptop.svg new file mode 100644 index 000000000..8c68ca1a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-shutd-laptop.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-shutd-screen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-shutd-screen.svg new file mode 100644 index 000000000..249484fa9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-shutd-screen.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/outbox.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/outbox.svg new file mode 100644 index 000000000..6cfd71d10 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/outbox.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/output_win.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/output_win.svg new file mode 100644 index 000000000..77d0f5bf1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/output_win.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/overexposure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/overexposure.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/overexposure.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/overflow-menu-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/overflow-menu-left.svg new file mode 100644 index 000000000..59ba0d47f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/overflow-menu-left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/overflow-menu-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/overflow-menu-right.svg new file mode 100644 index 000000000..9ffe305fb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/overflow-menu-right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/overflow-menu.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/overflow-menu.svg new file mode 100644 index 000000000..1cb61f09b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/overflow-menu.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pack-less.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pack-less.svg new file mode 100644 index 000000000..585c7b2a5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pack-less.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pack-more.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pack-more.svg new file mode 100644 index 000000000..d9470dccf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pack-more.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/package.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/package.svg new file mode 120000 index 000000000..d671358dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/package.svg @@ -0,0 +1 @@ +archive.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-2sides.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-2sides.svg new file mode 100644 index 000000000..e4f5eaf26 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-2sides.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-3sides.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-3sides.svg new file mode 100644 index 000000000..89d1dfd64 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-3sides.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-4sides.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-4sides.svg new file mode 100644 index 000000000..dea533534 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-4sides.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-simple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-simple.svg new file mode 100644 index 000000000..771c29a33 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-simple.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-zoom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-zoom.svg new file mode 120000 index 000000000..a77e7a14f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-zoom.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-gradient-conical.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-gradient-conical.svg new file mode 100644 index 000000000..2d375cb7d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-gradient-conical.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-gradient-linear.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-gradient-linear.svg new file mode 100644 index 000000000..8e12275ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-gradient-linear.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-gradient-mesh.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-gradient-mesh.svg new file mode 100644 index 000000000..04e5a30d4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-gradient-mesh.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-gradient-radial.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-gradient-radial.svg new file mode 100644 index 000000000..ca8cf01b7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-gradient-radial.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-none.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-none.svg new file mode 100644 index 000000000..ddea25611 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-none.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-pattern.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-pattern.svg new file mode 100644 index 000000000..90ea7606e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-pattern.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-solid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-solid.svg new file mode 100644 index 000000000..454ed806f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-solid.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-swatch.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-swatch.svg new file mode 100644 index 000000000..de760dab7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-swatch.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-unknown.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-unknown.svg new file mode 100644 index 000000000..8d0386919 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-unknown.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pan-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pan-down.svg new file mode 100644 index 000000000..162a26bab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pan-down.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pan-end.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pan-end.svg new file mode 100644 index 000000000..204560937 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pan-end.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pan-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pan-start.svg new file mode 100644 index 000000000..d949c3a5e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pan-start.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pan-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pan-up.svg new file mode 100644 index 000000000..5f551b181 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pan-up.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pane-hide.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pane-hide.svg new file mode 100644 index 000000000..27e2396df --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pane-hide.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pane-show.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pane-show.svg new file mode 100644 index 000000000..de66cca1a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pane-show.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paperclip.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paperclip.svg new file mode 100644 index 000000000..abb028bd4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paperclip.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/password-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/password-copy.svg new file mode 120000 index 000000000..a92bf1ff1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/password-copy.svg @@ -0,0 +1 @@ +pgp-keys.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/password-generator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/password-generator.svg new file mode 100644 index 000000000..568ddc886 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/password-generator.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/password-show-off.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/password-show-off.svg new file mode 120000 index 000000000..5d721579f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/password-show-off.svg @@ -0,0 +1 @@ +hint.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/password-show-on.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/password-show-on.svg new file mode 120000 index 000000000..3ec7e2cc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/password-show-on.svg @@ -0,0 +1 @@ +view-hidden.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-break-apart.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-break-apart.svg new file mode 100644 index 000000000..5654d712b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-break-apart.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-clip-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-clip-edit.svg new file mode 100644 index 000000000..baf59dde2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-clip-edit.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-combine.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-combine.svg new file mode 100644 index 000000000..f012899df --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-combine.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-cut.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-cut.svg new file mode 100644 index 000000000..1d9b35b1a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-cut.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-difference.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-difference.svg new file mode 100644 index 000000000..f0adcf5d6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-difference.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-division.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-division.svg new file mode 100644 index 000000000..cd689732b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-division.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-effect-parameter-next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-effect-parameter-next.svg new file mode 100644 index 000000000..666df6b07 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-effect-parameter-next.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-exclusion.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-exclusion.svg new file mode 100644 index 000000000..d119b7cc1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-exclusion.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-inset.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-inset.svg new file mode 100644 index 000000000..c832921ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-inset.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-intersection.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-intersection.svg new file mode 100644 index 000000000..7ee1d7cfb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-intersection.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mask-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mask-edit.svg new file mode 100644 index 000000000..65e2bd99e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mask-edit.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-bezier.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-bezier.svg new file mode 100644 index 000000000..b6a6b2d78 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-bezier.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-bspline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-bspline.svg new file mode 100644 index 000000000..bb0a1f0da --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-bspline.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-polyline-paraxial.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-polyline-paraxial.svg new file mode 100644 index 000000000..42bbc02aa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-polyline-paraxial.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-polyline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-polyline.svg new file mode 100644 index 000000000..8430a8cc2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-polyline.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-spiro.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-spiro.svg new file mode 100644 index 000000000..1ad3a30b0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-spiro.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-offset-dynamic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-offset-dynamic.svg new file mode 100644 index 000000000..764e5bf76 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-offset-dynamic.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-offset-linked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-offset-linked.svg new file mode 100644 index 000000000..94897b9c2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-offset-linked.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-outset.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-outset.svg new file mode 100644 index 000000000..b350d2e38 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-outset.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-reverse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-reverse.svg new file mode 100644 index 000000000..2e38d3f5f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-reverse.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-simplify.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-simplify.svg new file mode 100644 index 000000000..cf1de5af7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-simplify.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-attract.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-attract.svg new file mode 100644 index 000000000..0966c3896 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-attract.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-grow.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-grow.svg new file mode 100644 index 000000000..563b353bb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-grow.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-push.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-push.svg new file mode 100644 index 000000000..e8d071d07 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-push.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-repel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-repel.svg new file mode 100644 index 000000000..4e61c06ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-repel.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-roughen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-roughen.svg new file mode 100644 index 000000000..9b73169a8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-roughen.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-shrink.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-shrink.svg new file mode 100644 index 000000000..a54a92d98 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-shrink.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-union.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-union.svg new file mode 100644 index 000000000..08f81c259 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-union.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pause-session.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pause-session.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pause-session.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paused.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paused.svg new file mode 120000 index 000000000..28433e51e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paused.svg @@ -0,0 +1 @@ +media-playback-paused.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pdf-annotations.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pdf-annotations.svg new file mode 120000 index 000000000..541dfabd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pdf-annotations.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/peers.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/peers.svg new file mode 120000 index 000000000..0fca1fb6f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/peers.svg @@ -0,0 +1 @@ +view-user-offline-kopete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/perspective-parallel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/perspective-parallel.svg new file mode 100644 index 000000000..6ddf5bd53 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/perspective-parallel.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pgp-keys.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pgp-keys.svg new file mode 100644 index 000000000..ea4292469 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pgp-keys.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/photo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/photo.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/photo.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/photos-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/photos-amarok.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/photos-amarok.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pin.svg new file mode 120000 index 000000000..b199fd920 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pin.svg @@ -0,0 +1 @@ +window-pin.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pipe.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pipe.svg new file mode 100644 index 000000000..1654338e9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pipe.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pixelart-trace.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pixelart-trace.svg new file mode 100644 index 000000000..2e6bdf606 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pixelart-trace.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pixelate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pixelate.svg new file mode 100644 index 000000000..b8f2630ba --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pixelate.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player-eject.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player-eject.svg new file mode 120000 index 000000000..f9f7bcbd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player-eject.svg @@ -0,0 +1 @@ +media-eject.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player-time.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player-time.svg new file mode 120000 index 000000000..2e0f7a6e6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player-time.svg @@ -0,0 +1 @@ +chronometer-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player-volume-muted.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player-volume-muted.svg new file mode 100644 index 000000000..e2f83b623 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player-volume-muted.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player-volume.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player-volume.svg new file mode 100644 index 000000000..5fcb7db5a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player-volume.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_eject.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_eject.svg new file mode 120000 index 000000000..f9f7bcbd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_eject.svg @@ -0,0 +1 @@ +media-eject.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_end.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_end.svg new file mode 120000 index 000000000..82214a21e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_end.svg @@ -0,0 +1 @@ +media-skip-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_fwd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_fwd.svg new file mode 120000 index 000000000..9c64c025a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_fwd.svg @@ -0,0 +1 @@ +media-seek-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_pause.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_play.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_play.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_play.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_playlist.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_playlist.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_playlist.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_record.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_record.svg new file mode 120000 index 000000000..8ca2d4396 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_record.svg @@ -0,0 +1 @@ +media-record.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_rew.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_rew.svg new file mode 120000 index 000000000..ebae8aa61 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_rew.svg @@ -0,0 +1 @@ +media-seek-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_start.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_start.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_stop.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-automatic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-automatic.svg new file mode 100644 index 000000000..a7d3aa4e6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-automatic.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-generator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-generator.svg new file mode 100644 index 000000000..72f4854d4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-generator.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-queue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-queue.svg new file mode 100644 index 000000000..0814594ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-queue.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-similar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-similar.svg new file mode 100644 index 000000000..210caed8d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-similar.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-sort.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-sort.svg new file mode 120000 index 000000000..007ae04b5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-sort.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/plugins.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/plugins.svg new file mode 100644 index 000000000..8e88b44d9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/plugins.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/podcast-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/podcast-amarok.svg new file mode 120000 index 000000000..2f0fbff8b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/podcast-amarok.svg @@ -0,0 +1 @@ +application-rss+xml.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/podcast-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/podcast-new.svg new file mode 120000 index 000000000..425dcc6b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/podcast-new.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-fuzzy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-fuzzy.svg new file mode 120000 index 000000000..84b2652db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-fuzzy.svg @@ -0,0 +1 @@ +run-build-prune.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-automatic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-automatic.svg new file mode 120000 index 000000000..3d04caa12 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-automatic.svg @@ -0,0 +1 @@ +playlist-automatic.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-bookmark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-bookmark.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-bookmark.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-cat-mid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-cat-mid.svg new file mode 120000 index 000000000..11f10f667 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-cat-mid.svg @@ -0,0 +1 @@ +flag-yellow.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-cat-no.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-cat-no.svg new file mode 120000 index 000000000..451d4522c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-cat-no.svg @@ -0,0 +1 @@ +flag-red.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-cat-ok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-cat-ok.svg new file mode 120000 index 000000000..d0e2df71b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-cat-ok.svg @@ -0,0 +1 @@ +flag-green.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-comment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-comment.svg new file mode 120000 index 000000000..541dfabd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-comment.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-sync.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-sync.svg new file mode 120000 index 000000000..31a6cdcd5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-sync.svg @@ -0,0 +1 @@ +exchange-positions.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-update.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-update.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-update.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-validate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-validate.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-validate.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/polygon-add-nodes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/polygon-add-nodes.svg new file mode 120000 index 000000000..9111e7b33 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/polygon-add-nodes.svg @@ -0,0 +1 @@ +format-add-node.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/polygon-merge-nodes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/polygon-merge-nodes.svg new file mode 120000 index 000000000..8ef8fb656 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/polygon-merge-nodes.svg @@ -0,0 +1 @@ +format-join-node.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/postalcode.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/postalcode.svg new file mode 120000 index 000000000..b62208f46 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/postalcode.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-activities.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-activities.svg new file mode 100644 index 000000000..9ca4490fb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-activities.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-desktop-notification.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-desktop-notification.svg new file mode 120000 index 000000000..541dfabd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-desktop-notification.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-indicator-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-indicator-amarok.svg new file mode 120000 index 000000000..541dfabd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-indicator-amarok.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-media-playback-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-media-playback-amarok.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-media-playback-amarok.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-other.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-other.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-other.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-plugin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-plugin.svg new file mode 120000 index 000000000..7563411ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-plugin.svg @@ -0,0 +1 @@ +plugins.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-system-windows-effect-glide.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-system-windows-effect-glide.svg new file mode 100644 index 000000000..0ece902b6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-system-windows-effect-glide.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-system-windows-effect-minimize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-system-windows-effect-minimize.svg new file mode 100644 index 000000000..2185cf70c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-system-windows-effect-minimize.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preflight-verifier.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preflight-verifier.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preflight-verifier.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/previous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/previous.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/previous.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/privatebrowsing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/privatebrowsing.svg new file mode 120000 index 000000000..2379f012d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/privatebrowsing.svg @@ -0,0 +1 @@ +im-kick-user.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/process-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/process-stop.svg new file mode 100644 index 000000000..11f8d82a6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/process-stop.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-defaults.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-defaults.svg new file mode 100644 index 000000000..927310562 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-defaults.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-development-close-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-development-close-all.svg new file mode 120000 index 000000000..56870070e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-development-close-all.svg @@ -0,0 +1 @@ +project-development-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-development-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-development-close.svg new file mode 100644 index 000000000..0c08abe2a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-development-close.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-development-new-template.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-development-new-template.svg new file mode 100644 index 000000000..310ddf020 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-development-new-template.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-development.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-development.svg new file mode 120000 index 000000000..71831b4ed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-development.svg @@ -0,0 +1 @@ +window-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-open.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-open.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-open.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/query-free-busy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/query-free-busy.svg new file mode 100644 index 000000000..03e909a86 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/query-free-busy.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/queued.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/queued.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/queued.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickopen-class.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickopen-class.svg new file mode 100644 index 000000000..8b0411197 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickopen-class.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickopen-file.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickopen-file.svg new file mode 120000 index 000000000..d6e2182d4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickopen-file.svg @@ -0,0 +1 @@ +fork.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickopen-function.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickopen-function.svg new file mode 100644 index 000000000..feeb735fb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickopen-function.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickopen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickopen.svg new file mode 100644 index 000000000..fc1193b99 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickopen.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickview.svg new file mode 120000 index 000000000..3ec7e2cc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickview.svg @@ -0,0 +1 @@ +view-hidden.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-about.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-about.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-about.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-add.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-add.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-annotate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-annotate.svg new file mode 120000 index 000000000..0fca1fb6f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-annotate.svg @@ -0,0 +1 @@ +view-user-offline-kopete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-applypatch.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-applypatch.svg new file mode 120000 index 000000000..2f2f40051 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-applypatch.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-asynchronous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-asynchronous.svg new file mode 120000 index 000000000..c769353d2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-asynchronous.svg @@ -0,0 +1 @@ +reverse.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-branch.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-branch.svg new file mode 120000 index 000000000..e3432f7bf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-branch.svg @@ -0,0 +1 @@ +giggle-branch.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-bug.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-bug.svg new file mode 120000 index 000000000..c4237406c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-bug.svg @@ -0,0 +1 @@ +mail-mark-junk.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-changes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-changes.svg new file mode 120000 index 000000000..d423a338d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-changes.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-checkmods.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-checkmods.svg new file mode 120000 index 000000000..c03a9d937 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-checkmods.svg @@ -0,0 +1 @@ +insert-link.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-checkout.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-checkout.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-checkout.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-cleanup.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-cleanup.svg new file mode 120000 index 000000000..debffee23 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-cleanup.svg @@ -0,0 +1 @@ +edit-paste-style.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-clear.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-clear.svg new file mode 120000 index 000000000..debffee23 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-clear.svg @@ -0,0 +1 @@ +edit-paste-style.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-commit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-commit.svg new file mode 120000 index 000000000..da900be3f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-commit.svg @@ -0,0 +1 @@ +svn-commit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-compare.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-compare.svg new file mode 120000 index 000000000..77162d6ce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-compare.svg @@ -0,0 +1 @@ +kr_comparedirs.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-createpatch.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-createpatch.svg new file mode 120000 index 000000000..21f22701f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-createpatch.svg @@ -0,0 +1 @@ +kdenlive-zindex-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-dbus.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-dbus.svg new file mode 120000 index 000000000..0db970529 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-dbus.svg @@ -0,0 +1 @@ +system-run.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-diff.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-diff.svg new file mode 120000 index 000000000..36fc9a41c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-diff.svg @@ -0,0 +1 @@ +cm_flatview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-drive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-drive.svg new file mode 120000 index 000000000..a0e4aaddb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-drive.svg @@ -0,0 +1 @@ +kr_diskusage.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-editconflicts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-editconflicts.svg new file mode 120000 index 000000000..f9cf17083 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-editconflicts.svg @@ -0,0 +1 @@ +edit-paste.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-emblems.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-emblems.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-emblems.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-export.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-export.svg new file mode 120000 index 000000000..ace4fe41a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-export.svg @@ -0,0 +1 @@ +document-export.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-help.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-help.svg new file mode 120000 index 000000000..2ed224a50 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-help.svg @@ -0,0 +1 @@ +help-contents.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-import.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-import.svg new file mode 120000 index 000000000..c7116c65c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-import.svg @@ -0,0 +1 @@ +document-import.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-lock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-lock.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-lock.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-merge.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-merge.svg new file mode 120000 index 000000000..e4f51b5b1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-merge.svg @@ -0,0 +1 @@ +kr_combine.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-monkey.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-monkey.svg new file mode 120000 index 000000000..8a90c3e48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-monkey.svg @@ -0,0 +1 @@ +insert-emoticon.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-properties.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-properties.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-push.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-push.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-push.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-refresh.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-refresh.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-refresh.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-relocate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-relocate.svg new file mode 120000 index 000000000..771b1c825 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-relocate.svg @@ -0,0 +1 @@ +mail-send.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-rename.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-rename.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-rename.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-reset.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-reset.svg new file mode 120000 index 000000000..c4692e0b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-reset.svg @@ -0,0 +1 @@ +document-revert.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-resolve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-resolve.svg new file mode 120000 index 000000000..debffee23 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-resolve.svg @@ -0,0 +1 @@ +edit-paste-style.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-revert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-revert.svg new file mode 120000 index 000000000..08677c8af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-revert.svg @@ -0,0 +1 @@ +reply.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-run.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-run.svg new file mode 120000 index 000000000..28d76fd4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-run.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-settings.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-settings.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-settings.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-show_log.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-show_log.svg new file mode 120000 index 000000000..7a2e5e678 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-show_log.svg @@ -0,0 +1 @@ +document-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-stop.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-stop.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-switch.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-switch.svg new file mode 120000 index 000000000..2d8778593 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-switch.svg @@ -0,0 +1 @@ +go-jump.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-unlock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-unlock.svg new file mode 120000 index 000000000..a7673957b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-unlock.svg @@ -0,0 +1 @@ +object-unlocked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-unstage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-unstage.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-unstage.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-update.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-update.svg new file mode 120000 index 000000000..ae801429d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-update.svg @@ -0,0 +1 @@ +svn-update.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/radio.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/radio.svg new file mode 120000 index 000000000..811b8e27a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/radio.svg @@ -0,0 +1 @@ +icon_radio.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/raindrop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/raindrop.svg new file mode 100644 index 000000000..ffdd43cd6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/raindrop.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rating-unrated.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rating-unrated.svg new file mode 100644 index 000000000..ac13c8d16 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rating-unrated.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rating.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rating.svg new file mode 100644 index 000000000..57b89d499 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rating.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/ratiocrop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/ratiocrop.svg new file mode 120000 index 000000000..686d9f8d9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/ratiocrop.svg @@ -0,0 +1 @@ +transform-crop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reannounce.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reannounce.svg new file mode 100644 index 000000000..000224e5d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reannounce.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/recently_used.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/recently_used.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/recently_used.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/record.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/record.svg new file mode 120000 index 000000000..0d1faec0d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/record.svg @@ -0,0 +1 @@ +kdenlive-show-video.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rectangle-make-corners-sharp.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rectangle-make-corners-sharp.svg new file mode 100644 index 000000000..f6a1d63ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rectangle-make-corners-sharp.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/redeyes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/redeyes.svg new file mode 100644 index 000000000..5e099fb3e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/redeyes.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/redhat-home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/redhat-home.svg new file mode 120000 index 000000000..5cbdae998 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/redhat-home.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/region.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/region.svg new file mode 120000 index 000000000..6754181aa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/region.svg @@ -0,0 +1 @@ +edit-select-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reload.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reload.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reload.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reload3.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reload3.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reload3.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reload_all_tabs.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reload_all_tabs.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reload_all_tabs.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reload_page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reload_page.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reload_page.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/remove-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/remove-amarok.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/remove-amarok.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/remove-link.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/remove-link.svg new file mode 100644 index 000000000..d29cc5679 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/remove-link.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/remove.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/remove.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/replay-play.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/replay-play.svg new file mode 100644 index 000000000..89c13ebab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/replay-play.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/replay-record-error.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/replay-record-error.svg new file mode 100644 index 000000000..09690b092 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/replay-record-error.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/replay-record.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/replay-record.svg new file mode 100644 index 000000000..b3ec1a434 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/replay-record.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/replay-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/replay-stop.svg new file mode 100644 index 000000000..df31908a2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/replay-stop.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reply-all-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reply-all-rtl.svg new file mode 100644 index 000000000..fe744a22e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reply-all-rtl.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reply-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reply-all.svg new file mode 100644 index 000000000..ac2c5457a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reply-all.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reply.svg new file mode 100644 index 000000000..886cd82c5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reply.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resizecol.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resizecol.svg new file mode 100644 index 000000000..ad5d25fcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resizecol.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resizerow.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resizerow.svg new file mode 100644 index 000000000..a563b23c5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resizerow.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-calendar-child-insert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-calendar-child-insert.svg new file mode 100644 index 000000000..8a669bbf7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-calendar-child-insert.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-calendar-child.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-calendar-child.svg new file mode 100644 index 000000000..9cf3ec8c8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-calendar-child.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-calendar-insert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-calendar-insert.svg new file mode 100644 index 000000000..ef055b0cc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-calendar-insert.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-group-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-group-new.svg new file mode 100644 index 000000000..79d4f5a3a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-group-new.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-group.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-group.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-group.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/restoration.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/restoration.svg new file mode 100644 index 000000000..9f7b87df3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/restoration.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/retweet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/retweet.svg new file mode 100644 index 000000000..c868bbc8a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/retweet.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reverse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reverse.svg new file mode 100644 index 000000000..465010fb7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reverse.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/revert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/revert.svg new file mode 120000 index 000000000..c4692e0b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/revert.svg @@ -0,0 +1 @@ +document-revert.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rhythmbox-set-star.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rhythmbox-set-star.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rhythmbox-set-star.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rhythmbox-unset-star.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rhythmbox-unset-star.svg new file mode 120000 index 000000000..4e19538ab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rhythmbox-unset-star.svg @@ -0,0 +1 @@ +rating-unrated.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rime-disable.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rime-disable.svg new file mode 100644 index 000000000..86c5afb61 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rime-disable.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rime-im.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rime-im.svg new file mode 120000 index 000000000..1488e2b9d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rime-im.svg @@ -0,0 +1 @@ +map-globe.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rime-latin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rime-latin.svg new file mode 120000 index 000000000..36a013999 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rime-latin.svg @@ -0,0 +1 @@ +format-text-larger.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/roll.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/roll.svg new file mode 100644 index 000000000..c9e14fa89 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/roll.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/routeplanning.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/routeplanning.svg new file mode 120000 index 000000000..d0e2df71b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/routeplanning.svg @@ -0,0 +1 @@ +flag-green.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-clean.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-clean.svg new file mode 100644 index 000000000..d1a38982b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-clean.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-configure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-configure.svg new file mode 100644 index 000000000..08ab502c2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-configure.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-file.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-file.svg new file mode 100644 index 000000000..acb161101 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-file.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-install-root.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-install-root.svg new file mode 100644 index 000000000..58141f1bb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-install-root.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-install.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-install.svg new file mode 100644 index 000000000..ad777a9df --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-install.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-prune.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-prune.svg new file mode 100644 index 000000000..a5deba632 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-prune.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build.svg new file mode 100644 index 000000000..32e3d8b5d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-clean.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-clean.svg new file mode 120000 index 000000000..2c899aaf2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-clean.svg @@ -0,0 +1 @@ +run-build-clean.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-install.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-install.svg new file mode 120000 index 000000000..71034b4e4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-install.svg @@ -0,0 +1 @@ +run-build-install.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/seahorse-sign-bad.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/seahorse-sign-bad.svg new file mode 100644 index 000000000..11f7742a4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/seahorse-sign-bad.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/seahorse-sign-ok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/seahorse-sign-ok.svg new file mode 100644 index 000000000..c23cca66b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/seahorse-sign-ok.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/seahorse-sign.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/seahorse-sign.svg new file mode 100644 index 000000000..c7beab07d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/seahorse-sign.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/search-icon.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/search-icon.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/search-icon.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/search.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/search.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/search.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/select-rectangular.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/select-rectangular.svg new file mode 120000 index 000000000..85b39bbdd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/select-rectangular.svg @@ -0,0 +1 @@ +kdenlive-insert-edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-bottom.svg new file mode 120000 index 000000000..2f2f40051 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-bottom.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-end.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-end.svg new file mode 100644 index 000000000..adae60930 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-end.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-lower.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-lower.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-lower.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-make-bitmap-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-make-bitmap-copy.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-make-bitmap-copy.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-move-to-layer-above.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-move-to-layer-above.svg new file mode 100644 index 000000000..b02ae0dbb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-move-to-layer-above.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-move-to-layer-below.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-move-to-layer-below.svg new file mode 100644 index 000000000..f9c0551bd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-move-to-layer-below.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-raise.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-raise.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-raise.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-start.svg new file mode 100644 index 000000000..d6b05632d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-start.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-top.svg new file mode 120000 index 000000000..bdc5bb49e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-top.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/semi-starred-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/semi-starred-rtl.svg new file mode 100644 index 000000000..3b44e8102 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/semi-starred-rtl.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/semi-starred.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/semi-starred.svg new file mode 100644 index 000000000..ca7cb3bde --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/semi-starred.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/send-to.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/send-to.svg new file mode 100644 index 000000000..1e1de8bc1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/send-to.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/services.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/services.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/services.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/set-location.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/set-location.svg new file mode 120000 index 000000000..21f9f3cb2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/set-location.svg @@ -0,0 +1 @@ +find-location.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/settings-configure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/settings-configure.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/settings-configure.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/settings.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/settings.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/settings.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/shape-choose.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/shape-choose.svg new file mode 120000 index 000000000..ef9a1962a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/shape-choose.svg @@ -0,0 +1 @@ +shapes.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/shapes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/shapes.svg new file mode 100644 index 000000000..7f4c2412d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/shapes.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sharpenimage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sharpenimage.svg new file mode 100644 index 000000000..d3b105368 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sharpenimage.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/shear.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/shear.svg new file mode 120000 index 000000000..ed7fc8621 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/shear.svg @@ -0,0 +1 @@ +transform-shear-left.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/shoot.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/shoot.svg new file mode 120000 index 000000000..7466a9ab5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/shoot.svg @@ -0,0 +1 @@ +view-list-images.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-all-effects.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-all-effects.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-all-effects.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-bounding-box.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-bounding-box.svg new file mode 100644 index 000000000..d890e8ecc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-bounding-box.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-dialogs.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-dialogs.svg new file mode 120000 index 000000000..ae70e66ea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-dialogs.svg @@ -0,0 +1 @@ +show-menu.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-grid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-grid.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-grid.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-guides.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-guides.svg new file mode 100644 index 000000000..e44f66ca9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-guides.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-hidden.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-hidden.svg new file mode 120000 index 000000000..3ec7e2cc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-hidden.svg @@ -0,0 +1 @@ +view-hidden.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-menu.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-menu.svg new file mode 100644 index 000000000..1dbea9208 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-menu.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-node-handles.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-node-handles.svg new file mode 100644 index 000000000..d8dbeebfe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-node-handles.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-offline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-offline.svg new file mode 120000 index 000000000..30c642ea2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-offline.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-path-outline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-path-outline.svg new file mode 100644 index 000000000..c5e8f1ae3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-path-outline.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-sidebar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-sidebar.svg new file mode 120000 index 000000000..cec06ebb8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-sidebar.svg @@ -0,0 +1 @@ +view-sidetree.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-thumbnail-bar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-thumbnail-bar.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-thumbnail-bar.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-collapse-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-collapse-left.svg new file mode 100644 index 000000000..295aa2dcb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-collapse-left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-collapse-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-collapse-right.svg new file mode 100644 index 000000000..5c7420686 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-collapse-right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-collapse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-collapse.svg new file mode 120000 index 000000000..cfaaff4a3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-collapse.svg @@ -0,0 +1 @@ +sidebar-collapse-left.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-expand-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-expand-left.svg new file mode 100644 index 000000000..745cf0757 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-expand-left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-expand-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-expand-right.svg new file mode 100644 index 000000000..f30e1531e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-expand-right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-expand.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-expand.svg new file mode 120000 index 000000000..fee9688b1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-expand.svg @@ -0,0 +1 @@ +sidebar-expand-left.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-places.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-places.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-places.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar.svg new file mode 120000 index 000000000..cec06ebb8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar.svg @@ -0,0 +1 @@ +view-sidetree.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/similarartists-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/similarartists-amarok.svg new file mode 120000 index 000000000..0fca1fb6f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/similarartists-amarok.svg @@ -0,0 +1 @@ +view-user-offline-kopete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/slideshow-plugin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/slideshow-plugin.svg new file mode 120000 index 000000000..7563411ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/slideshow-plugin.svg @@ -0,0 +1 @@ +plugins.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/slow.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/slow.svg new file mode 120000 index 000000000..52a251442 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/slow.svg @@ -0,0 +1 @@ +kt-speed-limits.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/slow_off.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/slow_off.svg new file mode 100644 index 000000000..7fa4a1efc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/slow_off.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/smallclock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/smallclock.svg new file mode 120000 index 000000000..09c3073e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/smallclock.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box-center.svg new file mode 100644 index 000000000..c5f4bd278 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box-center.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box-corners.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box-corners.svg new file mode 100644 index 000000000..4ef3f37cc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box-corners.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box-edges.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box-edges.svg new file mode 100644 index 000000000..ee751ba73 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box-edges.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box-midpoints.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box-midpoints.svg new file mode 100644 index 000000000..5af19f0fe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box-midpoints.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box.svg new file mode 100644 index 000000000..6ddfa4b96 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-extension.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-extension.svg new file mode 100644 index 000000000..f7d1b3112 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-extension.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-guideline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-guideline.svg new file mode 100644 index 000000000..00612fed8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-guideline.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-intersection.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-intersection.svg new file mode 100644 index 000000000..ff7de9187 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-intersection.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-node.svg new file mode 100644 index 000000000..b7d87603f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-node.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-center.svg new file mode 100644 index 000000000..cc98fd428 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-center.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-cusp.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-cusp.svg new file mode 100644 index 000000000..39f0d55bd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-cusp.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-intersection.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-intersection.svg new file mode 100644 index 000000000..951e5fa0b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-intersection.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-midpoint.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-midpoint.svg new file mode 100644 index 000000000..256d27359 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-midpoint.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-path.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-path.svg new file mode 100644 index 000000000..4579306b9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-path.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-rotation-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-rotation-center.svg new file mode 100644 index 000000000..3ff27b92f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-rotation-center.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-smooth.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-smooth.svg new file mode 100644 index 000000000..42e1b575e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-smooth.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-orthogonal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-orthogonal.svg new file mode 100644 index 000000000..f28fcf2c0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-orthogonal.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-page.svg new file mode 100644 index 000000000..a647c3860 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-page.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-text-baseline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-text-baseline.svg new file mode 100644 index 000000000..b9319e154 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-text-baseline.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap.svg new file mode 100644 index 000000000..112485926 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/social.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/social.svg new file mode 120000 index 000000000..30c642ea2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/social.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sort-name.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sort-name.svg new file mode 100644 index 000000000..6e0a153dd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sort-name.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sort-presence.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sort-presence.svg new file mode 120000 index 000000000..007ae04b5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sort-presence.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/soundkonverter-replaygain.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/soundkonverter-replaygain.svg new file mode 120000 index 000000000..c61560183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/soundkonverter-replaygain.svg @@ -0,0 +1 @@ +view-statistics.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/spacefm-find.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/spacefm-find.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/spacefm-find.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/speaker.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/speaker.svg new file mode 120000 index 000000000..871708066 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/speaker.svg @@ -0,0 +1 @@ +kdenlive-show-audio.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/speedometer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/speedometer.svg new file mode 120000 index 000000000..52a251442 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/speedometer.svg @@ -0,0 +1 @@ +kt-speed-limits.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/split.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/split.svg new file mode 120000 index 000000000..e4f51b5b1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/split.svg @@ -0,0 +1 @@ +kr_combine.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/spray-mode-clone.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/spray-mode-clone.svg new file mode 100644 index 000000000..7e1d801cd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/spray-mode-clone.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/spray-mode-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/spray-mode-copy.svg new file mode 100644 index 000000000..427fa300a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/spray-mode-copy.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/spray-mode-union.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/spray-mode-union.svg new file mode 100644 index 000000000..a11d0c183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/spray-mode-union.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stalledDL.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stalledDL.svg new file mode 100644 index 000000000..4a085e870 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stalledDL.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stalledUP.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stalledUP.svg new file mode 100644 index 000000000..57a0af50e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stalledUP.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/standard-connector.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/standard-connector.svg new file mode 100644 index 000000000..81defae15 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/standard-connector.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/star-off.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/star-off.svg new file mode 120000 index 000000000..4e19538ab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/star-off.svg @@ -0,0 +1 @@ +rating-unrated.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/star-on.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/star-on.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/star-on.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/starred.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/starred.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/starred.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/start.svg new file mode 120000 index 000000000..c9c12cb65 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/start.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sticky_zoom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sticky_zoom.svg new file mode 120000 index 000000000..a77e7a14f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sticky_zoom.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_about.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_about.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_about.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_add-bookmark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_add-bookmark.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_add-bookmark.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_bell.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_bell.svg new file mode 100644 index 000000000..e64a82782 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_bell.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_bottom.svg new file mode 120000 index 000000000..2f2f40051 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_bottom.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_calc-accept.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_calc-accept.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_calc-accept.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_calc-cancel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_calc-cancel.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_calc-cancel.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_check-filled.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_check-filled.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_check-filled.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_close.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_contact-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_contact-list.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_contact-list.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_copy.svg new file mode 120000 index 000000000..d423a338d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_copy.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_cut.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_cut.svg new file mode 120000 index 000000000..ab241573e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_cut.svg @@ -0,0 +1 @@ +edit-cut.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_down.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_down.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_exit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_exit.svg new file mode 120000 index 000000000..514fcfb1d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_exit.svg @@ -0,0 +1 @@ +application-exit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_file-properites.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_file-properites.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_file-properites.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_file-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_file-properties.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_file-properties.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_first.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_first.svg new file mode 120000 index 000000000..c9c12cb65 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_first.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_folder-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_folder-copy.svg new file mode 120000 index 000000000..59d45aeed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_folder-copy.svg @@ -0,0 +1 @@ +folder-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_folder-move.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_folder-move.svg new file mode 120000 index 000000000..4fcef6d3d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_folder-move.svg @@ -0,0 +1 @@ +folder-move.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_folder_properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_folder_properties.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_folder_properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_fullscreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_fullscreen.svg new file mode 120000 index 000000000..cbaa8381f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_fullscreen.svg @@ -0,0 +1 @@ +view-fullscreen.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_gtk-dnd-multiple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_gtk-dnd-multiple.svg new file mode 120000 index 000000000..d423a338d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_gtk-dnd-multiple.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_help-add-bookmark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_help-add-bookmark.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_help-add-bookmark.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_home.svg new file mode 120000 index 000000000..5cbdae998 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_home.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_insert-note.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_insert-note.svg new file mode 120000 index 000000000..00bdd8a7a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_insert-note.svg @@ -0,0 +1 @@ +stock_notes.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_insert-rule.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_insert-rule.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_insert-rule.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_insert-table.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_insert-table.svg new file mode 120000 index 000000000..908441b9a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_insert-table.svg @@ -0,0 +1 @@ +insert-table.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_last.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_last.svg new file mode 120000 index 000000000..f9bbb2747 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_last.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_leave-fullscreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_leave-fullscreen.svg new file mode 120000 index 000000000..4eb323159 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_leave-fullscreen.svg @@ -0,0 +1 @@ +view-restore.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_left.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_left.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-compose.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-compose.svg new file mode 120000 index 000000000..2c823c0ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-compose.svg @@ -0,0 +1 @@ +mail-message-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-filters-apply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-filters-apply.svg new file mode 120000 index 000000000..392cdff7d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-filters-apply.svg @@ -0,0 +1 @@ +kt-add-filters.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-flag-for-followup-done.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-flag-for-followup-done.svg new file mode 120000 index 000000000..4c2c5d3cb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-flag-for-followup-done.svg @@ -0,0 +1 @@ +flag-blue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-flag-for-followup.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-flag-for-followup.svg new file mode 120000 index 000000000..c8171f589 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-flag-for-followup.svg @@ -0,0 +1 @@ +flag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-forward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-forward.svg new file mode 120000 index 000000000..c34946671 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-forward.svg @@ -0,0 +1 @@ +mail-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-open-multiple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-open-multiple.svg new file mode 120000 index 000000000..cb1065e6c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-open-multiple.svg @@ -0,0 +1 @@ +mail-open-multiple.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-reply-to-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-reply-to-all.svg new file mode 120000 index 000000000..cfb378828 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-reply-to-all.svg @@ -0,0 +1 @@ +reply-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-reply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-reply.svg new file mode 120000 index 000000000..08677c8af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-reply.svg @@ -0,0 +1 @@ +reply.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-send-receive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-send-receive.svg new file mode 120000 index 000000000..9dc6aa5a2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-send-receive.svg @@ -0,0 +1 @@ +mail-send-receive.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-send.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-send.svg new file mode 120000 index 000000000..771b1c825 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-send.svg @@ -0,0 +1 @@ +mail-send.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-unread-multiple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-unread-multiple.svg new file mode 120000 index 000000000..e712f76a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-unread-multiple.svg @@ -0,0 +1 @@ +mail-unread-multiple.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mark.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mark.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-fwd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-fwd.svg new file mode 120000 index 000000000..9c64c025a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-fwd.svg @@ -0,0 +1 @@ +media-seek-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-next.svg new file mode 120000 index 000000000..82214a21e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-next.svg @@ -0,0 +1 @@ +media-skip-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-pause.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-play.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-play.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-play.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-prev.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-prev.svg new file mode 120000 index 000000000..a0af1946d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-prev.svg @@ -0,0 +1 @@ +media-skip-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-rec.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-rec.svg new file mode 120000 index 000000000..8ca2d4396 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-rec.svg @@ -0,0 +1 @@ +media-record.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-rew.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-rew.svg new file mode 120000 index 000000000..ebae8aa61 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-rew.svg @@ -0,0 +1 @@ +media-seek-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-stop.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_navigator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_navigator.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_navigator.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-24h-appointment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-24h-appointment.svg new file mode 120000 index 000000000..11081d1a8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-24h-appointment.svg @@ -0,0 +1 @@ +new-24h-appointment.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-address-book.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-address-book.svg new file mode 120000 index 000000000..8aae9657d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-address-book.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-appointment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-appointment.svg new file mode 120000 index 000000000..4ec77c618 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-appointment.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-bcard.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-bcard.svg new file mode 120000 index 000000000..f8389fbc1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-bcard.svg @@ -0,0 +1 @@ +contact-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-dir.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-dir.svg new file mode 120000 index 000000000..149bcafc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-dir.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-tab.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-tab.svg new file mode 120000 index 000000000..3d2e0d243 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-tab.svg @@ -0,0 +1 @@ +tab-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-text.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-text.svg new file mode 120000 index 000000000..300fb89b6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-text.svg @@ -0,0 +1 @@ +document-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-window.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-window.svg new file mode 120000 index 000000000..f0b026afc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-window.svg @@ -0,0 +1 @@ +window.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_no.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_no.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_no.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_not.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_not.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_not.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_notes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_notes.svg new file mode 100644 index 000000000..1d401ae85 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_notes.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_paste.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_paste.svg new file mode 120000 index 000000000..f9cf17083 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_paste.svg @@ -0,0 +1 @@ +edit-paste.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_people.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_people.svg new file mode 120000 index 000000000..0fca1fb6f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_people.svg @@ -0,0 +1 @@ +view-user-offline-kopete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_print-preview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_print-preview.svg new file mode 120000 index 000000000..f065dadc1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_print-preview.svg @@ -0,0 +1 @@ +document-print-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_print-setup.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_print-setup.svg new file mode 120000 index 000000000..21fb235ef --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_print-setup.svg @@ -0,0 +1 @@ +document-page-setup.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_print.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_print.svg new file mode 120000 index 000000000..5de601c8a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_print.svg @@ -0,0 +1 @@ +document-print.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_properties.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_redo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_redo.svg new file mode 120000 index 000000000..a13a878cc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_redo.svg @@ -0,0 +1 @@ +edit-redo.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_refresh.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_refresh.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_refresh.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_right.svg new file mode 120000 index 000000000..c3064420a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_right.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_save-as.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_save-as.svg new file mode 120000 index 000000000..0d756edd8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_save-as.svg @@ -0,0 +1 @@ +document-save-as.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_save.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_save.svg new file mode 120000 index 000000000..e2277db9a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_save.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-high.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-high.svg new file mode 120000 index 000000000..d0e2df71b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-high.svg @@ -0,0 +1 @@ +flag-green.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-higher.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-higher.svg new file mode 120000 index 000000000..d0e2df71b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-higher.svg @@ -0,0 +1 @@ +flag-green.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-highest.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-highest.svg new file mode 120000 index 000000000..d0e2df71b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-highest.svg @@ -0,0 +1 @@ +flag-green.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-low.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-low.svg new file mode 120000 index 000000000..451d4522c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-low.svg @@ -0,0 +1 @@ +flag-red.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-lower.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-lower.svg new file mode 120000 index 000000000..451d4522c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-lower.svg @@ -0,0 +1 @@ +flag-red.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-lowest.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-lowest.svg new file mode 120000 index 000000000..451d4522c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-lowest.svg @@ -0,0 +1 @@ +flag-red.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-normal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-normal.svg new file mode 120000 index 000000000..c8171f589 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-normal.svg @@ -0,0 +1 @@ +flag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_search.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_search.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_search.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_select-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_select-all.svg new file mode 120000 index 000000000..6754181aa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_select-all.svg @@ -0,0 +1 @@ +edit-select-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_select-column.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_select-column.svg new file mode 120000 index 000000000..0d3db670f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_select-column.svg @@ -0,0 +1 @@ +object-columns.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_select-row.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_select-row.svg new file mode 120000 index 000000000..b496c3e1d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_select-row.svg @@ -0,0 +1 @@ +object-rows.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_shared-by-me.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_shared-by-me.svg new file mode 120000 index 000000000..255b7129b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_shared-by-me.svg @@ -0,0 +1 @@ +document-share.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_shared-to-me.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_shared-to-me.svg new file mode 120000 index 000000000..255b7129b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_shared-to-me.svg @@ -0,0 +1 @@ +document-share.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_show-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_show-all.svg new file mode 120000 index 000000000..58041fda3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_show-all.svg @@ -0,0 +1 @@ +view-multiple-objects.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_stop.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_stop.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_task-assigned-to.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_task-assigned-to.svg new file mode 120000 index 000000000..ace4fe41a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_task-assigned-to.svg @@ -0,0 +1 @@ +document-export.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_task-assigned.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_task-assigned.svg new file mode 120000 index 000000000..c7116c65c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_task-assigned.svg @@ -0,0 +1 @@ +document-import.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_task-recurring.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_task-recurring.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_task-recurring.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_task.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_task.svg new file mode 120000 index 000000000..13ebf1395 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_task.svg @@ -0,0 +1 @@ +view-calendar-special-occasion.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_text-monospaced.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_text-monospaced.svg new file mode 120000 index 000000000..7c4282d6b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_text-monospaced.svg @@ -0,0 +1 @@ +dialog-text-and-font.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_thunar-shortcuts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_thunar-shortcuts.svg new file mode 120000 index 000000000..cec06ebb8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_thunar-shortcuts.svg @@ -0,0 +1 @@ +view-sidetree.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_timezone.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_timezone.svg new file mode 120000 index 000000000..425dcc6b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_timezone.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_todo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_todo.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_todo.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_top.svg new file mode 120000 index 000000000..bdc5bb49e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_top.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_undo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_undo.svg new file mode 120000 index 000000000..88a18b65f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_undo.svg @@ -0,0 +1 @@ +edit-undo.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_up.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_video-conferencing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_video-conferencing.svg new file mode 120000 index 000000000..5a18f81f1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_video-conferencing.svg @@ -0,0 +1 @@ +view-list-video.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_view-details.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_view-details.svg new file mode 120000 index 000000000..3ec7e2cc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_view-details.svg @@ -0,0 +1 @@ +view-hidden.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_volume.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_volume.svg new file mode 120000 index 000000000..c4533054a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_volume.svg @@ -0,0 +1 @@ +player-volume.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-audio-cd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-audio-cd.svg new file mode 100644 index 000000000..a3e0da399 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-audio-cd.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-blank-cdrw.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-blank-cdrw.svg new file mode 100644 index 000000000..48be72904 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-blank-cdrw.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-data-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-data-copy.svg new file mode 120000 index 000000000..6ddeb4f7a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-data-copy.svg @@ -0,0 +1 @@ +tools-media-optical-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-format-dvdrw.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-format-dvdrw.svg new file mode 120000 index 000000000..68127038e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-format-dvdrw.svg @@ -0,0 +1 @@ +tools-media-optical-burn-image.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-new-data-composition.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-new-data-composition.svg new file mode 100644 index 000000000..08f012c9a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-new-data-composition.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn.svg new file mode 100644 index 000000000..88943923f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_yes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_yes.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_yes.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_zoom-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_zoom-page.svg new file mode 120000 index 000000000..a74d0584f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_zoom-page.svg @@ -0,0 +1 @@ +zoom-in.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stop.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stop.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stopped.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stopped.svg new file mode 120000 index 000000000..c6ded379e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stopped.svg @@ -0,0 +1 @@ +media-playback-stopped.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/story-editor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/story-editor.svg new file mode 120000 index 000000000..e9885590f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/story-editor.svg @@ -0,0 +1 @@ +view-media-playlist.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/straight-connector.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/straight-connector.svg new file mode 120000 index 000000000..c0d62e927 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/straight-connector.svg @@ -0,0 +1 @@ +draw-connector.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-cap-butt.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-cap-butt.svg new file mode 100644 index 000000000..39b78aaf1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-cap-butt.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-cap-round.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-cap-round.svg new file mode 100644 index 000000000..1389e2970 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-cap-round.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-cap-square.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-cap-square.svg new file mode 100644 index 000000000..0b1b9d6a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-cap-square.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-join-bevel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-join-bevel.svg new file mode 100644 index 000000000..35e924c30 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-join-bevel.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-join-miter.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-join-miter.svg new file mode 100644 index 000000000..1be3bf59e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-join-miter.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-join-round.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-join-round.svg new file mode 100644 index 000000000..d0219d407 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-join-round.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-to-path.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-to-path.svg new file mode 100644 index 000000000..71cab6068 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-to-path.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/svn-commit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/svn-commit.svg new file mode 100644 index 000000000..99eb86b3b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/svn-commit.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/svn-update.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/svn-update.svg new file mode 100644 index 000000000..38dc8bc47 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/svn-update.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/swap-panels.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/swap-panels.svg new file mode 100644 index 000000000..a31d53782 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/swap-panels.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-add.svg new file mode 100644 index 000000000..c137c1a9f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-add.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-bigger.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-bigger.svg new file mode 100644 index 000000000..b443d63d5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-bigger.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-fit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-fit.svg new file mode 100644 index 000000000..f25a32de0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-fit.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-remove.svg new file mode 100644 index 000000000..8d632734a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-remove.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-smaller.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-smaller.svg new file mode 100644 index 000000000..25ef9514a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-smaller.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbols.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbols.svg new file mode 120000 index 000000000..8a90c3e48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbols.svg @@ -0,0 +1 @@ +insert-emoticon.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-lock-screen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-lock-screen.svg new file mode 100644 index 000000000..c50d779c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-lock-screen.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-log-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-log-out.svg new file mode 100644 index 000000000..45910400d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-log-out.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-reboot.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-reboot.svg new file mode 100644 index 000000000..390012240 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-reboot.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-run.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-run.svg new file mode 100644 index 000000000..d94a0f29a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-run.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-save-session.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-save-session.svg new file mode 100644 index 000000000..d6da2bc8a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-save-session.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-search.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-search.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-search.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-shutdown.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-shutdown.svg new file mode 100644 index 000000000..ee8058bf3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-shutdown.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-software-install.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-software-install.svg new file mode 100644 index 000000000..3682760ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-software-install.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-suspend-hibernate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-suspend-hibernate.svg new file mode 100644 index 000000000..0bbc130c7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-suspend-hibernate.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-suspend.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-suspend.svg new file mode 100644 index 000000000..a65de5ece --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-suspend.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-switch-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-switch-user.svg new file mode 100644 index 000000000..ada23b437 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-switch-user.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-upgrade.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-upgrade.svg new file mode 100644 index 000000000..97c88fa23 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-upgrade.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-user-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-user-list.svg new file mode 100644 index 000000000..831c9c948 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-user-list.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-user-prompt.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-user-prompt.svg new file mode 100644 index 000000000..ecfc86e19 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-user-prompt.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-users.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-users.svg new file mode 100644 index 000000000..9e28e466a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-users.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-close-other.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-close-other.svg new file mode 120000 index 000000000..799050cf3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-close-other.svg @@ -0,0 +1 @@ +tab-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-close.svg new file mode 100644 index 000000000..3157c453d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-close.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-detach.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-detach.svg new file mode 120000 index 000000000..dbc1b3011 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-detach.svg @@ -0,0 +1 @@ +tab-duplicate.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-duplicate.svg new file mode 100644 index 000000000..337d7e210 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-duplicate.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-new-background.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-new-background.svg new file mode 100644 index 000000000..f02419d20 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-new-background.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-new.svg new file mode 100644 index 000000000..2f7e33f4c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-new.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab.svg new file mode 120000 index 000000000..3d2e0d243 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab.svg @@ -0,0 +1 @@ +tab-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_breakoff.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_breakoff.svg new file mode 120000 index 000000000..dbc1b3011 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_breakoff.svg @@ -0,0 +1 @@ +tab-duplicate.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_duplicate.svg new file mode 120000 index 000000000..dbc1b3011 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_duplicate.svg @@ -0,0 +1 @@ +tab-duplicate.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_new.svg new file mode 120000 index 000000000..3d2e0d243 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_new.svg @@ -0,0 +1 @@ +tab-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_new_bg.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_new_bg.svg new file mode 120000 index 000000000..0056df02a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_new_bg.svg @@ -0,0 +1 @@ +tab-new-background.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_remove.svg new file mode 120000 index 000000000..799050cf3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_remove.svg @@ -0,0 +1 @@ +tab-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_remove_other.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_remove_other.svg new file mode 120000 index 000000000..799050cf3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_remove_other.svg @@ -0,0 +1 @@ +tab-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/table.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/table.svg new file mode 120000 index 000000000..c58216b89 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/table.svg @@ -0,0 +1 @@ +games-config-board.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-addressbook.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-addressbook.svg new file mode 120000 index 000000000..8aae9657d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-addressbook.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-edit.svg new file mode 100644 index 000000000..3685429de --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-edit.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-events.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-events.svg new file mode 120000 index 000000000..54445ac9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-events.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-folder.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-folder.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-folder.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-new.svg new file mode 100644 index 000000000..e2c8232de --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-new.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-people.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-people.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-people.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-places.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-places.svg new file mode 120000 index 000000000..4d518f8f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-places.svg @@ -0,0 +1 @@ +atmosphere.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-properties.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-properties.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-recents.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-recents.svg new file mode 100644 index 000000000..dc5851b3e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-recents.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-reset.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-reset.svg new file mode 120000 index 000000000..ada864c99 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-reset.svg @@ -0,0 +1 @@ +edit-select-invert.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag.svg new file mode 100644 index 000000000..2c9fbb7e8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tags.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tags.svg new file mode 120000 index 000000000..2bb4152ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tags.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tap-create.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tap-create.svg new file mode 120000 index 000000000..d671358dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tap-create.svg @@ -0,0 +1 @@ +archive.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tap-extract-to.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tap-extract-to.svg new file mode 120000 index 000000000..653488ec3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tap-extract-to.svg @@ -0,0 +1 @@ +cm_extractfiles.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tap-extract.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tap-extract.svg new file mode 120000 index 000000000..653488ec3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tap-extract.svg @@ -0,0 +1 @@ +cm_extractfiles.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-attempt.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-attempt.svg new file mode 120000 index 000000000..a626e0c40 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-attempt.svg @@ -0,0 +1 @@ +dialog-warning.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-attention.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-attention.svg new file mode 120000 index 000000000..a626e0c40 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-attention.svg @@ -0,0 +1 @@ +dialog-warning.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-due.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-due.svg new file mode 100644 index 000000000..17f58debb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-due.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-new.svg new file mode 120000 index 000000000..8ca434ee4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-new.svg @@ -0,0 +1 @@ +view-calendar-day.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-past-due.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-past-due.svg new file mode 100644 index 000000000..d970bc2b2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-past-due.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/taxes-finances.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/taxes-finances.svg new file mode 100644 index 000000000..13f3ecbd8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/taxes-finances.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/terminator_horiz.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/terminator_horiz.svg new file mode 120000 index 000000000..5c6562aeb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/terminator_horiz.svg @@ -0,0 +1 @@ +horizontal.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/terminator_vert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/terminator_vert.svg new file mode 120000 index 000000000..a017dc53b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/terminator_vert.svg @@ -0,0 +1 @@ +vertical.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-convert-to-regular.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-convert-to-regular.svg new file mode 100644 index 000000000..bc3b58bc9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-convert-to-regular.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-field.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-field.svg new file mode 100644 index 000000000..71f04e39f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-field.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-flow-into-frame.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-flow-into-frame.svg new file mode 100644 index 000000000..b480b6379 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-flow-into-frame.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-frame-link.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-frame-link.svg new file mode 100644 index 000000000..6412a5658 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-frame-link.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-frame-unlink.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-frame-unlink.svg new file mode 100644 index 000000000..6e7c5bd80 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-frame-unlink.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-orientation-auto.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-orientation-auto.svg new file mode 100644 index 000000000..18eadb6f4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-orientation-auto.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-orientation-sideways.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-orientation-sideways.svg new file mode 100644 index 000000000..e7dc72871 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-orientation-sideways.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-orientation-upright.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-orientation-upright.svg new file mode 100644 index 000000000..6e8f9ae8d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-orientation-upright.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-put-on-path.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-put-on-path.svg new file mode 100644 index 000000000..71aaca64d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-put-on-path.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-remove-from-path.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-remove-from-path.svg new file mode 100644 index 000000000..3c5baf7e5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-remove-from-path.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-speak.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-speak.svg new file mode 120000 index 000000000..871708066 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-speak.svg @@ -0,0 +1 @@ +kdenlive-show-audio.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-unflow.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-unflow.svg new file mode 100644 index 000000000..48cd68fd7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-unflow.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-unkern.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-unkern.svg new file mode 100644 index 000000000..69dada199 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-unkern.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-wiki.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-wiki.svg new file mode 100644 index 000000000..0d87ed19a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-wiki.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-wrap.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-wrap.svg new file mode 100644 index 000000000..9c306575c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-wrap.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_horz_kern.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_horz_kern.svg new file mode 100644 index 000000000..466edfae3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_horz_kern.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_letter_spacing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_letter_spacing.svg new file mode 100644 index 000000000..63279536f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_letter_spacing.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_line_spacing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_line_spacing.svg new file mode 100644 index 000000000..32dc8ad44 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_line_spacing.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_outer_style.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_outer_style.svg new file mode 100644 index 000000000..4f0b8cc4f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_outer_style.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_remove_kerns.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_remove_kerns.svg new file mode 100644 index 000000000..e333cf19e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_remove_kerns.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_rotation.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_rotation.svg new file mode 100644 index 000000000..6dabbd71a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_rotation.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_subscript.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_subscript.svg new file mode 120000 index 000000000..6022badcc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_subscript.svg @@ -0,0 +1 @@ +format-text-subscript.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_superscript.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_superscript.svg new file mode 120000 index 000000000..ff7ed30da --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_superscript.svg @@ -0,0 +1 @@ +format-text-superscript.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_vert_kern.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_vert_kern.svg new file mode 100644 index 000000000..c83f81a1b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_vert_kern.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_word_spacing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_word_spacing.svg new file mode 100644 index 000000000..71e1b9b61 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_word_spacing.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/texture.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/texture.svg new file mode 100644 index 000000000..4f65bc2de --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/texture.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tiny-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tiny-pause.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tiny-pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tiny-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tiny-start.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tiny-start.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/toggle_vp_y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/toggle_vp_y.svg new file mode 120000 index 000000000..1c68ed082 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/toggle_vp_y.svg @@ -0,0 +1 @@ +perspective-parallel.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/toggle_vp_z.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/toggle_vp_z.svg new file mode 120000 index 000000000..1c68ed082 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/toggle_vp_z.svg @@ -0,0 +1 @@ +perspective-parallel.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-chat-reply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-chat-reply.svg new file mode 120000 index 000000000..f2a2d4122 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-chat-reply.svg @@ -0,0 +1 @@ +view-conversation-balloon.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-bookmarked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-bookmarked.svg new file mode 120000 index 000000000..65624f11c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-bookmarked.svg @@ -0,0 +1 @@ +bookmarks-bookmarked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-boost.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-boost.svg new file mode 120000 index 000000000..63b29f145 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-boost.svg @@ -0,0 +1 @@ +boost.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-boosted.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-boosted.svg new file mode 120000 index 000000000..cd07edf3d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-boosted.svg @@ -0,0 +1 @@ +boost-boosted.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-favorite.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-favorite.svg new file mode 120000 index 000000000..6dbc62cf3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-favorite.svg @@ -0,0 +1 @@ +favorite.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-favorited.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-favorited.svg new file mode 120000 index 000000000..a8f8e5e10 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-favorited.svg @@ -0,0 +1 @@ +favorite-favorited.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-reply-filled.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-reply-filled.svg new file mode 100644 index 000000000..c9035cfb2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-reply-filled.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-reply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-reply.svg new file mode 120000 index 000000000..65624f11c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-reply.svg @@ -0,0 +1 @@ +bookmarks-bookmarked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-animator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-animator.svg new file mode 120000 index 000000000..91b01fe2f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-animator.svg @@ -0,0 +1 @@ +media-show-active-track-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-measure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-measure.svg new file mode 100644 index 000000000..9f1dcb0b4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-measure.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-node-editor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-node-editor.svg new file mode 100644 index 000000000..42315789d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-node-editor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-pages.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-pages.svg new file mode 100644 index 000000000..ee15596e5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-pages.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-pointer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-pointer.svg new file mode 120000 index 000000000..1324e0504 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-pointer.svg @@ -0,0 +1 @@ +kdenlive-select-tool.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-spray.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-spray.svg new file mode 100644 index 000000000..8d2bf15dd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-spray.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-tweak.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-tweak.svg new file mode 100644 index 000000000..de3d6a76d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-tweak.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_color_eraser.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_color_eraser.svg new file mode 100644 index 000000000..891c74bb1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_color_eraser.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_curve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_curve.svg new file mode 120000 index 000000000..7630c9799 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_curve.svg @@ -0,0 +1 @@ +format-segment-curve.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_elliptical_selection.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_elliptical_selection.svg new file mode 120000 index 000000000..db766e993 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_elliptical_selection.svg @@ -0,0 +1 @@ +draw-circle.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_polygon.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_polygon.svg new file mode 120000 index 000000000..1bc83ee53 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_polygon.svg @@ -0,0 +1 @@ +draw-polyline.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_rounded_rectangle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_rounded_rectangle.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_rounded_rectangle.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-check-spelling.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-check-spelling.svg new file mode 100644 index 000000000..32fc139fa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-check-spelling.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-burn-image.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-burn-image.svg new file mode 100644 index 000000000..1b21cb18a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-burn-image.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-burn.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-burn.svg new file mode 100644 index 000000000..fcc63acfc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-burn.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-copy.svg new file mode 100644 index 000000000..98a85c3ba --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-copy.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-erase.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-erase.svg new file mode 100644 index 000000000..af5973014 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-erase.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-format.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-format.svg new file mode 100644 index 000000000..5180ce685 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-format.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-report-bug.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-report-bug.svg new file mode 100644 index 000000000..9d3d14fce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-report-bug.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-rip-audio-cd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-rip-audio-cd.svg new file mode 100644 index 000000000..5fa9e33db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-rip-audio-cd.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-rip-video-cd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-rip-video-cd.svg new file mode 100644 index 000000000..5e20c1573 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-rip-video-cd.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-rip-video-dvd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-rip-video-dvd.svg new file mode 120000 index 000000000..5b222b90d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-rip-video-dvd.svg @@ -0,0 +1 @@ +tools-rip-video-cd.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-wizard.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-wizard.svg new file mode 120000 index 000000000..790262367 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-wizard.svg @@ -0,0 +1 @@ +autocorrection.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools.svg new file mode 100644 index 000000000..7e90d03c7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/top.svg new file mode 120000 index 000000000..bdc5bb49e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/top.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-creator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-creator.svg new file mode 120000 index 000000000..300fb89b6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-creator.svg @@ -0,0 +1 @@ +document-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-magnet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-magnet.svg new file mode 120000 index 000000000..ee8077710 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-magnet.svg @@ -0,0 +1 @@ +kt-magnet.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-start-forced.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-start-forced.svg new file mode 120000 index 000000000..9c64c025a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-start-forced.svg @@ -0,0 +1 @@ +media-seek-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-start.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-start.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-stop.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrents.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrents.svg new file mode 100644 index 000000000..9deb2d7ea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrents.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tracker-error.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tracker-error.svg new file mode 100644 index 000000000..50d57434e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tracker-error.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tracker-warning.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tracker-warning.svg new file mode 100644 index 000000000..c4aaa7824 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tracker-warning.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trackerless.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trackerless.svg new file mode 100644 index 000000000..3294886fa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trackerless.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trackers.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trackers.svg new file mode 100644 index 000000000..7973b9c12 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trackers.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transfers.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transfers.svg new file mode 120000 index 000000000..0d756edd8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transfers.svg @@ -0,0 +1 @@ +document-save-as.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-affect-gradient.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-affect-gradient.svg new file mode 100644 index 000000000..833e11516 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-affect-gradient.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-affect-pattern.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-affect-pattern.svg new file mode 100644 index 000000000..410ce1833 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-affect-pattern.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-affect-rounded-corners.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-affect-rounded-corners.svg new file mode 100644 index 000000000..16cc17dfa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-affect-rounded-corners.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-affect-stroke.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-affect-stroke.svg new file mode 100644 index 000000000..6fc0db4b7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-affect-stroke.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-browse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-browse.svg new file mode 100644 index 000000000..290a374bb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-browse.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-crop-and-resize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-crop-and-resize.svg new file mode 100644 index 000000000..b0599d258 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-crop-and-resize.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-crop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-crop.svg new file mode 100644 index 000000000..af8ec4cd9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-crop.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-move-horizontal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-move-horizontal.svg new file mode 100644 index 000000000..9bdf7ceb9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-move-horizontal.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-move.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-move.svg new file mode 100644 index 000000000..07fa69a08 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-move.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-rotate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-rotate.svg new file mode 100644 index 000000000..76bbad6af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-rotate.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-scale-textbox-points.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-scale-textbox-points.svg new file mode 100644 index 000000000..ff09eb3ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-scale-textbox-points.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-scale.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-scale.svg new file mode 120000 index 000000000..617c98bae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-scale.svg @@ -0,0 +1 @@ +kdenlive-zoom-large.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-shear-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-shear-down.svg new file mode 100644 index 000000000..3b33a0e92 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-shear-down.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-shear-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-shear-left.svg new file mode 100644 index 000000000..1ddd92a33 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-shear-left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-shear-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-shear-right.svg new file mode 100644 index 000000000..1aa1aa984 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-shear-right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-shear-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-shear-up.svg new file mode 100644 index 000000000..ade7a4f42 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-shear-up.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trash-empty.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trash-empty.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trash-empty.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trim-margins.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trim-margins.svg new file mode 100644 index 000000000..5e6b6fa4a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trim-margins.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trim-to-selection.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trim-to-selection.svg new file mode 100644 index 000000000..d18e54049 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trim-to-selection.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/twitter-dm.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/twitter-dm.svg new file mode 100644 index 000000000..67f13b788 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/twitter-dm.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/twitter-home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/twitter-home.svg new file mode 100644 index 000000000..f673d5e51 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/twitter-home.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/twitter-mentions.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/twitter-mentions.svg new file mode 100644 index 000000000..e30a7a3a2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/twitter-mentions.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/twitter-profile.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/twitter-profile.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/twitter-profile.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-detach.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-detach.svg new file mode 100644 index 000000000..eac968fb0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-detach.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-eject.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-eject.svg new file mode 120000 index 000000000..f9f7bcbd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-eject.svg @@ -0,0 +1 @@ +media-eject.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-lock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-lock.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-lock.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-mount.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-mount.svg new file mode 100644 index 000000000..93a7b39cd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-mount.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-submenu.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-submenu.svg new file mode 120000 index 000000000..a97e184da --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-submenu.svg @@ -0,0 +1 @@ +pan-end.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-unlock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-unlock.svg new file mode 120000 index 000000000..a7673957b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-unlock.svg @@ -0,0 +1 @@ +object-unlocked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-unmount.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-unmount.svg new file mode 100644 index 000000000..e2494d3eb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-unmount.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/underexposure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/underexposure.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/underexposure.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/undo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/undo.svg new file mode 120000 index 000000000..88a18b65f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/undo.svg @@ -0,0 +1 @@ +edit-undo.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/unlock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/unlock.svg new file mode 120000 index 000000000..a7673957b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/unlock.svg @@ -0,0 +1 @@ +object-unlocked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/up.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/upcomingevents-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/upcomingevents-amarok.svg new file mode 120000 index 000000000..702265284 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/upcomingevents-amarok.svg @@ -0,0 +1 @@ +view-calendar-upcoming-events.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/upindicator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/upindicator.svg new file mode 120000 index 000000000..687a8fb01 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/upindicator.svg @@ -0,0 +1 @@ +pan-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/upload-media.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/upload-media.svg new file mode 120000 index 000000000..17854fc8d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/upload-media.svg @@ -0,0 +1 @@ +cloud-upload.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/upload.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/upload.svg new file mode 100644 index 000000000..703535d83 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/upload.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/url-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/url-copy.svg new file mode 120000 index 000000000..b20b3d573 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/url-copy.svg @@ -0,0 +1 @@ +edit-link.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-group-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-group-delete.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-group-delete.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-group-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-group-new.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-group-new.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-group-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-group-properties.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-group-properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-identity.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-identity.svg new file mode 100644 index 000000000..c2b7ca569 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-identity.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-properties.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user.svg new file mode 120000 index 000000000..12ff0ec56 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user.svg @@ -0,0 +1 @@ +system-users.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user_purple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user_purple.svg new file mode 100644 index 000000000..9e95f9e25 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user_purple.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/usermenu-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/usermenu-delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/usermenu-delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/usermenu-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/usermenu-down.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/usermenu-down.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/usermenu-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/usermenu-up.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/usermenu-up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/username-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/username-copy.svg new file mode 100644 index 000000000..e7ab1b6aa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/username-copy.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vertical.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vertical.svg new file mode 100644 index 000000000..79ca88260 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vertical.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/videoclip-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/videoclip-amarok.svg new file mode 120000 index 000000000..0d1faec0d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/videoclip-amarok.svg @@ -0,0 +1 @@ +kdenlive-show-video.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-bank-account-checking.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-bank-account-checking.svg new file mode 100644 index 000000000..6a26b0821 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-bank-account-checking.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-bank-account-savings.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-bank-account-savings.svg new file mode 100644 index 000000000..ec0a694e9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-bank-account-savings.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-bank-account.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-bank-account.svg new file mode 100644 index 000000000..0579dad8c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-bank-account.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-bank.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-bank.svg new file mode 100644 index 000000000..a342dd56a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-bank.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-barcode-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-barcode-add.svg new file mode 100644 index 000000000..5e3562b0a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-barcode-add.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-barcode-qr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-barcode-qr.svg new file mode 100644 index 000000000..cf972b0ab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-barcode-qr.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-barcode.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-barcode.svg new file mode 100644 index 000000000..d2eae39fe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-barcode.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-agenda.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-agenda.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-agenda.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-birthday.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-birthday.svg new file mode 100644 index 000000000..ec4aea442 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-birthday.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-day.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-day.svg new file mode 100644 index 000000000..828f09859 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-day.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-holiday.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-holiday.svg new file mode 100644 index 000000000..6827611ed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-holiday.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-journal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-journal.svg new file mode 100644 index 000000000..9d0350283 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-journal.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-list.svg new file mode 120000 index 000000000..5e86bb448 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-list.svg @@ -0,0 +1 @@ +snap-page.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-month.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-month.svg new file mode 100644 index 000000000..ea87d55dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-month.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-special-occasion.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-special-occasion.svg new file mode 100644 index 000000000..8696d7edf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-special-occasion.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-tasks.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-tasks.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-tasks.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-time-spent.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-time-spent.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-time-spent.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-timeline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-timeline.svg new file mode 100644 index 000000000..ac3ddb7a1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-timeline.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-upcoming-days.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-upcoming-days.svg new file mode 100644 index 000000000..e7194e42c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-upcoming-days.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-upcoming-events.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-upcoming-events.svg new file mode 100644 index 000000000..5bd50d096 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-upcoming-events.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-wedding-anniversary.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-wedding-anniversary.svg new file mode 100644 index 000000000..4acdbba0e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-wedding-anniversary.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-week.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-week.svg new file mode 100644 index 000000000..2e14113bf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-week.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-whatsnext.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-whatsnext.svg new file mode 120000 index 000000000..b830e6bae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-whatsnext.svg @@ -0,0 +1 @@ +view-calendar-journal.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-workweek.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-workweek.svg new file mode 100644 index 000000000..52f80ba99 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-workweek.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-year.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-year.svg new file mode 100644 index 000000000..8c39b237e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-year.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar.svg new file mode 100644 index 000000000..0df860150 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-catalog.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-catalog.svg new file mode 120000 index 000000000..62e1f1e9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-catalog.svg @@ -0,0 +1 @@ +view-pim-news.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-categories.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-categories.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-categories.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-add.svg new file mode 100644 index 000000000..0c51c94ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-add.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-export-secret.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-export-secret.svg new file mode 100644 index 000000000..6d2a0b823 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-export-secret.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-export-server.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-export-server.svg new file mode 100644 index 000000000..3968f74f8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-export-server.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-export.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-export.svg new file mode 100644 index 000000000..2c79d935a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-export.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-import.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-import.svg new file mode 100644 index 000000000..ad234156b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-import.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-server-configure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-server-configure.svg new file mode 100644 index 000000000..6b29c8b9d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-server-configure.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-sign.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-sign.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-sign.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate.svg new file mode 100644 index 000000000..bbaf9c298 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-choose.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-choose.svg new file mode 100644 index 000000000..5e7ef7ea2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-choose.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-close.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-column.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-column.svg new file mode 100644 index 000000000..a9b51d965 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-column.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-compact.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-compact.svg new file mode 100644 index 000000000..9f371d4ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-compact.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-continuous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-continuous.svg new file mode 100644 index 000000000..b765d4e1a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-continuous.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-conversation-balloon.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-conversation-balloon.svg new file mode 100644 index 000000000..4f6a5b912 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-conversation-balloon.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-coverflow.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-coverflow.svg new file mode 100644 index 000000000..ade39af02 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-coverflow.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-currency-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-currency-list.svg new file mode 100644 index 000000000..29289cabc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-currency-list.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-dual.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-dual.svg new file mode 100644 index 000000000..98e7f2ddc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-dual.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-file-columns.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-file-columns.svg new file mode 120000 index 000000000..4bbf838be --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-file-columns.svg @@ -0,0 +1 @@ +view-column.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-filter-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-filter-rtl.svg new file mode 100644 index 000000000..cc10b2d83 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-filter-rtl.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-filter.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-filter.svg new file mode 100644 index 000000000..f3f2d1943 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-filter.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-add.svg new file mode 100644 index 000000000..9f260d7eb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-add.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-asset-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-asset-closed.svg new file mode 100644 index 000000000..b6261c205 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-asset-closed.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-asset.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-asset.svg new file mode 100644 index 000000000..452e89dc5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-asset.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-cash-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-cash-closed.svg new file mode 100644 index 000000000..f5afaae34 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-cash-closed.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-cash.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-cash.svg new file mode 100644 index 000000000..bc436fbc2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-cash.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-checking-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-checking-closed.svg new file mode 100644 index 000000000..50e3da34f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-checking-closed.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-checking.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-checking.svg new file mode 100644 index 000000000..aa7c99554 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-checking.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-close.svg new file mode 100644 index 000000000..f7858a6e0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-close.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-closed.svg new file mode 100644 index 000000000..e57e1b9cc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-closed.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-credit-card-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-credit-card-closed.svg new file mode 100644 index 000000000..53864b330 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-credit-card-closed.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-credit-card.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-credit-card.svg new file mode 100644 index 000000000..2c1af76f1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-credit-card.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-delete.svg new file mode 100644 index 000000000..3fb301db1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-delete.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-edit.svg new file mode 100644 index 000000000..a674ca7f4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-edit.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-investment-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-investment-closed.svg new file mode 100644 index 000000000..7bfa65357 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-investment-closed.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-investment-security-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-investment-security-closed.svg new file mode 100644 index 000000000..7d8659d96 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-investment-security-closed.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-investment-security.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-investment-security.svg new file mode 100644 index 000000000..d4d9242a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-investment-security.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-investment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-investment.svg new file mode 100644 index 000000000..438ab40ef --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-investment.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-liability-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-liability-closed.svg new file mode 100644 index 000000000..bcc45a8e0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-liability-closed.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-liability.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-liability.svg new file mode 100644 index 000000000..1af97bc46 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-liability.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-loan-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-loan-closed.svg new file mode 100644 index 000000000..4a508a915 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-loan-closed.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-loan.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-loan.svg new file mode 100644 index 000000000..c90adf99a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-loan.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-reopen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-reopen.svg new file mode 100644 index 000000000..e3ad192b3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-reopen.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-savings-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-savings-closed.svg new file mode 100644 index 000000000..a0cbd3645 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-savings-closed.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-savings.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-savings.svg new file mode 100644 index 000000000..c47681b1d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-savings.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account.svg new file mode 100644 index 000000000..182d80a7a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-budget.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-budget.svg new file mode 100644 index 000000000..812a69c3f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-budget.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-add.svg new file mode 100644 index 000000000..edb9c7a6d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-add.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-delete.svg new file mode 100644 index 000000000..6388e6c7a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-delete.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-edit.svg new file mode 100644 index 000000000..3ddf9ae23 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-edit.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-expense.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-expense.svg new file mode 100644 index 000000000..d59d3540b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-expense.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-income.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-income.svg new file mode 100644 index 000000000..3173348d4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-income.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-list.svg new file mode 100644 index 000000000..8c7df32c0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-list.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-transfer-reconcile.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-transfer-reconcile.svg new file mode 100644 index 000000000..13bf3e85c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-transfer-reconcile.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-transfer-reconciled.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-transfer-reconciled.svg new file mode 100644 index 000000000..248a59ffa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-transfer-reconciled.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-transfer-unreconciled.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-transfer-unreconciled.svg new file mode 100644 index 000000000..7756d1bbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-transfer-unreconciled.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-form-action.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-form-action.svg new file mode 100644 index 000000000..05d7568c7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-form-action.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-form.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-form.svg new file mode 100644 index 000000000..225d6550c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-form.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-fullscreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-fullscreen.svg new file mode 100644 index 000000000..d215f6bbd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-fullscreen.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-grid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-grid.svg new file mode 100644 index 000000000..bcf809c32 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-grid.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-group.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-group.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-group.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-hidden.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-hidden.svg new file mode 100644 index 000000000..dad049103 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-hidden.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-history.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-history.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-history.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-institution-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-institution-add.svg new file mode 100644 index 000000000..cee5126d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-institution-add.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-institution-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-institution-delete.svg new file mode 100644 index 000000000..382938214 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-institution-delete.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-institution-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-institution-edit.svg new file mode 100644 index 000000000..62703fe00 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-institution-edit.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-institution.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-institution.svg new file mode 100644 index 000000000..8d3499ce8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-institution.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-left-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-left-close.svg new file mode 100644 index 000000000..6e1ec352a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-left-close.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-compact.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-compact.svg new file mode 100644 index 000000000..e10e04eb8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-compact.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-details.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-details.svg new file mode 100644 index 000000000..0f5006dd5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-details.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-icons.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-icons.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-icons.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-images.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-images.svg new file mode 100644 index 000000000..e8c936428 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-images.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-text.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-text.svg new file mode 100644 index 000000000..71b8b0d95 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-text.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-tree.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-tree.svg new file mode 100644 index 000000000..8f847a557 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-tree.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-video.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-video.svg new file mode 100644 index 000000000..5eebcdf04 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-video.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list.svg new file mode 100644 index 000000000..29b8e701d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-maximized.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-maximized.svg new file mode 120000 index 000000000..b1fd2364f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-maximized.svg @@ -0,0 +1 @@ +window-maximize.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-album-cover.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-album-cover.svg new file mode 120000 index 000000000..26e17b165 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-album-cover.svg @@ -0,0 +1 @@ +media-album-track.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-artist.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-artist.svg new file mode 120000 index 000000000..30c642ea2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-artist.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-equalizer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-equalizer.svg new file mode 100644 index 000000000..830aaa7d4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-equalizer.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-favorite.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-favorite.svg new file mode 100644 index 000000000..1d5170cdf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-favorite.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-genre.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-genre.svg new file mode 100644 index 000000000..6484c4b71 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-genre.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-lyrics.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-lyrics.svg new file mode 100644 index 000000000..58f488bb3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-lyrics.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-playcount.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-playcount.svg new file mode 100644 index 000000000..878fb567a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-playcount.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-playlist.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-playlist.svg new file mode 100644 index 000000000..8c7df32c0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-playlist.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-queue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-queue.svg new file mode 120000 index 000000000..f32b479e7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-queue.svg @@ -0,0 +1 @@ +playlist-queue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-subtitles-hidden.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-subtitles-hidden.svg new file mode 100644 index 000000000..dd528f422 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-subtitles-hidden.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-subtitles.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-subtitles.svg new file mode 120000 index 000000000..4fc291405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-subtitles.svg @@ -0,0 +1 @@ +media-view-subtitles.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-title.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-title.svg new file mode 120000 index 000000000..a28c847f3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-title.svg @@ -0,0 +1 @@ +filename-title-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-track.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-track.svg new file mode 120000 index 000000000..bd5a1a3e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-track.svg @@ -0,0 +1 @@ +tools-rip-audio-cd.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-visualization.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-visualization.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-visualization.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-more-horizontal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-more-horizontal.svg new file mode 100644 index 000000000..f580f8d29 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-more-horizontal.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-more.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-more.svg new file mode 100644 index 000000000..6cdfc4ddd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-more.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-multiple-objects.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-multiple-objects.svg new file mode 100644 index 000000000..60b04b4c3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-multiple-objects.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-object-histogram-linear.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-object-histogram-linear.svg new file mode 100644 index 000000000..f19a29da0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-object-histogram-linear.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-object-histogram-logarithmic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-object-histogram-logarithmic.svg new file mode 100644 index 000000000..6f5e37829 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-object-histogram-logarithmic.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-paged.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-paged.svg new file mode 100644 index 000000000..4c44e7f5f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-paged.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-continuous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-continuous.svg new file mode 100644 index 000000000..1da8a78b6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-continuous.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-facing-first-centered.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-facing-first-centered.svg new file mode 100644 index 000000000..d02f34c67 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-facing-first-centered.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-facing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-facing.svg new file mode 100644 index 000000000..2ff182fc8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-facing.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-overview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-overview.svg new file mode 100644 index 000000000..39d45ce73 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-overview.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-single.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-single.svg new file mode 100644 index 000000000..38cc92b34 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-single.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-calendar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-calendar.svg new file mode 120000 index 000000000..8c656b6ab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-calendar.svg @@ -0,0 +1 @@ +view-calendar-month.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-contacts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-contacts.svg new file mode 100644 index 000000000..7ca5c6ca5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-contacts.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-journal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-journal.svg new file mode 120000 index 000000000..e9885590f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-journal.svg @@ -0,0 +1 @@ +view-media-playlist.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-mail.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-mail.svg new file mode 120000 index 000000000..b62208f46 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-mail.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-news.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-news.svg new file mode 100644 index 000000000..ad5c62e03 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-news.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-notes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-notes.svg new file mode 120000 index 000000000..5e86bb448 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-notes.svg @@ -0,0 +1 @@ +snap-page.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-summary.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-summary.svg new file mode 100644 index 000000000..ea5cbf1b4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-summary.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-tasks-pending.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-tasks-pending.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-tasks-pending.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-tasks.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-tasks.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-tasks.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-presentation.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-presentation.svg new file mode 100644 index 000000000..a69057cc5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-presentation.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-preview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-preview.svg new file mode 100644 index 000000000..7132643b4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-preview.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-private.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-private.svg new file mode 100644 index 000000000..1cbb24ecd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-private.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-all-tree.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-all-tree.svg new file mode 120000 index 000000000..548a469f6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-all-tree.svg @@ -0,0 +1 @@ +view-more.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-all.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-all.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-own.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-own.svg new file mode 120000 index 000000000..30c642ea2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-own.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-system.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-system.svg new file mode 120000 index 000000000..0db970529 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-system.svg @@ -0,0 +1 @@ +system-run.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-tree.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-tree.svg new file mode 120000 index 000000000..029cc0b42 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-tree.svg @@ -0,0 +1 @@ +view-list-tree.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-users.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-users.svg new file mode 120000 index 000000000..0fca1fb6f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-users.svg @@ -0,0 +1 @@ +view-user-offline-kopete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-readermode-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-readermode-active.svg new file mode 100644 index 000000000..f5b95b0d4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-readermode-active.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-readermode.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-readermode.svg new file mode 100644 index 000000000..aba76e6a4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-readermode.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-refresh.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-refresh.svg new file mode 100644 index 000000000..8ef50e861 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-refresh.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-resource-calendar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-resource-calendar.svg new file mode 120000 index 000000000..54445ac9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-resource-calendar.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-restore.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-restore.svg new file mode 100644 index 000000000..541a17ada --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-restore.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-right-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-right-close.svg new file mode 100644 index 000000000..7cf1271a1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-right-close.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-right-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-right-new.svg new file mode 120000 index 000000000..730d45914 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-right-new.svg @@ -0,0 +1 @@ +view-dual.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-sidetree.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-sidetree.svg new file mode 100644 index 000000000..dac5a99ba --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-sidetree.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-sort-ascending.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-sort-ascending.svg new file mode 100644 index 000000000..c6a1bd6f7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-sort-ascending.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-sort-descending.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-sort-descending.svg new file mode 100644 index 000000000..a3b151da5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-sort-descending.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-sort.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-sort.svg new file mode 100644 index 000000000..4333e7079 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-sort.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-split-left-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-split-left-right.svg new file mode 120000 index 000000000..730d45914 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-split-left-right.svg @@ -0,0 +1 @@ +view-dual.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-split-top-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-split-top-bottom.svg new file mode 100644 index 000000000..8cd3d16d5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-split-top-bottom.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-statistics.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-statistics.svg new file mode 100644 index 000000000..9c3b3f8bb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-statistics.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-table-of-contents-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-table-of-contents-ltr.svg new file mode 100644 index 000000000..b5e8e41a9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-table-of-contents-ltr.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-table-of-contents-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-table-of-contents-rtl.svg new file mode 120000 index 000000000..05b3db7e0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-table-of-contents-rtl.svg @@ -0,0 +1 @@ +format-list-unordered.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-task-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-task-add.svg new file mode 120000 index 000000000..8ca434ee4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-task-add.svg @@ -0,0 +1 @@ +view-calendar-day.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-task-child-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-task-child-add.svg new file mode 120000 index 000000000..4226a5356 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-task-child-add.svg @@ -0,0 +1 @@ +view-task-child.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-task-child.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-task-child.svg new file mode 100644 index 000000000..1b5f1db84 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-task-child.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-task.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-task.svg new file mode 120000 index 000000000..13ebf1395 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-task.svg @@ -0,0 +1 @@ +view-calendar-special-occasion.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-baselined-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-baselined-add.svg new file mode 100644 index 000000000..3ee0bd053 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-baselined-add.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-baselined-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-baselined-remove.svg new file mode 100644 index 000000000..aa09bde2a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-baselined-remove.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-baselined.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-baselined.svg new file mode 120000 index 000000000..a04747903 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-baselined.svg @@ -0,0 +1 @@ +view-calendar-timeline.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-calculus.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-calculus.svg new file mode 100644 index 000000000..a2b464248 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-calculus.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-child-insert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-child-insert.svg new file mode 100644 index 000000000..4bcbb0ff6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-child-insert.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-insert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-insert.svg new file mode 120000 index 000000000..4f816599f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-insert.svg @@ -0,0 +1 @@ +view-time-schedule-baselined-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule.svg new file mode 120000 index 000000000..a04747903 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule.svg @@ -0,0 +1 @@ +view-calendar-timeline.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-user-offline-kopete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-user-offline-kopete.svg new file mode 100644 index 000000000..1eba05ea6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-user-offline-kopete.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-visible.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-visible.svg new file mode 120000 index 000000000..3ec7e2cc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-visible.svg @@ -0,0 +1 @@ +view-hidden.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-web-browser-dom-tree.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-web-browser-dom-tree.svg new file mode 120000 index 000000000..4d518f8f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-web-browser-dom-tree.svg @@ -0,0 +1 @@ +atmosphere.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-wrapped-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-wrapped-rtl.svg new file mode 100644 index 000000000..1317bbe24 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-wrapped-rtl.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-wrapped.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-wrapped.svg new file mode 100644 index 000000000..894268eb6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-wrapped.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_choose.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_choose.svg new file mode 120000 index 000000000..548a469f6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_choose.svg @@ -0,0 +1 @@ +view-more.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_detailed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_detailed.svg new file mode 120000 index 000000000..a379444c2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_detailed.svg @@ -0,0 +1 @@ +view-list-details.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_icon.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_icon.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_icon.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_left_right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_left_right.svg new file mode 120000 index 000000000..730d45914 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_left_right.svg @@ -0,0 +1 @@ +view-dual.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_multicolumn.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_multicolumn.svg new file mode 120000 index 000000000..4bbf838be --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_multicolumn.svg @@ -0,0 +1 @@ +view-column.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_text.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_text.svg new file mode 120000 index 000000000..ab1153648 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_text.svg @@ -0,0 +1 @@ +view-list-text.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_top_bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_top_bottom.svg new file mode 120000 index 000000000..e12ea4ce0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_top_bottom.svg @@ -0,0 +1 @@ +view-split-top-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_tree.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_tree.svg new file mode 120000 index 000000000..029cc0b42 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_tree.svg @@ -0,0 +1 @@ +view-list-tree.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/viewimage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/viewimage.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/viewimage.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/viewmagfit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/viewmagfit.svg new file mode 120000 index 000000000..cc77c1cf2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/viewmagfit.svg @@ -0,0 +1 @@ +zoom-fit-selection.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vinyl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vinyl.svg new file mode 120000 index 000000000..4cd912bb6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vinyl.svg @@ -0,0 +1 @@ +tools-media-optical-format.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/virtual-desktops.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/virtual-desktops.svg new file mode 100644 index 000000000..99b6d5eee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/virtual-desktops.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/visibility.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/visibility.svg new file mode 120000 index 000000000..3ec7e2cc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/visibility.svg @@ -0,0 +1 @@ +view-hidden.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-create.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-create.svg new file mode 120000 index 000000000..300fb89b6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-create.svg @@ -0,0 +1 @@ +document-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-download.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-download.svg new file mode 120000 index 000000000..6aa652ef6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-download.svg @@ -0,0 +1 @@ +edit-download.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-power-off.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-power-off.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-power-off.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-power-on.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-power-on.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-power-on.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-restart.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-restart.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-restart.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-settings.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-settings.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-settings.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-autoprotect-keep.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-autoprotect-keep.svg new file mode 100644 index 000000000..9d978a58a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-autoprotect-keep.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-autoprotect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-autoprotect.svg new file mode 100644 index 000000000..4b6919bb7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-autoprotect.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-current.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-current.svg new file mode 100644 index 000000000..4c4bd9d4f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-current.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-recording.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-recording.svg new file mode 100644 index 000000000..ce717bff2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-recording.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-revert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-revert.svg new file mode 100644 index 000000000..ab46a5bc6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-revert.svg @@ -0,0 +1,11 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot.svg new file mode 100644 index 000000000..148222a5d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshots-manage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshots-manage.svg new file mode 100644 index 000000000..4a8d529cb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshots-manage.svg @@ -0,0 +1,11 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-suspend.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-suspend.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-suspend.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-tools-install-cancel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-tools-install-cancel.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-tools-install-cancel.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-tools-install.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-tools-install.svg new file mode 100644 index 000000000..3b7a4dd48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-tools-install.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-upload.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-upload.svg new file mode 120000 index 000000000..247d086b0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-upload.svg @@ -0,0 +1 @@ +upload.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm_clone_wizard.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm_clone_wizard.svg new file mode 100644 index 000000000..7cc4e2e70 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm_clone_wizard.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm_new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm_new.svg new file mode 120000 index 000000000..ddc3d28c2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm_new.svg @@ -0,0 +1 @@ +entry-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-autoprotect-keep.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-autoprotect-keep.svg new file mode 120000 index 000000000..858084d6e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-autoprotect-keep.svg @@ -0,0 +1 @@ +vm-snapshot-autoprotect-keep.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-checkpoint-next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-checkpoint-next.svg new file mode 120000 index 000000000..82214a21e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-checkpoint-next.svg @@ -0,0 +1 @@ +media-skip-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-checkpoint-previous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-checkpoint-previous.svg new file mode 120000 index 000000000..a0af1946d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-checkpoint-previous.svg @@ -0,0 +1 @@ +media-skip-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-component-download-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-component-download-inactive.svg new file mode 100644 index 000000000..923501e55 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-component-download-inactive.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-component-downloading.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-component-downloading.svg new file mode 100644 index 000000000..8d82db970 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-component-downloading.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-component.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-component.svg new file mode 100644 index 000000000..bd80d37b2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-component.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-datacenter.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-datacenter.svg new file mode 100644 index 000000000..3abf34fe1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-datacenter.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-disabled.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-disabled.svg new file mode 100644 index 000000000..f1c68efd3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-disabled.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-error-emblem.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-error-emblem.svg new file mode 100644 index 000000000..bad562ed3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-error-emblem.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-locked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-locked.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-locked.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-manage-autostart-vms.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-manage-autostart-vms.svg new file mode 120000 index 000000000..28d76fd4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-manage-autostart-vms.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-marker-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-marker-add.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-marker-add.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-new.svg new file mode 100644 index 000000000..406499b37 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-new.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-powered-on.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-powered-on.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-powered-on.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-max-recommended-bullet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-max-recommended-bullet.svg new file mode 120000 index 000000000..4c2c5d3cb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-max-recommended-bullet.svg @@ -0,0 +1 @@ +flag-blue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-max-recommended-flag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-max-recommended-flag.svg new file mode 120000 index 000000000..4c2c5d3cb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-max-recommended-flag.svg @@ -0,0 +1 @@ +flag-blue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-min-recommended-bullet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-min-recommended-bullet.svg new file mode 120000 index 000000000..11f10f667 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-min-recommended-bullet.svg @@ -0,0 +1 @@ +flag-yellow.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-min-recommended-flag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-min-recommended-flag.svg new file mode 120000 index 000000000..11f10f667 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-min-recommended-flag.svg @@ -0,0 +1 @@ +flag-yellow.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-recommended-bullet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-recommended-bullet.svg new file mode 120000 index 000000000..d0e2df71b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-recommended-bullet.svg @@ -0,0 +1 @@ +flag-green.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-recommended-flag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-recommended-flag.svg new file mode 120000 index 000000000..d0e2df71b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-recommended-flag.svg @@ -0,0 +1 @@ +flag-green.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-beginning.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-beginning.svg new file mode 120000 index 000000000..f5627dd9a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-beginning.svg @@ -0,0 +1 @@ +media-playback-start-rtl.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-pause.svg new file mode 120000 index 000000000..28433e51e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-pause.svg @@ -0,0 +1 @@ +media-playback-paused.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-play.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-play.svg new file mode 120000 index 000000000..f1fddde07 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-play.svg @@ -0,0 +1 @@ +media-playback-playing.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-speed-fast.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-speed-fast.svg new file mode 100644 index 000000000..dc4162471 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-speed-fast.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-speed-normal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-speed-normal.svg new file mode 100644 index 000000000..b485230c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-speed-normal.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-settings.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-settings.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-settings.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-suspended.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-suspended.svg new file mode 120000 index 000000000..28433e51e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-suspended.svg @@ -0,0 +1 @@ +media-playback-paused.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-unlocked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-unlocked.svg new file mode 120000 index 000000000..a7673957b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-unlocked.svg @@ -0,0 +1 @@ +object-unlocked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-vcd-server.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-vcd-server.svg new file mode 100644 index 000000000..1e1db98b4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-vcd-server.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-vcenter.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-vcenter.svg new file mode 100644 index 000000000..1c2cb7c0e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-vcenter.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-view-appliance.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-view-appliance.svg new file mode 120000 index 000000000..62e1f1e9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-view-appliance.svg @@ -0,0 +1 @@ +view-pim-news.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-view-console.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-view-console.svg new file mode 120000 index 000000000..6957e396c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-view-console.svg @@ -0,0 +1 @@ +cm_runterm.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-view-unity-error.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-view-unity-error.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-view-unity-error.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-view-unity.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-view-unity.svg new file mode 120000 index 000000000..f0b026afc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-view-unity.svg @@ -0,0 +1 @@ +window.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/web-browser.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/web-browser.svg new file mode 120000 index 000000000..425dcc6b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/web-browser.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/whitebalance.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/whitebalance.svg new file mode 100644 index 000000000..f5fdcc6cf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/whitebalance.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/widget-alternatives.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/widget-alternatives.svg new file mode 100644 index 000000000..732012c55 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/widget-alternatives.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-close.svg new file mode 100644 index 000000000..0dced668d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-close.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-duplicate.svg new file mode 100644 index 000000000..259473728 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-duplicate.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-keep-above.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-keep-above.svg new file mode 100644 index 000000000..9b64c7b10 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-keep-above.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-keep-below.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-keep-below.svg new file mode 100644 index 000000000..66f16ba30 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-keep-below.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-maximize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-maximize.svg new file mode 100644 index 000000000..bfc7d600e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-maximize.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-minimize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-minimize.svg new file mode 100644 index 000000000..296ee9234 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-minimize.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-new.svg new file mode 100644 index 000000000..e66f184cb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-new.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-next.svg new file mode 100644 index 000000000..a2b091278 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-next.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-pin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-pin.svg new file mode 100644 index 000000000..3cc6af62a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-pin.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-previous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-previous.svg new file mode 100644 index 000000000..c25ec048e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-previous.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-restore.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-restore.svg new file mode 100644 index 000000000..afd84d4bf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-restore.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-shade.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-shade.svg new file mode 100644 index 000000000..66a9a777e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-shade.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-unpin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-unpin.svg new file mode 100644 index 000000000..77e4b9343 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-unpin.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-unshade.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-unshade.svg new file mode 100644 index 000000000..55b4044ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-unshade.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window.svg new file mode 100644 index 000000000..38647ce7d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window_fullscreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window_fullscreen.svg new file mode 120000 index 000000000..cbaa8381f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window_fullscreen.svg @@ -0,0 +1 @@ +view-fullscreen.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window_new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window_new.svg new file mode 120000 index 000000000..71831b4ed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window_new.svg @@ -0,0 +1 @@ +window-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window_nofullscreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window_nofullscreen.svg new file mode 120000 index 000000000..4eb323159 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window_nofullscreen.svg @@ -0,0 +1 @@ +view-restore.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-clementine-album.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-clementine-album.svg new file mode 120000 index 000000000..26e17b165 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-clementine-album.svg @@ -0,0 +1 @@ +media-album-track.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-clementine-artist.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-clementine-artist.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-clementine-artist.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-clementine-shuffle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-clementine-shuffle.svg new file mode 120000 index 000000000..26f669677 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-clementine-shuffle.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-shape-connection.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-shape-connection.svg new file mode 120000 index 000000000..c0d62e927 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-shape-connection.svg @@ -0,0 +1 @@ +draw-connector.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-shape-formula.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-shape-formula.svg new file mode 120000 index 000000000..76cf81500 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-shape-formula.svg @@ -0,0 +1 @@ +formula.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-shape-image.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-shape-image.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-shape-image.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-shape-text.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-shape-text.svg new file mode 120000 index 000000000..ab1153648 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-shape-text.svg @@ -0,0 +1 @@ +view-list-text.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-zoom-in.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-zoom-in.svg new file mode 120000 index 000000000..608b53975 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-zoom-in.svg @@ -0,0 +1 @@ +zoom-in-x.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-zoom-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-zoom-out.svg new file mode 120000 index 000000000..fc310d2b1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-zoom-out.svg @@ -0,0 +1 @@ +zoom-out-x.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xc_crosshair.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xc_crosshair.svg new file mode 100644 index 000000000..0497f17b4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xc_crosshair.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-close.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-maximize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-maximize.svg new file mode 100644 index 000000000..9a56662e3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-maximize.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-menu.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-menu.svg new file mode 100644 index 000000000..c898d54e0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-menu.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-minimize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-minimize.svg new file mode 120000 index 000000000..e91a257b0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-minimize.svg @@ -0,0 +1 @@ +window-minimize.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-shade.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-shade.svg new file mode 100644 index 000000000..d4c9d17fc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-shade.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-stick.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-stick.svg new file mode 100644 index 000000000..23ab5db3f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-stick.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-unmaximize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-unmaximize.svg new file mode 120000 index 000000000..86873993a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-unmaximize.svg @@ -0,0 +1 @@ +xfce-wm-maximize.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-unshade.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-unshade.svg new file mode 100644 index 000000000..4b00a3e3f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-unshade.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-unstick.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-unstick.svg new file mode 100644 index 000000000..ad0ef88ed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-unstick.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-attribute-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-attribute-delete.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-attribute-delete.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-element-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-element-new.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-element-new.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-node-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-node-delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-node-delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-node-duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-node-duplicate.svg new file mode 120000 index 000000000..e953e894e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-node-duplicate.svg @@ -0,0 +1 @@ +edit-duplicate.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-text-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-text-new.svg new file mode 120000 index 000000000..36a013999 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-text-new.svg @@ -0,0 +1 @@ +format-text-larger.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/y-zoom-in.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/y-zoom-in.svg new file mode 100644 index 000000000..090230be1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/y-zoom-in.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/y-zoom-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/y-zoom-out.svg new file mode 120000 index 000000000..0f72a058c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/y-zoom-out.svg @@ -0,0 +1 @@ +zoom-out-y.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zone-in.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zone-in.svg new file mode 100644 index 000000000..c542a5c54 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zone-in.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zone-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zone-out.svg new file mode 100644 index 000000000..55c86fa19 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zone-out.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-1-to-2.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-1-to-2.svg new file mode 100644 index 000000000..bac9465fd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-1-to-2.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-2-to-1.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-2-to-1.svg new file mode 100644 index 000000000..cfc275e4d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-2-to-1.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-best-fit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-best-fit.svg new file mode 120000 index 000000000..cc77c1cf2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-best-fit.svg @@ -0,0 +1 @@ +zoom-fit-selection.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-center-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-center-page.svg new file mode 120000 index 000000000..a77e7a14f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-center-page.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-double-size.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-double-size.svg new file mode 120000 index 000000000..79ae67b73 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-double-size.svg @@ -0,0 +1 @@ +zoom-1-to-2.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-draw.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-draw.svg new file mode 120000 index 000000000..a77e7a14f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-draw.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-best.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-best.svg new file mode 100644 index 000000000..d819868c0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-best.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-drawing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-drawing.svg new file mode 100644 index 000000000..f9d830117 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-drawing.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-height.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-height.svg new file mode 100644 index 000000000..bdd9a1d7a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-height.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-page.svg new file mode 100644 index 000000000..ed1363651 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-page.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-selection.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-selection.svg new file mode 100644 index 000000000..88318e4c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-selection.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-width.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-width.svg new file mode 100644 index 000000000..0a26e56cd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-width.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-half-size.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-half-size.svg new file mode 120000 index 000000000..b5036e78d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-half-size.svg @@ -0,0 +1 @@ +zoom-2-to-1.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-in-large.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-in-large.svg new file mode 120000 index 000000000..a74d0584f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-in-large.svg @@ -0,0 +1 @@ +zoom-in.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-in-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-in-x.svg new file mode 100644 index 000000000..33c04e564 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-in-x.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-in-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-in-y.svg new file mode 120000 index 000000000..65f9aa9f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-in-y.svg @@ -0,0 +1 @@ +y-zoom-in.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-in.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-in.svg new file mode 100644 index 000000000..233e0326b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-in.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-next.svg new file mode 100644 index 000000000..7a748896f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-next.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-original.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-original.svg new file mode 100644 index 000000000..a7659fe5b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-original.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-out-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-out-x.svg new file mode 100644 index 000000000..8b0f561fc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-out-x.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-out-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-out-y.svg new file mode 100644 index 000000000..9e4647ead --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-out-y.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-out.svg new file mode 100644 index 000000000..7bfbdc95d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-out.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-previous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-previous.svg new file mode 100644 index 000000000..522a07f4f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-previous.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-select-fit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-select-fit.svg new file mode 120000 index 000000000..cc77c1cf2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-select-fit.svg @@ -0,0 +1 @@ +zoom-fit-selection.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-select-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-select-x.svg new file mode 120000 index 000000000..157250559 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-select-x.svg @@ -0,0 +1 @@ +zoom-fit-width.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-select-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-select-y.svg new file mode 120000 index 000000000..e84c27278 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-select-y.svg @@ -0,0 +1 @@ +zoom-fit-height.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-select.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-select.svg new file mode 120000 index 000000000..a77e7a14f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-select.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/apps b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/apps new file mode 120000 index 000000000..990b3803b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/apps @@ -0,0 +1 @@ +../../Papirus/16x16/apps \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/categories b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/categories new file mode 120000 index 000000000..03736e32b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/categories @@ -0,0 +1 @@ +apps \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-card.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-card.svg new file mode 100644 index 000000000..d7e8daa42 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-card.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-headphones.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-headphones.svg new file mode 100644 index 000000000..6ea0ff8d5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-headphones.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-headset.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-headset.svg new file mode 120000 index 000000000..3f0ee3efc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-headset.svg @@ -0,0 +1 @@ +audio-headphones.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-input-microphone.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-input-microphone.svg new file mode 100644 index 000000000..4ceba7c5a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-input-microphone.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-center-back.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-center-back.svg new file mode 100644 index 000000000..bfca73cad --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-center-back.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-center.svg new file mode 100644 index 000000000..27d7c428d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-center.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-front-left-of-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-front-left-of-center.svg new file mode 100644 index 000000000..308f771e7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-front-left-of-center.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-front-right-of-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-front-right-of-center.svg new file mode 100644 index 000000000..27017ce0b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-front-right-of-center.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-left-back.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-left-back.svg new file mode 100644 index 000000000..15dc8a3ab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-left-back.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-left-side.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-left-side.svg new file mode 100644 index 000000000..263578d4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-left-side.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-left.svg new file mode 100644 index 000000000..519fbd95e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-left.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-right-back.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-right-back.svg new file mode 100644 index 000000000..1724001dd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-right-back.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-right-side.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-right-side.svg new file mode 100644 index 000000000..d27281670 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-right-side.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-right.svg new file mode 100644 index 000000000..7dc15633c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-right.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speakers.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speakers.svg new file mode 100644 index 000000000..c53b5ef90 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speakers.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-subwoofer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-subwoofer.svg new file mode 100644 index 000000000..b53b6a3b7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-subwoofer.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/battery.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/battery.svg new file mode 100644 index 000000000..354821390 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/battery.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blockdevice.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blockdevice.svg new file mode 100644 index 000000000..b79c58c25 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blockdevice.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-camera.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-camera.svg new file mode 120000 index 000000000..2849f9385 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-camera.svg @@ -0,0 +1 @@ +camera-photo.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-cellular.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-cellular.svg new file mode 120000 index 000000000..383406fc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-cellular.svg @@ -0,0 +1 @@ +phone.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-desktop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-desktop.svg new file mode 120000 index 000000000..d890a06c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-desktop.svg @@ -0,0 +1 @@ +computer.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-device.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-device.svg new file mode 120000 index 000000000..195bf0717 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-device.svg @@ -0,0 +1 @@ +bluetooth.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-handheld.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-handheld.svg new file mode 120000 index 000000000..bd3c13415 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-handheld.svg @@ -0,0 +1 @@ +input-tablet.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-handsfree.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-handsfree.svg new file mode 120000 index 000000000..3f0ee3efc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-handsfree.svg @@ -0,0 +1 @@ +audio-headphones.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-headset.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-headset.svg new file mode 120000 index 000000000..3f0ee3efc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-headset.svg @@ -0,0 +1 @@ +audio-headphones.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-keyboard.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-keyboard.svg new file mode 120000 index 000000000..ff417223d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-keyboard.svg @@ -0,0 +1 @@ +input-keyboard.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-laptop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-laptop.svg new file mode 120000 index 000000000..a19553813 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-laptop.svg @@ -0,0 +1 @@ +computer-laptop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-loudspeaker.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-loudspeaker.svg new file mode 120000 index 000000000..fcba5c94d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-loudspeaker.svg @@ -0,0 +1 @@ +audio-speakers.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-mouse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-mouse.svg new file mode 120000 index 000000000..e81935d80 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-mouse.svg @@ -0,0 +1 @@ +input-mouse.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-pointing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-pointing.svg new file mode 120000 index 000000000..e81935d80 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-pointing.svg @@ -0,0 +1 @@ +input-mouse.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-scanner.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-scanner.svg new file mode 120000 index 000000000..490a5aa3c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-scanner.svg @@ -0,0 +1 @@ +scanner.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-server.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-server.svg new file mode 120000 index 000000000..84ab20350 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-server.svg @@ -0,0 +1 @@ +network-wired.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-smart-phone.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-smart-phone.svg new file mode 120000 index 000000000..383406fc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-smart-phone.svg @@ -0,0 +1 @@ +phone.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/bluetooth.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/bluetooth.svg new file mode 100644 index 000000000..6762e427e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/bluetooth.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/bus-usb.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/bus-usb.svg new file mode 120000 index 000000000..62992d8f6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/bus-usb.svg @@ -0,0 +1 @@ +drive-removable-media-usb.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/camera-photo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/camera-photo.svg new file mode 100644 index 000000000..ff54b8233 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/camera-photo.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/camera-video.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/camera-video.svg new file mode 100644 index 000000000..5642a870c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/camera-video.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/camera-web.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/camera-web.svg new file mode 100644 index 000000000..977ecc9ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/camera-web.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/camera.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/camera.svg new file mode 120000 index 000000000..2849f9385 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/camera.svg @@ -0,0 +1 @@ +camera-photo.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/computer-laptop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/computer-laptop.svg new file mode 100644 index 000000000..6828ae9f6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/computer-laptop.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/computer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/computer.svg new file mode 100644 index 000000000..659a92c93 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/computer.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/cpu.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/cpu.svg new file mode 100644 index 000000000..263181c27 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/cpu.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device-notifier.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device-notifier.svg new file mode 120000 index 000000000..62992d8f6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device-notifier.svg @@ -0,0 +1 @@ +drive-removable-media-usb.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device_cpu.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device_cpu.svg new file mode 120000 index 000000000..347775659 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device_cpu.svg @@ -0,0 +1 @@ +cpu.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device_pci.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device_pci.svg new file mode 100644 index 000000000..d30445cc6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device_pci.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device_serial.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device_serial.svg new file mode 100644 index 000000000..d742b6437 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device_serial.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device_usb.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device_usb.svg new file mode 120000 index 000000000..62992d8f6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device_usb.svg @@ -0,0 +1 @@ +drive-removable-media-usb.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/display.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/display.svg new file mode 120000 index 000000000..d890a06c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/display.svg @@ -0,0 +1 @@ +computer.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-harddisk-ieee1394.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-harddisk-ieee1394.svg new file mode 120000 index 000000000..9d25e6ec1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-harddisk-ieee1394.svg @@ -0,0 +1 @@ +drive-harddisk.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-harddisk-root.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-harddisk-root.svg new file mode 120000 index 000000000..9d25e6ec1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-harddisk-root.svg @@ -0,0 +1 @@ +drive-harddisk.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-harddisk-system.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-harddisk-system.svg new file mode 120000 index 000000000..9d25e6ec1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-harddisk-system.svg @@ -0,0 +1 @@ +drive-harddisk.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-harddisk.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-harddisk.svg new file mode 100644 index 000000000..7752164c0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-harddisk.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-multidisk.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-multidisk.svg new file mode 100644 index 000000000..c2a5561fe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-multidisk.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-optical.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-optical.svg new file mode 120000 index 000000000..63739ccc2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-optical.svg @@ -0,0 +1 @@ +media-optical.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-removable-media-usb-pendrive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-removable-media-usb-pendrive.svg new file mode 100644 index 000000000..354dcaecd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-removable-media-usb-pendrive.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-removable-media-usb.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-removable-media-usb.svg new file mode 100644 index 000000000..0880348a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-removable-media-usb.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-removable-media.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-removable-media.svg new file mode 120000 index 000000000..9d25e6ec1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-removable-media.svg @@ -0,0 +1 @@ +drive-harddisk.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-virtual.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-virtual.svg new file mode 120000 index 000000000..7fdd2d96f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-virtual.svg @@ -0,0 +1 @@ +network-server.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-battery.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-battery.svg new file mode 120000 index 000000000..a400f383f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-battery.svg @@ -0,0 +1 @@ +battery.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-cdrom-audio.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-cdrom-audio.svg new file mode 120000 index 000000000..63739ccc2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-cdrom-audio.svg @@ -0,0 +1 @@ +media-optical.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-cdrom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-cdrom.svg new file mode 120000 index 000000000..5c62a912c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-cdrom.svg @@ -0,0 +1 @@ +drive-optical.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-computer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-computer.svg new file mode 120000 index 000000000..d890a06c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-computer.svg @@ -0,0 +1 @@ +computer.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-cdr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-cdr.svg new file mode 120000 index 000000000..63739ccc2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-cdr.svg @@ -0,0 +1 @@ +media-optical.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-cdrw.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-cdrw.svg new file mode 120000 index 000000000..63739ccc2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-cdrw.svg @@ -0,0 +1 @@ +media-optical.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdr-plus.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdr-plus.svg new file mode 120000 index 000000000..63739ccc2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdr-plus.svg @@ -0,0 +1 @@ +media-optical.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdr.svg new file mode 120000 index 000000000..63739ccc2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdr.svg @@ -0,0 +1 @@ +media-optical.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdram.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdram.svg new file mode 120000 index 000000000..63739ccc2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdram.svg @@ -0,0 +1 @@ +media-optical.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdrom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdrom.svg new file mode 120000 index 000000000..63739ccc2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdrom.svg @@ -0,0 +1 @@ +media-optical.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdrw.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdrw.svg new file mode 120000 index 000000000..63739ccc2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdrw.svg @@ -0,0 +1 @@ +media-optical.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-dvd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-dvd.svg new file mode 120000 index 000000000..5c62a912c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-dvd.svg @@ -0,0 +1 @@ +drive-optical.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-ethernet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-ethernet.svg new file mode 120000 index 000000000..84ab20350 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-ethernet.svg @@ -0,0 +1 @@ +network-wired.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-floppy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-floppy.svg new file mode 120000 index 000000000..6af143ea5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-floppy.svg @@ -0,0 +1 @@ +media-floppy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-harddisk-1394.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-harddisk-1394.svg new file mode 120000 index 000000000..9d25e6ec1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-harddisk-1394.svg @@ -0,0 +1 @@ +drive-harddisk.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-harddisk-usb.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-harddisk-usb.svg new file mode 120000 index 000000000..9d25e6ec1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-harddisk-usb.svg @@ -0,0 +1 @@ +drive-harddisk.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-harddisk.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-harddisk.svg new file mode 120000 index 000000000..9d25e6ec1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-harddisk.svg @@ -0,0 +1 @@ +drive-harddisk.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-ipod.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-ipod.svg new file mode 120000 index 000000000..fd92d8c7e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-ipod.svg @@ -0,0 +1 @@ +multimedia-player.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-keyboard.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-keyboard.svg new file mode 120000 index 000000000..ff417223d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-keyboard.svg @@ -0,0 +1 @@ +input-keyboard.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-media-cf.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-media-cf.svg new file mode 120000 index 000000000..1303e9801 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-media-cf.svg @@ -0,0 +1 @@ +media-flash.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-media-ms.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-media-ms.svg new file mode 120000 index 000000000..1303e9801 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-media-ms.svg @@ -0,0 +1 @@ +media-flash.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-media-sdmmc.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-media-sdmmc.svg new file mode 120000 index 000000000..1303e9801 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-media-sdmmc.svg @@ -0,0 +1 @@ +media-flash.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-media-sm.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-media-sm.svg new file mode 120000 index 000000000..1303e9801 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-media-sm.svg @@ -0,0 +1 @@ +media-flash.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-memory.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-memory.svg new file mode 100644 index 000000000..e351c5dc9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-memory.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-mouse-ball.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-mouse-ball.svg new file mode 120000 index 000000000..e81935d80 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-mouse-ball.svg @@ -0,0 +1 @@ +input-mouse.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-mouse-optical.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-mouse-optical.svg new file mode 120000 index 000000000..e81935d80 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-mouse-optical.svg @@ -0,0 +1 @@ +input-mouse.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-printer-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-printer-new.svg new file mode 100644 index 000000000..95941e1f0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-printer-new.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-printer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-printer.svg new file mode 120000 index 000000000..f0bff2272 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-printer.svg @@ -0,0 +1 @@ +printer.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-removable-1394.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-removable-1394.svg new file mode 120000 index 000000000..a283cdf55 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-removable-1394.svg @@ -0,0 +1 @@ +drive-removable-media.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-removable-usb.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-removable-usb.svg new file mode 120000 index 000000000..a283cdf55 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-removable-usb.svg @@ -0,0 +1 @@ +drive-removable-media.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-removable.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-removable.svg new file mode 120000 index 000000000..a283cdf55 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-removable.svg @@ -0,0 +1 @@ +drive-removable-media.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-wavelan.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-wavelan.svg new file mode 120000 index 000000000..012a6674d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-wavelan.svg @@ -0,0 +1 @@ +network-wireless.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-phone-manager.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-phone-manager.svg new file mode 120000 index 000000000..383406fc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-phone-manager.svg @@ -0,0 +1 @@ +phone.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/headphones.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/headphones.svg new file mode 120000 index 000000000..3f0ee3efc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/headphones.svg @@ -0,0 +1 @@ +audio-headphones.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/hifi.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/hifi.svg new file mode 100644 index 000000000..29470addb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/hifi.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/i-network-printer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/i-network-printer.svg new file mode 120000 index 000000000..e7ddf2902 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/i-network-printer.svg @@ -0,0 +1 @@ +printer-network.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-dialpad.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-dialpad.svg new file mode 100644 index 000000000..84717dbb5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-dialpad.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-gaming.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-gaming.svg new file mode 100644 index 000000000..fa5c07a1e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-gaming.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-keyboard.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-keyboard.svg new file mode 100644 index 000000000..149640fd5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-keyboard.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-mouse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-mouse.svg new file mode 100644 index 000000000..2dd0779a4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-mouse.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-tablet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-tablet.svg new file mode 100644 index 000000000..105c30f22 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-tablet.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-touchpad.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-touchpad.svg new file mode 100644 index 000000000..7ab7452fb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-touchpad.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/ipodtouchicon.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/ipodtouchicon.svg new file mode 120000 index 000000000..c799b0608 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/ipodtouchicon.svg @@ -0,0 +1 @@ +multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/joystick.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/joystick.svg new file mode 120000 index 000000000..01d10d033 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/joystick.svg @@ -0,0 +1 @@ +input-gaming.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/keyboard.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/keyboard.svg new file mode 120000 index 000000000..ff417223d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/keyboard.svg @@ -0,0 +1 @@ +input-keyboard.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-error.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-error.svg new file mode 120000 index 000000000..ef2c60f5d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-error.svg @@ -0,0 +1 @@ +knemo-monitor-error.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-idle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-idle.svg new file mode 120000 index 000000000..362b9db28 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-idle.svg @@ -0,0 +1 @@ +knemo-monitor-idle.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-offline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-offline.svg new file mode 120000 index 000000000..aca9918f5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-offline.svg @@ -0,0 +1 @@ +knemo-monitor-offline.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-receive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-receive.svg new file mode 120000 index 000000000..ac75238d8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-receive.svg @@ -0,0 +1 @@ +knemo-monitor-receive.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-transmit-receive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-transmit-receive.svg new file mode 120000 index 000000000..21630461f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-transmit-receive.svg @@ -0,0 +1 @@ +knemo-monitor-transmit-receive.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-transmit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-transmit.svg new file mode 120000 index 000000000..2a5a4d8eb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-transmit.svg @@ -0,0 +1 @@ +knemo-monitor-transmit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-error.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-error.svg new file mode 100644 index 000000000..2f0167066 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-error.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-idle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-idle.svg new file mode 100644 index 000000000..696a81fed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-idle.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-offline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-offline.svg new file mode 100644 index 000000000..58a119fa1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-offline.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-receive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-receive.svg new file mode 100644 index 000000000..c9f7ebdf1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-receive.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-transmit-receive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-transmit-receive.svg new file mode 120000 index 000000000..362b9db28 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-transmit-receive.svg @@ -0,0 +1 @@ +knemo-monitor-idle.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-transmit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-transmit.svg new file mode 100644 index 000000000..677d7d7c5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-transmit.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-error.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-error.svg new file mode 120000 index 000000000..ef2c60f5d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-error.svg @@ -0,0 +1 @@ +knemo-monitor-error.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-idle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-idle.svg new file mode 120000 index 000000000..362b9db28 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-idle.svg @@ -0,0 +1 @@ +knemo-monitor-idle.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-offline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-offline.svg new file mode 120000 index 000000000..aca9918f5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-offline.svg @@ -0,0 +1 @@ +knemo-monitor-offline.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-receive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-receive.svg new file mode 120000 index 000000000..ac75238d8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-receive.svg @@ -0,0 +1 @@ +knemo-monitor-receive.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-transmit-receive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-transmit-receive.svg new file mode 120000 index 000000000..21630461f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-transmit-receive.svg @@ -0,0 +1 @@ +knemo-monitor-transmit-receive.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-transmit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-transmit.svg new file mode 120000 index 000000000..2a5a4d8eb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-transmit.svg @@ -0,0 +1 @@ +knemo-monitor-transmit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-error.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-error.svg new file mode 120000 index 000000000..ef2c60f5d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-error.svg @@ -0,0 +1 @@ +knemo-monitor-error.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-idle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-idle.svg new file mode 120000 index 000000000..362b9db28 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-idle.svg @@ -0,0 +1 @@ +knemo-monitor-idle.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-offline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-offline.svg new file mode 120000 index 000000000..aca9918f5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-offline.svg @@ -0,0 +1 @@ +knemo-monitor-offline.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-receive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-receive.svg new file mode 120000 index 000000000..ac75238d8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-receive.svg @@ -0,0 +1 @@ +knemo-monitor-receive.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-transmit-receive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-transmit-receive.svg new file mode 120000 index 000000000..21630461f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-transmit-receive.svg @@ -0,0 +1 @@ +knemo-monitor-transmit-receive.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-transmit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-transmit.svg new file mode 120000 index 000000000..2a5a4d8eb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-transmit.svg @@ -0,0 +1 @@ +knemo-monitor-transmit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/lan-segment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/lan-segment.svg new file mode 120000 index 000000000..84ab20350 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/lan-segment.svg @@ -0,0 +1 @@ +network-wired.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/laptop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/laptop.svg new file mode 120000 index 000000000..a19553813 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/laptop.svg @@ -0,0 +1 @@ +computer-laptop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-cdrom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-cdrom.svg new file mode 120000 index 000000000..63739ccc2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-cdrom.svg @@ -0,0 +1 @@ +media-optical.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-flash-sd-mmc.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-flash-sd-mmc.svg new file mode 120000 index 000000000..1303e9801 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-flash-sd-mmc.svg @@ -0,0 +1 @@ +media-flash.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-flash-smart-media.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-flash-smart-media.svg new file mode 120000 index 000000000..1303e9801 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-flash-smart-media.svg @@ -0,0 +1 @@ +media-flash.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-flash.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-flash.svg new file mode 100644 index 000000000..ff1c4befc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-flash.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-floppy-3_5.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-floppy-3_5.svg new file mode 120000 index 000000000..6af143ea5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-floppy-3_5.svg @@ -0,0 +1 @@ +media-floppy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-floppy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-floppy.svg new file mode 100644 index 000000000..1d2229600 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-floppy.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-memory-sd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-memory-sd.svg new file mode 120000 index 000000000..1303e9801 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-memory-sd.svg @@ -0,0 +1 @@ +media-flash.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-memory.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-memory.svg new file mode 100644 index 000000000..0e6d3881a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-memory.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-audio.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-audio.svg new file mode 120000 index 000000000..63739ccc2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-audio.svg @@ -0,0 +1 @@ +media-optical.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-blu-ray.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-blu-ray.svg new file mode 120000 index 000000000..63739ccc2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-blu-ray.svg @@ -0,0 +1 @@ +media-optical.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-data.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-data.svg new file mode 120000 index 000000000..63739ccc2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-data.svg @@ -0,0 +1 @@ +media-optical.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-dvd-video.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-dvd-video.svg new file mode 120000 index 000000000..63739ccc2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-dvd-video.svg @@ -0,0 +1 @@ +media-optical.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-dvd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-dvd.svg new file mode 120000 index 000000000..63739ccc2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-dvd.svg @@ -0,0 +1 @@ +media-optical.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-mixed-cd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-mixed-cd.svg new file mode 120000 index 000000000..63739ccc2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-mixed-cd.svg @@ -0,0 +1 @@ +media-optical.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-recordable.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-recordable.svg new file mode 120000 index 000000000..63739ccc2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-recordable.svg @@ -0,0 +1 @@ +media-optical.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-video.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-video.svg new file mode 120000 index 000000000..63739ccc2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-video.svg @@ -0,0 +1 @@ +media-optical.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical.svg new file mode 100644 index 000000000..5cf015164 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-removable.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-removable.svg new file mode 120000 index 000000000..f888ff0e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-removable.svg @@ -0,0 +1 @@ +drive-removable-media-usb-pendrive.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-tape.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-tape.svg new file mode 100644 index 000000000..58dde2b33 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-tape.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/memory.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/memory.svg new file mode 120000 index 000000000..f19a62edd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/memory.svg @@ -0,0 +1 @@ +gnome-dev-memory.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-U2-color.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-U2-color.svg new file mode 120000 index 000000000..c799b0608 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-U2-color.svg @@ -0,0 +1 @@ +multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-U2-monochrome.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-U2-monochrome.svg new file mode 120000 index 000000000..c799b0608 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-U2-monochrome.svg @@ -0,0 +1 @@ +multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-blue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-blue.svg new file mode 100644 index 000000000..b924f5b3e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-blue.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-gold.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-gold.svg new file mode 120000 index 000000000..c799b0608 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-gold.svg @@ -0,0 +1 @@ +multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-green.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-green.svg new file mode 120000 index 000000000..c799b0608 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-green.svg @@ -0,0 +1 @@ +multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-pink.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-pink.svg new file mode 120000 index 000000000..c799b0608 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-pink.svg @@ -0,0 +1 @@ +multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-silver.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-silver.svg new file mode 120000 index 000000000..c799b0608 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-silver.svg @@ -0,0 +1 @@ +multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-nano-black.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-nano-black.svg new file mode 120000 index 000000000..c799b0608 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-nano-black.svg @@ -0,0 +1 @@ +multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-nano-green.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-nano-green.svg new file mode 120000 index 000000000..c799b0608 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-nano-green.svg @@ -0,0 +1 @@ +multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-nano-white.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-nano-white.svg new file mode 120000 index 000000000..c799b0608 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-nano-white.svg @@ -0,0 +1 @@ +multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-shuffle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-shuffle.svg new file mode 120000 index 000000000..c799b0608 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-shuffle.svg @@ -0,0 +1 @@ +multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-standard-color.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-standard-color.svg new file mode 120000 index 000000000..c799b0608 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-standard-color.svg @@ -0,0 +1 @@ +multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-standard-monochrome.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-standard-monochrome.svg new file mode 120000 index 000000000..c799b0608 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-standard-monochrome.svg @@ -0,0 +1 @@ +multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player.svg new file mode 100644 index 000000000..b2d9f3bab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-server-database.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-server-database.svg new file mode 120000 index 000000000..7fdd2d96f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-server-database.svg @@ -0,0 +1 @@ +network-server.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-server.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-server.svg new file mode 100644 index 000000000..73e3cae61 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-server.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-vpn.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-vpn.svg new file mode 100644 index 000000000..b3ce4d9e6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-vpn.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-wired.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-wired.svg new file mode 100644 index 000000000..6def9fa1a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-wired.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-wireless.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-wireless.svg new file mode 100644 index 000000000..5ad855381 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-wireless.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone-google-nexus-one.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone-google-nexus-one.svg new file mode 120000 index 000000000..c799b0608 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone-google-nexus-one.svg @@ -0,0 +1 @@ +multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone-htc-g1-white.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone-htc-g1-white.svg new file mode 120000 index 000000000..c799b0608 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone-htc-g1-white.svg @@ -0,0 +1 @@ +multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone-nokia-n900.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone-nokia-n900.svg new file mode 120000 index 000000000..c799b0608 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone-nokia-n900.svg @@ -0,0 +1 @@ +multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone-palm-pre.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone-palm-pre.svg new file mode 120000 index 000000000..c799b0608 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone-palm-pre.svg @@ -0,0 +1 @@ +multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone.svg new file mode 100644 index 000000000..dde5c3217 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/printer-network.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/printer-network.svg new file mode 100644 index 000000000..cac0b2e94 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/printer-network.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/printer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/printer.svg new file mode 100644 index 000000000..6edae17fc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/printer.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/removable-media.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/removable-media.svg new file mode 120000 index 000000000..a283cdf55 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/removable-media.svg @@ -0,0 +1 @@ +drive-removable-media.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/scanner.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/scanner.svg new file mode 100644 index 000000000..20ccbd8b5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/scanner.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/serial-port.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/serial-port.svg new file mode 120000 index 000000000..c80321580 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/serial-port.svg @@ -0,0 +1 @@ +device_serial.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/server-database.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/server-database.svg new file mode 120000 index 000000000..7fdd2d96f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/server-database.svg @@ -0,0 +1 @@ +network-server.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/smartphone.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/smartphone.svg new file mode 120000 index 000000000..383406fc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/smartphone.svg @@ -0,0 +1 @@ +phone.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/soundcard.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/soundcard.svg new file mode 120000 index 000000000..1de6f80dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/soundcard.svg @@ -0,0 +1 @@ +audio-card.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/stock_cell-phone.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/stock_cell-phone.svg new file mode 120000 index 000000000..383406fc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/stock_cell-phone.svg @@ -0,0 +1 @@ +phone.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/system.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/system.svg new file mode 120000 index 000000000..d890a06c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/system.svg @@ -0,0 +1 @@ +computer.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/tv.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/tv.svg new file mode 100644 index 000000000..e8d62ab74 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/tv.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/uninterruptible-power-supply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/uninterruptible-power-supply.svg new file mode 100644 index 000000000..bd46bd013 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/uninterruptible-power-supply.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/unity-fallback-mount-helper.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/unity-fallback-mount-helper.svg new file mode 120000 index 000000000..a283cdf55 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/unity-fallback-mount-helper.svg @@ -0,0 +1 @@ +drive-removable-media.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/video-display.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/video-display.svg new file mode 120000 index 000000000..d890a06c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/video-display.svg @@ -0,0 +1 @@ +computer.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/emblems b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/emblems new file mode 120000 index 000000000..68e334674 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/emblems @@ -0,0 +1 @@ +../../Papirus/16x16/emblems \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/emotes b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/emotes new file mode 120000 index 000000000..483ace3df --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/emotes @@ -0,0 +1 @@ +../../Papirus/16x16/emotes/ \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/mimetypes b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/mimetypes new file mode 120000 index 000000000..59e5c8ed1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/mimetypes @@ -0,0 +1 @@ +../../Papirus/16x16/mimetypes \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/panel b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/panel new file mode 120000 index 000000000..29ffd3679 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/panel @@ -0,0 +1 @@ +../../Papirus/16x16/panel \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/bookmark-missing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/bookmark-missing.svg new file mode 100644 index 000000000..85fdf473b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/bookmark-missing.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/certificate-server.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/certificate-server.svg new file mode 120000 index 000000000..5a98ca8c2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/certificate-server.svg @@ -0,0 +1 @@ +folder-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/desktop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/desktop.svg new file mode 120000 index 000000000..8f1a5a03b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/desktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-activities.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-activities.svg new file mode 100644 index 000000000..b34fca04b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-activities.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-adwaita.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-adwaita.svg new file mode 100644 index 000000000..8c01e3480 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-adwaita.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-android.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-android.svg new file mode 100644 index 000000000..08672bbe0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-android.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-apple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-apple.svg new file mode 100644 index 000000000..aa7733259 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-apple.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-applications.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-applications.svg new file mode 100644 index 000000000..5e86244e5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-applications.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-arduino.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-arduino.svg new file mode 100644 index 000000000..e521730be --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-arduino.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-backup.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-backup.svg new file mode 100644 index 000000000..cf44ed29d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-backup.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-black.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-black.svg new file mode 100644 index 000000000..c19691d2a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-black.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-blue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-blue.svg new file mode 100644 index 000000000..507a60546 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-blue.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-bluegrey.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-bluegrey.svg new file mode 100644 index 000000000..92659bf09 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-bluegrey.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-bookmark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-bookmark.svg new file mode 120000 index 000000000..6594075d9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-bookmark.svg @@ -0,0 +1 @@ +user-bookmarks.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-bookmarks.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-bookmarks.svg new file mode 120000 index 000000000..6594075d9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-bookmarks.svg @@ -0,0 +1 @@ +user-bookmarks.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-books.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-books.svg new file mode 100644 index 000000000..cef4c3ce4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-books.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-breeze.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-breeze.svg new file mode 100644 index 000000000..c16641714 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-breeze.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-brown.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-brown.svg new file mode 100644 index 000000000..4d67fea8e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-brown.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-camera.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-camera.svg new file mode 120000 index 000000000..ef1876d36 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-camera.svg @@ -0,0 +1 @@ +folder-photo.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-carmine.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-carmine.svg new file mode 100644 index 000000000..d24abfc5b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-carmine.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-cd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-cd.svg new file mode 100644 index 000000000..5180ce685 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-cd.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-cloud.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-cloud.svg new file mode 120000 index 000000000..5882201e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-cloud.svg @@ -0,0 +1 @@ +folder-mail-cloud.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-code.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-code.svg new file mode 100644 index 000000000..c5a2ea9b3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-code.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-cyan.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-cyan.svg new file mode 100644 index 000000000..55e575986 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-cyan.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-darkcyan.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-darkcyan.svg new file mode 100644 index 000000000..ae66b15a0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-darkcyan.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-decrypted.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-decrypted.svg new file mode 120000 index 000000000..fe5003f7d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-decrypted.svg @@ -0,0 +1 @@ +folder-unlocked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-deeporange.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-deeporange.svg new file mode 100644 index 000000000..ab8e9ee33 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-deeporange.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-desktop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-desktop.svg new file mode 120000 index 000000000..8f1a5a03b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-desktop.svg @@ -0,0 +1 @@ +user-desktop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-development.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-development.svg new file mode 100644 index 000000000..6965f94e4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-development.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-docker.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-docker.svg new file mode 100644 index 000000000..03401a55f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-docker.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-documents-open.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-documents-open.svg new file mode 120000 index 000000000..cde3e2e5a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-documents-open.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-documents.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-documents.svg new file mode 100644 index 000000000..57c6a263b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-documents.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-download-open.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-download-open.svg new file mode 120000 index 000000000..cde3e2e5a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-download-open.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-download.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-download.svg new file mode 100644 index 000000000..9a55ff920 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-download.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-downloads.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-downloads.svg new file mode 120000 index 000000000..8b7535787 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-downloads.svg @@ -0,0 +1 @@ +folder-download.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-drag-accept.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-drag-accept.svg new file mode 100644 index 000000000..9ff543d00 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-drag-accept.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-dropbox.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-dropbox.svg new file mode 100644 index 000000000..30204f66f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-dropbox.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-encrypted.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-encrypted.svg new file mode 120000 index 000000000..5a98ca8c2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-encrypted.svg @@ -0,0 +1 @@ +folder-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-favorites.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-favorites.svg new file mode 120000 index 000000000..6594075d9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-favorites.svg @@ -0,0 +1 @@ +user-bookmarks.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-games.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-games.svg new file mode 100644 index 000000000..02cf61c04 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-games.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-gdrive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-gdrive.svg new file mode 120000 index 000000000..30146231e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-gdrive.svg @@ -0,0 +1 @@ +folder-google-drive.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-git.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-git.svg new file mode 100644 index 000000000..3453a4cc2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-git.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-github.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-github.svg new file mode 100644 index 000000000..a6093304a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-github.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-gitlab.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-gitlab.svg new file mode 100644 index 000000000..8d95c1e20 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-gitlab.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-gnome.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-gnome.svg new file mode 100644 index 000000000..f54b1097e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-gnome.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-google-drive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-google-drive.svg new file mode 100644 index 000000000..80bf4f75e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-google-drive.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-green.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-green.svg new file mode 100644 index 000000000..b4ebd507c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-green.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-grey.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-grey.svg new file mode 100644 index 000000000..8b141d943 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-grey.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-home.svg new file mode 120000 index 000000000..858de4c5d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-html.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-html.svg new file mode 120000 index 000000000..b3a26eea3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-html.svg @@ -0,0 +1 @@ +folder-network.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-image-people.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-image-people.svg new file mode 100644 index 000000000..d616df45a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-image-people.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-image.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-image.svg new file mode 120000 index 000000000..6d4bb4b0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-image.svg @@ -0,0 +1 @@ +folder-images.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-images.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-images.svg new file mode 120000 index 000000000..273d2b9b3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-images.svg @@ -0,0 +1 @@ +folder-pictures.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-important.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-important.svg new file mode 100644 index 000000000..7992a1973 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-important.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-indigo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-indigo.svg new file mode 100644 index 000000000..5f8ca3a2e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-indigo.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-java.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-java.svg new file mode 100644 index 000000000..51d7ec03a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-java.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-kde.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-kde.svg new file mode 100644 index 000000000..efb6bc507 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-kde.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-linux.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-linux.svg new file mode 100644 index 000000000..109c2d0cf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-linux.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-locked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-locked.svg new file mode 100644 index 000000000..30b5bf8e4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-locked.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-magenta.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-magenta.svg new file mode 100644 index 000000000..e93320dc0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-magenta.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-mail-cloud.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-mail-cloud.svg new file mode 100644 index 000000000..58094f3eb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-mail-cloud.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-mail.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-mail.svg new file mode 100644 index 000000000..b96f781f6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-mail.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-mega.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-mega.svg new file mode 100644 index 000000000..1f2e9a505 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-mega.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-meocloud.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-meocloud.svg new file mode 100644 index 000000000..07c2cfb32 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-meocloud.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-music-open.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-music-open.svg new file mode 120000 index 000000000..cde3e2e5a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-music-open.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-music.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-music.svg new file mode 100644 index 000000000..1125503a1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-music.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-network.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-network.svg new file mode 100644 index 000000000..e7df6b79e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-network.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-nextcloud.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-nextcloud.svg new file mode 100644 index 000000000..2a6f6ec76 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-nextcloud.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-nordic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-nordic.svg new file mode 100644 index 000000000..313de458f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-nordic.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-notes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-notes.svg new file mode 100644 index 000000000..dfbe5381b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-notes.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-obsidian.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-obsidian.svg new file mode 100644 index 000000000..187596849 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-obsidian.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-onedrive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-onedrive.svg new file mode 100644 index 000000000..c894c44c2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-onedrive.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-open.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-open.svg new file mode 100644 index 000000000..f7a2d5c63 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-open.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-orange.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-orange.svg new file mode 100644 index 000000000..8ddd31183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-orange.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-owncloud.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-owncloud.svg new file mode 100644 index 000000000..9a4b2cc57 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-owncloud.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-palebrown.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-palebrown.svg new file mode 100644 index 000000000..4e601e027 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-palebrown.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-paleorange.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-paleorange.svg new file mode 100644 index 000000000..a8ff82ddd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-paleorange.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-pcloud.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-pcloud.svg new file mode 100644 index 000000000..3ab0b4ae6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-pcloud.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-photo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-photo.svg new file mode 100644 index 000000000..08cdb5f9b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-photo.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-photos.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-photos.svg new file mode 120000 index 000000000..ef1876d36 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-photos.svg @@ -0,0 +1 @@ +folder-photo.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-picture.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-picture.svg new file mode 120000 index 000000000..273d2b9b3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-picture.svg @@ -0,0 +1 @@ +folder-pictures.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-pictures-open.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-pictures-open.svg new file mode 120000 index 000000000..cde3e2e5a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-pictures-open.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-pictures.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-pictures.svg new file mode 100644 index 000000000..94fe2a97b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-pictures.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-pink.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-pink.svg new file mode 100644 index 000000000..03f28fbdb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-pink.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-print.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-print.svg new file mode 100644 index 000000000..6edae17fc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-print.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-private.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-private.svg new file mode 100644 index 000000000..eb71b63fb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-private.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-projects.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-projects.svg new file mode 100644 index 000000000..8ed653feb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-projects.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-public.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-public.svg new file mode 120000 index 000000000..a2956a2ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-public.svg @@ -0,0 +1 @@ +folder-publicshare.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-publicshare-open.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-publicshare-open.svg new file mode 120000 index 000000000..cde3e2e5a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-publicshare-open.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-publicshare.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-publicshare.svg new file mode 100644 index 000000000..946ecb18c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-publicshare.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-recent.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-recent.svg new file mode 100644 index 000000000..e6392cfcf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-recent.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-red.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-red.svg new file mode 100644 index 000000000..3a663ce37 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-red.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-remote-open.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-remote-open.svg new file mode 120000 index 000000000..cde3e2e5a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-remote-open.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-remote.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-remote.svg new file mode 100644 index 000000000..79e4297b6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-remote.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-root.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-root.svg new file mode 120000 index 000000000..e2deaa4fe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-root.svg @@ -0,0 +1 @@ +folder-red.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-script.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-script.svg new file mode 100644 index 000000000..610a09f76 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-script.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-snap.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-snap.svg new file mode 100644 index 000000000..32678c170 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-snap.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-sound.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-sound.svg new file mode 120000 index 000000000..437f96296 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-sound.svg @@ -0,0 +1 @@ +folder-music.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-steam.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-steam.svg new file mode 100644 index 000000000..62dfdf937 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-steam.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-sync.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-sync.svg new file mode 100644 index 000000000..c87d289df --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-sync.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-syncthing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-syncthing.svg new file mode 100644 index 000000000..6d6cb6221 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-syncthing.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-systemd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-systemd.svg new file mode 100644 index 000000000..f363d6740 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-systemd.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-tar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-tar.svg new file mode 100644 index 000000000..f6c4e4edb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-tar.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-teal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-teal.svg new file mode 100644 index 000000000..15b225d35 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-teal.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-temp.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-temp.svg new file mode 120000 index 000000000..e66862762 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-temp.svg @@ -0,0 +1 @@ +folder-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-templates-open.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-templates-open.svg new file mode 120000 index 000000000..cde3e2e5a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-templates-open.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-templates.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-templates.svg new file mode 100644 index 000000000..a8698293d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-templates.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-text.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-text.svg new file mode 120000 index 000000000..9a51d7145 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-text.svg @@ -0,0 +1 @@ +folder-documents.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-torrent.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-torrent.svg new file mode 100644 index 000000000..a99790206 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-torrent.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-txt.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-txt.svg new file mode 120000 index 000000000..9a51d7145 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-txt.svg @@ -0,0 +1 @@ +folder-documents.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-unlocked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-unlocked.svg new file mode 100644 index 000000000..e38fcf2b1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-unlocked.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-vbox.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-vbox.svg new file mode 100644 index 000000000..af70e3183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-vbox.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-video.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-video.svg new file mode 100644 index 000000000..086b7b674 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-video.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-videocamera.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-videocamera.svg new file mode 120000 index 000000000..f3a4bd79d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-videocamera.svg @@ -0,0 +1 @@ +folder-video.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-videos-open.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-videos-open.svg new file mode 120000 index 000000000..cde3e2e5a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-videos-open.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-videos.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-videos.svg new file mode 120000 index 000000000..f3a4bd79d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-videos.svg @@ -0,0 +1 @@ +folder-video.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-violet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-violet.svg new file mode 100644 index 000000000..f8679fb32 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-violet.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-visiting.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-visiting.svg new file mode 100644 index 000000000..d252c90b7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-visiting.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-vmware.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-vmware.svg new file mode 100644 index 000000000..afd8d8362 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-vmware.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-white.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-white.svg new file mode 100644 index 000000000..347dd1229 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-white.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-wifi.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-wifi.svg new file mode 100644 index 000000000..1808d9601 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-wifi.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-wine.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-wine.svg new file mode 100644 index 000000000..275dd9f3f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-wine.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-yandex-disk.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-yandex-disk.svg new file mode 100644 index 000000000..d20e768eb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-yandex-disk.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-yaru.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-yaru.svg new file mode 100644 index 000000000..4a18557c8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-yaru.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-yellow.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-yellow.svg new file mode 100644 index 000000000..10e3d8a34 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-yellow.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder.svg new file mode 100644 index 000000000..31b13f0b3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_home.svg new file mode 120000 index 000000000..858de4c5d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_home2.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_home2.svg new file mode 120000 index 000000000..cd92d1f1a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_home2.svg @@ -0,0 +1 @@ +folder-image-people.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_man.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_man.svg new file mode 120000 index 000000000..9a51d7145 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_man.svg @@ -0,0 +1 @@ +folder-documents.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_open.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_open.svg new file mode 120000 index 000000000..cde3e2e5a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_open.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_wordprocessing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_wordprocessing.svg new file mode 120000 index 000000000..9a51d7145 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_wordprocessing.svg @@ -0,0 +1 @@ +folder-documents.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-dev-trash-empty.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-dev-trash-empty.svg new file mode 120000 index 000000000..a5a5bd854 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-dev-trash-empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-dev-trash-full.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-dev-trash-full.svg new file mode 120000 index 000000000..013ff8416 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-dev-trash-full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-home.svg new file mode 120000 index 000000000..858de4c5d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-stock-trash-empty.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-stock-trash-empty.svg new file mode 120000 index 000000000..a5a5bd854 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-stock-trash-empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-stock-trash-full.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-stock-trash-full.svg new file mode 120000 index 000000000..013ff8416 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-stock-trash-full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-stock-trash.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-stock-trash.svg new file mode 120000 index 000000000..a5a5bd854 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-stock-trash.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gtk-directory.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gtk-directory.svg new file mode 120000 index 000000000..15062ce2d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gtk-directory.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gtk-network.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gtk-network.svg new file mode 120000 index 000000000..b3a26eea3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gtk-network.svg @@ -0,0 +1 @@ +folder-network.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/inode-directory.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/inode-directory.svg new file mode 120000 index 000000000..15062ce2d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/inode-directory.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/insync-folder.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/insync-folder.svg new file mode 120000 index 000000000..30146231e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/insync-folder.svg @@ -0,0 +1 @@ +folder-google-drive.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/knetattach.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/knetattach.svg new file mode 120000 index 000000000..bb835036b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/knetattach.svg @@ -0,0 +1 @@ +folder-remote.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/library-music.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/library-music.svg new file mode 120000 index 000000000..437f96296 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/library-music.svg @@ -0,0 +1 @@ +folder-music.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/network-workgroup.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/network-workgroup.svg new file mode 120000 index 000000000..b3a26eea3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/network-workgroup.svg @@ -0,0 +1 @@ +folder-network.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/network.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/network.svg new file mode 120000 index 000000000..b3a26eea3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/network.svg @@ -0,0 +1 @@ +folder-network.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/repository.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/repository.svg new file mode 120000 index 000000000..b3a26eea3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/repository.svg @@ -0,0 +1 @@ +folder-network.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_bookmark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_bookmark.svg new file mode 120000 index 000000000..6594075d9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_bookmark.svg @@ -0,0 +1 @@ +user-bookmarks.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_delete-bookmark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_delete-bookmark.svg new file mode 120000 index 000000000..59b137c79 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_delete-bookmark.svg @@ -0,0 +1 @@ +bookmark-missing.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_folder.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_folder.svg new file mode 120000 index 000000000..15062ce2d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_folder.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_open.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_open.svg new file mode 120000 index 000000000..cde3e2e5a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_open.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_trash_empty.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_trash_empty.svg new file mode 120000 index 000000000..a5a5bd854 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_trash_empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_trash_full.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_trash_full.svg new file mode 120000 index 000000000..013ff8416 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_trash_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/trashcan_empty.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/trashcan_empty.svg new file mode 120000 index 000000000..a5a5bd854 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/trashcan_empty.svg @@ -0,0 +1 @@ +user-trash.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/trashcan_full.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/trashcan_full.svg new file mode 120000 index 000000000..013ff8416 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/trashcan_full.svg @@ -0,0 +1 @@ +user-trash-full.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-bookmarks.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-bookmarks.svg new file mode 100644 index 000000000..dbd04f6c7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-bookmarks.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-desktop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-desktop.svg new file mode 100644 index 000000000..8b25cad6c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-desktop.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-home-open.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-home-open.svg new file mode 120000 index 000000000..cde3e2e5a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-home-open.svg @@ -0,0 +1 @@ +folder-open.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-home.svg new file mode 100644 index 000000000..46ccf2476 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-home.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-trash-full.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-trash-full.svg new file mode 100644 index 000000000..463c842b3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-trash-full.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-trash.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-trash.svg new file mode 100644 index 000000000..463994ecb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-trash.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/status b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/status new file mode 120000 index 000000000..cec93721e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/status @@ -0,0 +1 @@ +../../Papirus/16x16/status \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/symbolic b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/symbolic new file mode 120000 index 000000000..cf7e64c56 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/symbolic @@ -0,0 +1 @@ +../../Papirus/16x16/symbolic \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/symbolic-up-to-20 b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/symbolic-up-to-20 new file mode 120000 index 000000000..b01384e6f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/symbolic-up-to-20 @@ -0,0 +1 @@ +symbolic \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16@2x b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16@2x new file mode 120000 index 000000000..0b4d40e4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16@2x @@ -0,0 +1 @@ +16x16 \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_bottom.svg new file mode 100644 index 000000000..6eca71843 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_bottom.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_bottom_left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_bottom_left.svg new file mode 100644 index 000000000..c23404ba5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_bottom_left.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_bottom_right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_bottom_right.svg new file mode 100644 index 000000000..9538f3428 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_bottom_right.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_center.svg new file mode 100644 index 000000000..f61f3eded --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_center.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_left.svg new file mode 100644 index 000000000..809bebadc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_left.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_right.svg new file mode 100644 index 000000000..3ee629831 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_right.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_top.svg new file mode 100644 index 000000000..42db38deb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_top.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_top_left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_top_left.svg new file mode 100644 index 000000000..c8107150d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_top_left.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_top_right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_top_right.svg new file mode 100644 index 000000000..23882147c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_top_right.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/color-fill.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/color-fill.svg new file mode 100644 index 000000000..96de00663 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/color-fill.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/color-gradient.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/color-gradient.svg new file mode 100644 index 000000000..5066ac067 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/color-gradient.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/color-picker.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/color-picker.svg new file mode 100644 index 000000000..dc953d2ea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/color-picker.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/colors-luma.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/colors-luma.svg new file mode 100644 index 000000000..6948a61d5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/colors-luma.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/connector-avoid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/connector-avoid.svg new file mode 100644 index 000000000..c4b65d713 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/connector-avoid.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/connector-ignore.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/connector-ignore.svg new file mode 100644 index 000000000..17612d7f0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/connector-ignore.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-align-and-distribute.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-align-and-distribute.svg new file mode 120000 index 000000000..019e49deb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-align-and-distribute.svg @@ -0,0 +1 @@ +format-justify-left.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-fill-and-stroke.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-fill-and-stroke.svg new file mode 100644 index 000000000..82cbae2df --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-fill-and-stroke.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-layers.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-layers.svg new file mode 100644 index 000000000..22ac5ead3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-layers.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-text-and-font.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-text-and-font.svg new file mode 100644 index 000000000..2623adcb2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-text-and-font.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-xml-editor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-xml-editor.svg new file mode 100644 index 000000000..1817d4d60 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-xml-editor.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/distribute-graph.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/distribute-graph.svg new file mode 100644 index 000000000..d2b8d9e70 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/distribute-graph.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/distribute-randomize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/distribute-randomize.svg new file mode 100644 index 000000000..f97d54a40 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/distribute-randomize.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-export.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-export.svg new file mode 100644 index 000000000..56f816ec4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-export.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-import.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-import.svg new file mode 100644 index 000000000..4f3883652 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-import.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-new.svg new file mode 100644 index 000000000..4344462cd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-new.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-open.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-open.svg new file mode 100644 index 000000000..9aace8e86 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-open.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-print.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-print.svg new file mode 100644 index 000000000..1bbbd223c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-print.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-properties.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-properties.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-save.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-save.svg new file mode 100644 index 000000000..860fa1648 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-save.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-booleans.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-booleans.svg new file mode 100644 index 000000000..5e3bbf064 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-booleans.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-calligraphic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-calligraphic.svg new file mode 100644 index 000000000..f65a70482 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-calligraphic.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-connector.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-connector.svg new file mode 100644 index 000000000..a1c05d657 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-connector.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-cuboid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-cuboid.svg new file mode 100644 index 000000000..b8a294748 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-cuboid.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse-arc.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse-arc.svg new file mode 100644 index 000000000..50501b927 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse-arc.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse-chord.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse-chord.svg new file mode 100644 index 000000000..c6db7719f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse-chord.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse-segment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse-segment.svg new file mode 100644 index 000000000..e9217e0bd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse-segment.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse-whole.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse-whole.svg new file mode 100644 index 000000000..b098cf178 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse-whole.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse.svg new file mode 100644 index 000000000..0e4b37608 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-eraser-delete-objects.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-eraser-delete-objects.svg new file mode 100644 index 000000000..4afde0784 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-eraser-delete-objects.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-eraser.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-eraser.svg new file mode 100644 index 000000000..7e15a26de --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-eraser.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-freehand.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-freehand.svg new file mode 100644 index 000000000..709ce4d49 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-freehand.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-angle-bisector.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-angle-bisector.svg new file mode 100644 index 000000000..d2fcbc7c5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-angle-bisector.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-circle-from-radius.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-circle-from-radius.svg new file mode 100644 index 000000000..964d222d2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-circle-from-radius.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-circle-from-three-points.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-circle-from-three-points.svg new file mode 100644 index 000000000..807c121dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-circle-from-three-points.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-inactive.svg new file mode 100644 index 000000000..7dbd276a5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-inactive.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-line-parallel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-line-parallel.svg new file mode 100644 index 000000000..37d8c1bcf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-line-parallel.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-line-perpendicular.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-line-perpendicular.svg new file mode 100644 index 000000000..b45a244ea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-line-perpendicular.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-line-segment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-line-segment.svg new file mode 100644 index 000000000..f3d7523de --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-line-segment.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-mirror.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-mirror.svg new file mode 100644 index 000000000..49169bdc9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-mirror.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-show-measuring-info.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-show-measuring-info.svg new file mode 100644 index 000000000..a2b3a1bee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-show-measuring-info.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry.svg new file mode 100644 index 000000000..adee68644 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-path.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-path.svg new file mode 100644 index 000000000..efdedd6cb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-path.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-polygon-star.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-polygon-star.svg new file mode 100644 index 000000000..304099ce5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-polygon-star.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-polygon.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-polygon.svg new file mode 100644 index 000000000..06b6f0ca6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-polygon.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-rectangle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-rectangle.svg new file mode 100644 index 000000000..703a8bd95 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-rectangle.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-spiral.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-spiral.svg new file mode 100644 index 000000000..5d96798a6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-spiral.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-star.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-star.svg new file mode 100644 index 000000000..c7f798b36 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-star.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-text.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-text.svg new file mode 100644 index 000000000..b7cce4724 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-text.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-clear.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-clear.svg new file mode 100644 index 000000000..677d1e796 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-clear.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-clone-unlink.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-clone-unlink.svg new file mode 100644 index 000000000..785419294 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-clone-unlink.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-clone.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-clone.svg new file mode 100644 index 000000000..4065e5d02 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-clone.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-copy.svg new file mode 100644 index 000000000..0a8d8a5de --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-copy.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-cut.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-cut.svg new file mode 100644 index 000000000..cc6b55f7e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-cut.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-duplicate.svg new file mode 100644 index 000000000..3a56e6d45 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-duplicate.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-paste.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-paste.svg new file mode 100644 index 000000000..b7a58a93a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-paste.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-redo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-redo.svg new file mode 100644 index 000000000..60c63b8a8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-redo.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-select-all-layers.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-select-all-layers.svg new file mode 100644 index 000000000..e35e9492d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-select-all-layers.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-select-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-select-all.svg new file mode 100644 index 000000000..86717c72f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-select-all.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-select-none.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-select-none.svg new file mode 100644 index 000000000..e94e8580b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-select-none.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-undo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-undo.svg new file mode 100644 index 000000000..bfad57c49 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-undo.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/flatten_simplify.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/flatten_simplify.svg new file mode 100644 index 000000000..c5c51c9c5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/flatten_simplify.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-justify-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-justify-center.svg new file mode 100644 index 000000000..75ae7683c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-justify-center.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-justify-fill.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-justify-fill.svg new file mode 100644 index 000000000..2b44dbd1a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-justify-fill.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-justify-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-justify-left.svg new file mode 100644 index 000000000..6c543b2fb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-justify-left.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-justify-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-justify-right.svg new file mode 100644 index 000000000..19202669d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-justify-right.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-text-direction-horizontal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-text-direction-horizontal.svg new file mode 100644 index 000000000..04f79154f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-text-direction-horizontal.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-text-direction-r2l.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-text-direction-r2l.svg new file mode 100644 index 000000000..62d9d0700 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-text-direction-r2l.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-text-direction-vertical-lr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-text-direction-vertical-lr.svg new file mode 100644 index 000000000..912bea39d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-text-direction-vertical-lr.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-text-direction-vertical.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-text-direction-vertical.svg new file mode 100644 index 000000000..7924e7525 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-text-direction-vertical.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/grid-axonometric.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/grid-axonometric.svg new file mode 100644 index 000000000..4186a9fec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/grid-axonometric.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/grid-rectangular.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/grid-rectangular.svg new file mode 100644 index 000000000..1e0143b7c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/grid-rectangular.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/gtk-preferences.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/gtk-preferences.svg new file mode 100644 index 000000000..75a29f812 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/gtk-preferences.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/guides.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/guides.svg new file mode 100644 index 000000000..3df9dbd55 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/guides.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/interactive_simplify.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/interactive_simplify.svg new file mode 100644 index 000000000..b1f6526c0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/interactive_simplify.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/mesh-gradient-fit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/mesh-gradient-fit.svg new file mode 100644 index 000000000..35b862d03 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/mesh-gradient-fit.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/mesh-gradient.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/mesh-gradient.svg new file mode 100644 index 000000000..f1016bad6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/mesh-gradient.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/no-marker.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/no-marker.svg new file mode 100644 index 000000000..caf0ed172 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/no-marker.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-add.svg new file mode 100644 index 000000000..676558a15 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-add.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-break.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-break.svg new file mode 100644 index 000000000..69724ba1f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-break.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-delete-segment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-delete-segment.svg new file mode 100644 index 000000000..5b6131aec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-delete-segment.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-delete.svg new file mode 100644 index 000000000..b7b957f8d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-delete.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-join-segment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-join-segment.svg new file mode 100644 index 000000000..02b58a9d5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-join-segment.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-join.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-join.svg new file mode 100644 index 000000000..bc2d11404 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-join.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-segment-curve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-segment-curve.svg new file mode 100644 index 000000000..f30133715 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-segment-curve.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-segment-line.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-segment-line.svg new file mode 100644 index 000000000..a5277eb72 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-segment-line.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-transform.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-transform.svg new file mode 100644 index 000000000..71558bca3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-transform.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-type-auto-smooth.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-type-auto-smooth.svg new file mode 100644 index 000000000..bbd566232 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-type-auto-smooth.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-type-cusp.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-type-cusp.svg new file mode 100644 index 000000000..ef50b4573 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-type-cusp.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-type-smooth.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-type-smooth.svg new file mode 100644 index 000000000..3ef86a7aa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-type-smooth.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-type-symmetric.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-type-symmetric.svg new file mode 100644 index 000000000..4e24472d8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-type-symmetric.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-fill.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-fill.svg new file mode 100644 index 000000000..fb19e2ae8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-fill.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-flip-horizontal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-flip-horizontal.svg new file mode 100644 index 000000000..5488797e0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-flip-horizontal.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-flip-vertical.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-flip-vertical.svg new file mode 100644 index 000000000..59d9eb2c3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-flip-vertical.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-group.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-group.svg new file mode 100644 index 000000000..63fc01fad --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-group.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-hidden.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-hidden.svg new file mode 100644 index 000000000..80b6c4081 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-hidden.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-rotate-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-rotate-left.svg new file mode 100644 index 000000000..90a9ae2e0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-rotate-left.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-rotate-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-rotate-right.svg new file mode 100644 index 000000000..5466732e5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-rotate-right.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-stroke-style.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-stroke-style.svg new file mode 100644 index 000000000..39777afc8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-stroke-style.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-stroke.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-stroke.svg new file mode 100644 index 000000000..0b0f23a8e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-stroke.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-to-path.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-to-path.svg new file mode 100644 index 000000000..b7d0405c5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-to-path.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-attract.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-attract.svg new file mode 100644 index 000000000..47c7af338 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-attract.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-blur.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-blur.svg new file mode 100644 index 000000000..e994ca337 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-blur.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-duplicate.svg new file mode 100644 index 000000000..c9ad3d2f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-duplicate.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-jitter-color.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-jitter-color.svg new file mode 100644 index 000000000..ea3ca4739 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-jitter-color.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-paint.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-paint.svg new file mode 100644 index 000000000..36e3c05ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-paint.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-push.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-push.svg new file mode 100644 index 000000000..d35325bdd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-push.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-randomize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-randomize.svg new file mode 100644 index 000000000..1993fc002 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-randomize.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-rotate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-rotate.svg new file mode 100644 index 000000000..24219625a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-rotate.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-shrink.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-shrink.svg new file mode 100644 index 000000000..c1cfbd82a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-shrink.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-ungroup.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-ungroup.svg new file mode 100644 index 000000000..45d91b1a5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-ungroup.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-visible.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-visible.svg new file mode 100644 index 000000000..4cefd7e97 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-visible.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/pack-less.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/pack-less.svg new file mode 100644 index 000000000..3ab13d214 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/pack-less.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/pack-more.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/pack-more.svg new file mode 100644 index 000000000..146583587 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/pack-more.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/paint-solid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/paint-solid.svg new file mode 100644 index 000000000..9dae7732b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/paint-solid.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/paint-unknown.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/paint-unknown.svg new file mode 100644 index 000000000..0065493a4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/paint-unknown.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-clip-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-clip-edit.svg new file mode 100644 index 000000000..f1e96e70d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-clip-edit.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-difference.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-difference.svg new file mode 100644 index 000000000..35822abe3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-difference.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-effect-parameter-next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-effect-parameter-next.svg new file mode 100644 index 000000000..9bdcfdb2c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-effect-parameter-next.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mask-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mask-edit.svg new file mode 100644 index 000000000..98d6e8964 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mask-edit.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-bezier.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-bezier.svg new file mode 100644 index 000000000..80118f4b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-bezier.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-bspline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-bspline.svg new file mode 100644 index 000000000..fe5a5ff62 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-bspline.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-polyline-paraxial.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-polyline-paraxial.svg new file mode 100644 index 000000000..36525b426 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-polyline-paraxial.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-polyline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-polyline.svg new file mode 100644 index 000000000..04fff7fb4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-polyline.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-spiro.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-spiro.svg new file mode 100644 index 000000000..bb3e9ba61 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-spiro.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-reverse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-reverse.svg new file mode 100644 index 000000000..f840d5522 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-reverse.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-attract.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-attract.svg new file mode 100644 index 000000000..d0da2b55a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-attract.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-grow.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-grow.svg new file mode 100644 index 000000000..e9bdd4f28 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-grow.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-push.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-push.svg new file mode 100644 index 000000000..6ee6bbc62 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-push.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-repel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-repel.svg new file mode 100644 index 000000000..b9166a11e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-repel.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-roughen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-roughen.svg new file mode 100644 index 000000000..a53310b40 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-roughen.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-shrink.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-shrink.svg new file mode 100644 index 000000000..2add2be97 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-shrink.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/rectangle-make-corners-sharp.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/rectangle-make-corners-sharp.svg new file mode 100644 index 000000000..869faad41 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/rectangle-make-corners-sharp.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-bottom.svg new file mode 100644 index 000000000..5ec040b75 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-bottom.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-lower.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-lower.svg new file mode 100644 index 000000000..35dfcfcb4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-lower.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-make-bitmap-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-make-bitmap-copy.svg new file mode 100644 index 000000000..bb1fdd337 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-make-bitmap-copy.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-raise.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-raise.svg new file mode 100644 index 000000000..358585360 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-raise.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-top.svg new file mode 100644 index 000000000..d78ea929d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-top.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/show-node-handles.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/show-node-handles.svg new file mode 100644 index 000000000..704e61fc0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/show-node-handles.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/show-path-outline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/show-path-outline.svg new file mode 100644 index 000000000..8011cfbec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/show-path-outline.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box-center.svg new file mode 100644 index 000000000..0d8e2aef0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box-center.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box-corners.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box-corners.svg new file mode 100644 index 000000000..b77e10d98 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box-corners.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box-edges.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box-edges.svg new file mode 100644 index 000000000..1b4590324 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box-edges.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box-midpoints.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box-midpoints.svg new file mode 100644 index 000000000..116530112 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box-midpoints.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box.svg new file mode 100644 index 000000000..4f9e10ee4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-center.svg new file mode 100644 index 000000000..01e350da2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-center.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-cusp.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-cusp.svg new file mode 100644 index 000000000..1baa1b8ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-cusp.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-intersection.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-intersection.svg new file mode 100644 index 000000000..c33bb401a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-intersection.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-midpoint.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-midpoint.svg new file mode 100644 index 000000000..7c5092703 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-midpoint.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-path.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-path.svg new file mode 100644 index 000000000..43775496a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-path.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-rotation-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-rotation-center.svg new file mode 100644 index 000000000..7acbe00ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-rotation-center.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-smooth.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-smooth.svg new file mode 100644 index 000000000..4fc11d15b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-smooth.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-page.svg new file mode 100644 index 000000000..083379a71 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-page.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-text-baseline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-text-baseline.svg new file mode 100644 index 000000000..8af9601ed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-text-baseline.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap.svg new file mode 100644 index 000000000..cd875f86c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/spray-mode-clone.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/spray-mode-clone.svg new file mode 100644 index 000000000..966be84bd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/spray-mode-clone.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/spray-mode-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/spray-mode-copy.svg new file mode 100644 index 000000000..626d45129 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/spray-mode-copy.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/spray-mode-union.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/spray-mode-union.svg new file mode 100644 index 000000000..2bebe7ec6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/spray-mode-union.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/stroke-to-path.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/stroke-to-path.svg new file mode 100644 index 000000000..0e4a7a52b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/stroke-to-path.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-add.svg new file mode 100644 index 000000000..5b47b58b9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-add.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-bigger.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-bigger.svg new file mode 100644 index 000000000..92dfacf9d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-bigger.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-fit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-fit.svg new file mode 100644 index 000000000..13663ef7b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-fit.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-remove.svg new file mode 100644 index 000000000..4655f1c53 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-remove.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-smaller.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-smaller.svg new file mode 100644 index 000000000..d335660dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-smaller.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text-orientation-auto.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text-orientation-auto.svg new file mode 100644 index 000000000..b57f01092 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text-orientation-auto.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text-orientation-sideways.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text-orientation-sideways.svg new file mode 100644 index 000000000..8e67d18bc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text-orientation-sideways.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text-orientation-upright.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text-orientation-upright.svg new file mode 100644 index 000000000..4cf206dab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text-orientation-upright.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_horz_kern.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_horz_kern.svg new file mode 100644 index 000000000..0230b1391 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_horz_kern.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_letter_spacing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_letter_spacing.svg new file mode 100644 index 000000000..bc41f26ea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_letter_spacing.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_line_spacing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_line_spacing.svg new file mode 100644 index 000000000..1e506bb67 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_line_spacing.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_outer_style.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_outer_style.svg new file mode 100644 index 000000000..1dd029c64 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_outer_style.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_rotation.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_rotation.svg new file mode 100644 index 000000000..9567baebf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_rotation.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_subscript.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_subscript.svg new file mode 100644 index 000000000..ed841c5e2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_subscript.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_superscript.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_superscript.svg new file mode 100644 index 000000000..3d5081374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_superscript.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_vert_kern.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_vert_kern.svg new file mode 100644 index 000000000..05e68edad --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_vert_kern.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_word_spacing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_word_spacing.svg new file mode 100644 index 000000000..d205f270a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_word_spacing.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-measure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-measure.svg new file mode 100644 index 000000000..108faa3cb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-measure.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-node-editor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-node-editor.svg new file mode 100644 index 000000000..b8234b515 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-node-editor.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-pointer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-pointer.svg new file mode 100644 index 000000000..193994d57 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-pointer.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-spray.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-spray.svg new file mode 100644 index 000000000..fec949353 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-spray.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-tweak.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-tweak.svg new file mode 100644 index 000000000..bb0ceb189 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-tweak.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-double-size.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-double-size.svg new file mode 100644 index 000000000..9d2e766c4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-double-size.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-fit-drawing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-fit-drawing.svg new file mode 100644 index 000000000..b257a08c9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-fit-drawing.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-fit-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-fit-page.svg new file mode 100644 index 000000000..fb70a9a8c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-fit-page.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-fit-selection.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-fit-selection.svg new file mode 100644 index 000000000..11aa187d6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-fit-selection.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-fit-width.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-fit-width.svg new file mode 100644 index 000000000..f553d1496 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-fit-width.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-half-size.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-half-size.svg new file mode 100644 index 000000000..bdcdb84fb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-half-size.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-in.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-in.svg new file mode 100644 index 000000000..2efb1ed3b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-in.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-next.svg new file mode 100644 index 000000000..85377e788 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-next.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-original.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-original.svg new file mode 100644 index 000000000..73778f9be --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-original.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-out.svg new file mode 100644 index 000000000..69bda7a3e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-out.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-previous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-previous.svg new file mode 100644 index 000000000..2f621d8b6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-previous.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom.svg new file mode 100644 index 000000000..43be6d56b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18@2x b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18@2x new file mode 120000 index 000000000..df7b3826b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18@2x @@ -0,0 +1 @@ +18x18 \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/Finished.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/Finished.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/Finished.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/Info-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/Info-amarok.svg new file mode 120000 index 000000000..28d76fd4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/Info-amarok.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/SuggestionError.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/SuggestionError.svg new file mode 120000 index 000000000..3b41d91ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/SuggestionError.svg @@ -0,0 +1 @@ +dialog-error.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/SuggestionTM.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/SuggestionTM.svg new file mode 120000 index 000000000..a83209821 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/SuggestionTM.svg @@ -0,0 +1 @@ +database-index.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-add.svg new file mode 100644 index 000000000..1ffce028f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-add.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-close.svg new file mode 100644 index 000000000..d1795d25d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-close.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-delete.svg new file mode 100644 index 000000000..ad0e26a78 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-delete.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-edit.svg new file mode 100644 index 000000000..086ac0cae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-edit.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-reopen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-reopen.svg new file mode 100644 index 000000000..266b01ca9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-reopen.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-asset.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-asset.svg new file mode 100644 index 000000000..1e177d3a6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-asset.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-cash.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-cash.svg new file mode 100644 index 000000000..82128d11e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-cash.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-checking.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-checking.svg new file mode 100644 index 000000000..cc179b3c0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-checking.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-closed.svg new file mode 100644 index 000000000..52037cd60 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-closed.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-credit-card.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-credit-card.svg new file mode 100644 index 000000000..edff85ee9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-credit-card.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-expense.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-expense.svg new file mode 100644 index 000000000..b6fed10a1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-expense.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-income.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-income.svg new file mode 100644 index 000000000..2e239c35f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-income.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-investments.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-investments.svg new file mode 100644 index 000000000..b856c264d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-investments.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-liability.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-liability.svg new file mode 100644 index 000000000..02217cfb2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-liability.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-loan.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-loan.svg new file mode 100644 index 000000000..6bd9c2e0f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-loan.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-reconciled.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-reconciled.svg new file mode 100644 index 000000000..35799f3e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-reconciled.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-savings.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-savings.svg new file mode 100644 index 000000000..4943b1070 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-savings.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-update-online-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-update-online-all.svg new file mode 100644 index 000000000..884a78661 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-update-online-all.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-update-online.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-update-online.svg new file mode 100644 index 000000000..da246fae8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-update-online.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account.svg new file mode 100644 index 000000000..7679b49fe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/action-albumfolder-importdir2.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/action-albumfolder-importdir2.svg new file mode 120000 index 000000000..149bcafc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/action-albumfolder-importdir2.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/action-rss_tag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/action-rss_tag.svg new file mode 120000 index 000000000..2bb4152ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/action-rss_tag.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/action-unavailable.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/action-unavailable.svg new file mode 100644 index 000000000..a38e1480f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/action-unavailable.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/activities.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/activities.svg new file mode 100644 index 000000000..fb5f8cda8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/activities.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add-files-to-archive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add-files-to-archive.svg new file mode 100644 index 000000000..6b2a602e9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add-files-to-archive.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add-folder-to-archive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add-folder-to-archive.svg new file mode 120000 index 000000000..149bcafc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add-folder-to-archive.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add-placemark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add-placemark.svg new file mode 120000 index 000000000..451d4522c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add-placemark.svg @@ -0,0 +1 @@ +flag-red.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add-subtitle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add-subtitle.svg new file mode 120000 index 000000000..4fc291405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add-subtitle.svg @@ -0,0 +1 @@ +media-view-subtitles.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/address-book-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/address-book-new.svg new file mode 100644 index 000000000..dfbd4e30c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/address-book-new.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/addressbook-details.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/addressbook-details.svg new file mode 120000 index 000000000..8aae9657d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/addressbook-details.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adjustcurves.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adjustcurves.svg new file mode 100644 index 000000000..b9edab971 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adjustcurves.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adjusthsl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adjusthsl.svg new file mode 100644 index 000000000..f7578db9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adjusthsl.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adjustlevels.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adjustlevels.svg new file mode 100644 index 000000000..4822878a1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adjustlevels.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adjustrgb.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adjustrgb.svg new file mode 100644 index 000000000..ac474f0fb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adjustrgb.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adress-book-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adress-book-new.svg new file mode 120000 index 000000000..8aae9657d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adress-book-new.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/akonadi-phone-home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/akonadi-phone-home.svg new file mode 120000 index 000000000..5cbdae998 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/akonadi-phone-home.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/akonadiconsole.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/akonadiconsole.svg new file mode 120000 index 000000000..6957e396c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/akonadiconsole.svg @@ -0,0 +1 @@ +cm_runterm.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-importdir.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-importdir.svg new file mode 120000 index 000000000..149bcafc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-importdir.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-importimages.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-importimages.svg new file mode 120000 index 000000000..c7116c65c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-importimages.svg @@ -0,0 +1 @@ +document-import.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-new.svg new file mode 120000 index 000000000..149bcafc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-new.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-properties.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-user-trash.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-user-trash.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-user-trash.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-baseline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-baseline.svg new file mode 100644 index 000000000..15447d255 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-baseline.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-bottom-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-bottom-out.svg new file mode 100644 index 000000000..3bda2d900 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-bottom-out.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-center.svg new file mode 100644 index 000000000..10cd21213 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-center.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-left-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-left-out.svg new file mode 100644 index 000000000..996dbcd5f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-left-out.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-left-to-anchor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-left-to-anchor.svg new file mode 100644 index 000000000..3fe667cb5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-left-to-anchor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-left.svg new file mode 100644 index 000000000..792e2d98e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-right-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-right-out.svg new file mode 100644 index 000000000..2e485ea63 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-right-out.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-right-to-anchor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-right-to-anchor.svg new file mode 100644 index 000000000..fc81c4d5a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-right-to-anchor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-right.svg new file mode 100644 index 000000000..97437b11c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-top-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-top-out.svg new file mode 100644 index 000000000..37d7ea978 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-top-out.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-baseline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-baseline.svg new file mode 100644 index 000000000..84f9a872e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-baseline.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-bottom-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-bottom-out.svg new file mode 100644 index 000000000..379fbd741 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-bottom-out.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-bottom-to-anchor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-bottom-to-anchor.svg new file mode 100644 index 000000000..dac37874b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-bottom-to-anchor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-bottom.svg new file mode 100644 index 000000000..539ec6a9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-bottom.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-center.svg new file mode 100644 index 000000000..7a31a96e3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-center.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-top-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-top-out.svg new file mode 100644 index 000000000..cceb28cfe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-top-out.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-top-to-anchor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-top-to-anchor.svg new file mode 100644 index 000000000..a28a9b80f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-top-to-anchor.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-top.svg new file mode 100644 index 000000000..c0d2623da --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-top.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_artist.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_artist.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_artist.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_cart_add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_cart_add.svg new file mode 100644 index 000000000..a54f5f953 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_cart_add.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_cart_remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_cart_remove.svg new file mode 100644 index 000000000..696e0ef8b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_cart_remove.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_cart_view.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_cart_view.svg new file mode 100644 index 000000000..09d8f2d17 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_cart_view.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_change_language.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_change_language.svg new file mode 120000 index 000000000..c8171f589 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_change_language.svg @@ -0,0 +1 @@ +flag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_clock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_clock.svg new file mode 120000 index 000000000..09c3073e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_clock.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_lyrics.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_lyrics.svg new file mode 120000 index 000000000..2dd767676 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_lyrics.svg @@ -0,0 +1 @@ +view-media-lyrics.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_playcount.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_playcount.svg new file mode 120000 index 000000000..c61560183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_playcount.svg @@ -0,0 +1 @@ +view-statistics.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_playlist.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_playlist.svg new file mode 120000 index 000000000..e9885590f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_playlist.svg @@ -0,0 +1 @@ +view-media-playlist.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_playlist_refresh.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_playlist_refresh.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_playlist_refresh.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_scripts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_scripts.svg new file mode 120000 index 000000000..6957e396c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_scripts.svg @@ -0,0 +1 @@ +cm_runterm.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/antivignetting.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/antivignetting.svg new file mode 100644 index 000000000..fa354073c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/antivignetting.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/application-exit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/application-exit.svg new file mode 100644 index 000000000..000bb9ea4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/application-exit.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/application-menu.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/application-menu.svg new file mode 120000 index 000000000..57642f4da --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/application-menu.svg @@ -0,0 +1 @@ +open-menu.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/application-rss+xml.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/application-rss+xml.svg new file mode 100644 index 000000000..f4079ea10 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/application-rss+xml.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/appointment-missed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/appointment-missed.svg new file mode 100644 index 000000000..9feb77e10 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/appointment-missed.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/appointment-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/appointment-new.svg new file mode 120000 index 000000000..71831b4ed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/appointment-new.svg @@ -0,0 +1 @@ +window-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/appointment-soon.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/appointment-soon.svg new file mode 100644 index 000000000..303a2561e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/appointment-soon.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/appointment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/appointment.svg new file mode 120000 index 000000000..4ec77c618 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/appointment.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive-extract.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive-extract.svg new file mode 120000 index 000000000..653488ec3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive-extract.svg @@ -0,0 +1 @@ +cm_extractfiles.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive-insert-directory.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive-insert-directory.svg new file mode 120000 index 000000000..149bcafc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive-insert-directory.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive-insert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive-insert.svg new file mode 120000 index 000000000..300fb89b6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive-insert.svg @@ -0,0 +1 @@ +document-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive-remove.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive-remove.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive.svg new file mode 100644 index 000000000..5e5394fcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-down-double.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-down-double.svg new file mode 100644 index 000000000..5e00d9759 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-down-double.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-down.svg new file mode 120000 index 000000000..2603a4917 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-down.svg @@ -0,0 +1 @@ +pan-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-left-double.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-left-double.svg new file mode 120000 index 000000000..ebae8aa61 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-left-double.svg @@ -0,0 +1 @@ +media-seek-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-left.svg new file mode 120000 index 000000000..293e17ffa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-left.svg @@ -0,0 +1 @@ +pan-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-right-double.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-right-double.svg new file mode 120000 index 000000000..9c64c025a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-right-double.svg @@ -0,0 +1 @@ +media-seek-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-right.svg new file mode 120000 index 000000000..a97e184da --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-right.svg @@ -0,0 +1 @@ +pan-end.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-up-double.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-up-double.svg new file mode 100644 index 000000000..9680ef9c7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-up-double.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-up.svg new file mode 120000 index 000000000..687a8fb01 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-up.svg @@ -0,0 +1 @@ +pan-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/atmosphere.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/atmosphere.svg new file mode 100644 index 000000000..700a0f105 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/atmosphere.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/attention.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/attention.svg new file mode 100644 index 000000000..020bb72cb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/attention.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/audio-volume-high.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/audio-volume-high.svg new file mode 100644 index 000000000..9596c5e5b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/audio-volume-high.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/audio-volume-low.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/audio-volume-low.svg new file mode 100644 index 000000000..82e3368fa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/audio-volume-low.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/audio-volume-medium.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/audio-volume-medium.svg new file mode 100644 index 000000000..7285ddbf2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/audio-volume-medium.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/audio-volume-muted.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/audio-volume-muted.svg new file mode 100644 index 000000000..c5b901486 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/audio-volume-muted.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/auto-scale-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/auto-scale-all.svg new file mode 120000 index 000000000..cc77c1cf2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/auto-scale-all.svg @@ -0,0 +1 @@ +zoom-fit-selection.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/auto-scale-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/auto-scale-x.svg new file mode 120000 index 000000000..157250559 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/auto-scale-x.svg @@ -0,0 +1 @@ +zoom-fit-width.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/auto-scale-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/auto-scale-y.svg new file mode 120000 index 000000000..e84c27278 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/auto-scale-y.svg @@ -0,0 +1 @@ +zoom-fit-height.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/auto-type.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/auto-type.svg new file mode 100644 index 000000000..d3691badc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/auto-type.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/autocorrection.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/autocorrection.svg new file mode 100644 index 000000000..838dd95b9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/autocorrection.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/automated-tasks.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/automated-tasks.svg new file mode 100644 index 000000000..2128b5db0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/automated-tasks.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/back.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/back.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/back.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/backup.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/backup.svg new file mode 100644 index 000000000..3858e7141 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/backup.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bank.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bank.svg new file mode 100644 index 000000000..96ac309fe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bank.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bitmap-trace.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bitmap-trace.svg new file mode 100644 index 000000000..f791db26c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bitmap-trace.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blueman-plugin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blueman-plugin.svg new file mode 120000 index 000000000..7563411ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blueman-plugin.svg @@ -0,0 +1 @@ +plugins.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blueman-send-file.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blueman-send-file.svg new file mode 120000 index 000000000..771b1c825 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blueman-send-file.svg @@ -0,0 +1 @@ +mail-send.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blueman-trust.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blueman-trust.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blueman-trust.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blueman-untrust.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blueman-untrust.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blueman-untrust.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blur.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blur.svg new file mode 100644 index 000000000..1bde9e8b5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blur.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blurfx.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blurfx.svg new file mode 100644 index 000000000..172c5feff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blurfx.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blurimage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blurimage.svg new file mode 120000 index 000000000..e937ebee5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blurimage.svg @@ -0,0 +1 @@ +blur.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bonobo-component-browser.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bonobo-component-browser.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bonobo-component-browser.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-add-folder.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-add-folder.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-add-folder.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-edit.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-edit.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-new-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-new-list.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-new-list.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-new.svg new file mode 100644 index 000000000..18cdac6f6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-new.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-remove.svg new file mode 100644 index 000000000..e4517c318 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-remove.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-toolbar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-toolbar.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-toolbar.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark.svg new file mode 120000 index 000000000..eb7b1c3c2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark.svg @@ -0,0 +1 @@ +bookmarks.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark_add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark_add.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark_add.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmarks-bookmarked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmarks-bookmarked.svg new file mode 100644 index 000000000..ccfbe8edb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmarks-bookmarked.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmarks-organize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmarks-organize.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmarks-organize.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmarks.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmarks.svg new file mode 100644 index 000000000..35615fa8e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmarks.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmarks_list_add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmarks_list_add.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmarks_list_add.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/boost-boosted.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/boost-boosted.svg new file mode 100644 index 000000000..42f4c683a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/boost-boosted.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/boost.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/boost.svg new file mode 100644 index 000000000..d85fdb558 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/boost.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bordertool.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bordertool.svg new file mode 100644 index 000000000..c58c8dcd6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bordertool.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bottom.svg new file mode 120000 index 000000000..2f2f40051 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bottom.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-add.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-add.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-addqueue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-addqueue.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-addqueue.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-commit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-commit.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-commit.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-diff.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-diff.svg new file mode 120000 index 000000000..28d76fd4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-diff.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-remove.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-remove.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-rmqueue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-rmqueue.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-rmqueue.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-update.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-update.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-update.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/browser-download.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/browser-download.svg new file mode 100644 index 000000000..888b3b640 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/browser-download.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/budget-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/budget-add.svg new file mode 100644 index 000000000..15949e0a2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/budget-add.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/budget-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/budget-delete.svg new file mode 100644 index 000000000..1b7d14516 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/budget-delete.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/budget-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/budget-edit.svg new file mode 100644 index 000000000..b6fb201bc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/budget-edit.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/budget.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/budget.svg new file mode 100644 index 000000000..774dc7d84 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/budget.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/burst.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/burst.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/burst.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/button_cancel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/button_cancel.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/button_cancel.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/button_ok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/button_ok.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/button_ok.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bwtonal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bwtonal.svg new file mode 100644 index 000000000..300d22ea0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bwtonal.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cab_extract.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cab_extract.svg new file mode 120000 index 000000000..653488ec3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cab_extract.svg @@ -0,0 +1 @@ +cm_extractfiles.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cab_view.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cab_view.svg new file mode 120000 index 000000000..c9929290b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cab_view.svg @@ -0,0 +1 @@ +mail-thread-watch.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/calendar-go-today.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/calendar-go-today.svg new file mode 100644 index 000000000..cec066666 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/calendar-go-today.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/call-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/call-start.svg new file mode 100644 index 000000000..2b0ee6c88 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/call-start.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/call-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/call-stop.svg new file mode 100644 index 000000000..925365264 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/call-stop.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cancel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cancel.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cancel.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cards-block.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cards-block.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cards-block.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/categories.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/categories.svg new file mode 100644 index 000000000..06b2a65fa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/categories.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/category-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/category-delete.svg new file mode 100644 index 000000000..13b061a16 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/category-delete.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/category-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/category-edit.svg new file mode 100644 index 000000000..50f400d85 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/category-edit.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cd.svg new file mode 120000 index 000000000..4cd912bb6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cd.svg @@ -0,0 +1 @@ +tools-media-optical-format.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cell_edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cell_edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cell_edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/channelmixer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/channelmixer.svg new file mode 100644 index 000000000..8b49837f4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/channelmixer.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/character-set.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/character-set.svg new file mode 120000 index 000000000..36a013999 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/character-set.svg @@ -0,0 +1 @@ +format-text-larger.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/check-filled.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/check-filled.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/check-filled.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/checkbox.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/checkbox.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/checkbox.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/checkmark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/checkmark.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/checkmark.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer-lap.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer-lap.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer-lap.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer-pause.svg new file mode 100644 index 000000000..0f8a1fb86 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer-pause.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer-reset.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer-reset.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer-reset.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer-start.svg new file mode 100644 index 000000000..2b98a9e9b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer-start.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/clear_left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/clear_left.svg new file mode 120000 index 000000000..00150527a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/clear_left.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/clock-large.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/clock-large.svg new file mode 120000 index 000000000..09c3073e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/clock-large.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/clock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/clock.svg new file mode 100644 index 000000000..92fe8b182 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/clock.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cloud-download.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cloud-download.svg new file mode 100644 index 000000000..564e352c4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cloud-download.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cloud-upload.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cloud-upload.svg new file mode 100644 index 000000000..7024bfe67 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cloud-upload.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_briefview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_briefview.svg new file mode 120000 index 000000000..a99300c7a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_briefview.svg @@ -0,0 +1 @@ +view-list-compact.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_columnsview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_columnsview.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_columnsview.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_copyfullnamestoclip.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_copyfullnamestoclip.svg new file mode 120000 index 000000000..e953e894e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_copyfullnamestoclip.svg @@ -0,0 +1 @@ +edit-duplicate.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_extractfiles.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_extractfiles.svg new file mode 100644 index 000000000..712814bd5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_extractfiles.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_flatview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_flatview.svg new file mode 100644 index 000000000..72f87936f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_flatview.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_markinvert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_markinvert.svg new file mode 100644 index 000000000..0d75de6f7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_markinvert.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_markminus.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_markminus.svg new file mode 100644 index 000000000..70ba5843b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_markminus.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_markplus.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_markplus.svg new file mode 100644 index 000000000..cfbcf63cb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_markplus.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_multirename.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_multirename.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_multirename.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_options.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_options.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_options.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_packfiles.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_packfiles.svg new file mode 120000 index 000000000..d671358dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_packfiles.svg @@ -0,0 +1 @@ +archive.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_refresh.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_refresh.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_refresh.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_runterm.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_runterm.svg new file mode 100644 index 000000000..eb313c25c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_runterm.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_search.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_search.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_search.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_syncdirs.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_syncdirs.svg new file mode 120000 index 000000000..a854b9ffc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_syncdirs.svg @@ -0,0 +1 @@ +distribute-horizontal-center.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_thumbnailsview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_thumbnailsview.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_thumbnailsview.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_viewhistorynext.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_viewhistorynext.svg new file mode 120000 index 000000000..514fcfb1d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_viewhistorynext.svg @@ -0,0 +1 @@ +application-exit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_viewhistoryprev.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_viewhistoryprev.svg new file mode 100644 index 000000000..d1d89b840 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_viewhistoryprev.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-block.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-block.svg new file mode 100644 index 000000000..059db0130 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-block.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-class.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-class.svg new file mode 100644 index 000000000..8981b39ad --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-class.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-context.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-context.svg new file mode 100644 index 000000000..8a35ce6db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-context.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-function.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-function.svg new file mode 100644 index 000000000..dcdd88228 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-function.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-typedef.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-typedef.svg new file mode 100644 index 000000000..77de1be33 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-typedef.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-variable.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-variable.svg new file mode 100644 index 000000000..d6f7d120d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-variable.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/collapse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/collapse.svg new file mode 120000 index 000000000..687a8fb01 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/collapse.svg @@ -0,0 +1 @@ +pan-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/collection-rescan-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/collection-rescan-amarok.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/collection-rescan-amarok.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-fill.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-fill.svg new file mode 100644 index 000000000..a7f9b7fd7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-fill.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-gradient.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-gradient.svg new file mode 100644 index 000000000..211a8ff0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-gradient.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-management.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-management.svg new file mode 100644 index 000000000..d38de0cb5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-management.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-picker-black.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-picker-black.svg new file mode 100644 index 000000000..cb1d3942c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-picker-black.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-picker-grey.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-picker-grey.svg new file mode 100644 index 000000000..82b5835a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-picker-grey.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-picker-white.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-picker-white.svg new file mode 100644 index 000000000..9d9d8311c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-picker-white.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-picker.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-picker.svg new file mode 120000 index 000000000..1f41e7ef0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-picker.svg @@ -0,0 +1 @@ +color-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-select.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-select.svg new file mode 100644 index 000000000..1bd3c2a77 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-select.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colorfx.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colorfx.svg new file mode 100644 index 000000000..a4815c6ba --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colorfx.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colormanagement.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colormanagement.svg new file mode 120000 index 000000000..21e4611ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colormanagement.svg @@ -0,0 +1 @@ +color-management.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colorneg.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colorneg.svg new file mode 100644 index 000000000..b06f89240 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colorneg.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colors-chromablue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colors-chromablue.svg new file mode 100644 index 000000000..6019f177d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colors-chromablue.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colors-chromagreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colors-chromagreen.svg new file mode 100644 index 000000000..e6c1cc565 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colors-chromagreen.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colors-chromared.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colors-chromared.svg new file mode 100644 index 000000000..9dd54f419 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colors-chromared.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colors-luma.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colors-luma.svg new file mode 100644 index 000000000..57f88718c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colors-luma.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/compass.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/compass.svg new file mode 100644 index 000000000..27cf2f3e4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/compass.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/composite-track-on.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/composite-track-on.svg new file mode 120000 index 000000000..445e9e6e8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/composite-track-on.svg @@ -0,0 +1 @@ +kdenlive-composite.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/composite-track-preview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/composite-track-preview.svg new file mode 100644 index 000000000..1c386c74b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/composite-track-preview.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/composition.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/composition.svg new file mode 100644 index 000000000..d465ee1bd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/composition.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configuration.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configuration.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configuration.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure-shortcuts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure-shortcuts.svg new file mode 120000 index 000000000..ca94a1981 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure-shortcuts.svg @@ -0,0 +1 @@ +fcitx-kbd.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure-toolbars.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure-toolbars.svg new file mode 100644 index 000000000..7d738a4e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure-toolbars.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure.svg new file mode 100644 index 000000000..18d9c287d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure_shortcuts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure_shortcuts.svg new file mode 120000 index 000000000..ca94a1981 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure_shortcuts.svg @@ -0,0 +1 @@ +fcitx-kbd.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure_toolbars.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure_toolbars.svg new file mode 120000 index 000000000..9d296896c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure_toolbars.svg @@ -0,0 +1 @@ +view-media-equalizer.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/contact-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/contact-new.svg new file mode 100644 index 000000000..d6ccbfee9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/contact-new.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/contents.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/contents.svg new file mode 120000 index 000000000..8e108d860 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/contents.svg @@ -0,0 +1 @@ +view-readermode.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/contexthelp.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/contexthelp.svg new file mode 120000 index 000000000..2ed224a50 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/contexthelp.svg @@ -0,0 +1 @@ +help-contents.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/contrast.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/contrast.svg new file mode 100644 index 000000000..06eff9056 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/contrast.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cookies.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cookies.svg new file mode 120000 index 000000000..b32b12a9f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cookies.svg @@ -0,0 +1 @@ +tool-spray.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/coordinate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/coordinate.svg new file mode 100644 index 000000000..d358ee160 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/coordinate.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/copy-coordinates.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/copy-coordinates.svg new file mode 120000 index 000000000..710c6324d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/copy-coordinates.svg @@ -0,0 +1 @@ +coordinate.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/crosshairs.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/crosshairs.svg new file mode 100644 index 000000000..f4dc568a0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/crosshairs.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/currenttrack_pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/currenttrack_pause.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/currenttrack_pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/currenttrack_play.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/currenttrack_play.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/currenttrack_play.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cursor-arrow.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cursor-arrow.svg new file mode 120000 index 000000000..925eb22f1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cursor-arrow.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/curve-connector.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/curve-connector.svg new file mode 100644 index 000000000..05dba8b57 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/curve-connector.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dashboard-show.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dashboard-show.svg new file mode 100644 index 000000000..847152687 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dashboard-show.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/database-change-key.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/database-change-key.svg new file mode 100644 index 000000000..803c38e44 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/database-change-key.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/database-index.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/database-index.svg new file mode 100644 index 000000000..33066fcd1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/database-index.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/database-lock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/database-lock.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/database-lock.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-execute-from-cursor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-execute-from-cursor.svg new file mode 100644 index 000000000..3a4430442 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-execute-from-cursor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-execute-to-cursor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-execute-to-cursor.svg new file mode 100644 index 000000000..f8d3a55fd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-execute-to-cursor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-run-cursor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-run-cursor.svg new file mode 100644 index 000000000..507175b69 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-run-cursor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-run.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-run.svg new file mode 100644 index 000000000..8ba8c137f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-run.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-instruction.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-instruction.svg new file mode 100644 index 000000000..5a3a81797 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-instruction.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-into-instruction.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-into-instruction.svg new file mode 120000 index 000000000..f207a5551 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-into-instruction.svg @@ -0,0 +1 @@ +debug-step-instruction.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-into.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-into.svg new file mode 100644 index 000000000..c7e73554f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-into.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-out.svg new file mode 100644 index 000000000..224b7261f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-out.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-over.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-over.svg new file mode 100644 index 000000000..4ef3dde9e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-over.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/delete-comment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/delete-comment.svg new file mode 100644 index 000000000..af547f2ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/delete-comment.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/depth16to8.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/depth16to8.svg new file mode 100644 index 000000000..873e0569b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/depth16to8.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/depth8to16.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/depth8to16.svg new file mode 100644 index 000000000..fbe0ee444 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/depth8to16.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/device.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/device.svg new file mode 120000 index 000000000..a67cd894b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/device.svg @@ -0,0 +1 @@ +dialog-input-devices.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-align-and-distribute.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-align-and-distribute.svg new file mode 120000 index 000000000..019e49deb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-align-and-distribute.svg @@ -0,0 +1 @@ +format-justify-left.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-apply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-apply.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-apply.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-cancel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-cancel.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-cancel.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-close.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-error.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-error.svg new file mode 100644 index 000000000..8030f2436 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-error.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-fill-and-stroke.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-fill-and-stroke.svg new file mode 100644 index 000000000..543286e41 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-fill-and-stroke.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-filters.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-filters.svg new file mode 120000 index 000000000..bf1c124d6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-filters.svg @@ -0,0 +1 @@ +view-filter.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-icon-preview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-icon-preview.svg new file mode 120000 index 000000000..7a2e5e678 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-icon-preview.svg @@ -0,0 +1 @@ +document-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-information.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-information.svg new file mode 100644 index 000000000..e37ef615e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-information.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-input-devices.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-input-devices.svg new file mode 100644 index 000000000..7e432c465 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-input-devices.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-layers.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-layers.svg new file mode 100644 index 000000000..a664ef7cd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-layers.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-memory.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-memory.svg new file mode 120000 index 000000000..c61560183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-memory.svg @@ -0,0 +1 @@ +view-statistics.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-messages.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-messages.svg new file mode 100644 index 000000000..fdda31bf6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-messages.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-no.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-no.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-no.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-object-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-object-properties.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-object-properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-ok-apply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-ok-apply.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-ok-apply.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-ok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-ok.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-ok.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-password.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-password.svg new file mode 100644 index 000000000..8c5d36519 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-password.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-path-effects.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-path-effects.svg new file mode 100644 index 000000000..631340b88 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-path-effects.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-question.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-question.svg new file mode 100644 index 000000000..678171619 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-question.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-rows-and-columns.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-rows-and-columns.svg new file mode 100644 index 000000000..b1007a0bd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-rows-and-columns.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-scripts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-scripts.svg new file mode 120000 index 000000000..6957e396c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-scripts.svg @@ -0,0 +1 @@ +cm_runterm.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-selectors.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-selectors.svg new file mode 120000 index 000000000..22b942579 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-selectors.svg @@ -0,0 +1 @@ +code-context.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-templates.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-templates.svg new file mode 120000 index 000000000..911d559e6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-templates.svg @@ -0,0 +1 @@ +document-new-from-template.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-text-and-font.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-text-and-font.svg new file mode 100644 index 000000000..e4d1ffe14 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-text-and-font.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-tile-clones.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-tile-clones.svg new file mode 100644 index 000000000..875744bc0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-tile-clones.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-transform.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-transform.svg new file mode 120000 index 000000000..617c98bae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-transform.svg @@ -0,0 +1 @@ +kdenlive-zoom-large.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-warning.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-warning.svg new file mode 100644 index 000000000..947acd67b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-warning.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-xml-editor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-xml-editor.svg new file mode 100644 index 000000000..ed017fb7e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-xml-editor.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-yes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-yes.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-yes.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dirsync.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dirsync.svg new file mode 120000 index 000000000..0e0e5bd5c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dirsync.svg @@ -0,0 +1 @@ +folder-sync.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-graph-directed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-graph-directed.svg new file mode 100644 index 000000000..8d93f8062 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-graph-directed.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-graph.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-graph.svg new file mode 100644 index 000000000..f2a7ee206 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-graph.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-baseline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-baseline.svg new file mode 100644 index 000000000..34208200e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-baseline.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-center.svg new file mode 100644 index 000000000..474f44e13 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-center.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-equal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-equal.svg new file mode 100644 index 000000000..df9ef7e05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-equal.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-gaps.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-gaps.svg new file mode 100644 index 000000000..90a34c618 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-gaps.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-left.svg new file mode 100644 index 000000000..c48787d6c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-margin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-margin.svg new file mode 100644 index 000000000..13f12158d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-margin.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-page.svg new file mode 100644 index 000000000..23eebc16f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-page.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-right.svg new file mode 100644 index 000000000..7e61fbeca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-x.svg new file mode 100644 index 000000000..2cd0602fe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-x.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-randomize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-randomize.svg new file mode 100644 index 000000000..8739ecd53 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-randomize.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-remove-overlaps.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-remove-overlaps.svg new file mode 100644 index 000000000..5dd50f6a9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-remove-overlaps.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-unclump.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-unclump.svg new file mode 100644 index 000000000..11314c734 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-unclump.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-baseline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-baseline.svg new file mode 120000 index 000000000..05b020a7c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-baseline.svg @@ -0,0 +1 @@ +format-text-underline.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-bottom.svg new file mode 100644 index 000000000..6f5b785c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-bottom.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-center.svg new file mode 100644 index 000000000..94f6ecb40 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-center.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-equal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-equal.svg new file mode 100644 index 000000000..5f4b2dadc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-equal.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-gaps.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-gaps.svg new file mode 100644 index 000000000..c5befafca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-gaps.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-margin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-margin.svg new file mode 100644 index 000000000..25e199d20 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-margin.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-page.svg new file mode 100644 index 000000000..ce9d0175e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-page.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-top.svg new file mode 100644 index 000000000..f5c646415 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-top.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-y.svg new file mode 100644 index 000000000..eff76a278 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-y.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-cleanup.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-cleanup.svg new file mode 120000 index 000000000..00150527a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-cleanup.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-close.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-decrypt.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-decrypt.svg new file mode 120000 index 000000000..a7673957b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-decrypt.svg @@ -0,0 +1 @@ +object-unlocked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-download.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-download.svg new file mode 120000 index 000000000..6aa652ef6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-download.svg @@ -0,0 +1 @@ +edit-download.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-decrypt-verify.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-decrypt-verify.svg new file mode 100644 index 000000000..840d25486 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-decrypt-verify.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-decrypt.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-decrypt.svg new file mode 100644 index 000000000..542cf7956 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-decrypt.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-encrypt.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-encrypt.svg new file mode 100644 index 000000000..edc49ecfc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-encrypt.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-sign-encrypt.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-sign-encrypt.svg new file mode 100644 index 000000000..e4e89f2f4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-sign-encrypt.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-sign.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-sign.svg new file mode 100644 index 000000000..c0a6ee2f0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-sign.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-verify.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-verify.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-verify.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-encrypt.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-encrypt.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-encrypt.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-encrypted.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-encrypted.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-encrypted.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-export-ocal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-export-ocal.svg new file mode 120000 index 000000000..ace4fe41a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-export-ocal.svg @@ -0,0 +1 @@ +document-export.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-export-table.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-export-table.svg new file mode 120000 index 000000000..ace4fe41a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-export-table.svg @@ -0,0 +1 @@ +document-export.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-export.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-export.svg new file mode 100644 index 000000000..24be8c97a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-export.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-import-ocal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-import-ocal.svg new file mode 120000 index 000000000..c7116c65c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-import-ocal.svg @@ -0,0 +1 @@ +document-import.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-import.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-import.svg new file mode 100644 index 000000000..d46718626 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-import.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-multiple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-multiple.svg new file mode 120000 index 000000000..d423a338d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-multiple.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-new-from-template.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-new-from-template.svg new file mode 100644 index 000000000..3a9cb90af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-new-from-template.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-new.svg new file mode 100644 index 000000000..0a2223b2b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-new.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open-data.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open-data.svg new file mode 120000 index 000000000..8dca637dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open-data.svg @@ -0,0 +1 @@ +document-open.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open-folder.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open-folder.svg new file mode 100644 index 000000000..c8ab167ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open-folder.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open-recent.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open-recent.svg new file mode 100644 index 000000000..36c3cb47f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open-recent.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open-remote.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open-remote.svg new file mode 120000 index 000000000..c03a9d937 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open-remote.svg @@ -0,0 +1 @@ +insert-link.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open.svg new file mode 100644 index 000000000..5439dc0d2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-page-setup.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-page-setup.svg new file mode 100644 index 000000000..f55c3e4eb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-page-setup.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-preview-archive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-preview-archive.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-preview-archive.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-preview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-preview.svg new file mode 100644 index 000000000..9a178de13 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-preview.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-print-direct.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-print-direct.svg new file mode 120000 index 000000000..5de601c8a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-print-direct.svg @@ -0,0 +1 @@ +document-print.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-print-frame.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-print-frame.svg new file mode 120000 index 000000000..5de601c8a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-print-frame.svg @@ -0,0 +1 @@ +document-print.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-print-preview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-print-preview.svg new file mode 100644 index 000000000..bdd080851 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-print-preview.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-print.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-print.svg new file mode 100644 index 000000000..6cd55868b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-print.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-properties.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-properties.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-replace.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-replace.svg new file mode 100644 index 000000000..278773d2c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-replace.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-revert-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-revert-rtl.svg new file mode 100644 index 000000000..8945497c0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-revert-rtl.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-revert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-revert.svg new file mode 100644 index 000000000..ffa63b0f6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-revert.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-save-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-save-all.svg new file mode 100644 index 000000000..54911f2ba --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-save-all.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-save-as.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-save-as.svg new file mode 100644 index 000000000..d5d49abd4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-save-as.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-save.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-save.svg new file mode 100644 index 000000000..6fed9e1ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-save.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-send.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-send.svg new file mode 120000 index 000000000..771b1c825 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-send.svg @@ -0,0 +1 @@ +mail-send.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-share.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-share.svg new file mode 100644 index 000000000..447796e28 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-share.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-sign.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-sign.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-sign.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-swap.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-swap.svg new file mode 100644 index 000000000..2aad89c79 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-swap.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/documentation.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/documentation.svg new file mode 100644 index 000000000..db4d3b13f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/documentation.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/documentinfo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/documentinfo.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/documentinfo.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/donate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/donate.svg new file mode 100644 index 000000000..ad2fbc6d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/donate.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/double-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/double-page.svg new file mode 100644 index 000000000..434e1b4df --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/double-page.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/down.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/down.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/download-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/download-amarok.svg new file mode 120000 index 000000000..e2277db9a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/download-amarok.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/download-later.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/download-later.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/download-later.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/download.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/download.svg new file mode 120000 index 000000000..6aa652ef6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/download.svg @@ -0,0 +1 @@ +edit-download.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow-back.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow-back.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow-back.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow-down.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow-down.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow-forward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow-forward.svg new file mode 120000 index 000000000..c3064420a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow-forward.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow-up.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow-up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow.svg new file mode 100644 index 000000000..978460258 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-bezier-curves.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-bezier-curves.svg new file mode 100644 index 000000000..388ade442 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-bezier-curves.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-booleans.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-booleans.svg new file mode 100644 index 000000000..76bd7dcf5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-booleans.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-brush.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-brush.svg new file mode 100644 index 000000000..56352d612 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-brush.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-calligraphic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-calligraphic.svg new file mode 100644 index 000000000..3d9020a98 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-calligraphic.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-circle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-circle.svg new file mode 100644 index 000000000..6a4f691fc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-circle.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-connector.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-connector.svg new file mode 100644 index 000000000..c660b573f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-connector.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-cross.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-cross.svg new file mode 100644 index 000000000..ed36b20c4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-cross.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-cuboid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-cuboid.svg new file mode 100644 index 000000000..9bf70bdfd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-cuboid.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-donut.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-donut.svg new file mode 100644 index 000000000..fac76d333 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-donut.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-ellipse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-ellipse.svg new file mode 100644 index 000000000..79a64c667 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-ellipse.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-eraser-delete-objects.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-eraser-delete-objects.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-eraser-delete-objects.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-eraser.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-eraser.svg new file mode 100644 index 000000000..69fa56bc1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-eraser.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-freehand.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-freehand.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-freehand.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-geometry.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-geometry.svg new file mode 100644 index 000000000..e8cb3fbb3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-geometry.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-halfcircle1.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-halfcircle1.svg new file mode 100644 index 000000000..a1dbd8395 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-halfcircle1.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-halfcircle2.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-halfcircle2.svg new file mode 100644 index 000000000..5267a5587 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-halfcircle2.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-halfcircle3.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-halfcircle3.svg new file mode 100644 index 000000000..a66562cde --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-halfcircle3.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-halfcircle4.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-halfcircle4.svg new file mode 100644 index 000000000..8f5926d7d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-halfcircle4.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-highlight.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-highlight.svg new file mode 100644 index 000000000..dd6060457 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-highlight.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-line.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-line.svg new file mode 100644 index 000000000..0c9663b55 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-line.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-number.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-number.svg new file mode 100644 index 000000000..6e5dfb096 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-number.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-path.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-path.svg new file mode 100644 index 000000000..b0ba3c6b3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-path.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-polygon-star.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-polygon-star.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-polygon-star.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-polygon.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-polygon.svg new file mode 100644 index 000000000..b95e29ea3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-polygon.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-polyline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-polyline.svg new file mode 100644 index 000000000..55a40e647 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-polyline.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-rectangle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-rectangle.svg new file mode 100644 index 000000000..58bb465d1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-rectangle.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-spiral.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-spiral.svg new file mode 100644 index 000000000..6b996004d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-spiral.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-square-inverted-corners.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-square-inverted-corners.svg new file mode 100644 index 000000000..c89fa7964 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-square-inverted-corners.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-star.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-star.svg new file mode 100644 index 000000000..ac99053c0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-star.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-text.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-text.svg new file mode 120000 index 000000000..36a013999 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-text.svg @@ -0,0 +1 @@ +format-text-larger.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle.svg new file mode 100644 index 000000000..1366cd559 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle1.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle1.svg new file mode 120000 index 000000000..293e17ffa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle1.svg @@ -0,0 +1 @@ +pan-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle2.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle2.svg new file mode 120000 index 000000000..a97e184da --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle2.svg @@ -0,0 +1 @@ +pan-end.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle3.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle3.svg new file mode 120000 index 000000000..687a8fb01 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle3.svg @@ -0,0 +1 @@ +pan-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle4.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle4.svg new file mode 120000 index 000000000..2603a4917 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle4.svg @@ -0,0 +1 @@ +pan-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-watercolor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-watercolor.svg new file mode 100644 index 000000000..7d45b5257 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-watercolor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dynamic-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dynamic-amarok.svg new file mode 120000 index 000000000..26f669677 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dynamic-amarok.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/earthquake.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/earthquake.svg new file mode 100644 index 000000000..e31060587 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/earthquake.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-add.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-add.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-bomb.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-bomb.svg new file mode 100644 index 000000000..d1814c733 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-bomb.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-all.svg new file mode 120000 index 000000000..cc1037fce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-all.svg @@ -0,0 +1 @@ +edit-clear-list.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-history.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-history.svg new file mode 100644 index 000000000..59931946f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-history.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-list.svg new file mode 100644 index 000000000..f50872134 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-list.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-locationbar-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-locationbar-ltr.svg new file mode 120000 index 000000000..beaae7968 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-locationbar-ltr.svg @@ -0,0 +1 @@ +edit-clear-rtl.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-locationbar-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-locationbar-rtl.svg new file mode 120000 index 000000000..00150527a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-locationbar-rtl.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-rtl.svg new file mode 100644 index 000000000..8f33aad85 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-rtl.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear.svg new file mode 100644 index 000000000..0624e3ff6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clone-unlink.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clone-unlink.svg new file mode 100644 index 000000000..4054af4ef --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clone-unlink.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clone.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clone.svg new file mode 100644 index 000000000..135ad069e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clone.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-comment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-comment.svg new file mode 120000 index 000000000..541dfabd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-comment.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-copy.svg new file mode 100644 index 000000000..58d1e5540 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-copy.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-cut.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-cut.svg new file mode 100644 index 000000000..426fefb2f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-cut.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-delete-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-delete-remove.svg new file mode 100644 index 000000000..2730f09e6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-delete-remove.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-delete-shred.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-delete-shred.svg new file mode 100644 index 000000000..972ecf9fb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-delete-shred.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-download.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-download.svg new file mode 100644 index 000000000..4e9960ea4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-download.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-duplicate.svg new file mode 100644 index 000000000..0a65e8bd2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-duplicate.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-entry.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-entry.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-entry.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find-mail.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find-mail.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find-mail.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find-project.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find-project.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find-project.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find-replace.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find-replace.svg new file mode 100644 index 000000000..be65a92fe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find-replace.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find-user.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find-user.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find.svg new file mode 100644 index 000000000..0f28a6d39 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-flag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-flag.svg new file mode 120000 index 000000000..c8171f589 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-flag.svg @@ -0,0 +1 @@ +flag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-guides.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-guides.svg new file mode 100644 index 000000000..b16436d0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-guides.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-image-face-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-image-face-add.svg new file mode 100644 index 000000000..6ac0ef3f8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-image-face-add.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-image-face-detect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-image-face-detect.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-image-face-detect.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-image-face-recognize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-image-face-recognize.svg new file mode 100644 index 000000000..9ad8b90a1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-image-face-recognize.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-image-face-show.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-image-face-show.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-image-face-show.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-link.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-link.svg new file mode 100644 index 000000000..a6ef3e168 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-link.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-map.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-map.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-map.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-mark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-mark.svg new file mode 120000 index 000000000..c8171f589 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-mark.svg @@ -0,0 +1 @@ +flag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-move.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-move.svg new file mode 100644 index 000000000..1da0770c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-move.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-node.svg new file mode 100644 index 000000000..f9cd681e5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-node.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-none.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-none.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-none.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-opacity.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-opacity.svg new file mode 100644 index 000000000..31d11e318 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-opacity.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-paste-in-place.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-paste-in-place.svg new file mode 100644 index 000000000..680c5c3cc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-paste-in-place.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-paste-style.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-paste-style.svg new file mode 100644 index 000000000..b542cfc32 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-paste-style.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-paste.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-paste.svg new file mode 100644 index 000000000..57b51a3a5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-paste.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-redo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-redo.svg new file mode 100644 index 000000000..4609c07c3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-redo.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-rename.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-rename.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-rename.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-all-layers.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-all-layers.svg new file mode 100644 index 000000000..e948732a6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-all-layers.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-all.svg new file mode 100644 index 000000000..4e56684da --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-all.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-invert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-invert.svg new file mode 100644 index 000000000..7af7c9612 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-invert.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-lasso.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-lasso.svg new file mode 100644 index 000000000..3e60ae2f4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-lasso.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-none.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-none.svg new file mode 100644 index 000000000..3e624a6f3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-none.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-original.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-original.svg new file mode 100644 index 000000000..cce1b57cc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-original.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-text.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-text.svg new file mode 100644 index 000000000..0bc984f59 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-text.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select.svg new file mode 100644 index 000000000..3fc5de5bd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-cell-merge.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-cell-merge.svg new file mode 100644 index 000000000..d62fbc943 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-cell-merge.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-cell-split.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-cell-split.svg new file mode 100644 index 000000000..7c7ee5dc6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-cell-split.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-delete-column.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-delete-column.svg new file mode 100644 index 000000000..5fdf5e2b2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-delete-column.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-delete-row.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-delete-row.svg new file mode 100644 index 000000000..07bdd5dc2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-delete-row.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-column-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-column-left.svg new file mode 100644 index 000000000..9a729c026 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-column-left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-column-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-column-right.svg new file mode 100644 index 000000000..0b3e51f45 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-column-right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-row-above.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-row-above.svg new file mode 100644 index 000000000..bfad88527 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-row-above.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-row-below.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-row-below.svg new file mode 100644 index 000000000..17dc0b94f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-row-below.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-row-under.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-row-under.svg new file mode 100644 index 000000000..f5fd5fa77 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-row-under.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-text-frame-update.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-text-frame-update.svg new file mode 100644 index 000000000..c9247e243 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-text-frame-update.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-undo-history.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-undo-history.svg new file mode 100644 index 000000000..a7eeb7a3f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-undo-history.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-undo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-undo.svg new file mode 100644 index 000000000..9c258e613 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-undo.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit.svg new file mode 100644 index 000000000..658c314b9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editclear.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editclear.svg new file mode 120000 index 000000000..00150527a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editclear.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editcopy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editcopy.svg new file mode 120000 index 000000000..d423a338d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editcopy.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editcut.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editcut.svg new file mode 120000 index 000000000..ab241573e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editcut.svg @@ -0,0 +1 @@ +edit-cut.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editdelete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editdelete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editdelete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editimage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editimage.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editimage.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editor.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editor.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editpaste.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editpaste.svg new file mode 120000 index 000000000..f9cf17083 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editpaste.svg @@ -0,0 +1 @@ +edit-paste.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edittext.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edittext.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edittext.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edittrash.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edittrash.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edittrash.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/embosstool.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/embosstool.svg new file mode 100644 index 000000000..939d9efea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/embosstool.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/emptytrash.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/emptytrash.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/emptytrash.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/enterprise.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/enterprise.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/enterprise.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/entry-clone.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/entry-clone.svg new file mode 120000 index 000000000..d423a338d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/entry-clone.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/entry-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/entry-delete.svg new file mode 100644 index 000000000..0304f1442 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/entry-delete.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/entry-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/entry-edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/entry-edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/entry-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/entry-new.svg new file mode 100644 index 000000000..978d73eff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/entry-new.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/equalizer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/equalizer.svg new file mode 120000 index 000000000..9d296896c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/equalizer.svg @@ -0,0 +1 @@ +view-media-equalizer.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/error.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/error.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/error.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-all.svg new file mode 100644 index 000000000..6670e18f5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-all.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-down.svg new file mode 100644 index 000000000..46f6f9a16 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-down.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-horizontal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-horizontal.svg new file mode 100644 index 000000000..84f24a78a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-horizontal.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-left.svg new file mode 100644 index 000000000..12c90a9ef --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-left.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-right.svg new file mode 100644 index 000000000..e6ee0eb80 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-right.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-up.svg new file mode 100644 index 000000000..ad90f07f3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-up.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-vertical.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-vertical.svg new file mode 100644 index 000000000..f1f8204c8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-vertical.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exchange-positions-clockwise.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exchange-positions-clockwise.svg new file mode 100644 index 000000000..ab5e61ec8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exchange-positions-clockwise.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exchange-positions-zorder.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exchange-positions-zorder.svg new file mode 100644 index 000000000..c854aff5b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exchange-positions-zorder.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exchange-positions.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exchange-positions.svg new file mode 100644 index 000000000..01fa61591 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exchange-positions.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exifinfo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exifinfo.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exifinfo.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exit.svg new file mode 120000 index 000000000..514fcfb1d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exit.svg @@ -0,0 +1 @@ +application-exit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/expand.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/expand.svg new file mode 120000 index 000000000..2603a4917 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/expand.svg @@ -0,0 +1 @@ +pan-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/extract-archive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/extract-archive.svg new file mode 120000 index 000000000..653488ec3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/extract-archive.svg @@ -0,0 +1 @@ +cm_extractfiles.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favicon-download.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favicon-download.svg new file mode 120000 index 000000000..9510df91c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favicon-download.svg @@ -0,0 +1 @@ +insert-image.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favorite-favorited.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favorite-favorited.svg new file mode 100644 index 000000000..0c26cbb53 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favorite-favorited.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favorite-genres-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favorite-genres-amarok.svg new file mode 100644 index 000000000..de2c0adc6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favorite-genres-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favorite.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favorite.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favorite.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favorites.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favorites.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favorites.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-anthy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-anthy.svg new file mode 100644 index 000000000..3e6881bb3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-anthy.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-bopomofo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-bopomofo.svg new file mode 120000 index 000000000..919433959 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-bopomofo.svg @@ -0,0 +1 @@ +fcitx-rime.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-cangjie.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-cangjie.svg new file mode 100644 index 000000000..17a9719bc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-cangjie.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-chewing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-chewing.svg new file mode 100644 index 000000000..1a131daf8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-chewing.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-chn.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-chn.svg new file mode 100644 index 000000000..7679e9688 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-chn.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-chttrans-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-chttrans-active.svg new file mode 100644 index 000000000..4ef740cf9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-chttrans-active.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-chttrans-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-chttrans-inactive.svg new file mode 100644 index 000000000..a7e58efc3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-chttrans-inactive.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-erbi.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-erbi.svg new file mode 100644 index 000000000..296b7ecc3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-erbi.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-fullwidth-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-fullwidth-active.svg new file mode 100644 index 000000000..75de53783 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-fullwidth-active.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-fullwidth-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-fullwidth-inactive.svg new file mode 100644 index 000000000..641c8dfb6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-fullwidth-inactive.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-googlepinyin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-googlepinyin.svg new file mode 100644 index 000000000..7494d1dfa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-googlepinyin.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-handwriting-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-handwriting-active.svg new file mode 100644 index 000000000..5b819cd36 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-handwriting-active.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-handwriting-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-handwriting-inactive.svg new file mode 100644 index 000000000..df5da00ea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-handwriting-inactive.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-hangul.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-hangul.svg new file mode 100644 index 000000000..953f75d9f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-hangul.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-kbd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-kbd.svg new file mode 100644 index 000000000..0edea4a4f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-kbd.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-kkc.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-kkc.svg new file mode 100644 index 000000000..9f2705611 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-kkc.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-pinyin-libpinyin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-pinyin-libpinyin.svg new file mode 120000 index 000000000..d7b28edeb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-pinyin-libpinyin.svg @@ -0,0 +1 @@ +fcitx-pinyin.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-pinyin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-pinyin.svg new file mode 100644 index 000000000..6753c1dbf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-pinyin.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-punc-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-punc-active.svg new file mode 100644 index 000000000..55bae8f71 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-punc-active.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-punc-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-punc-inactive.svg new file mode 100644 index 000000000..ff4bae879 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-punc-inactive.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-remind-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-remind-active.svg new file mode 100644 index 000000000..a9009fe03 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-remind-active.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-remind-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-remind-inactive.svg new file mode 100644 index 000000000..cc4a98689 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-remind-inactive.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-rime-deploy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-rime-deploy.svg new file mode 100644 index 000000000..6dff840d9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-rime-deploy.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-rime-sync.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-rime-sync.svg new file mode 100644 index 000000000..fce7f398c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-rime-sync.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-rime.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-rime.svg new file mode 100644 index 000000000..7e8842acb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-rime.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-sayura.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-sayura.svg new file mode 100644 index 000000000..38f1aa9f3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-sayura.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-shuangpin-libpinyin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-shuangpin-libpinyin.svg new file mode 120000 index 000000000..d93668297 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-shuangpin-libpinyin.svg @@ -0,0 +1 @@ +fcitx-shuangpin.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-shuangpin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-shuangpin.svg new file mode 100644 index 000000000..d4bab0b73 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-shuangpin.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-skk.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-skk.svg new file mode 100644 index 000000000..b25270813 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-skk.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-sunpinyin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-sunpinyin.svg new file mode 100644 index 000000000..441afeaae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-sunpinyin.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-unikey.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-unikey.svg new file mode 100644 index 000000000..df52c15ea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-unikey.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-vk-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-vk-active.svg new file mode 120000 index 000000000..ca94a1981 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-vk-active.svg @@ -0,0 +1 @@ +fcitx-kbd.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-vk-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-vk-inactive.svg new file mode 100644 index 000000000..b717c59e7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-vk-inactive.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-wbpy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-wbpy.svg new file mode 120000 index 000000000..8edd84f56 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-wbpy.svg @@ -0,0 +1 @@ +fcitx-wubi.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-wubi.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-wubi.svg new file mode 100644 index 000000000..324b353ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-wubi.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-zhuyin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-zhuyin.svg new file mode 120000 index 000000000..919433959 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-zhuyin.svg @@ -0,0 +1 @@ +fcitx-rime.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-ziranma.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-ziranma.svg new file mode 100644 index 000000000..1fb073afa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-ziranma.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/featured-vm.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/featured-vm.svg new file mode 120000 index 000000000..0db970529 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/featured-vm.svg @@ -0,0 +1 @@ +system-run.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/feed-subscribe.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/feed-subscribe.svg new file mode 120000 index 000000000..2f0fbff8b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/feed-subscribe.svg @@ -0,0 +1 @@ +application-rss+xml.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/file-zoom-in.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/file-zoom-in.svg new file mode 120000 index 000000000..a74d0584f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/file-zoom-in.svg @@ -0,0 +1 @@ +zoom-in.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/file-zoom-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/file-zoom-out.svg new file mode 120000 index 000000000..580ed013e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/file-zoom-out.svg @@ -0,0 +1 @@ +zoom-out.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filefind.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filefind.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filefind.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-album-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-album-amarok.svg new file mode 120000 index 000000000..f8898e2de --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-album-amarok.svg @@ -0,0 +1 @@ +media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-and-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-and-amarok.svg new file mode 100644 index 000000000..048f74fc9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-and-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-artist-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-artist-amarok.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-artist-amarok.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-bpm-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-bpm-amarok.svg new file mode 120000 index 000000000..52a251442 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-bpm-amarok.svg @@ -0,0 +1 @@ +kt-speed-limits.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-comment-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-comment-amarok.svg new file mode 120000 index 000000000..541dfabd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-comment-amarok.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-composer-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-composer-amarok.svg new file mode 120000 index 000000000..c2db29954 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-composer-amarok.svg @@ -0,0 +1 @@ +document-edit-sign.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-dash-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-dash-amarok.svg new file mode 120000 index 000000000..bc895d387 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-dash-amarok.svg @@ -0,0 +1 @@ +dashboard-show.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-discnumber-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-discnumber-amarok.svg new file mode 100644 index 000000000..be5149294 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-discnumber-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-divider.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-divider.svg new file mode 100644 index 000000000..d81942065 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-divider.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-dot-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-dot-amarok.svg new file mode 100644 index 000000000..cbbb77369 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-dot-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-filetype-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-filetype-amarok.svg new file mode 120000 index 000000000..bd5a1a3e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-filetype-amarok.svg @@ -0,0 +1 @@ +tools-rip-audio-cd.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-genre-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-genre-amarok.svg new file mode 120000 index 000000000..597fac171 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-genre-amarok.svg @@ -0,0 +1 @@ +favorite-genres-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-group-length.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-group-length.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-group-length.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-group-tracks.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-group-tracks.svg new file mode 120000 index 000000000..324bd1d2a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-group-tracks.svg @@ -0,0 +1 @@ +filename-discnumber-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-ignore-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-ignore-amarok.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-ignore-amarok.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-initial-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-initial-amarok.svg new file mode 100644 index 000000000..0465582e0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-initial-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-last-played.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-last-played.svg new file mode 120000 index 000000000..a04747903 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-last-played.svg @@ -0,0 +1 @@ +view-calendar-timeline.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-moodbar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-moodbar.svg new file mode 100644 index 000000000..fce8bc685 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-moodbar.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-sample-rate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-sample-rate.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-sample-rate.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-slash-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-slash-amarok.svg new file mode 100644 index 000000000..5988fef46 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-slash-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-space-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-space-amarok.svg new file mode 100644 index 000000000..af6c1796c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-space-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-title-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-title-amarok.svg new file mode 100644 index 000000000..c19832124 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-title-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-track-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-track-amarok.svg new file mode 120000 index 000000000..324bd1d2a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-track-amarok.svg @@ -0,0 +1 @@ +filename-discnumber-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-underscore-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-underscore-amarok.svg new file mode 100644 index 000000000..c5fb8c3c0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-underscore-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-year-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-year-amarok.svg new file mode 120000 index 000000000..54445ac9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-year-amarok.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filenew.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filenew.svg new file mode 120000 index 000000000..300fb89b6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filenew.svg @@ -0,0 +1 @@ +document-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fileopen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fileopen.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fileopen.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fileprint.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fileprint.svg new file mode 120000 index 000000000..5de601c8a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fileprint.svg @@ -0,0 +1 @@ +document-print.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filequickprint.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filequickprint.svg new file mode 120000 index 000000000..f065dadc1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filequickprint.svg @@ -0,0 +1 @@ +document-print-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filesave.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filesave.svg new file mode 120000 index 000000000..e2277db9a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filesave.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filesaveas.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filesaveas.svg new file mode 120000 index 000000000..0d756edd8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filesaveas.svg @@ -0,0 +1 @@ +document-save-as.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fileview-preview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fileview-preview.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fileview-preview.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fill-color.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fill-color.svg new file mode 120000 index 000000000..10765a172 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fill-color.svg @@ -0,0 +1 @@ +color-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fill-rule-even-odd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fill-rule-even-odd.svg new file mode 100644 index 000000000..83ce549e4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fill-rule-even-odd.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fill-rule-nonzero.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fill-rule-nonzero.svg new file mode 100644 index 000000000..ed53d6f1c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fill-rule-nonzero.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filmgrain.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filmgrain.svg new file mode 100644 index 000000000..afb50b7a8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filmgrain.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/find-location.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/find-location.svg new file mode 100644 index 000000000..bc9316475 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/find-location.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/find.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/find.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/find.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitbest.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitbest.svg new file mode 100644 index 000000000..820c8a5d5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitbest.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitheight.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitheight.svg new file mode 100644 index 000000000..9b460ef96 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitheight.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitmanual.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitmanual.svg new file mode 120000 index 000000000..f0b026afc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitmanual.svg @@ -0,0 +1 @@ +window.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitsize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitsize.svg new file mode 100644 index 000000000..50ab4f0d9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitsize.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitwidth.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitwidth.svg new file mode 100644 index 000000000..ce6bd7224 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitwidth.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-black.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-black.svg new file mode 100644 index 000000000..7e7b02598 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-black.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-blue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-blue.svg new file mode 100644 index 000000000..cd6db6bdc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-blue.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-green.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-green.svg new file mode 100644 index 000000000..ea2089124 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-green.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-red.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-red.svg new file mode 100644 index 000000000..7dae87c83 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-red.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-yellow.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-yellow.svg new file mode 100644 index 000000000..741307c98 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-yellow.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag.svg new file mode 100644 index 000000000..35862461b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-compact.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-compact.svg new file mode 120000 index 000000000..887959bb6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-compact.svg @@ -0,0 +1 @@ +view-compact.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-details.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-details.svg new file mode 120000 index 000000000..a379444c2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-details.svg @@ -0,0 +1 @@ +view-list-details.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-icons.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-icons.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-icons.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-new.svg new file mode 120000 index 000000000..71831b4ed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-new.svg @@ -0,0 +1 @@ +window-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-thumbs.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-thumbs.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-thumbs.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/focus-legacy-systray.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/focus-legacy-systray.svg new file mode 100644 index 000000000..a80fb8362 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/focus-legacy-systray.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/focus-top-bar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/focus-top-bar.svg new file mode 100644 index 000000000..940f5786b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/focus-top-bar.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/focus-windows.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/focus-windows.svg new file mode 100644 index 000000000..e7324117a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/focus-windows.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-copy.svg new file mode 100644 index 000000000..2e7854d66 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-copy.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-move.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-move.svg new file mode 100644 index 000000000..8f09898ad --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-move.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-new.svg new file mode 100644 index 000000000..d166bfa53 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-new.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-open-recent.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-open-recent.svg new file mode 100644 index 000000000..45e017648 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-open-recent.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-open.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-open.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-open.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-saved-search.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-saved-search.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-saved-search.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-sync.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-sync.svg new file mode 100644 index 000000000..e34133524 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-sync.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-tag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-tag.svg new file mode 120000 index 000000000..2bb4152ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-tag.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder_color_picker.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder_color_picker.svg new file mode 120000 index 000000000..aed247700 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder_color_picker.svg @@ -0,0 +1 @@ +color-picker.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder_new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder_new.svg new file mode 120000 index 000000000..149bcafc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder_new.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/followmouse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/followmouse.svg new file mode 120000 index 000000000..925eb22f1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/followmouse.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/font-select.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/font-select.svg new file mode 100644 index 000000000..d73b434f1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/font-select.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/footsteps.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/footsteps.svg new file mode 100644 index 000000000..37d37149f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/footsteps.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/forecast.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/forecast.svg new file mode 100644 index 000000000..ed742eb84 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/forecast.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fork.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fork.svg new file mode 100644 index 000000000..6b1bec061 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fork.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-add-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-add-node.svg new file mode 100644 index 000000000..b3fb20a1a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-add-node.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-align-vertical-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-align-vertical-bottom.svg new file mode 120000 index 000000000..2f2f40051 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-align-vertical-bottom.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-align-vertical-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-align-vertical-center.svg new file mode 100644 index 000000000..948e624b7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-align-vertical-center.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-align-vertical-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-align-vertical-top.svg new file mode 120000 index 000000000..bdc5bb49e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-align-vertical-top.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-border-style.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-border-style.svg new file mode 120000 index 000000000..c47e3dc4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-border-style.svg @@ -0,0 +1 @@ +draw-path.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-break-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-break-node.svg new file mode 100644 index 000000000..e67366105 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-break-node.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-connect-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-connect-node.svg new file mode 100644 index 000000000..ff9bd79e4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-connect-node.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-convert-to-path.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-convert-to-path.svg new file mode 100644 index 000000000..307a884e4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-convert-to-path.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-currency.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-currency.svg new file mode 100644 index 000000000..52ac401cb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-currency.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-disconnect-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-disconnect-node.svg new file mode 120000 index 000000000..9dc8e1b45 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-disconnect-node.svg @@ -0,0 +1 @@ +format-connect-node.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-fill-color.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-fill-color.svg new file mode 120000 index 000000000..10765a172 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-fill-color.svg @@ -0,0 +1 @@ +color-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-font-size-less.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-font-size-less.svg new file mode 100644 index 000000000..1edc8665c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-font-size-less.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-font-size-more.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-font-size-more.svg new file mode 100644 index 000000000..96d2bb182 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-font-size-more.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-indent-less.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-indent-less.svg new file mode 100644 index 000000000..df056bd7d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-indent-less.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-indent-more.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-indent-more.svg new file mode 100644 index 000000000..9c3cfebc1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-indent-more.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-insert-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-insert-node.svg new file mode 100644 index 000000000..0184a3be0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-insert-node.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-join-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-join-node.svg new file mode 100644 index 000000000..d6120e482 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-join-node.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-justify-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-justify-center.svg new file mode 100644 index 000000000..b181cb936 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-justify-center.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-justify-fill.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-justify-fill.svg new file mode 100644 index 000000000..182bd9562 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-justify-fill.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-justify-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-justify-left.svg new file mode 100644 index 000000000..49fc27e24 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-justify-left.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-justify-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-justify-right.svg new file mode 100644 index 000000000..1615abfd1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-justify-right.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-line-spacing-double.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-line-spacing-double.svg new file mode 100644 index 000000000..0c68d4a47 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-line-spacing-double.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-line-spacing-normal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-line-spacing-normal.svg new file mode 100644 index 000000000..44ace2b6a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-line-spacing-normal.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-line-spacing-triple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-line-spacing-triple.svg new file mode 100644 index 000000000..507308ac4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-line-spacing-triple.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-list-ordered.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-list-ordered.svg new file mode 120000 index 000000000..007ae04b5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-list-ordered.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-list-unordered.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-list-unordered.svg new file mode 100644 index 000000000..28831b90e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-list-unordered.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-corner.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-corner.svg new file mode 100644 index 000000000..3ff61e47f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-corner.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-curve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-curve.svg new file mode 100644 index 000000000..9d0117d89 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-curve.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-line.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-line.svg new file mode 100644 index 000000000..4b88be855 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-line.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-smooth.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-smooth.svg new file mode 100644 index 000000000..ad17e45c0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-smooth.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-symmetric.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-symmetric.svg new file mode 100644 index 000000000..06d022f25 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-symmetric.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-number-percent.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-number-percent.svg new file mode 100644 index 000000000..a0cdeb833 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-number-percent.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-precision-less.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-precision-less.svg new file mode 100644 index 000000000..b2d26a4ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-precision-less.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-precision-more.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-precision-more.svg new file mode 100644 index 000000000..491611b31 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-precision-more.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-remove-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-remove-node.svg new file mode 100644 index 000000000..32d01ca38 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-remove-node.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-segment-curve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-segment-curve.svg new file mode 100644 index 000000000..89e4453b5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-segment-curve.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-segment-line.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-segment-line.svg new file mode 100644 index 000000000..15381ad50 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-segment-line.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-stroke-color.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-stroke-color.svg new file mode 120000 index 000000000..7a7334d57 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-stroke-color.svg @@ -0,0 +1 @@ +align-vertical-baseline.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-blockquote.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-blockquote.svg new file mode 100644 index 000000000..4202179b5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-blockquote.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-bold.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-bold.svg new file mode 100644 index 000000000..3b184bb43 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-bold.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-capitalize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-capitalize.svg new file mode 100644 index 000000000..44898c6b3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-capitalize.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-code.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-code.svg new file mode 120000 index 000000000..a6da8dd3b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-code.svg @@ -0,0 +1 @@ +dialog-xml-editor.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-color.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-color.svg new file mode 120000 index 000000000..36a013999 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-color.svg @@ -0,0 +1 @@ +format-text-larger.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-horizontal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-horizontal.svg new file mode 100644 index 000000000..e0a6adb5f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-horizontal.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-ltr.svg new file mode 100644 index 000000000..2ab9ec4e3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-ltr.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-r2l.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-r2l.svg new file mode 100644 index 000000000..5a3fa43bf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-r2l.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-rtl.svg new file mode 100644 index 000000000..e3af0c123 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-rtl.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-vertical-lr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-vertical-lr.svg new file mode 100644 index 000000000..7a81e7060 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-vertical-lr.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-vertical.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-vertical.svg new file mode 100644 index 000000000..21c70e3dd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-vertical.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-italic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-italic.svg new file mode 100644 index 000000000..ad17803d4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-italic.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-larger.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-larger.svg new file mode 100644 index 000000000..682a7b2df --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-larger.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-lowercase.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-lowercase.svg new file mode 100644 index 000000000..e74434a34 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-lowercase.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-remove-formatting.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-remove-formatting.svg new file mode 100644 index 000000000..0fd5b7dea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-remove-formatting.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-smaller.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-smaller.svg new file mode 100644 index 000000000..8d9967ed3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-smaller.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-strikethrough.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-strikethrough.svg new file mode 100644 index 000000000..c7f9b25f2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-strikethrough.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-subscript.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-subscript.svg new file mode 100644 index 000000000..d3dbe7249 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-subscript.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-superscript.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-superscript.svg new file mode 100644 index 000000000..b03fd97ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-superscript.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-symbol.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-symbol.svg new file mode 100644 index 000000000..d2a5b3a4d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-symbol.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-underline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-underline.svg new file mode 100644 index 000000000..40281e366 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-underline.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-uppercase.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-uppercase.svg new file mode 100644 index 000000000..b9894c20b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-uppercase.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/formula.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/formula.svg new file mode 100644 index 000000000..4ac9c0464 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/formula.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/forward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/forward.svg new file mode 120000 index 000000000..c34946671 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/forward.svg @@ -0,0 +1 @@ +mail-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-achievements.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-achievements.svg new file mode 100644 index 000000000..8e3eaa922 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-achievements.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-background.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-background.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-background.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-board.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-board.svg new file mode 100644 index 000000000..c27e5ecc3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-board.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-custom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-custom.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-custom.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-options.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-options.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-options.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-theme.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-theme.svg new file mode 120000 index 000000000..2873b7efa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-theme.svg @@ -0,0 +1 @@ +draw-brush.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-tiles.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-tiles.svg new file mode 100644 index 000000000..acd032751 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-tiles.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-difficult.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-difficult.svg new file mode 100644 index 000000000..7f0fc512d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-difficult.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-endturn.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-endturn.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-endturn.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-highscores.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-highscores.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-highscores.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-hint.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-hint.svg new file mode 100644 index 000000000..441dc3d83 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-hint.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-solve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-solve.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-solve.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/geany-build.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/geany-build.svg new file mode 120000 index 000000000..28d76fd4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/geany-build.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/geany-close-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/geany-close-all.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/geany-close-all.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/geany-save-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/geany-save-all.svg new file mode 120000 index 000000000..43e072f4d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/geany-save-all.svg @@ -0,0 +1 @@ +document-save-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/get-hot-new-stuff.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/get-hot-new-stuff.svg new file mode 100644 index 000000000..f412f65b4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/get-hot-new-stuff.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-branch.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-branch.svg new file mode 100644 index 000000000..66dba3726 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-branch.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-diff-view.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-diff-view.svg new file mode 120000 index 000000000..36fc9a41c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-diff-view.svg @@ -0,0 +1 @@ +cm_flatview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-history-view.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-history-view.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-history-view.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-remote.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-remote.svg new file mode 120000 index 000000000..4d518f8f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-remote.svg @@ -0,0 +1 @@ +atmosphere.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-tag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-tag.svg new file mode 120000 index 000000000..2bb4152ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-tag.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/globe.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/globe.svg new file mode 120000 index 000000000..4d518f8f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/globe.svg @@ -0,0 +1 @@ +atmosphere.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-app-install-star.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-app-install-star.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-app-install-star.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-lockscreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-lockscreen.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-lockscreen.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-searchtool.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-searchtool.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-searchtool.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-stock-mail-fwd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-stock-mail-fwd.svg new file mode 120000 index 000000000..c34946671 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-stock-mail-fwd.svg @@ -0,0 +1 @@ +mail-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-stock-mail-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-stock-mail-new.svg new file mode 120000 index 000000000..2c823c0ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-stock-mail-new.svg @@ -0,0 +1 @@ +mail-message-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-stock-mail-rpl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-stock-mail-rpl.svg new file mode 120000 index 000000000..08677c8af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-stock-mail-rpl.svg @@ -0,0 +1 @@ +reply.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-stock-mail-snd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-stock-mail-snd.svg new file mode 120000 index 000000000..771b1c825 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-stock-mail-snd.svg @@ -0,0 +1 @@ +mail-send.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnumeric-comment-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnumeric-comment-edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnumeric-comment-edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnumeric-link-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnumeric-link-edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnumeric-link-edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-bottom.svg new file mode 100644 index 000000000..fa5eea274 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-bottom.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-down-search.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-down-search.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-down-search.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-down.svg new file mode 100644 index 000000000..a653d6fdd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-down.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-first-view-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-first-view-page.svg new file mode 120000 index 000000000..c9c12cb65 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-first-view-page.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-first-view.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-first-view.svg new file mode 120000 index 000000000..c9c12cb65 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-first-view.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-first.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-first.svg new file mode 100644 index 000000000..f501581b7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-first.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-home-large.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-home-large.svg new file mode 120000 index 000000000..5cbdae998 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-home-large.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-home.svg new file mode 100644 index 000000000..979e7c113 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-home.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-declaration.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-declaration.svg new file mode 100644 index 000000000..4b86b71ed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-declaration.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-definition.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-definition.svg new file mode 100644 index 000000000..72a33f8f2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-definition.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-locationbar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-locationbar.svg new file mode 120000 index 000000000..2d8778593 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-locationbar.svg @@ -0,0 +1 @@ +go-jump.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-rtl.svg new file mode 100644 index 000000000..0e763d91c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-rtl.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-today.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-today.svg new file mode 120000 index 000000000..54445ac9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-today.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump.svg new file mode 100644 index 000000000..a9c1201de --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-last-view-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-last-view-page.svg new file mode 120000 index 000000000..f9bbb2747 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-last-view-page.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-last-view.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-last-view.svg new file mode 120000 index 000000000..f9bbb2747 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-last-view.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-last.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-last.svg new file mode 100644 index 000000000..d7188fd89 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-last.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-left.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-left.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next-context.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next-context.svg new file mode 100644 index 000000000..3e9294ff3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next-context.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next-use.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next-use.svg new file mode 100644 index 000000000..80d41a698 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next-use.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next-view-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next-view-page.svg new file mode 120000 index 000000000..c3064420a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next-view-page.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next-view.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next-view.svg new file mode 120000 index 000000000..c3064420a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next-view.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next.svg new file mode 100644 index 000000000..1715abaf8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-parent-folder.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-parent-folder.svg new file mode 100644 index 000000000..92c3e5787 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-parent-folder.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous-context.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous-context.svg new file mode 100644 index 000000000..4ba65b54c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous-context.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous-use.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous-use.svg new file mode 100644 index 000000000..c065b353a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous-use.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous-view-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous-view-page.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous-view-page.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous-view.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous-view.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous-view.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous.svg new file mode 100644 index 000000000..3818ae906 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-right.svg new file mode 120000 index 000000000..c3064420a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-right.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-today.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-today.svg new file mode 120000 index 000000000..516e9f164 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-today.svg @@ -0,0 +1 @@ +calendar-go-today.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-top.svg new file mode 100644 index 000000000..8e52d6299 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-top.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-up-search.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-up-search.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-up-search.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-up.svg new file mode 100644 index 000000000..bae5856c2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-up.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gohome.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gohome.svg new file mode 120000 index 000000000..5cbdae998 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gohome.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gpg.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gpg.svg new file mode 120000 index 000000000..a7673957b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gpg.svg @@ -0,0 +1 @@ +object-unlocked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gpgsm.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gpgsm.svg new file mode 120000 index 000000000..a7673957b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gpgsm.svg @@ -0,0 +1 @@ +object-unlocked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gps.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gps.svg new file mode 120000 index 000000000..940ccf439 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gps.svg @@ -0,0 +1 @@ +edit-paste-in-place.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/grid-rectangular.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/grid-rectangular.svg new file mode 100644 index 000000000..a90214be9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/grid-rectangular.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/grid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/grid.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/grid.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/group-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/group-delete.svg new file mode 100644 index 000000000..1c563f90d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/group-delete.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/group-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/group-edit.svg new file mode 100644 index 000000000..dff245664 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/group-edit.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/group-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/group-new.svg new file mode 100644 index 000000000..fe54834c2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/group-new.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-home.svg new file mode 120000 index 000000000..5cbdae998 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-home.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-note-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-note-new.svg new file mode 120000 index 000000000..00bdd8a7a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-note-new.svg @@ -0,0 +1 @@ +stock_notes.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-people.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-people.svg new file mode 120000 index 000000000..0fca1fb6f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-people.svg @@ -0,0 +1 @@ +view-user-offline-kopete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-plugin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-plugin.svg new file mode 120000 index 000000000..7563411ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-plugin.svg @@ -0,0 +1 @@ +plugins.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-tag-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-tag-new.svg new file mode 120000 index 000000000..4bfd68bd7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-tag-new.svg @@ -0,0 +1 @@ +tag-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-tag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-tag.svg new file mode 120000 index 000000000..2bb4152ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-tag.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-tags-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-tags-all.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-tags-all.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-tags-none.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-tags-none.svg new file mode 120000 index 000000000..cc1037fce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-tags-none.svg @@ -0,0 +1 @@ +edit-clear-list.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-dismiss.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-dismiss.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-dismiss.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-done.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-done.svg new file mode 120000 index 000000000..13ebf1395 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-done.svg @@ -0,0 +1 @@ +view-calendar-special-occasion.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-new.svg new file mode 120000 index 000000000..8ca434ee4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-new.svg @@ -0,0 +1 @@ +view-calendar-day.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-undismiss.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-undismiss.svg new file mode 120000 index 000000000..88a18b65f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-undismiss.svg @@ -0,0 +1 @@ +edit-undo.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-undone.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-undone.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-undone.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-work.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-work.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-work.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-about.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-about.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-about.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-add.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-add.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-apply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-apply.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-apply.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-authentication.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-authentication.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-authentication.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-bold.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-bold.svg new file mode 120000 index 000000000..3921884c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-bold.svg @@ -0,0 +1 @@ +format-text-bold.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-cancel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-cancel.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-cancel.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-cdrom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-cdrom.svg new file mode 120000 index 000000000..4cd912bb6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-cdrom.svg @@ -0,0 +1 @@ +tools-media-optical-format.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-clear.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-clear.svg new file mode 120000 index 000000000..cc1037fce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-clear.svg @@ -0,0 +1 @@ +edit-clear-list.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-close.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-color-picker.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-color-picker.svg new file mode 120000 index 000000000..1f41e7ef0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-color-picker.svg @@ -0,0 +1 @@ +color-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-connect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-connect.svg new file mode 120000 index 000000000..425dcc6b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-connect.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-convert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-convert.svg new file mode 100644 index 000000000..832d65921 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-convert.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-copy.svg new file mode 120000 index 000000000..d423a338d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-copy.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-cut.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-cut.svg new file mode 120000 index 000000000..ab241573e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-cut.svg @@ -0,0 +1 @@ +edit-cut.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-directory.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-directory.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-directory.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-disconnect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-disconnect.svg new file mode 120000 index 000000000..a3b26c720 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-disconnect.svg @@ -0,0 +1 @@ +network-disconnect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-dnd-multiple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-dnd-multiple.svg new file mode 120000 index 000000000..d423a338d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-dnd-multiple.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-execute.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-execute.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-execute.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-file.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-file.svg new file mode 120000 index 000000000..5e86bb448 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-file.svg @@ -0,0 +1 @@ +snap-page.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-find-and-replace.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-find-and-replace.svg new file mode 120000 index 000000000..0c2ba2934 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-find-and-replace.svg @@ -0,0 +1 @@ +edit-find-replace.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-find.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-find.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-find.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-floppy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-floppy.svg new file mode 120000 index 000000000..e2277db9a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-floppy.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-fullscreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-fullscreen.svg new file mode 120000 index 000000000..cbaa8381f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-fullscreen.svg @@ -0,0 +1 @@ +view-fullscreen.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-back-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-back-ltr.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-back-ltr.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-back-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-back-rtl.svg new file mode 120000 index 000000000..c3064420a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-back-rtl.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-down.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-down.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-forward-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-forward-ltr.svg new file mode 120000 index 000000000..c3064420a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-forward-ltr.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-forward-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-forward-rtl.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-forward-rtl.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-up.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-bottom.svg new file mode 120000 index 000000000..2f2f40051 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-bottom.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-first-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-first-ltr.svg new file mode 120000 index 000000000..c9c12cb65 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-first-ltr.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-first-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-first-rtl.svg new file mode 120000 index 000000000..f9bbb2747 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-first-rtl.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-last-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-last-ltr.svg new file mode 120000 index 000000000..f9bbb2747 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-last-ltr.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-last-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-last-rtl.svg new file mode 120000 index 000000000..c9c12cb65 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-last-rtl.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-top.svg new file mode 120000 index 000000000..bdc5bb49e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-top.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-home.svg new file mode 120000 index 000000000..5cbdae998 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-home.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-indent-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-indent-ltr.svg new file mode 120000 index 000000000..db83cea1a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-indent-ltr.svg @@ -0,0 +1 @@ +format-indent-more.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-indent-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-indent-rtl.svg new file mode 120000 index 000000000..c5f500214 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-indent-rtl.svg @@ -0,0 +1 @@ +format-indent-less.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-index.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-index.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-index.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-info.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-info.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-info.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-italic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-italic.svg new file mode 120000 index 000000000..a20d81293 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-italic.svg @@ -0,0 +1 @@ +format-text-italic.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-jump-to-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-jump-to-ltr.svg new file mode 120000 index 000000000..2d8778593 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-jump-to-ltr.svg @@ -0,0 +1 @@ +go-jump.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-jump-to-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-jump-to-rtl.svg new file mode 120000 index 000000000..ccdd201d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-jump-to-rtl.svg @@ -0,0 +1 @@ +go-jump-rtl.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-justify-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-justify-center.svg new file mode 120000 index 000000000..68248d20b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-justify-center.svg @@ -0,0 +1 @@ +format-justify-center.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-justify-fill.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-justify-fill.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-justify-fill.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-justify-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-justify-left.svg new file mode 120000 index 000000000..019e49deb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-justify-left.svg @@ -0,0 +1 @@ +format-justify-left.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-justify-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-justify-right.svg new file mode 120000 index 000000000..28bd79075 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-justify-right.svg @@ -0,0 +1 @@ +format-justify-right.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-leave-fullscreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-leave-fullscreen.svg new file mode 120000 index 000000000..cbaa8381f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-leave-fullscreen.svg @@ -0,0 +1 @@ +view-fullscreen.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-forward-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-forward-ltr.svg new file mode 120000 index 000000000..9c64c025a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-forward-ltr.svg @@ -0,0 +1 @@ +media-seek-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-forward-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-forward-rtl.svg new file mode 120000 index 000000000..ebae8aa61 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-forward-rtl.svg @@ -0,0 +1 @@ +media-seek-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-next-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-next-ltr.svg new file mode 120000 index 000000000..82214a21e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-next-ltr.svg @@ -0,0 +1 @@ +media-skip-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-next-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-next-rtl.svg new file mode 120000 index 000000000..a0af1946d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-next-rtl.svg @@ -0,0 +1 @@ +media-skip-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-pause.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-play-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-play-ltr.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-play-ltr.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-previous-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-previous-ltr.svg new file mode 120000 index 000000000..a0af1946d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-previous-ltr.svg @@ -0,0 +1 @@ +media-skip-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-previous-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-previous-rtl.svg new file mode 120000 index 000000000..82214a21e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-previous-rtl.svg @@ -0,0 +1 @@ +media-skip-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-record.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-record.svg new file mode 120000 index 000000000..8ca2d4396 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-record.svg @@ -0,0 +1 @@ +media-record.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-rewind-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-rewind-ltr.svg new file mode 120000 index 000000000..ebae8aa61 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-rewind-ltr.svg @@ -0,0 +1 @@ +media-seek-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-rewind-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-rewind-rtl.svg new file mode 120000 index 000000000..9c64c025a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-rewind-rtl.svg @@ -0,0 +1 @@ +media-seek-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-stop.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-new.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-new.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-no.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-no.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-no.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-ok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-ok.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-ok.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-open.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-open.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-open.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-paste.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-paste.svg new file mode 120000 index 000000000..f9cf17083 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-paste.svg @@ -0,0 +1 @@ +edit-paste.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-preferences.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-preferences.svg new file mode 120000 index 000000000..0db970529 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-preferences.svg @@ -0,0 +1 @@ +system-run.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-print-preview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-print-preview.svg new file mode 120000 index 000000000..f065dadc1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-print-preview.svg @@ -0,0 +1 @@ +document-print-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-print.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-print.svg new file mode 120000 index 000000000..5de601c8a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-print.svg @@ -0,0 +1 @@ +document-print.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-properties.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-quit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-quit.svg new file mode 120000 index 000000000..cc1037fce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-quit.svg @@ -0,0 +1 @@ +edit-clear-list.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-refresh.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-refresh.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-refresh.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-remove.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-remove.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-revert-to-saved-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-revert-to-saved-ltr.svg new file mode 120000 index 000000000..c4692e0b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-revert-to-saved-ltr.svg @@ -0,0 +1 @@ +document-revert.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-revert-to-saved-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-revert-to-saved-rtl.svg new file mode 120000 index 000000000..c4692e0b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-revert-to-saved-rtl.svg @@ -0,0 +1 @@ +document-revert.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-save-as.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-save-as.svg new file mode 120000 index 000000000..0d756edd8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-save-as.svg @@ -0,0 +1 @@ +document-save-as.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-save.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-save.svg new file mode 120000 index 000000000..e2277db9a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-save.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-select-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-select-all.svg new file mode 120000 index 000000000..6754181aa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-select-all.svg @@ -0,0 +1 @@ +edit-select-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-select-color.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-select-color.svg new file mode 120000 index 000000000..aed247700 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-select-color.svg @@ -0,0 +1 @@ +color-picker.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-select-font.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-select-font.svg new file mode 100644 index 000000000..d68368ad6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-select-font.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-spell-check.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-spell-check.svg new file mode 120000 index 000000000..9100ee79f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-spell-check.svg @@ -0,0 +1 @@ +tools-check-spelling.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-stop.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-stop.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-undelete-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-undelete-ltr.svg new file mode 120000 index 000000000..88a18b65f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-undelete-ltr.svg @@ -0,0 +1 @@ +edit-undo.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-undelete-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-undelete-rtl.svg new file mode 120000 index 000000000..a13a878cc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-undelete-rtl.svg @@ -0,0 +1 @@ +edit-redo.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-yes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-yes.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-yes.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-zoom-fit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-zoom-fit.svg new file mode 120000 index 000000000..cc77c1cf2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-zoom-fit.svg @@ -0,0 +1 @@ +zoom-fit-selection.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/guides.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/guides.svg new file mode 100644 index 000000000..990ad0149 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/guides.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hand.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hand.svg new file mode 120000 index 000000000..374fc6e99 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hand.svg @@ -0,0 +1 @@ +transform-browse.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/handle-sort.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/handle-sort.svg new file mode 100644 index 000000000..4a114dbac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/handle-sort.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-activity.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-activity.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-activity.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-add-queue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-add-queue.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-add-queue.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-complete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-complete.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-complete.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-pause.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-picture.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-picture.svg new file mode 120000 index 000000000..5a18f81f1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-picture.svg @@ -0,0 +1 @@ +view-list-video.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-presets.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-presets.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-presets.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-remove.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-remove.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-showqueue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-showqueue.svg new file mode 120000 index 000000000..007ae04b5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-showqueue.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-source.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-source.svg new file mode 120000 index 000000000..8dca637dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-source.svg @@ -0,0 +1 @@ +document-open.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-start.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-start.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-stop.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-stop.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-about.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-about.svg new file mode 100644 index 000000000..960aa561d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-about.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-contents-vmware.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-contents-vmware.svg new file mode 120000 index 000000000..2ed224a50 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-contents-vmware.svg @@ -0,0 +1 @@ +help-contents.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-contents.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-contents.svg new file mode 100644 index 000000000..adaaad33f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-contents.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-contextual.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-contextual.svg new file mode 120000 index 000000000..2ed224a50 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-contextual.svg @@ -0,0 +1 @@ +help-contents.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-donate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-donate.svg new file mode 120000 index 000000000..761fdb59a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-donate.svg @@ -0,0 +1 @@ +taxes-finances.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-feedback.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-feedback.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-feedback.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-hint.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-hint.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-hint.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-info.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-info.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-info.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-keybord-shortcuts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-keybord-shortcuts.svg new file mode 120000 index 000000000..ca94a1981 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-keybord-shortcuts.svg @@ -0,0 +1 @@ +fcitx-kbd.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-whatsthis.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-whatsthis.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-whatsthis.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help.svg new file mode 120000 index 000000000..2ed224a50 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help.svg @@ -0,0 +1 @@ +help-contents.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hide-categories.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hide-categories.svg new file mode 100644 index 000000000..15804b4cb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hide-categories.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hide-reconciled.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hide-reconciled.svg new file mode 100644 index 000000000..cdfd2e630 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hide-reconciled.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hidemouse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hidemouse.svg new file mode 120000 index 000000000..d4c735123 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hidemouse.svg @@ -0,0 +1 @@ +kr_unselect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hint.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hint.svg new file mode 100644 index 000000000..8976bced4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hint.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/history.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/history.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/history.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/history_entry.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/history_entry.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/history_entry.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/homerun.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/homerun.svg new file mode 100644 index 000000000..d9ba78916 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/homerun.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hook-notifier.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hook-notifier.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hook-notifier.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/horizontal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/horizontal.svg new file mode 100644 index 000000000..11d2ab80c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/horizontal.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hotpixels.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hotpixels.svg new file mode 100644 index 000000000..2bfd76d5f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hotpixels.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/icon_console.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/icon_console.svg new file mode 100644 index 000000000..56b1e8e03 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/icon_console.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/icon_details.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/icon_details.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/icon_details.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/icon_radio.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/icon_radio.svg new file mode 100644 index 000000000..2181c2a13 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/icon_radio.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/identity.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/identity.svg new file mode 120000 index 000000000..8aae9657d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/identity.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-aim.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-aim.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-aim.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-ban-kick-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-ban-kick-user.svg new file mode 120000 index 000000000..2379f012d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-ban-kick-user.svg @@ -0,0 +1 @@ +im-kick-user.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-ban-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-ban-user.svg new file mode 100644 index 000000000..bf8abf8a6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-ban-user.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-facebook.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-facebook.svg new file mode 100644 index 000000000..914ac838a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-facebook.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-gadugadu.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-gadugadu.svg new file mode 100644 index 000000000..7a9cc44e3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-gadugadu.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-google-talk.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-google-talk.svg new file mode 100644 index 000000000..03df49a3a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-google-talk.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-google.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-google.svg new file mode 100644 index 000000000..b3bc80a44 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-google.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-groupwise.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-groupwise.svg new file mode 100644 index 000000000..9e7d42dff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-groupwise.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-icq.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-icq.svg new file mode 100644 index 000000000..1d5d15b40 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-icq.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-identi.ca.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-identi.ca.svg new file mode 100644 index 000000000..58d1fccf5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-identi.ca.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-invisible-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-invisible-user.svg new file mode 100644 index 000000000..41fee87cf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-invisible-user.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-irc.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-irc.svg new file mode 100644 index 000000000..5f7c40707 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-irc.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-jabber.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-jabber.svg new file mode 100644 index 000000000..3fabfd048 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-jabber.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-kick-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-kick-user.svg new file mode 100644 index 000000000..2e3ce12f4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-kick-user.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-local-xmpp.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-local-xmpp.svg new file mode 120000 index 000000000..979d9af12 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-local-xmpp.svg @@ -0,0 +1 @@ +im-jabber.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-message-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-message-new.svg new file mode 120000 index 000000000..2c823c0ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-message-new.svg @@ -0,0 +1 @@ +mail-message-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-msn.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-msn.svg new file mode 100644 index 000000000..1c28b90db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-msn.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-nov.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-nov.svg new file mode 120000 index 000000000..83745bf66 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-nov.svg @@ -0,0 +1 @@ +im-groupwise.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-qq.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-qq.svg new file mode 100644 index 000000000..ce7d4da8d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-qq.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-skype.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-skype.svg new file mode 100644 index 000000000..1f8f5eafe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-skype.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-twitter.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-twitter.svg new file mode 100644 index 000000000..9effc4573 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-twitter.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user-away.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user-away.svg new file mode 100644 index 000000000..39e0b0f84 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user-away.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user-busy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user-busy.svg new file mode 100644 index 000000000..7831d9600 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user-busy.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user-offline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user-offline.svg new file mode 100644 index 000000000..6a4221c04 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user-offline.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user-online.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user-online.svg new file mode 100644 index 000000000..f8eda9cf0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user-online.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user.svg new file mode 100644 index 000000000..07d5a439b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-yahoo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-yahoo.svg new file mode 100644 index 000000000..634f7c2e6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-yahoo.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-youtube.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-youtube.svg new file mode 100644 index 000000000..d243361ab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-youtube.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-adjust.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-adjust.svg new file mode 120000 index 000000000..aa5daf85f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-adjust.svg @@ -0,0 +1 @@ +adjustlevels.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-auto-adjust.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-auto-adjust.svg new file mode 120000 index 000000000..790262367 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-auto-adjust.svg @@ -0,0 +1 @@ +autocorrection.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-crop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-crop.svg new file mode 100644 index 000000000..935e976d3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-crop.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-denoise.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-denoise.svg new file mode 100644 index 000000000..f60819afc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-denoise.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-filter.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-filter.svg new file mode 100644 index 000000000..d24bf733d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-filter.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-loading.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-loading.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-loading.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-missing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-missing.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-missing.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-red-eye.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-red-eye.svg new file mode 100644 index 000000000..4c2120393 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-red-eye.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-sharpen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-sharpen.svg new file mode 100644 index 000000000..0d48ef6c0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-sharpen.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-straighten.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-straighten.svg new file mode 100644 index 000000000..71605eab5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-straighten.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/imagecomment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/imagecomment.svg new file mode 120000 index 000000000..541dfabd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/imagecomment.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/inbox.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/inbox.svg new file mode 100644 index 000000000..f712561b0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/inbox.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-button.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-button.svg new file mode 100644 index 000000000..98f227baa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-button.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-emoticon.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-emoticon.svg new file mode 100644 index 000000000..6c1ba0c83 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-emoticon.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-endnote.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-endnote.svg new file mode 100644 index 000000000..cd88d3eb1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-endnote.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-footnote.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-footnote.svg new file mode 100644 index 000000000..3e33c3371 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-footnote.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-horizontal-rule.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-horizontal-rule.svg new file mode 120000 index 000000000..c47e3dc4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-horizontal-rule.svg @@ -0,0 +1 @@ +draw-path.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-image.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-image.svg new file mode 100644 index 000000000..192f1ebb6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-image.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-link.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-link.svg new file mode 100644 index 000000000..c242d30c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-link.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-math-expression.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-math-expression.svg new file mode 100644 index 000000000..5c1037826 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-math-expression.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-more-mark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-more-mark.svg new file mode 100644 index 000000000..44b9caed9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-more-mark.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-object.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-object.svg new file mode 100644 index 000000000..b1300ff6c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-object.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-page-break.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-page-break.svg new file mode 100644 index 000000000..55f511164 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-page-break.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-table-of-contents.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-table-of-contents.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-table-of-contents.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-table.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-table.svg new file mode 100644 index 000000000..97647e1a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-table.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-tableofcontents.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-tableofcontents.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-tableofcontents.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-text-frame.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-text-frame.svg new file mode 100644 index 000000000..7f7cec15a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-text-frame.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-text.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-text.svg new file mode 100644 index 000000000..cf7f2ad1a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-text.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/institution-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/institution-add.svg new file mode 100644 index 000000000..b04225a33 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/institution-add.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/institution-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/institution-delete.svg new file mode 100644 index 000000000..ca4454eac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/institution-delete.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/institution-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/institution-edit.svg new file mode 100644 index 000000000..0d97a7cef --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/institution-edit.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/institution.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/institution.svg new file mode 100644 index 000000000..96ac309fe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/institution.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/internet-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/internet-amarok.svg new file mode 120000 index 000000000..4d518f8f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/internet-amarok.svg @@ -0,0 +1 @@ +atmosphere.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/internet-services.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/internet-services.svg new file mode 120000 index 000000000..425dcc6b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/internet-services.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/invertimage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/invertimage.svg new file mode 120000 index 000000000..ada864c99 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/invertimage.svg @@ -0,0 +1 @@ +edit-select-invert.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment-add.svg new file mode 100644 index 000000000..d149be3d1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment-add.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment-delete.svg new file mode 100644 index 000000000..d04424c42 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment-delete.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment-update-online-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment-update-online-all.svg new file mode 100644 index 000000000..23e45685e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment-update-online-all.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment-update-online.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment-update-online.svg new file mode 100644 index 000000000..ab3d98704 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment-update-online.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment.svg new file mode 100644 index 000000000..b856c264d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-channel-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-channel-active.svg new file mode 120000 index 000000000..324bd1d2a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-channel-active.svg @@ -0,0 +1 @@ +filename-discnumber-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-channel-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-channel-inactive.svg new file mode 100644 index 000000000..d2b86d1d3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-channel-inactive.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-close-channel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-close-channel.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-close-channel.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-join-channel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-join-channel.svg new file mode 120000 index 000000000..8dca637dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-join-channel.svg @@ -0,0 +1 @@ +document-open.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-operator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-operator.svg new file mode 120000 index 000000000..b3dc283d1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-operator.svg @@ -0,0 +1 @@ +kdenlive-custom-effect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-remove-operator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-remove-operator.svg new file mode 100644 index 000000000..8cab449a0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-remove-operator.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-unvoice.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-unvoice.svg new file mode 120000 index 000000000..b941b1859 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-unvoice.svg @@ -0,0 +1 @@ +player-volume-muted.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-voice.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-voice.svg new file mode 120000 index 000000000..c4533054a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-voice.svg @@ -0,0 +1 @@ +player-volume.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/items-tags.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/items-tags.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/items-tags.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-add.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-add.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-cancel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-cancel.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-cancel.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-copy-link.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-copy-link.svg new file mode 120000 index 000000000..c03a9d937 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-copy-link.svg @@ -0,0 +1 @@ +insert-link.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-error.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-error.svg new file mode 120000 index 000000000..3b41d91ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-error.svg @@ -0,0 +1 @@ +dialog-error.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-folder.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-folder.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-folder.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-information.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-information.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-information.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-open-browser.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-open-browser.svg new file mode 120000 index 000000000..425dcc6b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-open-browser.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-question.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-question.svg new file mode 120000 index 000000000..2ed224a50 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-question.svg @@ -0,0 +1 @@ +help-contents.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-quit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-quit.svg new file mode 120000 index 000000000..cc1037fce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-quit.svg @@ -0,0 +1 @@ +edit-clear-list.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-remove.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-remove.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-resize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-resize.svg new file mode 120000 index 000000000..cbaa8381f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-resize.svg @@ -0,0 +1 @@ +view-fullscreen.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-rotate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-rotate.svg new file mode 120000 index 000000000..ae703d503 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-rotate.svg @@ -0,0 +1 @@ +transform-rotate.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-select-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-select-all.svg new file mode 120000 index 000000000..6754181aa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-select-all.svg @@ -0,0 +1 @@ +edit-select-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-settings.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-settings.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-settings.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-stop.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-tools.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-tools.svg new file mode 120000 index 000000000..9d296896c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-tools.svg @@ -0,0 +1 @@ +view-media-equalizer.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-upload.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-upload.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-upload.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-utils.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-utils.svg new file mode 120000 index 000000000..6995ac4e4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-utils.svg @@ -0,0 +1 @@ +configure-toolbars.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-warning.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-warning.svg new file mode 120000 index 000000000..a626e0c40 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-warning.svg @@ -0,0 +1 @@ +dialog-warning.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/journal-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/journal-new.svg new file mode 100644 index 000000000..f0f3fedce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/journal-new.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-add-clip.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-add-clip.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-add-clip.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-add-color-clip.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-add-color-clip.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-add-color-clip.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-add-slide-clip.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-add-slide-clip.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-add-slide-clip.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-add-text-clip.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-add-text-clip.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-add-text-clip.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-bottom.svg new file mode 120000 index 000000000..2f2f40051 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-bottom.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-hor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-hor.svg new file mode 100644 index 000000000..f60a70419 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-hor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-left.svg new file mode 100644 index 000000000..fbe81d883 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-none.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-none.svg new file mode 120000 index 000000000..cc1037fce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-none.svg @@ -0,0 +1 @@ +edit-clear-list.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-right.svg new file mode 100644 index 000000000..c74e267f3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-top.svg new file mode 120000 index 000000000..bdc5bb49e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-top.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-vert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-vert.svg new file mode 100644 index 000000000..35fed8eac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-vert.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-composite.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-composite.svg new file mode 100644 index 000000000..52d803316 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-composite.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-custom-effect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-custom-effect.svg new file mode 100644 index 000000000..6e8dde64d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-custom-effect.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-deleffect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-deleffect.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-deleffect.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-down.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-down.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-hide-audio.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-hide-audio.svg new file mode 100644 index 000000000..235521e9e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-hide-audio.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-hide-video.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-hide-video.svg new file mode 100644 index 000000000..9ef2c710f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-hide-video.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-insert-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-insert-edit.svg new file mode 100644 index 000000000..54ce3a6dd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-insert-edit.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-insert-rect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-insert-rect.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-insert-rect.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-insert-unicode.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-insert-unicode.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-insert-unicode.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-lock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-lock.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-lock.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-menu.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-menu.svg new file mode 120000 index 000000000..e9885590f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-menu.svg @@ -0,0 +1 @@ +view-media-playlist.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-normal-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-normal-edit.svg new file mode 100644 index 000000000..919816e39 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-normal-edit.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-object-height.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-object-height.svg new file mode 100644 index 000000000..6f1c8cc9f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-object-height.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-object-width.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-object-width.svg new file mode 100644 index 000000000..9cb0ae464 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-object-width.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-overwrite-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-overwrite-edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-overwrite-edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-all.svg new file mode 100644 index 000000000..b2925c0d3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-all.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-images.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-images.svg new file mode 100644 index 000000000..0622cf1da --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-images.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-rects.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-rects.svg new file mode 100644 index 000000000..f8117b3d5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-rects.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-texts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-texts.svg new file mode 100644 index 000000000..97e4826a6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-texts.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-tool.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-tool.svg new file mode 100644 index 000000000..422594943 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-tool.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-audio.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-audio.svg new file mode 100644 index 000000000..86441355c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-audio.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-audiothumb.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-audiothumb.svg new file mode 100644 index 000000000..956d33f11 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-audiothumb.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-markers.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-markers.svg new file mode 100644 index 000000000..cc2c2a165 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-markers.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-video.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-video.svg new file mode 100644 index 000000000..85aac399f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-video.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-videothumb.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-videothumb.svg new file mode 120000 index 000000000..7b51f34f7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-videothumb.svg @@ -0,0 +1 @@ +kdenlive-show-audiothumb.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-slide.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-slide.svg new file mode 100644 index 000000000..e9a47012c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-slide.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-slip.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-slip.svg new file mode 100644 index 000000000..d42e6029a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-slip.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-snap.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-snap.svg new file mode 120000 index 000000000..305374af9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-snap.svg @@ -0,0 +1 @@ +kdenlive-align-hor.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-spacer-tool.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-spacer-tool.svg new file mode 100644 index 000000000..f8eed263a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-spacer-tool.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-split-audio.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-split-audio.svg new file mode 100644 index 000000000..c0de3685c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-split-audio.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-track-has-effect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-track-has-effect.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-track-has-effect.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-track_has_effect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-track_has_effect.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-track_has_effect.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-unlock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-unlock.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-unlock.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-unselect-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-unselect-all.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-unselect-all.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-up.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zindex-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zindex-bottom.svg new file mode 120000 index 000000000..2f2f40051 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zindex-bottom.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zindex-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zindex-down.svg new file mode 100644 index 000000000..e122a2d58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zindex-down.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zindex-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zindex-top.svg new file mode 100644 index 000000000..2538b2a94 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zindex-top.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zindex-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zindex-up.svg new file mode 120000 index 000000000..bdc5bb49e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zindex-up.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zone-end.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zone-end.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zone-end.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zone-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zone-start.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zone-start.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zoom-large.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zoom-large.svg new file mode 100644 index 000000000..08ea06156 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zoom-large.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zoom-small.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zoom-small.svg new file mode 100644 index 000000000..185133046 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zoom-small.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdocumentinfo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdocumentinfo.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdocumentinfo.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/key-enter.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/key-enter.svg new file mode 100644 index 000000000..680d67444 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/key-enter.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/key_enter.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/key_enter.svg new file mode 120000 index 000000000..4ded94688 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/key_enter.svg @@ -0,0 +1 @@ +key-enter.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-add.svg new file mode 100644 index 000000000..3a24cc4ab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-add.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-disable.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-disable.svg new file mode 100644 index 000000000..86a3478f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-disable.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-duplicate.svg new file mode 100644 index 000000000..171cb5339 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-duplicate.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-next.svg new file mode 100644 index 000000000..605f6e187 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-next.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-previous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-previous.svg new file mode 100644 index 000000000..56e9efbb4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-previous.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-record.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-record.svg new file mode 100644 index 000000000..fc9b0a986 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-record.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-remove.svg new file mode 100644 index 000000000..c52b5f25a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-remove.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe.svg new file mode 100644 index 000000000..b744a9a02 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kfm_home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kfm_home.svg new file mode 120000 index 000000000..5cbdae998 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kfm_home.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kmouth-phrase-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kmouth-phrase-new.svg new file mode 100644 index 000000000..fe6de2994 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kmouth-phrase-new.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kmouth-phrase.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kmouth-phrase.svg new file mode 120000 index 000000000..541dfabd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kmouth-phrase.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kmouth-phrasebook.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kmouth-phrasebook.svg new file mode 120000 index 000000000..7d2325842 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kmouth-phrasebook.svg @@ -0,0 +1 @@ +im-irc.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kmouth-phresebook-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kmouth-phresebook-new.svg new file mode 100644 index 000000000..4ed3bf055 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kmouth-phresebook-new.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/knotes_alarm.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/knotes_alarm.svg new file mode 120000 index 000000000..4ec77c618 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/knotes_alarm.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/knotes_date.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/knotes_date.svg new file mode 120000 index 000000000..54445ac9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/knotes_date.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/knotes_delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/knotes_delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/knotes_delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kontes_close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kontes_close.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kontes_close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_combine.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_combine.svg new file mode 100644 index 000000000..92d75cc63 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_combine.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_comparedirs.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_comparedirs.svg new file mode 100644 index 000000000..02abbf712 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_comparedirs.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_diskusage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_diskusage.svg new file mode 100644 index 000000000..f59c09095 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_diskusage.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_jumpback.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_jumpback.svg new file mode 120000 index 000000000..2d8778593 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_jumpback.svg @@ -0,0 +1 @@ +go-jump.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_mountman.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_mountman.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_mountman.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_setjumpback.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_setjumpback.svg new file mode 120000 index 000000000..76b680962 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_setjumpback.svg @@ -0,0 +1 @@ +go-jump-definition.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_syncbrowse_off.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_syncbrowse_off.svg new file mode 100644 index 000000000..e06078b79 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_syncbrowse_off.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_syncbrowse_on.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_syncbrowse_on.svg new file mode 120000 index 000000000..0e0e5bd5c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_syncbrowse_on.svg @@ -0,0 +1 @@ +folder-sync.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_unselect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_unselect.svg new file mode 100644 index 000000000..d1155e09c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_unselect.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_cbound.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_cbound.svg new file mode 100644 index 000000000..8aca29b40 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_cbound.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_clines.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_clines.svg new file mode 100644 index 000000000..5a97e262e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_clines.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_cnames.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_cnames.svg new file mode 100644 index 000000000..9b9b7a931 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_cnames.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_deepsky.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_deepsky.svg new file mode 100644 index 000000000..ad44fda2a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_deepsky.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_ekos.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_ekos.svg new file mode 100644 index 000000000..2adb46ba7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_ekos.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_fitsviewer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_fitsviewer.svg new file mode 100644 index 000000000..ffe2ff851 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_fitsviewer.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_grid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_grid.svg new file mode 100644 index 000000000..997f8d2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_grid.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_hgrid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_hgrid.svg new file mode 100644 index 000000000..3130dedb5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_hgrid.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_horizon.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_horizon.svg new file mode 100644 index 000000000..473e2ca15 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_horizon.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_indi.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_indi.svg new file mode 100644 index 000000000..4202ccc46 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_indi.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_mw.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_mw.svg new file mode 100644 index 000000000..2da3f2aac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_mw.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_planets.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_planets.svg new file mode 100644 index 000000000..dcd391eb7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_planets.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_satellites.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_satellites.svg new file mode 100644 index 000000000..15ba4b9ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_satellites.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_solarsystem.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_solarsystem.svg new file mode 100644 index 000000000..b2145aaf3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_solarsystem.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_supernovae.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_supernovae.svg new file mode 100644 index 000000000..1e9f79e39 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_supernovae.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_xplanet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_xplanet.svg new file mode 120000 index 000000000..4d518f8f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_xplanet.svg @@ -0,0 +1 @@ +atmosphere.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-add-feeds.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-add-feeds.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-add-feeds.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-add-filters.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-add-filters.svg new file mode 100644 index 000000000..1f8ebefc7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-add-filters.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-bandwidth-scheduler.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-bandwidth-scheduler.svg new file mode 120000 index 000000000..4ec77c618 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-bandwidth-scheduler.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-change-tracker.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-change-tracker.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-change-tracker.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-check-data.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-check-data.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-check-data.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-chunks.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-chunks.svg new file mode 120000 index 000000000..4bbf838be --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-chunks.svg @@ -0,0 +1 @@ +view-column.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-encrypted.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-encrypted.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-encrypted.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-info-widget.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-info-widget.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-info-widget.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-magnet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-magnet.svg new file mode 100644 index 000000000..d8fdde87a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-magnet.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-pause.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-plugins.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-plugins.svg new file mode 120000 index 000000000..7563411ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-plugins.svg @@ -0,0 +1 @@ +plugins.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-queue-manager.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-queue-manager.svg new file mode 120000 index 000000000..213a69a23 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-queue-manager.svg @@ -0,0 +1 @@ +view-sort-descending.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-remove-feeds.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-remove-feeds.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-remove-feeds.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-remove-filters.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-remove-filters.svg new file mode 100644 index 000000000..0da0a35d7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-remove-filters.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-remove.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-remove.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-restore-defaults.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-restore-defaults.svg new file mode 120000 index 000000000..08677c8af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-restore-defaults.svg @@ -0,0 +1 @@ +reply.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-set-max-download-speed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-set-max-download-speed.svg new file mode 120000 index 000000000..377174574 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-set-max-download-speed.svg @@ -0,0 +1 @@ +cloud-download.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-set-max-upload-speed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-set-max-upload-speed.svg new file mode 120000 index 000000000..17854fc8d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-set-max-upload-speed.svg @@ -0,0 +1 @@ +cloud-upload.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-show-statusbar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-show-statusbar.svg new file mode 120000 index 000000000..ae70e66ea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-show-statusbar.svg @@ -0,0 +1 @@ +show-menu.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-speed-limits.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-speed-limits.svg new file mode 100644 index 000000000..a679e128d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-speed-limits.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-start-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-start-all.svg new file mode 120000 index 000000000..9c64c025a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-start-all.svg @@ -0,0 +1 @@ +media-seek-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-start.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-start.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-stop-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-stop-all.svg new file mode 100644 index 000000000..cd7f40cab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-stop-all.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-stop.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-upnp.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-upnp.svg new file mode 100644 index 000000000..3a21cf3f8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-upnp.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/ktnef_extract_to.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/ktnef_extract_to.svg new file mode 120000 index 000000000..653488ec3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/ktnef_extract_to.svg @@ -0,0 +1 @@ +cm_extractfiles.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/label-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/label-amarok.svg new file mode 120000 index 000000000..2bb4152ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/label-amarok.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-TeX-logo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-TeX-logo.svg new file mode 100644 index 000000000..8e04653bd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-TeX-logo.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-auto-scale-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-auto-scale-all.svg new file mode 120000 index 000000000..a77e7a14f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-auto-scale-all.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-auto-scale-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-auto-scale-x.svg new file mode 120000 index 000000000..157250559 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-auto-scale-x.svg @@ -0,0 +1 @@ +zoom-fit-width.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-auto-scale-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-auto-scale-y.svg new file mode 120000 index 000000000..e84c27278 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-auto-scale-y.svg @@ -0,0 +1 @@ +zoom-fit-height.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-axis-horizontal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-axis-horizontal.svg new file mode 100644 index 000000000..92a86021a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-axis-horizontal.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-axis-vertical.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-axis-vertical.svg new file mode 100644 index 000000000..693c997c3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-axis-vertical.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-cursor-arrow.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-cursor-arrow.svg new file mode 120000 index 000000000..925eb22f1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-cursor-arrow.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-format-text-symbol.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-format-text-symbol.svg new file mode 120000 index 000000000..5d66639c3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-format-text-symbol.svg @@ -0,0 +1 @@ +format-text-symbol.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-shift-down-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-shift-down-y.svg new file mode 100644 index 000000000..1b524e55d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-shift-down-y.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-shift-left-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-shift-left-x.svg new file mode 100644 index 000000000..466342dc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-shift-left-x.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-shift-right-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-shift-right-x.svg new file mode 100644 index 000000000..d4a3cc30f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-shift-right-x.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-shift-up-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-shift-up-y.svg new file mode 100644 index 000000000..eaf468196 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-shift-up-y.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-transform-move.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-transform-move.svg new file mode 120000 index 000000000..fa26bd381 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-transform-move.svg @@ -0,0 +1 @@ +transform-move.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-curve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-curve.svg new file mode 100644 index 000000000..f50ff8464 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-curve.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-equation-curve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-equation-curve.svg new file mode 100644 index 000000000..4d540dbd9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-equation-curve.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-fit-curve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-fit-curve.svg new file mode 100644 index 000000000..e9f834852 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-fit-curve.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-plot-four-axes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-plot-four-axes.svg new file mode 100644 index 000000000..2a34be8dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-plot-four-axes.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-plot-two-axes-centered-origin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-plot-two-axes-centered-origin.svg new file mode 100644 index 000000000..1a69ebfc3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-plot-two-axes-centered-origin.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-plot-two-axes-centered.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-plot-two-axes-centered.svg new file mode 100644 index 000000000..7a0e13a93 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-plot-two-axes-centered.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-plot-two-axes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-plot-two-axes.svg new file mode 100644 index 000000000..adf897119 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-plot-two-axes.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-zoom-in-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-zoom-in-x.svg new file mode 120000 index 000000000..608b53975 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-zoom-in-x.svg @@ -0,0 +1 @@ +zoom-in-x.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-zoom-in-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-zoom-in-y.svg new file mode 120000 index 000000000..65f9aa9f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-zoom-in-y.svg @@ -0,0 +1 @@ +y-zoom-in.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-zoom-out-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-zoom-out-x.svg new file mode 120000 index 000000000..fc310d2b1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-zoom-out-x.svg @@ -0,0 +1 @@ +zoom-out-x.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-zoom-out-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-zoom-out-y.svg new file mode 120000 index 000000000..0f72a058c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-zoom-out-y.svg @@ -0,0 +1 @@ +zoom-out-y.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/languages.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/languages.svg new file mode 120000 index 000000000..541dfabd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/languages.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-bottom.svg new file mode 100644 index 000000000..4375e5d38 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-bottom.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-delete.svg new file mode 100644 index 000000000..8e36ff18a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-delete.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-duplicate.svg new file mode 100644 index 000000000..c30ab8e3c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-duplicate.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-lower.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-lower.svg new file mode 100644 index 000000000..c92cbb3bd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-lower.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-new.svg new file mode 100644 index 000000000..0e8362746 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-new.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-next.svg new file mode 100644 index 000000000..4b5f86319 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-next.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-previous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-previous.svg new file mode 100644 index 000000000..976eb40cd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-previous.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-raise.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-raise.svg new file mode 100644 index 000000000..4fcdf6157 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-raise.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-rename.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-rename.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-rename.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-top.svg new file mode 100644 index 000000000..e702de1a8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-top.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-visible-off.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-visible-off.svg new file mode 100644 index 000000000..2ecc8f579 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-visible-off.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-visible-on.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-visible-on.svg new file mode 100644 index 000000000..6d7c31c0a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-visible-on.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/ledger.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/ledger.svg new file mode 100644 index 000000000..1732dcdf9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/ledger.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lens.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lens.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lens.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lensautofix.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lensautofix.svg new file mode 100644 index 000000000..7c7221c61 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lensautofix.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lensdistortion.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lensdistortion.svg new file mode 100644 index 000000000..0d3051b1e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lensdistortion.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/libpeas-plugin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/libpeas-plugin.svg new file mode 120000 index 000000000..7563411ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/libpeas-plugin.svg @@ -0,0 +1 @@ +plugins.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/license.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/license.svg new file mode 100644 index 000000000..133c792ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/license.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lighttable.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lighttable.svg new file mode 100644 index 000000000..9a46f3804 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lighttable.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lighttableadd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lighttableadd.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lighttableadd.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lines-connector.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lines-connector.svg new file mode 100644 index 000000000..d96767c29 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lines-connector.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/link.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/link.svg new file mode 100644 index 000000000..6a5b79ccf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/link.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-add-font.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-add-font.svg new file mode 100644 index 000000000..b2a057f68 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-add-font.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-add-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-add-user.svg new file mode 120000 index 000000000..f8389fbc1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-add-user.svg @@ -0,0 +1 @@ +contact-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-add.svg new file mode 100644 index 000000000..93db0c9fb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-add.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-remove-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-remove-all.svg new file mode 100644 index 000000000..ec4199142 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-remove-all.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-remove-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-remove-user.svg new file mode 100644 index 000000000..c0d4e65a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-remove-user.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-remove.svg new file mode 100644 index 000000000..297499578 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-remove.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-resource-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-resource-add.svg new file mode 120000 index 000000000..f8389fbc1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-resource-add.svg @@ -0,0 +1 @@ +contact-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/location.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/location.svg new file mode 100644 index 000000000..8db594ace --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/location.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/locationbar_erase.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/locationbar_erase.svg new file mode 120000 index 000000000..beaae7968 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/locationbar_erase.svg @@ -0,0 +1 @@ +edit-clear-rtl.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lock.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lock.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/love-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/love-amarok.svg new file mode 100644 index 000000000..6ab439a7c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/love-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lpi-bug.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lpi-bug.svg new file mode 120000 index 000000000..c4237406c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lpi-bug.svg @@ -0,0 +1 @@ +mail-mark-junk.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lpi-help.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lpi-help.svg new file mode 120000 index 000000000..2ed224a50 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lpi-help.svg @@ -0,0 +1 @@ +help-contents.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lpi-translate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lpi-translate.svg new file mode 120000 index 000000000..c8171f589 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lpi-translate.svg @@ -0,0 +1 @@ +flag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-archive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-archive.svg new file mode 120000 index 000000000..d671358dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-archive.svg @@ -0,0 +1 @@ +archive.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-attachment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-attachment.svg new file mode 100644 index 000000000..93c0cfe79 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-attachment.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-deleted.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-deleted.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-deleted.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-encrypted-full.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-encrypted-full.svg new file mode 100644 index 000000000..ab91114ab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-encrypted-full.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-encrypted-part.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-encrypted-part.svg new file mode 120000 index 000000000..bab459581 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-encrypted-part.svg @@ -0,0 +1 @@ +mail-encrypted-full.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-encrypted.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-encrypted.svg new file mode 120000 index 000000000..bab459581 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-encrypted.svg @@ -0,0 +1 @@ +mail-encrypted-full.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-flag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-flag.svg new file mode 100644 index 000000000..265986791 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-flag.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-flagged.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-flagged.svg new file mode 120000 index 000000000..c652f2ea1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-flagged.svg @@ -0,0 +1 @@ +mail-flag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-folder-inbox.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-folder-inbox.svg new file mode 120000 index 000000000..80b4ffbd3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-folder-inbox.svg @@ -0,0 +1 @@ +inbox.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-folder-outbox.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-folder-outbox.svg new file mode 120000 index 000000000..2aa12a697 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-folder-outbox.svg @@ -0,0 +1 @@ +outbox.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-folder-sent.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-folder-sent.svg new file mode 100644 index 000000000..7931efb17 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-folder-sent.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-forward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-forward.svg new file mode 100644 index 000000000..86e35e69c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-forward.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-forwarded-replied.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-forwarded-replied.svg new file mode 120000 index 000000000..c34946671 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-forwarded-replied.svg @@ -0,0 +1 @@ +mail-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-forwarded.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-forwarded.svg new file mode 120000 index 000000000..c34946671 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-forwarded.svg @@ -0,0 +1 @@ +mail-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-inbox.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-inbox.svg new file mode 120000 index 000000000..80b4ffbd3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-inbox.svg @@ -0,0 +1 @@ +inbox.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-invitation.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-invitation.svg new file mode 100644 index 000000000..8d6e78f6e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-invitation.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-important.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-important.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-important.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-junk.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-junk.svg new file mode 100644 index 000000000..9a88593b0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-junk.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-notjunk.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-notjunk.svg new file mode 100644 index 000000000..1ad17c1d4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-notjunk.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-read.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-read.svg new file mode 100644 index 000000000..6afaafaa9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-read.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-task.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-task.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-task.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-unread-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-unread-new.svg new file mode 100644 index 000000000..a9c5bcd60 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-unread-new.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-unread.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-unread.svg new file mode 100644 index 000000000..949d469cb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-unread.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-meeting-request-reply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-meeting-request-reply.svg new file mode 100644 index 000000000..3584f7f13 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-meeting-request-reply.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-message-new-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-message-new-list.svg new file mode 100644 index 000000000..b37e2dcae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-message-new-list.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-message-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-message-new.svg new file mode 100644 index 000000000..e464e5d4d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-message-new.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-message.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-message.svg new file mode 120000 index 000000000..b62208f46 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-message.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-move.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-move.svg new file mode 100644 index 000000000..f0ec9111d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-move.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-open-multiple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-open-multiple.svg new file mode 100644 index 000000000..09f7afad4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-open-multiple.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-outbox.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-outbox.svg new file mode 120000 index 000000000..2aa12a697 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-outbox.svg @@ -0,0 +1 @@ +outbox.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-queue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-queue.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-queue.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-read.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-read.svg new file mode 100644 index 000000000..63752ad16 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-read.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-receive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-receive.svg new file mode 100644 index 000000000..2a6751b38 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-receive.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-replied.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-replied.svg new file mode 120000 index 000000000..08677c8af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-replied.svg @@ -0,0 +1 @@ +reply.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-all.svg new file mode 120000 index 000000000..cfb378828 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-all.svg @@ -0,0 +1 @@ +reply-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-custom-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-custom-all.svg new file mode 120000 index 000000000..cfb378828 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-custom-all.svg @@ -0,0 +1 @@ +reply-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-custom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-custom.svg new file mode 120000 index 000000000..08677c8af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-custom.svg @@ -0,0 +1 @@ +reply.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-list.svg new file mode 120000 index 000000000..cfb378828 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-list.svg @@ -0,0 +1 @@ +reply-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-sender.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-sender.svg new file mode 120000 index 000000000..08677c8af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-sender.svg @@ -0,0 +1 @@ +reply.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-send-receive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-send-receive.svg new file mode 100644 index 000000000..dfb9687f1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-send-receive.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-send.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-send.svg new file mode 100644 index 000000000..b280092a4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-send.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-sent.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-sent.svg new file mode 120000 index 000000000..771b1c825 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-sent.svg @@ -0,0 +1 @@ +mail-send.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signature-unknown.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signature-unknown.svg new file mode 120000 index 000000000..06815fd10 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signature-unknown.svg @@ -0,0 +1 @@ +mail-signed-full.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed-full.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed-full.svg new file mode 100644 index 000000000..f17bedae5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed-full.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed-fully.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed-fully.svg new file mode 120000 index 000000000..06815fd10 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed-fully.svg @@ -0,0 +1 @@ +mail-signed-full.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed-part.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed-part.svg new file mode 120000 index 000000000..06815fd10 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed-part.svg @@ -0,0 +1 @@ +mail-signed-full.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed-verified.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed-verified.svg new file mode 120000 index 000000000..8221c41f0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed-verified.svg @@ -0,0 +1 @@ +mail-mark-read.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed.svg new file mode 120000 index 000000000..06815fd10 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed.svg @@ -0,0 +1 @@ +mail-signed-full.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-tagged.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-tagged.svg new file mode 100644 index 000000000..9657ca9f2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-tagged.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-task.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-task.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-task.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-thread-ignored.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-thread-ignored.svg new file mode 100644 index 000000000..7049787bb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-thread-ignored.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-thread-watch.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-thread-watch.svg new file mode 100644 index 000000000..2d930d38e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-thread-watch.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-unread-multiple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-unread-multiple.svg new file mode 100644 index 000000000..88d463a3a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-unread-multiple.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-unread-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-unread-new.svg new file mode 120000 index 000000000..b62208f46 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-unread-new.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-unread.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-unread.svg new file mode 120000 index 000000000..b62208f46 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-unread.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_forward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_forward.svg new file mode 120000 index 000000000..c34946671 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_forward.svg @@ -0,0 +1 @@ +mail-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_generic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_generic.svg new file mode 120000 index 000000000..b62208f46 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_generic.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_new.svg new file mode 120000 index 000000000..2c823c0ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_new.svg @@ -0,0 +1 @@ +mail-message-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_reply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_reply.svg new file mode 120000 index 000000000..08677c8af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_reply.svg @@ -0,0 +1 @@ +reply.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_replyall.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_replyall.svg new file mode 120000 index 000000000..cfb378828 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_replyall.svg @@ -0,0 +1 @@ +reply-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/manga.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/manga.svg new file mode 100644 index 000000000..f5f062a54 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/manga.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/map-flat.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/map-flat.svg new file mode 100644 index 000000000..115dc0cf3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/map-flat.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/map-globe.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/map-globe.svg new file mode 100644 index 000000000..e64ff431d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/map-globe.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/map-gnomonic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/map-gnomonic.svg new file mode 100644 index 000000000..d79f05054 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/map-gnomonic.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/map-mercator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/map-mercator.svg new file mode 100644 index 000000000..7ddf5da06 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/map-mercator.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mark-location.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mark-location.svg new file mode 100644 index 000000000..91e84300f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mark-location.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/measure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/measure.svg new file mode 100644 index 000000000..b62e49514 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/measure.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-album-cover-manager-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-album-cover-manager-amarok.svg new file mode 100644 index 000000000..18d1fcaf3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-album-cover-manager-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-album-cover.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-album-cover.svg new file mode 120000 index 000000000..f8898e2de --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-album-cover.svg @@ -0,0 +1 @@ +media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-album-repeat-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-album-repeat-amarok.svg new file mode 120000 index 000000000..cf79da28b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-album-repeat-amarok.svg @@ -0,0 +1 @@ +media-repeat-album-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-album-track.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-album-track.svg new file mode 100644 index 000000000..e188571f0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-album-track.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-eject.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-eject.svg new file mode 100644 index 000000000..fa0348930 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-eject.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-forward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-forward.svg new file mode 120000 index 000000000..9c64c025a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-forward.svg @@ -0,0 +1 @@ +media-seek-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-import-audio-cd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-import-audio-cd.svg new file mode 120000 index 000000000..4cd912bb6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-import-audio-cd.svg @@ -0,0 +1 @@ +tools-media-optical-format.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-pause.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-play.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-play.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-play.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-pause.svg new file mode 100644 index 000000000..6c323d753 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-pause.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-paused.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-paused.svg new file mode 100644 index 000000000..0faaab4e8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-paused.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-playing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-playing.svg new file mode 100644 index 000000000..8e4dd539b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-playing.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-start-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-start-rtl.svg new file mode 100644 index 000000000..5f32c0ea3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-start-rtl.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-start.svg new file mode 100644 index 000000000..1657a9112 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-start.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-stop.svg new file mode 100644 index 000000000..56d4881a3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-stop.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-stopped.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-stopped.svg new file mode 100644 index 000000000..e72623bab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-stopped.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-normal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-normal.svg new file mode 100644 index 000000000..0bbfcdc4a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-normal.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-play.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-play.svg new file mode 100644 index 000000000..2063ce9ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-play.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-repeat-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-repeat-amarok.svg new file mode 120000 index 000000000..8bb4aca32 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-repeat-amarok.svg @@ -0,0 +1 @@ +media-repeat-playlist-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-repeat-song.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-repeat-song.svg new file mode 120000 index 000000000..f0a3a6607 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-repeat-song.svg @@ -0,0 +1 @@ +media-repeat-track-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-repeat.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-repeat.svg new file mode 100644 index 000000000..ebbb98602 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-repeat.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-shuffle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-shuffle.svg new file mode 100644 index 000000000..f39549fac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-shuffle.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-random-albums-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-random-albums-amarok.svg new file mode 100644 index 000000000..0e84d456b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-random-albums-amarok.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-random-tracks-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-random-tracks-amarok.svg new file mode 100644 index 000000000..d27ce225e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-random-tracks-amarok.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-record.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-record.svg new file mode 100644 index 000000000..61ace3d53 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-record.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-album-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-album-amarok.svg new file mode 100644 index 000000000..23e94cc51 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-album-amarok.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-all.svg new file mode 120000 index 000000000..81a417a40 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-all.svg @@ -0,0 +1 @@ +media-playlist-repeat.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-none.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-none.svg new file mode 100644 index 000000000..87eddb252 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-none.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-playlist-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-playlist-amarok.svg new file mode 100644 index 000000000..3757f407b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-playlist-amarok.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-single.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-single.svg new file mode 120000 index 000000000..f0a3a6607 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-single.svg @@ -0,0 +1 @@ +media-repeat-track-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-track-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-track-amarok.svg new file mode 100644 index 000000000..140e6cf37 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-track-amarok.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-rewind.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-rewind.svg new file mode 120000 index 000000000..ebae8aa61 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-rewind.svg @@ -0,0 +1 @@ +media-seek-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-seek-backward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-seek-backward.svg new file mode 100644 index 000000000..8c9a50c92 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-seek-backward.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-seek-forward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-seek-forward.svg new file mode 100644 index 000000000..85686af1a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-seek-forward.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-show-active-track-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-show-active-track-amarok.svg new file mode 100644 index 000000000..9e2c5c5f2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-show-active-track-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-skip-backward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-skip-backward.svg new file mode 100644 index 000000000..1924f55e5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-skip-backward.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-skip-forward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-skip-forward.svg new file mode 100644 index 000000000..e299ffb4c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-skip-forward.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-standard-track-progression-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-standard-track-progression-amarok.svg new file mode 120000 index 000000000..007ae04b5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-standard-track-progression-amarok.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-stop.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-add-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-add-amarok.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-add-amarok.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-edit-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-edit-amarok.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-edit-amarok.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-queue-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-queue-amarok.svg new file mode 100644 index 000000000..08b960e63 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-queue-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-remove-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-remove-amarok.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-remove-amarok.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-show-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-show-active.svg new file mode 120000 index 000000000..91b01fe2f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-show-active.svg @@ -0,0 +1 @@ +media-show-active-track-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-view-subtitles.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-view-subtitles.svg new file mode 100644 index 000000000..fa240d0e8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-view-subtitles.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meeting-attending-tentative.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meeting-attending-tentative.svg new file mode 120000 index 000000000..0fca1fb6f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meeting-attending-tentative.svg @@ -0,0 +1 @@ +view-user-offline-kopete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meeting-attending.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meeting-attending.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meeting-attending.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meeting-participant-no-response.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meeting-participant-no-response.svg new file mode 100644 index 000000000..a5efdb4fb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meeting-participant-no-response.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meeting-participant-request-response.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meeting-participant-request-response.svg new file mode 100644 index 000000000..c58d977ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meeting-participant-request-response.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meld-version-control.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meld-version-control.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meld-version-control.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/menu_new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/menu_new.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/menu_new.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/menu_new_sep.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/menu_new_sep.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/menu_new_sep.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/merge.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/merge.svg new file mode 100644 index 000000000..469f98d27 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/merge.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mesh-gradient.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mesh-gradient.svg new file mode 100644 index 000000000..45dcbe829 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mesh-gradient.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/message-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/message-close.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/message-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/messagebox_warning.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/messagebox_warning.svg new file mode 120000 index 000000000..3b41d91ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/messagebox_warning.svg @@ -0,0 +1 @@ +dialog-error.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/milestone.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/milestone.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/milestone.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/modified.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/modified.svg new file mode 120000 index 000000000..e2277db9a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/modified.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/music-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/music-amarok.svg new file mode 120000 index 000000000..91b01fe2f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/music-amarok.svg @@ -0,0 +1 @@ +media-show-active-track-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/nemo-eject.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/nemo-eject.svg new file mode 120000 index 000000000..f9f7bcbd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/nemo-eject.svg @@ -0,0 +1 @@ +media-eject.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/network-connect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/network-connect.svg new file mode 100644 index 000000000..560cc4b9f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/network-connect.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/network-disconnect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/network-disconnect.svg new file mode 100644 index 000000000..ca04f5250 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/network-disconnect.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/network-server-vmware.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/network-server-vmware.svg new file mode 100644 index 000000000..69e31528b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/network-server-vmware.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/new-24h-appointment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/new-24h-appointment.svg new file mode 100644 index 000000000..099b8f3ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/new-24h-appointment.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/new-audio-alarm.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/new-audio-alarm.svg new file mode 120000 index 000000000..bd5a1a3e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/new-audio-alarm.svg @@ -0,0 +1 @@ +tools-rip-audio-cd.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/news-subscribe.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/news-subscribe.svg new file mode 120000 index 000000000..62e1f1e9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/news-subscribe.svg @@ -0,0 +1 @@ +view-pim-news.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/news-unsubscribe.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/news-unsubscribe.svg new file mode 100644 index 000000000..aaf408a9e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/news-unsubscribe.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/next.svg new file mode 120000 index 000000000..c3064420a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/next.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/no-marker.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/no-marker.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/no-marker.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/no.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/no.svg new file mode 100644 index 000000000..1b4c8fcd2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/no.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/nocover.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/nocover.svg new file mode 120000 index 000000000..f8898e2de --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/nocover.svg @@ -0,0 +1 @@ +media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/noisereduction.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/noisereduction.svg new file mode 120000 index 000000000..871708066 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/noisereduction.svg @@ -0,0 +1 @@ +kdenlive-show-audio.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/non-starred.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/non-starred.svg new file mode 120000 index 000000000..4e19538ab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/non-starred.svg @@ -0,0 +1 @@ +rating-unrated.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/note.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/note.svg new file mode 120000 index 000000000..00bdd8a7a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/note.svg @@ -0,0 +1 @@ +stock_notes.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-horizontal-center-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-horizontal-center-calligra.svg new file mode 120000 index 000000000..82a31af54 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-horizontal-center-calligra.svg @@ -0,0 +1 @@ +align-horizontal-center.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-horizontal-left-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-horizontal-left-calligra.svg new file mode 120000 index 000000000..e2cdcc9c7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-horizontal-left-calligra.svg @@ -0,0 +1 @@ +align-horizontal-left.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-horizontal-right-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-horizontal-right-calligra.svg new file mode 120000 index 000000000..3caab0584 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-horizontal-right-calligra.svg @@ -0,0 +1 @@ +align-horizontal-right.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-vertical-bottom-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-vertical-bottom-calligra.svg new file mode 120000 index 000000000..ad9f7a40c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-vertical-bottom-calligra.svg @@ -0,0 +1 @@ +align-vertical-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-vertical-bottom-top-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-vertical-bottom-top-calligra.svg new file mode 120000 index 000000000..18e526605 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-vertical-bottom-top-calligra.svg @@ -0,0 +1 @@ +align-vertical-bottom-out.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-vertical-center-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-vertical-center-calligra.svg new file mode 120000 index 000000000..61759b74b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-vertical-center-calligra.svg @@ -0,0 +1 @@ +align-vertical-center.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-vertical-top-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-vertical-top-calligra.svg new file mode 120000 index 000000000..06dfc8aa9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-vertical-top-calligra.svg @@ -0,0 +1 @@ +align-vertical-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-columns.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-columns.svg new file mode 100644 index 000000000..ce2bce641 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-columns.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-crop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-crop.svg new file mode 120000 index 000000000..686d9f8d9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-crop.svg @@ -0,0 +1 @@ +transform-crop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-flip-horizontal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-flip-horizontal.svg new file mode 100644 index 000000000..2b4308a10 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-flip-horizontal.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-flip-vertical.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-flip-vertical.svg new file mode 100644 index 000000000..e18102150 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-flip-vertical.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-group-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-group-calligra.svg new file mode 120000 index 000000000..de24cc70f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-group-calligra.svg @@ -0,0 +1 @@ +object-group.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-group.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-group.svg new file mode 100644 index 000000000..865c0ac7d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-group.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-hidden.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-hidden.svg new file mode 120000 index 000000000..3ec7e2cc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-hidden.svg @@ -0,0 +1 @@ +view-hidden.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-inverse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-inverse.svg new file mode 120000 index 000000000..ada864c99 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-inverse.svg @@ -0,0 +1 @@ +edit-select-invert.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-locked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-locked.svg new file mode 100644 index 000000000..80960a4a1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-locked.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-back-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-back-calligra.svg new file mode 120000 index 000000000..9e2dbf373 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-back-calligra.svg @@ -0,0 +1 @@ +layer-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-back.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-back.svg new file mode 120000 index 000000000..9e2dbf373 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-back.svg @@ -0,0 +1 @@ +layer-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-front-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-front-calligra.svg new file mode 120000 index 000000000..349ec3890 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-front-calligra.svg @@ -0,0 +1 @@ +layer-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-front.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-front.svg new file mode 120000 index 000000000..349ec3890 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-front.svg @@ -0,0 +1 @@ +layer-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-lower-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-lower-calligra.svg new file mode 120000 index 000000000..86c1115b2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-lower-calligra.svg @@ -0,0 +1 @@ +layer-lower.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-lower.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-lower.svg new file mode 120000 index 000000000..86c1115b2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-lower.svg @@ -0,0 +1 @@ +layer-lower.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-raise-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-raise-calligra.svg new file mode 120000 index 000000000..7c3b88416 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-raise-calligra.svg @@ -0,0 +1 @@ +layer-raise.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-raise.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-raise.svg new file mode 120000 index 000000000..7c3b88416 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-raise.svg @@ -0,0 +1 @@ +layer-raise.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-rotate-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-rotate-left.svg new file mode 100644 index 000000000..e4cd2eddb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-rotate-left.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-rotate-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-rotate-right.svg new file mode 100644 index 000000000..3f73db047 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-rotate-right.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-rows.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-rows.svg new file mode 100644 index 000000000..0d7be069a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-rows.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-select.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-select.svg new file mode 100644 index 000000000..8864b92d9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-select.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-straighten.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-straighten.svg new file mode 100644 index 000000000..9016ee6e4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-straighten.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-to-path.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-to-path.svg new file mode 100644 index 000000000..ea5db5a3e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-to-path.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-ungroup-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-ungroup-calligra.svg new file mode 120000 index 000000000..a22f9131e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-ungroup-calligra.svg @@ -0,0 +1 @@ +object-ungroup.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-ungroup-pop-selection.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-ungroup-pop-selection.svg new file mode 100644 index 000000000..43c17dc21 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-ungroup-pop-selection.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-ungroup.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-ungroup.svg new file mode 100644 index 000000000..f3436eaf5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-ungroup.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-unlocked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-unlocked.svg new file mode 100644 index 000000000..ab363a814 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-unlocked.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-visible.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-visible.svg new file mode 120000 index 000000000..6253426e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-visible.svg @@ -0,0 +1 @@ +layer-visible-on.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/off-outline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/off-outline.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/off-outline.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/off.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/off.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/off.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-area-focus-peak-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-area-focus-peak-node.svg new file mode 100644 index 000000000..bced83083 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-area-focus-peak-node.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-area-percentage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-area-percentage.svg new file mode 100644 index 000000000..fa0d6d385 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-area-percentage.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-area-stacked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-area-stacked.svg new file mode 100644 index 000000000..804885618 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-area-stacked.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-area.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-area.svg new file mode 100644 index 000000000..9b28cf87b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-area.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-bar-percentage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-bar-percentage.svg new file mode 100644 index 000000000..5f2dcc358 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-bar-percentage.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-bar-stacked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-bar-stacked.svg new file mode 100644 index 000000000..b56cd04ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-bar-stacked.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-bar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-bar.svg new file mode 100644 index 000000000..6896caac7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-bar.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-line-forecast.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-line-forecast.svg new file mode 100644 index 000000000..22e727f16 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-line-forecast.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-line-percentage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-line-percentage.svg new file mode 100644 index 000000000..46b86152d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-line-percentage.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-line-stacked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-line-stacked.svg new file mode 100644 index 000000000..bfcad5e84 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-line-stacked.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-line.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-line.svg new file mode 100644 index 000000000..b0cd894b2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-line.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-pie.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-pie.svg new file mode 100644 index 000000000..ee40ace3d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-pie.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-polar-stacked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-polar-stacked.svg new file mode 100644 index 000000000..79cb93c93 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-polar-stacked.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-polar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-polar.svg new file mode 100644 index 000000000..447f36354 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-polar.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-ring.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-ring.svg new file mode 100644 index 000000000..72055a625 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-ring.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-scatter.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-scatter.svg new file mode 100644 index 000000000..228eac0ea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-scatter.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-tall-pie.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-tall-pie.svg new file mode 100644 index 000000000..555165f06 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-tall-pie.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-report.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-report.svg new file mode 100644 index 000000000..f37476755 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-report.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/oilpaint.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/oilpaint.svg new file mode 120000 index 000000000..1b2380888 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/oilpaint.svg @@ -0,0 +1 @@ +dialog-fill-and-stroke.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/ok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/ok.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/ok.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/on-outline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/on-outline.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/on-outline.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/on.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/on.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/on.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/online-banking.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/online-banking.svg new file mode 100644 index 000000000..5b4957d9b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/online-banking.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/open-for-editing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/open-for-editing.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/open-for-editing.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/open-magnet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/open-magnet.svg new file mode 120000 index 000000000..ee8077710 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/open-magnet.svg @@ -0,0 +1 @@ +kt-magnet.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/open-menu.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/open-menu.svg new file mode 100644 index 000000000..e626ee827 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/open-menu.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-duplicate.svg new file mode 100644 index 000000000..272484d2a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-duplicate.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-rotate-ccw.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-rotate-ccw.svg new file mode 100644 index 000000000..c240a6744 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-rotate-ccw.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-rotate-cw.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-rotate-cw.svg new file mode 100644 index 000000000..3f8102d2b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-rotate-cw.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-rotate-flip.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-rotate-flip.svg new file mode 100644 index 000000000..4acc270e5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-rotate-flip.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-rotate-normal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-rotate-normal.svg new file mode 100644 index 000000000..dee6f6d4d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-rotate-normal.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-sbs-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-sbs-left.svg new file mode 100644 index 000000000..e454971a6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-sbs-left.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-sbs-sright.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-sbs-sright.svg new file mode 100644 index 000000000..b33cfae26 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-sbs-sright.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-shutd-laptop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-shutd-laptop.svg new file mode 100644 index 000000000..4bed750fd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-shutd-laptop.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-shutd-screen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-shutd-screen.svg new file mode 100644 index 000000000..213f47d5b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-shutd-screen.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/outbox.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/outbox.svg new file mode 100644 index 000000000..f9cb3568c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/outbox.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/output_win.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/output_win.svg new file mode 100644 index 000000000..5029557c3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/output_win.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/overexposure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/overexposure.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/overexposure.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/overflow-menu-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/overflow-menu-left.svg new file mode 100644 index 000000000..4242d66f7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/overflow-menu-left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/overflow-menu-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/overflow-menu-right.svg new file mode 100644 index 000000000..a31456dd3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/overflow-menu-right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/overflow-menu.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/overflow-menu.svg new file mode 100644 index 000000000..3648476ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/overflow-menu.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/package.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/package.svg new file mode 120000 index 000000000..d671358dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/package.svg @@ -0,0 +1 @@ +archive.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-2sides.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-2sides.svg new file mode 100644 index 000000000..04a41097b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-2sides.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-3sides.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-3sides.svg new file mode 100644 index 000000000..cd1ce1992 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-3sides.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-4sides.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-4sides.svg new file mode 100644 index 000000000..9ae8ba0ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-4sides.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-simple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-simple.svg new file mode 100644 index 000000000..743d360de --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-simple.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-zoom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-zoom.svg new file mode 120000 index 000000000..a77e7a14f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-zoom.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-gradient-conical.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-gradient-conical.svg new file mode 100644 index 000000000..07d231151 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-gradient-conical.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-gradient-linear.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-gradient-linear.svg new file mode 100644 index 000000000..7f7f81b78 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-gradient-linear.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-gradient-mesh.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-gradient-mesh.svg new file mode 100644 index 000000000..d06e009c0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-gradient-mesh.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-gradient-radial.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-gradient-radial.svg new file mode 100644 index 000000000..b0c5c5247 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-gradient-radial.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-none.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-none.svg new file mode 100644 index 000000000..c732175dd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-none.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-pattern.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-pattern.svg new file mode 100644 index 000000000..9a96cd037 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-pattern.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-solid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-solid.svg new file mode 100644 index 000000000..be6321615 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-solid.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-swatch.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-swatch.svg new file mode 100644 index 000000000..bf8c40e2e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-swatch.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-unknown.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-unknown.svg new file mode 100644 index 000000000..6d7d3154b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-unknown.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pan-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pan-down.svg new file mode 100644 index 000000000..3733e3c96 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pan-down.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pan-end.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pan-end.svg new file mode 100644 index 000000000..db3efc274 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pan-end.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pan-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pan-start.svg new file mode 100644 index 000000000..cbf026e36 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pan-start.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pan-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pan-up.svg new file mode 100644 index 000000000..69fb954d2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pan-up.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pane-hide.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pane-hide.svg new file mode 100644 index 000000000..5565726df --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pane-hide.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pane-show.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pane-show.svg new file mode 100644 index 000000000..060e39dbd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pane-show.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paperclip.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paperclip.svg new file mode 100644 index 000000000..edf2d22c3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paperclip.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/password-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/password-copy.svg new file mode 120000 index 000000000..a92bf1ff1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/password-copy.svg @@ -0,0 +1 @@ +pgp-keys.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/password-generator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/password-generator.svg new file mode 100644 index 000000000..b871277bb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/password-generator.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/password-show-off.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/password-show-off.svg new file mode 120000 index 000000000..5d721579f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/password-show-off.svg @@ -0,0 +1 @@ +hint.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/password-show-on.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/password-show-on.svg new file mode 120000 index 000000000..3ec7e2cc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/password-show-on.svg @@ -0,0 +1 @@ +view-hidden.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-break-apart.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-break-apart.svg new file mode 100644 index 000000000..4366f7ad0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-break-apart.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-clip-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-clip-edit.svg new file mode 100644 index 000000000..a0353f85e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-clip-edit.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-combine.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-combine.svg new file mode 100644 index 000000000..f36648408 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-combine.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-cut.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-cut.svg new file mode 100644 index 000000000..ba00e07ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-cut.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-difference.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-difference.svg new file mode 100644 index 000000000..425d996cd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-difference.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-division.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-division.svg new file mode 100644 index 000000000..22bf70090 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-division.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-effect-parameter-next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-effect-parameter-next.svg new file mode 100644 index 000000000..d4f398b86 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-effect-parameter-next.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-exclusion.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-exclusion.svg new file mode 100644 index 000000000..81f8bf63e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-exclusion.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-inset.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-inset.svg new file mode 100644 index 000000000..3024aa403 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-inset.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-intersection.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-intersection.svg new file mode 100644 index 000000000..c38dca8a5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-intersection.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-mask-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-mask-edit.svg new file mode 100644 index 000000000..2e795f35b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-mask-edit.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-offset-dynamic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-offset-dynamic.svg new file mode 100644 index 000000000..a084bea73 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-offset-dynamic.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-offset-linked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-offset-linked.svg new file mode 100644 index 000000000..ae6954532 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-offset-linked.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-outset.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-outset.svg new file mode 100644 index 000000000..04ccbe7db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-outset.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-reverse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-reverse.svg new file mode 100644 index 000000000..f16e935f5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-reverse.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-simplify.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-simplify.svg new file mode 100644 index 000000000..6eb7239f2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-simplify.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-union.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-union.svg new file mode 100644 index 000000000..d11eea914 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-union.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pause-session.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pause-session.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pause-session.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paused.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paused.svg new file mode 120000 index 000000000..28433e51e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paused.svg @@ -0,0 +1 @@ +media-playback-paused.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/payee-rename.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/payee-rename.svg new file mode 100644 index 000000000..92ee71326 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/payee-rename.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pdf-annotations.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pdf-annotations.svg new file mode 120000 index 000000000..541dfabd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pdf-annotations.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pgp-keys.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pgp-keys.svg new file mode 100644 index 000000000..3e742c008 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pgp-keys.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/photo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/photo.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/photo.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/photos-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/photos-amarok.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/photos-amarok.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pin.svg new file mode 120000 index 000000000..b199fd920 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pin.svg @@ -0,0 +1 @@ +window-pin.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pipe.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pipe.svg new file mode 100644 index 000000000..ed1727f3f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pipe.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pixelart-trace.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pixelart-trace.svg new file mode 100644 index 000000000..fd259a510 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pixelart-trace.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pixelate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pixelate.svg new file mode 100644 index 000000000..18caf429d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pixelate.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player-eject.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player-eject.svg new file mode 120000 index 000000000..f9f7bcbd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player-eject.svg @@ -0,0 +1 @@ +media-eject.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player-time.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player-time.svg new file mode 120000 index 000000000..2e0f7a6e6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player-time.svg @@ -0,0 +1 @@ +chronometer-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player-volume-muted.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player-volume-muted.svg new file mode 100644 index 000000000..fac4f46ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player-volume-muted.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player-volume.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player-volume.svg new file mode 100644 index 000000000..dab892dff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player-volume.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_eject.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_eject.svg new file mode 120000 index 000000000..f9f7bcbd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_eject.svg @@ -0,0 +1 @@ +media-eject.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_end.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_end.svg new file mode 120000 index 000000000..82214a21e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_end.svg @@ -0,0 +1 @@ +media-skip-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_fwd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_fwd.svg new file mode 120000 index 000000000..9c64c025a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_fwd.svg @@ -0,0 +1 @@ +media-seek-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_pause.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_play.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_play.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_play.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_playlist.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_playlist.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_playlist.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_record.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_record.svg new file mode 120000 index 000000000..8ca2d4396 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_record.svg @@ -0,0 +1 @@ +media-record.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_rew.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_rew.svg new file mode 120000 index 000000000..ebae8aa61 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_rew.svg @@ -0,0 +1 @@ +media-seek-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_start.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_start.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_stop.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-automatic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-automatic.svg new file mode 100644 index 000000000..efa730e9f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-automatic.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-generator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-generator.svg new file mode 100644 index 000000000..24f1832df --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-generator.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-queue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-queue.svg new file mode 100644 index 000000000..738cd0190 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-queue.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-similar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-similar.svg new file mode 100644 index 000000000..f816eaad3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-similar.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-sort.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-sort.svg new file mode 120000 index 000000000..007ae04b5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-sort.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/plugins.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/plugins.svg new file mode 100644 index 000000000..c45cecdad --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/plugins.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/podcast-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/podcast-amarok.svg new file mode 120000 index 000000000..2f0fbff8b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/podcast-amarok.svg @@ -0,0 +1 @@ +application-rss+xml.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/podcast-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/podcast-new.svg new file mode 120000 index 000000000..425dcc6b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/podcast-new.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-fuzzy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-fuzzy.svg new file mode 120000 index 000000000..84b2652db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-fuzzy.svg @@ -0,0 +1 @@ +run-build-prune.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-automatic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-automatic.svg new file mode 120000 index 000000000..3d04caa12 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-automatic.svg @@ -0,0 +1 @@ +playlist-automatic.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-bookmark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-bookmark.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-bookmark.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-cat-mid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-cat-mid.svg new file mode 120000 index 000000000..11f10f667 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-cat-mid.svg @@ -0,0 +1 @@ +flag-yellow.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-cat-no.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-cat-no.svg new file mode 120000 index 000000000..451d4522c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-cat-no.svg @@ -0,0 +1 @@ +flag-red.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-cat-ok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-cat-ok.svg new file mode 120000 index 000000000..d0e2df71b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-cat-ok.svg @@ -0,0 +1 @@ +flag-green.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-comment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-comment.svg new file mode 120000 index 000000000..541dfabd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-comment.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-sync.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-sync.svg new file mode 120000 index 000000000..31a6cdcd5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-sync.svg @@ -0,0 +1 @@ +exchange-positions.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-update.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-update.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-update.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-validate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-validate.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-validate.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/polygon-add-nodes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/polygon-add-nodes.svg new file mode 120000 index 000000000..9111e7b33 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/polygon-add-nodes.svg @@ -0,0 +1 @@ +format-add-node.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/polygon-merge-nodes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/polygon-merge-nodes.svg new file mode 120000 index 000000000..8ef8fb656 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/polygon-merge-nodes.svg @@ -0,0 +1 @@ +format-join-node.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/postalcode.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/postalcode.svg new file mode 120000 index 000000000..b62208f46 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/postalcode.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-activities.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-activities.svg new file mode 100644 index 000000000..6bf0c32e4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-activities.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-indicator-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-indicator-amarok.svg new file mode 120000 index 000000000..541dfabd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-indicator-amarok.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-media-playback-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-media-playback-amarok.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-media-playback-amarok.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-other.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-other.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-other.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-system-windows-effect-glide.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-system-windows-effect-glide.svg new file mode 100644 index 000000000..c24169e66 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-system-windows-effect-glide.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-system-windows-effect-minimize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-system-windows-effect-minimize.svg new file mode 100644 index 000000000..feec600e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-system-windows-effect-minimize.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preflight-verifier.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preflight-verifier.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preflight-verifier.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-add-zone.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-add-zone.svg new file mode 100644 index 000000000..389671725 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-add-zone.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-remove-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-remove-all.svg new file mode 100644 index 000000000..b7f900a1b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-remove-all.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-remove-zone.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-remove-zone.svg new file mode 100644 index 000000000..ee479d9bc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-remove-zone.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-render-off.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-render-off.svg new file mode 100644 index 000000000..a72548cbf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-render-off.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-render-on.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-render-on.svg new file mode 100644 index 000000000..3fe7cf10d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-render-on.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/previous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/previous.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/previous.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/privatebrowsing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/privatebrowsing.svg new file mode 120000 index 000000000..2379f012d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/privatebrowsing.svg @@ -0,0 +1 @@ +im-kick-user.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/process-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/process-stop.svg new file mode 100644 index 000000000..424353a99 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/process-stop.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-defaults.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-defaults.svg new file mode 100644 index 000000000..582792bcf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-defaults.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-development-close-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-development-close-all.svg new file mode 120000 index 000000000..56870070e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-development-close-all.svg @@ -0,0 +1 @@ +project-development-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-development-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-development-close.svg new file mode 100644 index 000000000..be8f5185b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-development-close.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-development-new-template.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-development-new-template.svg new file mode 100644 index 000000000..685961a79 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-development-new-template.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-development.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-development.svg new file mode 120000 index 000000000..71831b4ed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-development.svg @@ -0,0 +1 @@ +window-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-open.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-open.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-open.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/query-free-busy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/query-free-busy.svg new file mode 100644 index 000000000..8b80386e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/query-free-busy.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/queued.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/queued.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/queued.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickopen-class.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickopen-class.svg new file mode 100644 index 000000000..ad7870673 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickopen-class.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickopen-file.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickopen-file.svg new file mode 120000 index 000000000..d6e2182d4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickopen-file.svg @@ -0,0 +1 @@ +fork.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickopen-function.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickopen-function.svg new file mode 100644 index 000000000..0d2d994de --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickopen-function.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickopen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickopen.svg new file mode 100644 index 000000000..4130f0154 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickopen.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickview.svg new file mode 120000 index 000000000..3ec7e2cc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickview.svg @@ -0,0 +1 @@ +view-hidden.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-about.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-about.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-about.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-add.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-add.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-annotate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-annotate.svg new file mode 120000 index 000000000..0fca1fb6f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-annotate.svg @@ -0,0 +1 @@ +view-user-offline-kopete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-applypatch.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-applypatch.svg new file mode 120000 index 000000000..2f2f40051 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-applypatch.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-asynchronous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-asynchronous.svg new file mode 120000 index 000000000..c769353d2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-asynchronous.svg @@ -0,0 +1 @@ +reverse.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-branch.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-branch.svg new file mode 120000 index 000000000..e3432f7bf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-branch.svg @@ -0,0 +1 @@ +giggle-branch.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-bug.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-bug.svg new file mode 120000 index 000000000..c4237406c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-bug.svg @@ -0,0 +1 @@ +mail-mark-junk.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-changes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-changes.svg new file mode 120000 index 000000000..d423a338d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-changes.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-checkmods.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-checkmods.svg new file mode 120000 index 000000000..c03a9d937 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-checkmods.svg @@ -0,0 +1 @@ +insert-link.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-checkout.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-checkout.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-checkout.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-cleanup.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-cleanup.svg new file mode 120000 index 000000000..debffee23 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-cleanup.svg @@ -0,0 +1 @@ +edit-paste-style.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-clear.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-clear.svg new file mode 120000 index 000000000..debffee23 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-clear.svg @@ -0,0 +1 @@ +edit-paste-style.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-commit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-commit.svg new file mode 120000 index 000000000..da900be3f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-commit.svg @@ -0,0 +1 @@ +svn-commit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-compare.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-compare.svg new file mode 120000 index 000000000..77162d6ce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-compare.svg @@ -0,0 +1 @@ +kr_comparedirs.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-createpatch.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-createpatch.svg new file mode 120000 index 000000000..21f22701f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-createpatch.svg @@ -0,0 +1 @@ +kdenlive-zindex-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-dbus.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-dbus.svg new file mode 120000 index 000000000..0db970529 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-dbus.svg @@ -0,0 +1 @@ +system-run.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-diff.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-diff.svg new file mode 120000 index 000000000..36fc9a41c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-diff.svg @@ -0,0 +1 @@ +cm_flatview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-drive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-drive.svg new file mode 120000 index 000000000..a0e4aaddb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-drive.svg @@ -0,0 +1 @@ +kr_diskusage.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-editconflicts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-editconflicts.svg new file mode 120000 index 000000000..f9cf17083 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-editconflicts.svg @@ -0,0 +1 @@ +edit-paste.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-emblems.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-emblems.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-emblems.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-export.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-export.svg new file mode 120000 index 000000000..ace4fe41a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-export.svg @@ -0,0 +1 @@ +document-export.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-help.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-help.svg new file mode 120000 index 000000000..2ed224a50 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-help.svg @@ -0,0 +1 @@ +help-contents.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-import.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-import.svg new file mode 120000 index 000000000..c7116c65c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-import.svg @@ -0,0 +1 @@ +document-import.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-lock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-lock.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-lock.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-merge.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-merge.svg new file mode 120000 index 000000000..e4f51b5b1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-merge.svg @@ -0,0 +1 @@ +kr_combine.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-monkey.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-monkey.svg new file mode 120000 index 000000000..8a90c3e48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-monkey.svg @@ -0,0 +1 @@ +insert-emoticon.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-properties.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-properties.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-push.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-push.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-push.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-refresh.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-refresh.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-refresh.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-relocate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-relocate.svg new file mode 120000 index 000000000..771b1c825 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-relocate.svg @@ -0,0 +1 @@ +mail-send.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-rename.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-rename.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-rename.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-reset.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-reset.svg new file mode 120000 index 000000000..c4692e0b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-reset.svg @@ -0,0 +1 @@ +document-revert.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-resolve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-resolve.svg new file mode 120000 index 000000000..debffee23 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-resolve.svg @@ -0,0 +1 @@ +edit-paste-style.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-revert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-revert.svg new file mode 120000 index 000000000..08677c8af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-revert.svg @@ -0,0 +1 @@ +reply.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-run.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-run.svg new file mode 120000 index 000000000..28d76fd4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-run.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-settings.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-settings.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-settings.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-show_log.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-show_log.svg new file mode 120000 index 000000000..7a2e5e678 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-show_log.svg @@ -0,0 +1 @@ +document-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-stop.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-stop.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-switch.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-switch.svg new file mode 120000 index 000000000..2d8778593 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-switch.svg @@ -0,0 +1 @@ +go-jump.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-unlock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-unlock.svg new file mode 120000 index 000000000..a7673957b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-unlock.svg @@ -0,0 +1 @@ +object-unlocked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-unstage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-unstage.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-unstage.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-update.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-update.svg new file mode 120000 index 000000000..ae801429d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-update.svg @@ -0,0 +1 @@ +svn-update.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/radio.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/radio.svg new file mode 120000 index 000000000..811b8e27a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/radio.svg @@ -0,0 +1 @@ +icon_radio.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/raindrop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/raindrop.svg new file mode 100644 index 000000000..30ac02441 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/raindrop.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rating-unrated.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rating-unrated.svg new file mode 100644 index 000000000..e5bf4b29c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rating-unrated.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rating.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rating.svg new file mode 100644 index 000000000..110efe447 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rating.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/ratiocrop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/ratiocrop.svg new file mode 120000 index 000000000..686d9f8d9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/ratiocrop.svg @@ -0,0 +1 @@ +transform-crop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reannounce.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reannounce.svg new file mode 100644 index 000000000..e12ed6e91 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reannounce.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/recently_used.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/recently_used.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/recently_used.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reconcile-finish.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reconcile-finish.svg new file mode 100644 index 000000000..f2f5b5cd6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reconcile-finish.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reconcile.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reconcile.svg new file mode 100644 index 000000000..35799f3e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reconcile.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/record.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/record.svg new file mode 120000 index 000000000..0d1faec0d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/record.svg @@ -0,0 +1 @@ +kdenlive-show-video.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/redeyes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/redeyes.svg new file mode 100644 index 000000000..4fdc31135 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/redeyes.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/redhat-home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/redhat-home.svg new file mode 120000 index 000000000..5cbdae998 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/redhat-home.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/region.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/region.svg new file mode 120000 index 000000000..6754181aa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/region.svg @@ -0,0 +1 @@ +edit-select-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reload.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reload.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reload.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reload3.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reload3.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reload3.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reload_all_tabs.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reload_all_tabs.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reload_all_tabs.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reload_page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reload_page.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reload_page.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/remove-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/remove-amarok.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/remove-amarok.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/remove-link.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/remove-link.svg new file mode 100644 index 000000000..31147b0a6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/remove-link.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/remove.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/remove.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/replay-play.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/replay-play.svg new file mode 100644 index 000000000..48a99f231 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/replay-play.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/replay-record-error.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/replay-record-error.svg new file mode 100644 index 000000000..cbdf262d1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/replay-record-error.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/replay-record.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/replay-record.svg new file mode 100644 index 000000000..b4d64eaaf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/replay-record.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/replay-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/replay-stop.svg new file mode 100644 index 000000000..0102115ad --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/replay-stop.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reply-all-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reply-all-rtl.svg new file mode 100644 index 000000000..e62fadffe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reply-all-rtl.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reply-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reply-all.svg new file mode 100644 index 000000000..0ba8c42c7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reply-all.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reply.svg new file mode 100644 index 000000000..2f748e6aa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reply.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resizecol.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resizecol.svg new file mode 100644 index 000000000..6ecd9174b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resizecol.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resizerow.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resizerow.svg new file mode 100644 index 000000000..6fd6fd36c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resizerow.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-calendar-child-insert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-calendar-child-insert.svg new file mode 100644 index 000000000..1f0a11379 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-calendar-child-insert.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-calendar-child.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-calendar-child.svg new file mode 100644 index 000000000..c4fc849e8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-calendar-child.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-calendar-insert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-calendar-insert.svg new file mode 100644 index 000000000..58a3d02e3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-calendar-insert.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-group-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-group-new.svg new file mode 100644 index 000000000..212c93793 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-group-new.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-group.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-group.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-group.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/restoration.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/restoration.svg new file mode 100644 index 000000000..2da5df37e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/restoration.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/retweet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/retweet.svg new file mode 100644 index 000000000..91d1c6789 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/retweet.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reverse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reverse.svg new file mode 100644 index 000000000..4a74635be --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reverse.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/revert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/revert.svg new file mode 120000 index 000000000..c4692e0b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/revert.svg @@ -0,0 +1 @@ +document-revert.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rhythmbox-set-star.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rhythmbox-set-star.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rhythmbox-set-star.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rhythmbox-unset-star.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rhythmbox-unset-star.svg new file mode 120000 index 000000000..4e19538ab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rhythmbox-unset-star.svg @@ -0,0 +1 @@ +rating-unrated.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rime-disable.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rime-disable.svg new file mode 100644 index 000000000..b35adccf0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rime-disable.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rime-im.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rime-im.svg new file mode 120000 index 000000000..1488e2b9d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rime-im.svg @@ -0,0 +1 @@ +map-globe.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rime-latin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rime-latin.svg new file mode 120000 index 000000000..36a013999 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rime-latin.svg @@ -0,0 +1 @@ +format-text-larger.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/roll.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/roll.svg new file mode 100644 index 000000000..6d2394fb6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/roll.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/routeplanning.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/routeplanning.svg new file mode 120000 index 000000000..d0e2df71b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/routeplanning.svg @@ -0,0 +1 @@ +flag-green.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-clean.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-clean.svg new file mode 100644 index 000000000..86e1761f0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-clean.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-configure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-configure.svg new file mode 100644 index 000000000..3afdddbd8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-configure.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-file.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-file.svg new file mode 100644 index 000000000..92258cdde --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-file.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-install-root.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-install-root.svg new file mode 100644 index 000000000..b902eec4e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-install-root.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-install.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-install.svg new file mode 100644 index 000000000..660462f20 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-install.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-prune.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-prune.svg new file mode 100644 index 000000000..6499e2397 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-prune.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build.svg new file mode 100644 index 000000000..92f6c2c9d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-clean.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-clean.svg new file mode 120000 index 000000000..2c899aaf2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-clean.svg @@ -0,0 +1 @@ +run-build-clean.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-install.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-install.svg new file mode 120000 index 000000000..71034b4e4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-install.svg @@ -0,0 +1 @@ +run-build-install.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/seahorse-sign-bad.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/seahorse-sign-bad.svg new file mode 100644 index 000000000..691236f9e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/seahorse-sign-bad.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/seahorse-sign-ok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/seahorse-sign-ok.svg new file mode 100644 index 000000000..ebf908c17 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/seahorse-sign-ok.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/seahorse-sign.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/seahorse-sign.svg new file mode 100644 index 000000000..49c0eb17e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/seahorse-sign.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/search-icon.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/search-icon.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/search-icon.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/search.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/search.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/search.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/select-rectangular.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/select-rectangular.svg new file mode 120000 index 000000000..85b39bbdd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/select-rectangular.svg @@ -0,0 +1 @@ +kdenlive-insert-edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-bottom.svg new file mode 120000 index 000000000..2f2f40051 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-bottom.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-end.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-end.svg new file mode 100644 index 000000000..c735690d9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-end.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-lower.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-lower.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-lower.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-make-bitmap-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-make-bitmap-copy.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-make-bitmap-copy.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-move-to-layer-above.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-move-to-layer-above.svg new file mode 100644 index 000000000..ee36f0fa9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-move-to-layer-above.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-move-to-layer-below.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-move-to-layer-below.svg new file mode 100644 index 000000000..2032198fe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-move-to-layer-below.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-raise.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-raise.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-raise.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-start.svg new file mode 100644 index 000000000..dfa298f9d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-start.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-top.svg new file mode 120000 index 000000000..bdc5bb49e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-top.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/semi-starred-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/semi-starred-rtl.svg new file mode 100644 index 000000000..2986c8502 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/semi-starred-rtl.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/semi-starred.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/semi-starred.svg new file mode 100644 index 000000000..545a448ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/semi-starred.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/send-to.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/send-to.svg new file mode 100644 index 000000000..0b2ee8499 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/send-to.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/services.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/services.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/services.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/settings-configure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/settings-configure.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/settings-configure.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/settings.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/settings.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/settings.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/shape-choose.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/shape-choose.svg new file mode 120000 index 000000000..ef9a1962a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/shape-choose.svg @@ -0,0 +1 @@ +shapes.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/shapes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/shapes.svg new file mode 100644 index 000000000..5b590349b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/shapes.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sharpenimage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sharpenimage.svg new file mode 100644 index 000000000..b3c96b382 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sharpenimage.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/shear.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/shear.svg new file mode 120000 index 000000000..ed7fc8621 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/shear.svg @@ -0,0 +1 @@ +transform-shear-left.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/shoot.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/shoot.svg new file mode 120000 index 000000000..7466a9ab5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/shoot.svg @@ -0,0 +1 @@ +view-list-images.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-all-effects.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-all-effects.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-all-effects.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-dialogs.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-dialogs.svg new file mode 120000 index 000000000..ae70e66ea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-dialogs.svg @@ -0,0 +1 @@ +show-menu.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-grid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-grid.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-grid.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-guides.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-guides.svg new file mode 100644 index 000000000..32360bada --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-guides.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-hidden.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-hidden.svg new file mode 120000 index 000000000..3ec7e2cc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-hidden.svg @@ -0,0 +1 @@ +view-hidden.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-menu.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-menu.svg new file mode 100644 index 000000000..d197690d7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-menu.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-node-handles.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-node-handles.svg new file mode 100644 index 000000000..d59a9c4b9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-node-handles.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-offline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-offline.svg new file mode 120000 index 000000000..30c642ea2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-offline.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-path-outline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-path-outline.svg new file mode 100644 index 000000000..2f3ffd0b5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-path-outline.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-sidebar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-sidebar.svg new file mode 120000 index 000000000..cec06ebb8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-sidebar.svg @@ -0,0 +1 @@ +view-sidetree.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-thumbnail-bar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-thumbnail-bar.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-thumbnail-bar.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-collapse-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-collapse-left.svg new file mode 100644 index 000000000..2a449dae3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-collapse-left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-collapse-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-collapse-right.svg new file mode 100644 index 000000000..ae3a07786 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-collapse-right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-collapse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-collapse.svg new file mode 120000 index 000000000..cfaaff4a3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-collapse.svg @@ -0,0 +1 @@ +sidebar-collapse-left.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-expand-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-expand-left.svg new file mode 100644 index 000000000..c759348bd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-expand-left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-expand-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-expand-right.svg new file mode 100644 index 000000000..6335c4c5e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-expand-right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-expand.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-expand.svg new file mode 120000 index 000000000..fee9688b1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-expand.svg @@ -0,0 +1 @@ +sidebar-expand-left.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-places.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-places.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-places.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar.svg new file mode 120000 index 000000000..cec06ebb8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar.svg @@ -0,0 +1 @@ +view-sidetree.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/similarartists-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/similarartists-amarok.svg new file mode 120000 index 000000000..0fca1fb6f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/similarartists-amarok.svg @@ -0,0 +1 @@ +view-user-offline-kopete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/slideshow-plugin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/slideshow-plugin.svg new file mode 120000 index 000000000..7563411ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/slideshow-plugin.svg @@ -0,0 +1 @@ +plugins.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/smallclock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/smallclock.svg new file mode 120000 index 000000000..09c3073e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/smallclock.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-extension.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-extension.svg new file mode 100644 index 000000000..c0fd531eb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-extension.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-guideline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-guideline.svg new file mode 100644 index 000000000..ba268b027 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-guideline.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-intersection.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-intersection.svg new file mode 100644 index 000000000..90c6bdc06 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-intersection.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-node.svg new file mode 100644 index 000000000..3a9da208d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-node.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-orthogonal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-orthogonal.svg new file mode 100644 index 000000000..5367f4f27 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-orthogonal.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-page.svg new file mode 100644 index 000000000..6941a9fae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-page.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap.svg new file mode 100644 index 000000000..f64a46e90 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/social.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/social.svg new file mode 120000 index 000000000..30c642ea2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/social.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sort-name.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sort-name.svg new file mode 100644 index 000000000..883f802ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sort-name.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sort-presence.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sort-presence.svg new file mode 120000 index 000000000..007ae04b5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sort-presence.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/soundkonverter-replaygain.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/soundkonverter-replaygain.svg new file mode 120000 index 000000000..c61560183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/soundkonverter-replaygain.svg @@ -0,0 +1 @@ +view-statistics.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/spacefm-find.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/spacefm-find.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/spacefm-find.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/speaker.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/speaker.svg new file mode 120000 index 000000000..871708066 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/speaker.svg @@ -0,0 +1 @@ +kdenlive-show-audio.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/speedometer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/speedometer.svg new file mode 120000 index 000000000..52a251442 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/speedometer.svg @@ -0,0 +1 @@ +kt-speed-limits.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/split.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/split.svg new file mode 120000 index 000000000..e4f51b5b1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/split.svg @@ -0,0 +1 @@ +kr_combine.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/standard-connector.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/standard-connector.svg new file mode 100644 index 000000000..858c9fb12 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/standard-connector.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/star-off.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/star-off.svg new file mode 120000 index 000000000..4e19538ab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/star-off.svg @@ -0,0 +1 @@ +rating-unrated.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/star-on.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/star-on.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/star-on.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/starred.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/starred.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/starred.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/start.svg new file mode 120000 index 000000000..c9c12cb65 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/start.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sticky_zoom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sticky_zoom.svg new file mode 120000 index 000000000..a77e7a14f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sticky_zoom.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_about.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_about.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_about.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_add-bookmark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_add-bookmark.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_add-bookmark.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_bell.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_bell.svg new file mode 100644 index 000000000..a027cb33f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_bell.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_bottom.svg new file mode 120000 index 000000000..2f2f40051 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_bottom.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_calc-accept.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_calc-accept.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_calc-accept.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_calc-cancel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_calc-cancel.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_calc-cancel.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_check-filled.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_check-filled.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_check-filled.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_close.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_contact-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_contact-list.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_contact-list.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_copy.svg new file mode 120000 index 000000000..d423a338d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_copy.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_cut.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_cut.svg new file mode 120000 index 000000000..ab241573e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_cut.svg @@ -0,0 +1 @@ +edit-cut.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_down.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_down.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_exit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_exit.svg new file mode 120000 index 000000000..514fcfb1d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_exit.svg @@ -0,0 +1 @@ +application-exit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_file-properites.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_file-properites.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_file-properites.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_file-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_file-properties.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_file-properties.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_first.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_first.svg new file mode 120000 index 000000000..c9c12cb65 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_first.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_folder-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_folder-copy.svg new file mode 120000 index 000000000..59d45aeed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_folder-copy.svg @@ -0,0 +1 @@ +folder-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_folder-move.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_folder-move.svg new file mode 120000 index 000000000..4fcef6d3d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_folder-move.svg @@ -0,0 +1 @@ +folder-move.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_folder_properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_folder_properties.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_folder_properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_fullscreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_fullscreen.svg new file mode 120000 index 000000000..cbaa8381f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_fullscreen.svg @@ -0,0 +1 @@ +view-fullscreen.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_gtk-dnd-multiple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_gtk-dnd-multiple.svg new file mode 120000 index 000000000..d423a338d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_gtk-dnd-multiple.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_help-add-bookmark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_help-add-bookmark.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_help-add-bookmark.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_home.svg new file mode 120000 index 000000000..5cbdae998 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_home.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_insert-note.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_insert-note.svg new file mode 120000 index 000000000..00bdd8a7a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_insert-note.svg @@ -0,0 +1 @@ +stock_notes.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_insert-rule.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_insert-rule.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_insert-rule.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_insert-table.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_insert-table.svg new file mode 120000 index 000000000..908441b9a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_insert-table.svg @@ -0,0 +1 @@ +insert-table.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_last.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_last.svg new file mode 120000 index 000000000..f9bbb2747 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_last.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_leave-fullscreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_leave-fullscreen.svg new file mode 120000 index 000000000..4eb323159 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_leave-fullscreen.svg @@ -0,0 +1 @@ +view-restore.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_left.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_left.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-compose.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-compose.svg new file mode 120000 index 000000000..2c823c0ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-compose.svg @@ -0,0 +1 @@ +mail-message-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-filters-apply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-filters-apply.svg new file mode 120000 index 000000000..392cdff7d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-filters-apply.svg @@ -0,0 +1 @@ +kt-add-filters.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-flag-for-followup-done.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-flag-for-followup-done.svg new file mode 120000 index 000000000..4c2c5d3cb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-flag-for-followup-done.svg @@ -0,0 +1 @@ +flag-blue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-flag-for-followup.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-flag-for-followup.svg new file mode 120000 index 000000000..c8171f589 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-flag-for-followup.svg @@ -0,0 +1 @@ +flag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-forward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-forward.svg new file mode 120000 index 000000000..c34946671 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-forward.svg @@ -0,0 +1 @@ +mail-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-open-multiple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-open-multiple.svg new file mode 120000 index 000000000..cb1065e6c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-open-multiple.svg @@ -0,0 +1 @@ +mail-open-multiple.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-reply-to-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-reply-to-all.svg new file mode 120000 index 000000000..cfb378828 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-reply-to-all.svg @@ -0,0 +1 @@ +reply-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-reply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-reply.svg new file mode 120000 index 000000000..08677c8af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-reply.svg @@ -0,0 +1 @@ +reply.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-send-receive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-send-receive.svg new file mode 120000 index 000000000..9dc6aa5a2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-send-receive.svg @@ -0,0 +1 @@ +mail-send-receive.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-send.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-send.svg new file mode 120000 index 000000000..771b1c825 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-send.svg @@ -0,0 +1 @@ +mail-send.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-unread-multiple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-unread-multiple.svg new file mode 120000 index 000000000..e712f76a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-unread-multiple.svg @@ -0,0 +1 @@ +mail-unread-multiple.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mark.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mark.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-fwd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-fwd.svg new file mode 120000 index 000000000..9c64c025a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-fwd.svg @@ -0,0 +1 @@ +media-seek-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-next.svg new file mode 120000 index 000000000..82214a21e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-next.svg @@ -0,0 +1 @@ +media-skip-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-pause.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-play.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-play.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-play.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-prev.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-prev.svg new file mode 120000 index 000000000..a0af1946d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-prev.svg @@ -0,0 +1 @@ +media-skip-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-rec.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-rec.svg new file mode 120000 index 000000000..8ca2d4396 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-rec.svg @@ -0,0 +1 @@ +media-record.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-rew.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-rew.svg new file mode 120000 index 000000000..ebae8aa61 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-rew.svg @@ -0,0 +1 @@ +media-seek-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-stop.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_navigator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_navigator.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_navigator.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-24h-appointment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-24h-appointment.svg new file mode 120000 index 000000000..11081d1a8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-24h-appointment.svg @@ -0,0 +1 @@ +new-24h-appointment.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-address-book.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-address-book.svg new file mode 120000 index 000000000..8aae9657d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-address-book.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-appointment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-appointment.svg new file mode 120000 index 000000000..4ec77c618 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-appointment.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-bcard.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-bcard.svg new file mode 120000 index 000000000..f8389fbc1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-bcard.svg @@ -0,0 +1 @@ +contact-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-dir.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-dir.svg new file mode 120000 index 000000000..149bcafc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-dir.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-tab.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-tab.svg new file mode 120000 index 000000000..3d2e0d243 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-tab.svg @@ -0,0 +1 @@ +tab-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-text.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-text.svg new file mode 120000 index 000000000..300fb89b6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-text.svg @@ -0,0 +1 @@ +document-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-window.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-window.svg new file mode 120000 index 000000000..f0b026afc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-window.svg @@ -0,0 +1 @@ +window.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_no.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_no.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_no.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_not.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_not.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_not.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_notes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_notes.svg new file mode 100644 index 000000000..6c6c099a2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_notes.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_paste.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_paste.svg new file mode 120000 index 000000000..f9cf17083 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_paste.svg @@ -0,0 +1 @@ +edit-paste.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_people.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_people.svg new file mode 120000 index 000000000..0fca1fb6f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_people.svg @@ -0,0 +1 @@ +view-user-offline-kopete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_print-preview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_print-preview.svg new file mode 120000 index 000000000..f065dadc1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_print-preview.svg @@ -0,0 +1 @@ +document-print-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_print-setup.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_print-setup.svg new file mode 120000 index 000000000..21fb235ef --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_print-setup.svg @@ -0,0 +1 @@ +document-page-setup.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_print.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_print.svg new file mode 120000 index 000000000..5de601c8a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_print.svg @@ -0,0 +1 @@ +document-print.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_properties.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_redo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_redo.svg new file mode 120000 index 000000000..a13a878cc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_redo.svg @@ -0,0 +1 @@ +edit-redo.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_refresh.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_refresh.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_refresh.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_right.svg new file mode 120000 index 000000000..c3064420a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_right.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_save-as.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_save-as.svg new file mode 120000 index 000000000..0d756edd8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_save-as.svg @@ -0,0 +1 @@ +document-save-as.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_save.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_save.svg new file mode 120000 index 000000000..e2277db9a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_save.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-high.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-high.svg new file mode 120000 index 000000000..d0e2df71b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-high.svg @@ -0,0 +1 @@ +flag-green.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-higher.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-higher.svg new file mode 120000 index 000000000..d0e2df71b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-higher.svg @@ -0,0 +1 @@ +flag-green.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-highest.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-highest.svg new file mode 120000 index 000000000..d0e2df71b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-highest.svg @@ -0,0 +1 @@ +flag-green.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-low.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-low.svg new file mode 120000 index 000000000..451d4522c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-low.svg @@ -0,0 +1 @@ +flag-red.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-lower.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-lower.svg new file mode 120000 index 000000000..451d4522c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-lower.svg @@ -0,0 +1 @@ +flag-red.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-lowest.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-lowest.svg new file mode 120000 index 000000000..451d4522c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-lowest.svg @@ -0,0 +1 @@ +flag-red.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-normal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-normal.svg new file mode 120000 index 000000000..c8171f589 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-normal.svg @@ -0,0 +1 @@ +flag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_search.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_search.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_search.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_select-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_select-all.svg new file mode 120000 index 000000000..6754181aa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_select-all.svg @@ -0,0 +1 @@ +edit-select-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_select-column.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_select-column.svg new file mode 120000 index 000000000..0d3db670f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_select-column.svg @@ -0,0 +1 @@ +object-columns.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_select-row.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_select-row.svg new file mode 120000 index 000000000..b496c3e1d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_select-row.svg @@ -0,0 +1 @@ +object-rows.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_shared-by-me.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_shared-by-me.svg new file mode 120000 index 000000000..255b7129b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_shared-by-me.svg @@ -0,0 +1 @@ +document-share.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_shared-to-me.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_shared-to-me.svg new file mode 120000 index 000000000..255b7129b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_shared-to-me.svg @@ -0,0 +1 @@ +document-share.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_show-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_show-all.svg new file mode 120000 index 000000000..58041fda3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_show-all.svg @@ -0,0 +1 @@ +view-multiple-objects.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_stop.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_stop.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_task-assigned-to.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_task-assigned-to.svg new file mode 120000 index 000000000..ace4fe41a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_task-assigned-to.svg @@ -0,0 +1 @@ +document-export.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_task-assigned.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_task-assigned.svg new file mode 120000 index 000000000..c7116c65c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_task-assigned.svg @@ -0,0 +1 @@ +document-import.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_task-recurring.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_task-recurring.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_task-recurring.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_task.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_task.svg new file mode 120000 index 000000000..13ebf1395 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_task.svg @@ -0,0 +1 @@ +view-calendar-special-occasion.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_text-monospaced.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_text-monospaced.svg new file mode 120000 index 000000000..7c4282d6b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_text-monospaced.svg @@ -0,0 +1 @@ +dialog-text-and-font.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_thunar-shortcuts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_thunar-shortcuts.svg new file mode 120000 index 000000000..cec06ebb8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_thunar-shortcuts.svg @@ -0,0 +1 @@ +view-sidetree.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_timezone.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_timezone.svg new file mode 120000 index 000000000..425dcc6b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_timezone.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_todo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_todo.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_todo.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_top.svg new file mode 120000 index 000000000..bdc5bb49e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_top.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_undo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_undo.svg new file mode 120000 index 000000000..88a18b65f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_undo.svg @@ -0,0 +1 @@ +edit-undo.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_up.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_video-conferencing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_video-conferencing.svg new file mode 120000 index 000000000..5a18f81f1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_video-conferencing.svg @@ -0,0 +1 @@ +view-list-video.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_view-details.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_view-details.svg new file mode 120000 index 000000000..3ec7e2cc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_view-details.svg @@ -0,0 +1 @@ +view-hidden.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_volume.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_volume.svg new file mode 120000 index 000000000..c4533054a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_volume.svg @@ -0,0 +1 @@ +player-volume.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-audio-cd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-audio-cd.svg new file mode 100644 index 000000000..92aee4806 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-audio-cd.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-blank-cdrw.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-blank-cdrw.svg new file mode 100644 index 000000000..28b1bc7f1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-blank-cdrw.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-data-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-data-copy.svg new file mode 120000 index 000000000..6ddeb4f7a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-data-copy.svg @@ -0,0 +1 @@ +tools-media-optical-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-format-dvdrw.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-format-dvdrw.svg new file mode 120000 index 000000000..68127038e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-format-dvdrw.svg @@ -0,0 +1 @@ +tools-media-optical-burn-image.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-new-data-composition.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-new-data-composition.svg new file mode 100644 index 000000000..75320fa61 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-new-data-composition.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn.svg new file mode 100644 index 000000000..86e30ed56 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_yes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_yes.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_yes.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_zoom-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_zoom-page.svg new file mode 120000 index 000000000..a74d0584f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_zoom-page.svg @@ -0,0 +1 @@ +zoom-in.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stop.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stop.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stopped.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stopped.svg new file mode 120000 index 000000000..c6ded379e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stopped.svg @@ -0,0 +1 @@ +media-playback-stopped.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/story-editor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/story-editor.svg new file mode 120000 index 000000000..e9885590f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/story-editor.svg @@ -0,0 +1 @@ +view-media-playlist.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/straight-connector.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/straight-connector.svg new file mode 120000 index 000000000..c0d62e927 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/straight-connector.svg @@ -0,0 +1 @@ +draw-connector.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stroke-to-path.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stroke-to-path.svg new file mode 100644 index 000000000..5d15d6509 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stroke-to-path.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/svn-commit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/svn-commit.svg new file mode 100644 index 000000000..7adea0ac8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/svn-commit.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/svn-update.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/svn-update.svg new file mode 100644 index 000000000..a2dd38615 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/svn-update.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/swap-panels.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/swap-panels.svg new file mode 100644 index 000000000..4b94203cc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/swap-panels.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/symbols.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/symbols.svg new file mode 120000 index 000000000..8a90c3e48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/symbols.svg @@ -0,0 +1 @@ +insert-emoticon.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-lock-screen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-lock-screen.svg new file mode 100644 index 000000000..7e4891232 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-lock-screen.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-log-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-log-out.svg new file mode 100644 index 000000000..72a800103 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-log-out.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-reboot.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-reboot.svg new file mode 100644 index 000000000..5b58564b9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-reboot.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-run.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-run.svg new file mode 100644 index 000000000..07fa20417 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-run.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-save-session.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-save-session.svg new file mode 100644 index 000000000..2b094c063 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-save-session.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-search.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-search.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-search.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-shutdown.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-shutdown.svg new file mode 100644 index 000000000..863e5cae5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-shutdown.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-suspend-hibernate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-suspend-hibernate.svg new file mode 100644 index 000000000..3dd6ab035 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-suspend-hibernate.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-suspend.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-suspend.svg new file mode 100644 index 000000000..0063f5f6a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-suspend.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-switch-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-switch-user.svg new file mode 100644 index 000000000..488cedec3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-switch-user.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-upgrade.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-upgrade.svg new file mode 100644 index 000000000..daf4cd3fe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-upgrade.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-user-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-user-list.svg new file mode 100644 index 000000000..c2f2c463c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-user-list.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-user-prompt.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-user-prompt.svg new file mode 100644 index 000000000..cf620917e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-user-prompt.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-users.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-users.svg new file mode 100644 index 000000000..19d61e371 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-users.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-close-other.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-close-other.svg new file mode 120000 index 000000000..799050cf3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-close-other.svg @@ -0,0 +1 @@ +tab-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-close.svg new file mode 100644 index 000000000..0be9b2504 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-close.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-detach.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-detach.svg new file mode 120000 index 000000000..dbc1b3011 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-detach.svg @@ -0,0 +1 @@ +tab-duplicate.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-duplicate.svg new file mode 100644 index 000000000..7f3f2b182 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-duplicate.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-new-background.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-new-background.svg new file mode 100644 index 000000000..b5d883be2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-new-background.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-new.svg new file mode 100644 index 000000000..16581d104 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-new.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab.svg new file mode 120000 index 000000000..3d2e0d243 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab.svg @@ -0,0 +1 @@ +tab-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_breakoff.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_breakoff.svg new file mode 120000 index 000000000..dbc1b3011 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_breakoff.svg @@ -0,0 +1 @@ +tab-duplicate.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_duplicate.svg new file mode 120000 index 000000000..dbc1b3011 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_duplicate.svg @@ -0,0 +1 @@ +tab-duplicate.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_new.svg new file mode 120000 index 000000000..3d2e0d243 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_new.svg @@ -0,0 +1 @@ +tab-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_new_bg.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_new_bg.svg new file mode 120000 index 000000000..0056df02a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_new_bg.svg @@ -0,0 +1 @@ +tab-new-background.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_remove.svg new file mode 120000 index 000000000..799050cf3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_remove.svg @@ -0,0 +1 @@ +tab-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_remove_other.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_remove_other.svg new file mode 120000 index 000000000..799050cf3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_remove_other.svg @@ -0,0 +1 @@ +tab-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/table.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/table.svg new file mode 120000 index 000000000..c58216b89 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/table.svg @@ -0,0 +1 @@ +games-config-board.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-addressbook.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-addressbook.svg new file mode 120000 index 000000000..8aae9657d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-addressbook.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-edit.svg new file mode 100644 index 000000000..476cef0a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-edit.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-events.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-events.svg new file mode 120000 index 000000000..54445ac9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-events.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-folder.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-folder.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-folder.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-new.svg new file mode 100644 index 000000000..a949630e2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-new.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-people.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-people.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-people.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-places.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-places.svg new file mode 120000 index 000000000..4d518f8f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-places.svg @@ -0,0 +1 @@ +atmosphere.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-properties.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-properties.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-recents.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-recents.svg new file mode 100644 index 000000000..9f3c5f109 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-recents.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-reset.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-reset.svg new file mode 120000 index 000000000..ada864c99 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-reset.svg @@ -0,0 +1 @@ +edit-select-invert.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag.svg new file mode 100644 index 000000000..aa247bbca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tags.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tags.svg new file mode 120000 index 000000000..2bb4152ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tags.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tap-create.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tap-create.svg new file mode 120000 index 000000000..d671358dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tap-create.svg @@ -0,0 +1 @@ +archive.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tap-extract-to.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tap-extract-to.svg new file mode 120000 index 000000000..653488ec3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tap-extract-to.svg @@ -0,0 +1 @@ +cm_extractfiles.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tap-extract.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tap-extract.svg new file mode 120000 index 000000000..653488ec3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tap-extract.svg @@ -0,0 +1 @@ +cm_extractfiles.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-attempt.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-attempt.svg new file mode 120000 index 000000000..a626e0c40 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-attempt.svg @@ -0,0 +1 @@ +dialog-warning.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-attention.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-attention.svg new file mode 120000 index 000000000..a626e0c40 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-attention.svg @@ -0,0 +1 @@ +dialog-warning.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-due.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-due.svg new file mode 100644 index 000000000..d4a6bff4f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-due.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-new.svg new file mode 120000 index 000000000..8ca434ee4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-new.svg @@ -0,0 +1 @@ +view-calendar-day.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-past-due.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-past-due.svg new file mode 100644 index 000000000..4d427a226 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-past-due.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/taxes-finances.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/taxes-finances.svg new file mode 100644 index 000000000..348350fe8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/taxes-finances.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/terminator_horiz.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/terminator_horiz.svg new file mode 120000 index 000000000..5c6562aeb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/terminator_horiz.svg @@ -0,0 +1 @@ +horizontal.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/terminator_vert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/terminator_vert.svg new file mode 120000 index 000000000..a017dc53b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/terminator_vert.svg @@ -0,0 +1 @@ +vertical.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-convert-to-regular.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-convert-to-regular.svg new file mode 100644 index 000000000..0b1cccf05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-convert-to-regular.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-field.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-field.svg new file mode 100644 index 000000000..72ef56735 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-field.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-flow-into-frame.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-flow-into-frame.svg new file mode 100644 index 000000000..0d3178c42 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-flow-into-frame.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-frame-link.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-frame-link.svg new file mode 100644 index 000000000..b5eb27626 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-frame-link.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-frame-unlink.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-frame-unlink.svg new file mode 100644 index 000000000..a6e89ee67 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-frame-unlink.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-orientation-auto.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-orientation-auto.svg new file mode 100644 index 000000000..c5e4951d2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-orientation-auto.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-orientation-sideways.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-orientation-sideways.svg new file mode 100644 index 000000000..568f2333f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-orientation-sideways.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-orientation-upright.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-orientation-upright.svg new file mode 100644 index 000000000..9c70b93f1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-orientation-upright.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-put-on-path.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-put-on-path.svg new file mode 100644 index 000000000..df2475265 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-put-on-path.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-remove-from-path.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-remove-from-path.svg new file mode 100644 index 000000000..dbb3518ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-remove-from-path.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-speak.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-speak.svg new file mode 120000 index 000000000..871708066 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-speak.svg @@ -0,0 +1 @@ +kdenlive-show-audio.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-unflow.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-unflow.svg new file mode 100644 index 000000000..ee86cf524 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-unflow.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-unkern.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-unkern.svg new file mode 100644 index 000000000..35a72421b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-unkern.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-wiki.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-wiki.svg new file mode 100644 index 000000000..3c37d01b9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-wiki.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-wrap.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-wrap.svg new file mode 100644 index 000000000..d452d5cd3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-wrap.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_horz_kern.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_horz_kern.svg new file mode 100644 index 000000000..adc38a1e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_horz_kern.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_letter_spacing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_letter_spacing.svg new file mode 100644 index 000000000..c22f9959d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_letter_spacing.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_line_spacing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_line_spacing.svg new file mode 100644 index 000000000..4035a5b69 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_line_spacing.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_remove_kerns.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_remove_kerns.svg new file mode 100644 index 000000000..9f54159c3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_remove_kerns.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_rotation.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_rotation.svg new file mode 100644 index 000000000..c4b58bccc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_rotation.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_subscript.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_subscript.svg new file mode 120000 index 000000000..6022badcc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_subscript.svg @@ -0,0 +1 @@ +format-text-subscript.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_superscript.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_superscript.svg new file mode 120000 index 000000000..ff7ed30da --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_superscript.svg @@ -0,0 +1 @@ +format-text-superscript.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_vert_kern.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_vert_kern.svg new file mode 100644 index 000000000..0c253b481 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_vert_kern.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_word_spacing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_word_spacing.svg new file mode 100644 index 000000000..d59d900b3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_word_spacing.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/texture.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/texture.svg new file mode 100644 index 000000000..9051faac1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/texture.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-extract.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-extract.svg new file mode 100644 index 000000000..782f7f94f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-extract.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-insert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-insert.svg new file mode 100644 index 000000000..632eb73bc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-insert.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-lift.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-lift.svg new file mode 100644 index 000000000..ec2b75866 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-lift.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-overwrite.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-overwrite.svg new file mode 100644 index 000000000..de301cc11 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-overwrite.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-use-zone-off.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-use-zone-off.svg new file mode 100644 index 000000000..b447eb240 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-use-zone-off.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-use-zone-on.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-use-zone-on.svg new file mode 100644 index 000000000..d75a6220b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-use-zone-on.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tiny-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tiny-pause.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tiny-pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tiny-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tiny-start.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tiny-start.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-chat-reply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-chat-reply.svg new file mode 120000 index 000000000..f2a2d4122 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-chat-reply.svg @@ -0,0 +1 @@ +view-conversation-balloon.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-bookmarked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-bookmarked.svg new file mode 120000 index 000000000..65624f11c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-bookmarked.svg @@ -0,0 +1 @@ +bookmarks-bookmarked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-boost.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-boost.svg new file mode 120000 index 000000000..63b29f145 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-boost.svg @@ -0,0 +1 @@ +boost.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-boosted.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-boosted.svg new file mode 120000 index 000000000..cd07edf3d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-boosted.svg @@ -0,0 +1 @@ +boost-boosted.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-favorite.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-favorite.svg new file mode 120000 index 000000000..6dbc62cf3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-favorite.svg @@ -0,0 +1 @@ +favorite.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-favorited.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-favorited.svg new file mode 120000 index 000000000..a8f8e5e10 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-favorited.svg @@ -0,0 +1 @@ +favorite-favorited.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-reply-filled.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-reply-filled.svg new file mode 100644 index 000000000..c50f95f73 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-reply-filled.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-reply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-reply.svg new file mode 120000 index 000000000..65624f11c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-reply.svg @@ -0,0 +1 @@ +bookmarks-bookmarked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-animator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-animator.svg new file mode 120000 index 000000000..91b01fe2f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-animator.svg @@ -0,0 +1 @@ +media-show-active-track-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-measure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-measure.svg new file mode 100644 index 000000000..9bc883034 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-measure.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-node-editor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-node-editor.svg new file mode 100644 index 000000000..78c94e881 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-node-editor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-pages.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-pages.svg new file mode 100644 index 000000000..bc74ae76e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-pages.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-pointer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-pointer.svg new file mode 120000 index 000000000..1324e0504 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-pointer.svg @@ -0,0 +1 @@ +kdenlive-select-tool.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-spray.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-spray.svg new file mode 100644 index 000000000..aff3f2426 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-spray.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-tweak.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-tweak.svg new file mode 100644 index 000000000..5fcb66dd5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-tweak.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_color_eraser.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_color_eraser.svg new file mode 100644 index 000000000..ac2d7b05b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_color_eraser.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_curve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_curve.svg new file mode 120000 index 000000000..7630c9799 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_curve.svg @@ -0,0 +1 @@ +format-segment-curve.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_elliptical_selection.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_elliptical_selection.svg new file mode 120000 index 000000000..db766e993 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_elliptical_selection.svg @@ -0,0 +1 @@ +draw-circle.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_polygon.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_polygon.svg new file mode 120000 index 000000000..1bc83ee53 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_polygon.svg @@ -0,0 +1 @@ +draw-polyline.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_rounded_rectangle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_rounded_rectangle.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_rounded_rectangle.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-check-spelling.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-check-spelling.svg new file mode 100644 index 000000000..539b6bb6d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-check-spelling.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-burn-image.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-burn-image.svg new file mode 100644 index 000000000..ffcd778b2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-burn-image.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-burn.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-burn.svg new file mode 100644 index 000000000..c13f6bdf4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-burn.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-copy.svg new file mode 100644 index 000000000..27b1d52fb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-copy.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-erase.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-erase.svg new file mode 100644 index 000000000..057adb470 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-erase.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-format.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-format.svg new file mode 100644 index 000000000..112cb5eeb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-format.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-report-bug.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-report-bug.svg new file mode 100644 index 000000000..318705911 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-report-bug.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-rip-audio-cd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-rip-audio-cd.svg new file mode 100644 index 000000000..5d281adbf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-rip-audio-cd.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-rip-video-cd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-rip-video-cd.svg new file mode 100644 index 000000000..3d3107c50 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-rip-video-cd.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-rip-video-dvd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-rip-video-dvd.svg new file mode 120000 index 000000000..5b222b90d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-rip-video-dvd.svg @@ -0,0 +1 @@ +tools-rip-video-cd.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-wizard.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-wizard.svg new file mode 120000 index 000000000..790262367 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-wizard.svg @@ -0,0 +1 @@ +autocorrection.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools.svg new file mode 100644 index 000000000..83799825a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/top.svg new file mode 120000 index 000000000..bdc5bb49e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/top.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-creator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-creator.svg new file mode 120000 index 000000000..300fb89b6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-creator.svg @@ -0,0 +1 @@ +document-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-magnet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-magnet.svg new file mode 120000 index 000000000..ee8077710 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-magnet.svg @@ -0,0 +1 @@ +kt-magnet.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-start-forced.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-start-forced.svg new file mode 120000 index 000000000..9c64c025a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-start-forced.svg @@ -0,0 +1 @@ +media-seek-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-start.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-start.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-stop.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrents.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrents.svg new file mode 100644 index 000000000..2867276d3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrents.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-add.svg new file mode 100644 index 000000000..2c59d083a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-add.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-delete.svg new file mode 100644 index 000000000..a5279fe40 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-delete.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-edit.svg new file mode 100644 index 000000000..306b3fee0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-edit.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-find.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-find.svg new file mode 100644 index 000000000..aab0f125a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-find.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-report.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-report.svg new file mode 100644 index 000000000..659899c74 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-report.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transfers.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transfers.svg new file mode 120000 index 000000000..0d756edd8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transfers.svg @@ -0,0 +1 @@ +document-save-as.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-browse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-browse.svg new file mode 100644 index 000000000..9b76b0b02 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-browse.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-crop-and-resize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-crop-and-resize.svg new file mode 100644 index 000000000..15a454420 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-crop-and-resize.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-crop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-crop.svg new file mode 100644 index 000000000..e654e5a39 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-crop.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-move-horizontal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-move-horizontal.svg new file mode 100644 index 000000000..b17aa479c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-move-horizontal.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-move.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-move.svg new file mode 100644 index 000000000..4bb155354 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-move.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-rotate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-rotate.svg new file mode 100644 index 000000000..b077da4a0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-rotate.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-scale-textbox-points.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-scale-textbox-points.svg new file mode 100644 index 000000000..0f3656398 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-scale-textbox-points.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-scale.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-scale.svg new file mode 120000 index 000000000..617c98bae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-scale.svg @@ -0,0 +1 @@ +kdenlive-zoom-large.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-shear-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-shear-down.svg new file mode 100644 index 000000000..6ae4f29a8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-shear-down.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-shear-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-shear-left.svg new file mode 100644 index 000000000..e85354e44 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-shear-left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-shear-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-shear-right.svg new file mode 100644 index 000000000..b09a5f2a5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-shear-right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-shear-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-shear-up.svg new file mode 100644 index 000000000..d63c6cdb7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-shear-up.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/trash-empty.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/trash-empty.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/trash-empty.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/twitter-dm.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/twitter-dm.svg new file mode 100644 index 000000000..e0fff75e9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/twitter-dm.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/twitter-home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/twitter-home.svg new file mode 100644 index 000000000..1b6bfa7fb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/twitter-home.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/twitter-mentions.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/twitter-mentions.svg new file mode 100644 index 000000000..e44afc34c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/twitter-mentions.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/twitter-profile.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/twitter-profile.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/twitter-profile.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-detach.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-detach.svg new file mode 100644 index 000000000..aacb241f1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-detach.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-eject.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-eject.svg new file mode 120000 index 000000000..f9f7bcbd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-eject.svg @@ -0,0 +1 @@ +media-eject.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-lock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-lock.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-lock.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-mount.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-mount.svg new file mode 100644 index 000000000..a9648a3c4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-mount.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-submenu.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-submenu.svg new file mode 120000 index 000000000..a97e184da --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-submenu.svg @@ -0,0 +1 @@ +pan-end.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-unlock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-unlock.svg new file mode 120000 index 000000000..a7673957b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-unlock.svg @@ -0,0 +1 @@ +object-unlocked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-unmount.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-unmount.svg new file mode 100644 index 000000000..c1ff151f5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-unmount.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/underexposure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/underexposure.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/underexposure.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/undo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/undo.svg new file mode 120000 index 000000000..88a18b65f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/undo.svg @@ -0,0 +1 @@ +edit-undo.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/unlock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/unlock.svg new file mode 120000 index 000000000..a7673957b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/unlock.svg @@ -0,0 +1 @@ +object-unlocked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/up.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/upcomingevents-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/upcomingevents-amarok.svg new file mode 120000 index 000000000..702265284 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/upcomingevents-amarok.svg @@ -0,0 +1 @@ +view-calendar-upcoming-events.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/upindicator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/upindicator.svg new file mode 120000 index 000000000..687a8fb01 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/upindicator.svg @@ -0,0 +1 @@ +pan-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/upload-media.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/upload-media.svg new file mode 120000 index 000000000..17854fc8d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/upload-media.svg @@ -0,0 +1 @@ +cloud-upload.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/upload.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/upload.svg new file mode 100644 index 000000000..8c06914b5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/upload.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/url-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/url-copy.svg new file mode 120000 index 000000000..b20b3d573 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/url-copy.svg @@ -0,0 +1 @@ +edit-link.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-group-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-group-delete.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-group-delete.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-group-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-group-new.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-group-new.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-group-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-group-properties.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-group-properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-identity.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-identity.svg new file mode 100644 index 000000000..2d6ded304 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-identity.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-properties.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user.svg new file mode 120000 index 000000000..12ff0ec56 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user.svg @@ -0,0 +1 @@ +system-users.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/usermenu-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/usermenu-delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/usermenu-delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/usermenu-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/usermenu-down.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/usermenu-down.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/usermenu-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/usermenu-up.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/usermenu-up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/username-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/username-copy.svg new file mode 100644 index 000000000..594c2432c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/username-copy.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vertical.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vertical.svg new file mode 100644 index 000000000..b8eb79d80 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vertical.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/videoclip-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/videoclip-amarok.svg new file mode 120000 index 000000000..0d1faec0d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/videoclip-amarok.svg @@ -0,0 +1 @@ +kdenlive-show-video.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-bank-account-checking.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-bank-account-checking.svg new file mode 100644 index 000000000..da0c415cd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-bank-account-checking.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-bank-account-savings.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-bank-account-savings.svg new file mode 100644 index 000000000..4251165bd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-bank-account-savings.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-bank-account.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-bank-account.svg new file mode 100644 index 000000000..d61f1b4ab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-bank-account.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-bank.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-bank.svg new file mode 100644 index 000000000..d9683c77a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-bank.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-barcode-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-barcode-add.svg new file mode 100644 index 000000000..c035fc99a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-barcode-add.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-barcode-qr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-barcode-qr.svg new file mode 100644 index 000000000..a92b4b885 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-barcode-qr.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-barcode.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-barcode.svg new file mode 100644 index 000000000..706097583 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-barcode.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-agenda.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-agenda.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-agenda.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-birthday.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-birthday.svg new file mode 100644 index 000000000..267cc2a24 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-birthday.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-day.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-day.svg new file mode 100644 index 000000000..6ec1be421 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-day.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-holiday.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-holiday.svg new file mode 100644 index 000000000..07f2d0ab0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-holiday.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-journal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-journal.svg new file mode 100644 index 000000000..72f87936f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-journal.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-list.svg new file mode 120000 index 000000000..5e86bb448 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-list.svg @@ -0,0 +1 @@ +snap-page.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-month.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-month.svg new file mode 100644 index 000000000..56cdcf3a9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-month.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-special-occasion.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-special-occasion.svg new file mode 100644 index 000000000..8cbdc7d70 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-special-occasion.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-tasks.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-tasks.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-tasks.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-time-spent.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-time-spent.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-time-spent.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-timeline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-timeline.svg new file mode 100644 index 000000000..963903d8a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-timeline.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-upcoming-days.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-upcoming-days.svg new file mode 100644 index 000000000..9c4b238ba --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-upcoming-days.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-upcoming-events.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-upcoming-events.svg new file mode 100644 index 000000000..5e248cd26 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-upcoming-events.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-wedding-anniversary.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-wedding-anniversary.svg new file mode 100644 index 000000000..41b86e6d1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-wedding-anniversary.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-week.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-week.svg new file mode 100644 index 000000000..fc4327df9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-week.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-whatsnext.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-whatsnext.svg new file mode 120000 index 000000000..b830e6bae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-whatsnext.svg @@ -0,0 +1 @@ +view-calendar-journal.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-workweek.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-workweek.svg new file mode 100644 index 000000000..3fa7d393c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-workweek.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-year.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-year.svg new file mode 100644 index 000000000..febee8d64 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-year.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar.svg new file mode 100644 index 000000000..25a0969a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-catalog.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-catalog.svg new file mode 120000 index 000000000..62e1f1e9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-catalog.svg @@ -0,0 +1 @@ +view-pim-news.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-categories.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-categories.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-categories.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-add.svg new file mode 100644 index 000000000..1705316c5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-add.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-export-secret.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-export-secret.svg new file mode 100644 index 000000000..6e5ba0409 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-export-secret.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-export-server.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-export-server.svg new file mode 100644 index 000000000..9d445052c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-export-server.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-export.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-export.svg new file mode 100644 index 000000000..071de0a34 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-export.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-import.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-import.svg new file mode 100644 index 000000000..ffa9f92ef --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-import.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-server-configure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-server-configure.svg new file mode 100644 index 000000000..f5d29d5fb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-server-configure.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-sign.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-sign.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-sign.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate.svg new file mode 100644 index 000000000..6828bdd1f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-choose.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-choose.svg new file mode 100644 index 000000000..3651e92cd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-choose.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-close.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-column.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-column.svg new file mode 100644 index 000000000..c7fed9980 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-column.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-compact.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-compact.svg new file mode 100644 index 000000000..05a00461d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-compact.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-continuous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-continuous.svg new file mode 100644 index 000000000..489f1e4f3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-continuous.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-conversation-balloon.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-conversation-balloon.svg new file mode 100644 index 000000000..72fd3df90 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-conversation-balloon.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-coverflow.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-coverflow.svg new file mode 100644 index 000000000..485e35450 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-coverflow.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-currency-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-currency-list.svg new file mode 100644 index 000000000..50795a0bc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-currency-list.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-dual.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-dual.svg new file mode 100644 index 000000000..6c3639e7e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-dual.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-file-columns.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-file-columns.svg new file mode 120000 index 000000000..4bbf838be --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-file-columns.svg @@ -0,0 +1 @@ +view-column.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-filter-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-filter-rtl.svg new file mode 100644 index 000000000..a6779f6bc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-filter-rtl.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-filter.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-filter.svg new file mode 100644 index 000000000..5a4ea0c55 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-filter.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-add.svg new file mode 100644 index 000000000..e091eb76a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-add.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-asset-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-asset-closed.svg new file mode 100644 index 000000000..dc2001e3a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-asset-closed.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-asset.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-asset.svg new file mode 100644 index 000000000..1889ab4bf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-asset.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-cash-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-cash-closed.svg new file mode 100644 index 000000000..aa186bcea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-cash-closed.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-cash.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-cash.svg new file mode 100644 index 000000000..84ddd41c8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-cash.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-checking-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-checking-closed.svg new file mode 100644 index 000000000..67a0e5dd3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-checking-closed.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-checking.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-checking.svg new file mode 100644 index 000000000..2f8a1419d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-checking.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-close.svg new file mode 100644 index 000000000..285078fa3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-close.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-closed.svg new file mode 100644 index 000000000..f2f225b33 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-closed.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-credit-card-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-credit-card-closed.svg new file mode 100644 index 000000000..47231bf22 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-credit-card-closed.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-credit-card.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-credit-card.svg new file mode 100644 index 000000000..04a138be2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-credit-card.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-delete.svg new file mode 100644 index 000000000..f3568b93c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-delete.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-edit.svg new file mode 100644 index 000000000..32fcc7757 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-edit.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-investment-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-investment-closed.svg new file mode 100644 index 000000000..804e4ebe7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-investment-closed.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-investment-security-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-investment-security-closed.svg new file mode 100644 index 000000000..30d6870ed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-investment-security-closed.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-investment-security.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-investment-security.svg new file mode 100644 index 000000000..bc51b3d8b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-investment-security.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-investment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-investment.svg new file mode 100644 index 000000000..401a2f883 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-investment.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-liability-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-liability-closed.svg new file mode 100644 index 000000000..e7df91306 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-liability-closed.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-liability.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-liability.svg new file mode 100644 index 000000000..b7214a740 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-liability.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-loan-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-loan-closed.svg new file mode 100644 index 000000000..3d9805f07 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-loan-closed.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-loan.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-loan.svg new file mode 100644 index 000000000..d39e6a3b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-loan.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-reopen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-reopen.svg new file mode 100644 index 000000000..a90fbcc53 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-reopen.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-savings-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-savings-closed.svg new file mode 100644 index 000000000..2b3e5fe5d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-savings-closed.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-savings.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-savings.svg new file mode 100644 index 000000000..0d29ad130 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-savings.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account.svg new file mode 100644 index 000000000..235d5f180 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-budget.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-budget.svg new file mode 100644 index 000000000..eae75f061 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-budget.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-add.svg new file mode 100644 index 000000000..dd694cbe1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-add.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-delete.svg new file mode 100644 index 000000000..024d7c0ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-delete.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-edit.svg new file mode 100644 index 000000000..c031adce0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-edit.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-expense.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-expense.svg new file mode 100644 index 000000000..c5284a06a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-expense.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-income.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-income.svg new file mode 100644 index 000000000..769616278 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-income.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-list.svg new file mode 100644 index 000000000..182bd9562 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-list.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-transfer-reconcile.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-transfer-reconcile.svg new file mode 100644 index 000000000..f9e4ef0e6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-transfer-reconcile.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-transfer-reconciled.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-transfer-reconciled.svg new file mode 100644 index 000000000..8dc68ee36 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-transfer-reconciled.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-transfer-unreconciled.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-transfer-unreconciled.svg new file mode 100644 index 000000000..66cf61e29 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-transfer-unreconciled.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-form-action.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-form-action.svg new file mode 100644 index 000000000..95ee37b24 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-form-action.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-form.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-form.svg new file mode 100644 index 000000000..1e1723927 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-form.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-fullscreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-fullscreen.svg new file mode 100644 index 000000000..f8117b3d5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-fullscreen.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-grid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-grid.svg new file mode 100644 index 000000000..308aff0dd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-grid.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-group.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-group.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-group.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-hidden.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-hidden.svg new file mode 100644 index 000000000..e94226486 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-hidden.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-history.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-history.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-history.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-institution-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-institution-add.svg new file mode 100644 index 000000000..8f90ef18a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-institution-add.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-institution-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-institution-delete.svg new file mode 100644 index 000000000..5eee23511 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-institution-delete.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-institution-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-institution-edit.svg new file mode 100644 index 000000000..5379bdbc3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-institution-edit.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-institution.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-institution.svg new file mode 100644 index 000000000..3302040a9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-institution.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-left-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-left-close.svg new file mode 100644 index 000000000..80f9cbb6e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-left-close.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-compact.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-compact.svg new file mode 100644 index 000000000..cd1254337 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-compact.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-details.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-details.svg new file mode 100644 index 000000000..fa1bfc849 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-details.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-icons.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-icons.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-icons.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-images.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-images.svg new file mode 100644 index 000000000..764855524 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-images.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-text.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-text.svg new file mode 100644 index 000000000..9c5a94cdd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-text.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-tree.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-tree.svg new file mode 100644 index 000000000..d938b0fa7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-tree.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-video.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-video.svg new file mode 100644 index 000000000..85aac399f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-video.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list.svg new file mode 100644 index 000000000..d76e10d5b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-maximized.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-maximized.svg new file mode 120000 index 000000000..b1fd2364f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-maximized.svg @@ -0,0 +1 @@ +window-maximize.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-album-cover.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-album-cover.svg new file mode 120000 index 000000000..26e17b165 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-album-cover.svg @@ -0,0 +1 @@ +media-album-track.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-artist.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-artist.svg new file mode 120000 index 000000000..30c642ea2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-artist.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-equalizer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-equalizer.svg new file mode 100644 index 000000000..dc2e0b8fb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-equalizer.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-favorite.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-favorite.svg new file mode 100644 index 000000000..ade98c6bc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-favorite.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-genre.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-genre.svg new file mode 100644 index 000000000..88b99744d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-genre.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-lyrics.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-lyrics.svg new file mode 100644 index 000000000..b5de5ffe9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-lyrics.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-playcount.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-playcount.svg new file mode 100644 index 000000000..5cdf85cc6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-playcount.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-playlist.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-playlist.svg new file mode 100644 index 000000000..182bd9562 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-playlist.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-queue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-queue.svg new file mode 120000 index 000000000..f32b479e7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-queue.svg @@ -0,0 +1 @@ +playlist-queue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-subtitles-hidden.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-subtitles-hidden.svg new file mode 100644 index 000000000..3be4d14a9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-subtitles-hidden.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-subtitles.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-subtitles.svg new file mode 120000 index 000000000..4fc291405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-subtitles.svg @@ -0,0 +1 @@ +media-view-subtitles.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-title.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-title.svg new file mode 120000 index 000000000..a28c847f3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-title.svg @@ -0,0 +1 @@ +filename-title-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-track.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-track.svg new file mode 120000 index 000000000..bd5a1a3e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-track.svg @@ -0,0 +1 @@ +tools-rip-audio-cd.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-visualization.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-visualization.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-visualization.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-more-horizontal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-more-horizontal.svg new file mode 100644 index 000000000..b6c7133ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-more-horizontal.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-more.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-more.svg new file mode 100644 index 000000000..f3b9b47c9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-more.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-multiple-objects.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-multiple-objects.svg new file mode 100644 index 000000000..59eb45122 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-multiple-objects.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-object-histogram-linear.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-object-histogram-linear.svg new file mode 100644 index 000000000..d1b5e6551 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-object-histogram-linear.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-object-histogram-logarithmic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-object-histogram-logarithmic.svg new file mode 100644 index 000000000..ba2f3feec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-object-histogram-logarithmic.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-paged.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-paged.svg new file mode 100644 index 000000000..c487cc0f0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-paged.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-continuous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-continuous.svg new file mode 100644 index 000000000..fbb8ff66a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-continuous.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-facing-first-centered.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-facing-first-centered.svg new file mode 100644 index 000000000..43b30fc04 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-facing-first-centered.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-facing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-facing.svg new file mode 100644 index 000000000..528b4eb09 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-facing.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-overview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-overview.svg new file mode 100644 index 000000000..9d22f89b0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-overview.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-single.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-single.svg new file mode 100644 index 000000000..64a81a272 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-single.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-calendar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-calendar.svg new file mode 120000 index 000000000..8c656b6ab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-calendar.svg @@ -0,0 +1 @@ +view-calendar-month.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-contacts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-contacts.svg new file mode 100644 index 000000000..274a422b9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-contacts.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-journal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-journal.svg new file mode 120000 index 000000000..e9885590f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-journal.svg @@ -0,0 +1 @@ +view-media-playlist.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-mail.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-mail.svg new file mode 120000 index 000000000..b62208f46 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-mail.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-news.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-news.svg new file mode 100644 index 000000000..1ac56b586 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-news.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-notes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-notes.svg new file mode 120000 index 000000000..5e86bb448 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-notes.svg @@ -0,0 +1 @@ +snap-page.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-summary.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-summary.svg new file mode 100644 index 000000000..5253f30c2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-summary.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-tasks-pending.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-tasks-pending.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-tasks-pending.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-tasks.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-tasks.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-tasks.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-presentation.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-presentation.svg new file mode 100644 index 000000000..abb12f688 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-presentation.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-preview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-preview.svg new file mode 100644 index 000000000..23c890df6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-preview.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-private.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-private.svg new file mode 100644 index 000000000..1120f49dd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-private.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-all-tree.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-all-tree.svg new file mode 120000 index 000000000..548a469f6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-all-tree.svg @@ -0,0 +1 @@ +view-more.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-all.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-all.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-own.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-own.svg new file mode 120000 index 000000000..30c642ea2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-own.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-system.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-system.svg new file mode 120000 index 000000000..0db970529 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-system.svg @@ -0,0 +1 @@ +system-run.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-tree.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-tree.svg new file mode 120000 index 000000000..029cc0b42 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-tree.svg @@ -0,0 +1 @@ +view-list-tree.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-users.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-users.svg new file mode 120000 index 000000000..0fca1fb6f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-users.svg @@ -0,0 +1 @@ +view-user-offline-kopete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-readermode-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-readermode-active.svg new file mode 100644 index 000000000..3578bea53 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-readermode-active.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-readermode.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-readermode.svg new file mode 100644 index 000000000..b6ecf3d63 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-readermode.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-refresh.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-refresh.svg new file mode 100644 index 000000000..fc1e895aa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-refresh.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-resource-calendar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-resource-calendar.svg new file mode 120000 index 000000000..54445ac9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-resource-calendar.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-restore.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-restore.svg new file mode 100644 index 000000000..74f59944e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-restore.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-right-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-right-close.svg new file mode 100644 index 000000000..6e0182c8d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-right-close.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-right-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-right-new.svg new file mode 120000 index 000000000..730d45914 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-right-new.svg @@ -0,0 +1 @@ +view-dual.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-sidetree.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-sidetree.svg new file mode 100644 index 000000000..04a23c36d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-sidetree.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-sort-ascending.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-sort-ascending.svg new file mode 100644 index 000000000..3d3f795c4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-sort-ascending.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-sort-descending.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-sort-descending.svg new file mode 100644 index 000000000..8457009f3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-sort-descending.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-sort.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-sort.svg new file mode 100644 index 000000000..dcdab769e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-sort.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-split-left-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-split-left-right.svg new file mode 120000 index 000000000..730d45914 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-split-left-right.svg @@ -0,0 +1 @@ +view-dual.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-split-top-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-split-top-bottom.svg new file mode 100644 index 000000000..883b0fffe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-split-top-bottom.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-statistics.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-statistics.svg new file mode 100644 index 000000000..9d241c34e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-statistics.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-table-of-contents-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-table-of-contents-ltr.svg new file mode 100644 index 000000000..caf442e4f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-table-of-contents-ltr.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-table-of-contents-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-table-of-contents-rtl.svg new file mode 120000 index 000000000..05b3db7e0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-table-of-contents-rtl.svg @@ -0,0 +1 @@ +format-list-unordered.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-task-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-task-add.svg new file mode 120000 index 000000000..8ca434ee4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-task-add.svg @@ -0,0 +1 @@ +view-calendar-day.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-task-child-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-task-child-add.svg new file mode 120000 index 000000000..4226a5356 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-task-child-add.svg @@ -0,0 +1 @@ +view-task-child.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-task-child.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-task-child.svg new file mode 100644 index 000000000..74066e90d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-task-child.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-task.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-task.svg new file mode 120000 index 000000000..13ebf1395 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-task.svg @@ -0,0 +1 @@ +view-calendar-special-occasion.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-baselined-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-baselined-add.svg new file mode 100644 index 000000000..66c1d5ea9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-baselined-add.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-baselined-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-baselined-remove.svg new file mode 100644 index 000000000..a5ad60e16 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-baselined-remove.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-baselined.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-baselined.svg new file mode 120000 index 000000000..a04747903 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-baselined.svg @@ -0,0 +1 @@ +view-calendar-timeline.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-calculus.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-calculus.svg new file mode 100644 index 000000000..29decc9df --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-calculus.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-child-insert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-child-insert.svg new file mode 100644 index 000000000..0f96189f8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-child-insert.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-insert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-insert.svg new file mode 120000 index 000000000..4f816599f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-insert.svg @@ -0,0 +1 @@ +view-time-schedule-baselined-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule.svg new file mode 120000 index 000000000..a04747903 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule.svg @@ -0,0 +1 @@ +view-calendar-timeline.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-user-offline-kopete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-user-offline-kopete.svg new file mode 100644 index 000000000..dfaf15838 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-user-offline-kopete.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-visible.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-visible.svg new file mode 120000 index 000000000..3ec7e2cc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-visible.svg @@ -0,0 +1 @@ +view-hidden.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-web-browser-dom-tree.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-web-browser-dom-tree.svg new file mode 120000 index 000000000..4d518f8f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-web-browser-dom-tree.svg @@ -0,0 +1 @@ +atmosphere.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-wrapped-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-wrapped-rtl.svg new file mode 100644 index 000000000..0b24813f8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-wrapped-rtl.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-wrapped.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-wrapped.svg new file mode 100644 index 000000000..550ae9ced --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-wrapped.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_choose.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_choose.svg new file mode 120000 index 000000000..548a469f6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_choose.svg @@ -0,0 +1 @@ +view-more.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_detailed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_detailed.svg new file mode 120000 index 000000000..a379444c2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_detailed.svg @@ -0,0 +1 @@ +view-list-details.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_icon.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_icon.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_icon.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_left_right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_left_right.svg new file mode 120000 index 000000000..730d45914 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_left_right.svg @@ -0,0 +1 @@ +view-dual.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_multicolumn.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_multicolumn.svg new file mode 120000 index 000000000..4bbf838be --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_multicolumn.svg @@ -0,0 +1 @@ +view-column.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_text.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_text.svg new file mode 120000 index 000000000..ab1153648 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_text.svg @@ -0,0 +1 @@ +view-list-text.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_top_bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_top_bottom.svg new file mode 120000 index 000000000..e12ea4ce0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_top_bottom.svg @@ -0,0 +1 @@ +view-split-top-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_tree.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_tree.svg new file mode 120000 index 000000000..029cc0b42 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_tree.svg @@ -0,0 +1 @@ +view-list-tree.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/viewimage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/viewimage.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/viewimage.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/viewmagfit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/viewmagfit.svg new file mode 120000 index 000000000..cc77c1cf2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/viewmagfit.svg @@ -0,0 +1 @@ +zoom-fit-selection.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vinyl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vinyl.svg new file mode 120000 index 000000000..4cd912bb6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vinyl.svg @@ -0,0 +1 @@ +tools-media-optical-format.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/virtual-desktops.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/virtual-desktops.svg new file mode 100644 index 000000000..bab529f7e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/virtual-desktops.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/visibility.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/visibility.svg new file mode 120000 index 000000000..3ec7e2cc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/visibility.svg @@ -0,0 +1 @@ +view-hidden.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-create.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-create.svg new file mode 120000 index 000000000..300fb89b6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-create.svg @@ -0,0 +1 @@ +document-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-download.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-download.svg new file mode 120000 index 000000000..6aa652ef6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-download.svg @@ -0,0 +1 @@ +edit-download.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-power-off.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-power-off.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-power-off.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-power-on.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-power-on.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-power-on.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-restart.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-restart.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-restart.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-settings.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-settings.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-settings.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-autoprotect-keep.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-autoprotect-keep.svg new file mode 100644 index 000000000..18b4485d3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-autoprotect-keep.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-autoprotect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-autoprotect.svg new file mode 100644 index 000000000..5af060a16 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-autoprotect.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-current.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-current.svg new file mode 100644 index 000000000..82b98debb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-current.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-recording.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-recording.svg new file mode 100644 index 000000000..5692703c4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-recording.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-revert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-revert.svg new file mode 100644 index 000000000..1575d50d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-revert.svg @@ -0,0 +1,11 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot.svg new file mode 100644 index 000000000..f5cf1c63d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshots-manage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshots-manage.svg new file mode 100644 index 000000000..8ba26e770 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshots-manage.svg @@ -0,0 +1,11 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-suspend.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-suspend.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-suspend.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-tools-install-cancel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-tools-install-cancel.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-tools-install-cancel.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-tools-install.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-tools-install.svg new file mode 100644 index 000000000..603313b90 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-tools-install.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-upload.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-upload.svg new file mode 120000 index 000000000..247d086b0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-upload.svg @@ -0,0 +1 @@ +upload.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm_clone_wizard.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm_clone_wizard.svg new file mode 100644 index 000000000..914c0636a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm_clone_wizard.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm_new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm_new.svg new file mode 120000 index 000000000..ddc3d28c2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm_new.svg @@ -0,0 +1 @@ +entry-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-autoprotect-keep.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-autoprotect-keep.svg new file mode 120000 index 000000000..858084d6e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-autoprotect-keep.svg @@ -0,0 +1 @@ +vm-snapshot-autoprotect-keep.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-checkpoint-next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-checkpoint-next.svg new file mode 120000 index 000000000..82214a21e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-checkpoint-next.svg @@ -0,0 +1 @@ +media-skip-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-checkpoint-previous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-checkpoint-previous.svg new file mode 120000 index 000000000..a0af1946d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-checkpoint-previous.svg @@ -0,0 +1 @@ +media-skip-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-component-download-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-component-download-inactive.svg new file mode 100644 index 000000000..697667597 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-component-download-inactive.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-component-downloading.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-component-downloading.svg new file mode 100644 index 000000000..717032453 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-component-downloading.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-component.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-component.svg new file mode 100644 index 000000000..e3aa2c58e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-component.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-datacenter.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-datacenter.svg new file mode 100644 index 000000000..d5bcc1e51 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-datacenter.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-disabled.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-disabled.svg new file mode 100644 index 000000000..124dd4a4f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-disabled.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-error-emblem.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-error-emblem.svg new file mode 100644 index 000000000..f5c0a0d03 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-error-emblem.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-locked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-locked.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-locked.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-manage-autostart-vms.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-manage-autostart-vms.svg new file mode 120000 index 000000000..28d76fd4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-manage-autostart-vms.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-marker-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-marker-add.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-marker-add.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-new.svg new file mode 100644 index 000000000..eb9b1e423 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-new.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-powered-on.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-powered-on.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-powered-on.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-max-recommended-bullet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-max-recommended-bullet.svg new file mode 120000 index 000000000..4c2c5d3cb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-max-recommended-bullet.svg @@ -0,0 +1 @@ +flag-blue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-max-recommended-flag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-max-recommended-flag.svg new file mode 120000 index 000000000..4c2c5d3cb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-max-recommended-flag.svg @@ -0,0 +1 @@ +flag-blue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-min-recommended-bullet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-min-recommended-bullet.svg new file mode 120000 index 000000000..11f10f667 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-min-recommended-bullet.svg @@ -0,0 +1 @@ +flag-yellow.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-min-recommended-flag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-min-recommended-flag.svg new file mode 120000 index 000000000..11f10f667 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-min-recommended-flag.svg @@ -0,0 +1 @@ +flag-yellow.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-recommended-bullet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-recommended-bullet.svg new file mode 120000 index 000000000..d0e2df71b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-recommended-bullet.svg @@ -0,0 +1 @@ +flag-green.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-recommended-flag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-recommended-flag.svg new file mode 120000 index 000000000..d0e2df71b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-recommended-flag.svg @@ -0,0 +1 @@ +flag-green.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-beginning.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-beginning.svg new file mode 120000 index 000000000..f5627dd9a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-beginning.svg @@ -0,0 +1 @@ +media-playback-start-rtl.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-pause.svg new file mode 120000 index 000000000..28433e51e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-pause.svg @@ -0,0 +1 @@ +media-playback-paused.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-play.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-play.svg new file mode 120000 index 000000000..f1fddde07 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-play.svg @@ -0,0 +1 @@ +media-playback-playing.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-speed-fast.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-speed-fast.svg new file mode 100644 index 000000000..34a44264a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-speed-fast.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-speed-normal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-speed-normal.svg new file mode 100644 index 000000000..c213954ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-speed-normal.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-settings.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-settings.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-settings.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-suspended.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-suspended.svg new file mode 120000 index 000000000..28433e51e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-suspended.svg @@ -0,0 +1 @@ +media-playback-paused.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-unlocked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-unlocked.svg new file mode 120000 index 000000000..a7673957b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-unlocked.svg @@ -0,0 +1 @@ +object-unlocked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-vcd-server.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-vcd-server.svg new file mode 100644 index 000000000..9c31003ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-vcd-server.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-vcenter.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-vcenter.svg new file mode 100644 index 000000000..0a6059db3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-vcenter.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-view-appliance.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-view-appliance.svg new file mode 120000 index 000000000..62e1f1e9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-view-appliance.svg @@ -0,0 +1 @@ +view-pim-news.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-view-console.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-view-console.svg new file mode 120000 index 000000000..6957e396c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-view-console.svg @@ -0,0 +1 @@ +cm_runterm.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-view-unity-error.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-view-unity-error.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-view-unity-error.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-view-unity.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-view-unity.svg new file mode 120000 index 000000000..f0b026afc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-view-unity.svg @@ -0,0 +1 @@ +window.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/web-browser.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/web-browser.svg new file mode 120000 index 000000000..425dcc6b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/web-browser.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/whitebalance.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/whitebalance.svg new file mode 100644 index 000000000..172015955 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/whitebalance.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/widget-alternatives.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/widget-alternatives.svg new file mode 100644 index 000000000..d91faacdb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/widget-alternatives.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-close.svg new file mode 100644 index 000000000..70b7aa5a3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-close.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-duplicate.svg new file mode 100644 index 000000000..7e398e95e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-duplicate.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-keep-above.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-keep-above.svg new file mode 100644 index 000000000..c0260d0b1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-keep-above.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-keep-below.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-keep-below.svg new file mode 100644 index 000000000..0a20db78b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-keep-below.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-maximize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-maximize.svg new file mode 100644 index 000000000..bda7b7289 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-maximize.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-minimize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-minimize.svg new file mode 100644 index 000000000..d87a062a4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-minimize.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-new.svg new file mode 100644 index 000000000..3fa082b12 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-new.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-next.svg new file mode 100644 index 000000000..7c334f50f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-next.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-pin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-pin.svg new file mode 100644 index 000000000..61d504ea5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-pin.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-previous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-previous.svg new file mode 100644 index 000000000..30d10e50b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-previous.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-restore.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-restore.svg new file mode 100644 index 000000000..5b16b6f9d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-restore.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-shade.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-shade.svg new file mode 100644 index 000000000..272fecdd9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-shade.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-unpin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-unpin.svg new file mode 100644 index 000000000..3b80426e8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-unpin.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-unshade.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-unshade.svg new file mode 100644 index 000000000..4784dfe1a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-unshade.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window.svg new file mode 100644 index 000000000..d998edd91 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window_fullscreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window_fullscreen.svg new file mode 120000 index 000000000..cbaa8381f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window_fullscreen.svg @@ -0,0 +1 @@ +view-fullscreen.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window_new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window_new.svg new file mode 120000 index 000000000..71831b4ed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window_new.svg @@ -0,0 +1 @@ +window-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window_nofullscreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window_nofullscreen.svg new file mode 120000 index 000000000..4eb323159 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window_nofullscreen.svg @@ -0,0 +1 @@ +view-restore.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-clementine-album.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-clementine-album.svg new file mode 120000 index 000000000..26e17b165 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-clementine-album.svg @@ -0,0 +1 @@ +media-album-track.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-clementine-artist.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-clementine-artist.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-clementine-artist.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-clementine-shuffle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-clementine-shuffle.svg new file mode 120000 index 000000000..26f669677 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-clementine-shuffle.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-shape-connection.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-shape-connection.svg new file mode 120000 index 000000000..c0d62e927 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-shape-connection.svg @@ -0,0 +1 @@ +draw-connector.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-shape-formula.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-shape-formula.svg new file mode 120000 index 000000000..76cf81500 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-shape-formula.svg @@ -0,0 +1 @@ +formula.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-shape-image.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-shape-image.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-shape-image.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-shape-text.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-shape-text.svg new file mode 120000 index 000000000..ab1153648 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-shape-text.svg @@ -0,0 +1 @@ +view-list-text.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-zoom-in.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-zoom-in.svg new file mode 120000 index 000000000..608b53975 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-zoom-in.svg @@ -0,0 +1 @@ +zoom-in-x.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-zoom-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-zoom-out.svg new file mode 120000 index 000000000..fc310d2b1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-zoom-out.svg @@ -0,0 +1 @@ +zoom-out-x.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xc_crosshair.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xc_crosshair.svg new file mode 100644 index 000000000..71a9b59ef --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xc_crosshair.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-attribute-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-attribute-delete.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-attribute-delete.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-element-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-element-new.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-element-new.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-node-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-node-delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-node-delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-node-duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-node-duplicate.svg new file mode 120000 index 000000000..e953e894e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-node-duplicate.svg @@ -0,0 +1 @@ +edit-duplicate.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-text-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-text-new.svg new file mode 120000 index 000000000..36a013999 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-text-new.svg @@ -0,0 +1 @@ +format-text-larger.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/y-zoom-in.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/y-zoom-in.svg new file mode 100644 index 000000000..54b6c47f5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/y-zoom-in.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/y-zoom-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/y-zoom-out.svg new file mode 120000 index 000000000..0f72a058c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/y-zoom-out.svg @@ -0,0 +1 @@ +zoom-out-y.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zone-in.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zone-in.svg new file mode 100644 index 000000000..bd955ce73 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zone-in.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zone-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zone-out.svg new file mode 100644 index 000000000..73f63e585 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zone-out.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-1-to-2.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-1-to-2.svg new file mode 100644 index 000000000..b74dfcd53 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-1-to-2.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-2-to-1.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-2-to-1.svg new file mode 100644 index 000000000..f449c52d2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-2-to-1.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-best-fit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-best-fit.svg new file mode 120000 index 000000000..cc77c1cf2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-best-fit.svg @@ -0,0 +1 @@ +zoom-fit-selection.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-center-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-center-page.svg new file mode 120000 index 000000000..a77e7a14f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-center-page.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-double-size.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-double-size.svg new file mode 120000 index 000000000..79ae67b73 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-double-size.svg @@ -0,0 +1 @@ +zoom-1-to-2.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-draw.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-draw.svg new file mode 120000 index 000000000..a77e7a14f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-draw.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-best.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-best.svg new file mode 100644 index 000000000..3ad4ea6d2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-best.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-drawing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-drawing.svg new file mode 100644 index 000000000..441f78135 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-drawing.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-height.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-height.svg new file mode 100644 index 000000000..2a546a961 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-height.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-page.svg new file mode 100644 index 000000000..db4c06d93 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-page.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-selection.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-selection.svg new file mode 100644 index 000000000..bf8fdecbf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-selection.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-width.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-width.svg new file mode 100644 index 000000000..a6dc4a696 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-width.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-half-size.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-half-size.svg new file mode 120000 index 000000000..b5036e78d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-half-size.svg @@ -0,0 +1 @@ +zoom-2-to-1.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-in-large.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-in-large.svg new file mode 120000 index 000000000..a74d0584f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-in-large.svg @@ -0,0 +1 @@ +zoom-in.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-in-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-in-x.svg new file mode 100644 index 000000000..e6e008a64 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-in-x.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-in-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-in-y.svg new file mode 120000 index 000000000..65f9aa9f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-in-y.svg @@ -0,0 +1 @@ +y-zoom-in.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-in.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-in.svg new file mode 100644 index 000000000..2599a09b0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-in.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-next.svg new file mode 100644 index 000000000..957b30f5b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-next.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-original.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-original.svg new file mode 100644 index 000000000..d9f47a552 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-original.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-out-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-out-x.svg new file mode 100644 index 000000000..efd7ad163 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-out-x.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-out-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-out-y.svg new file mode 100644 index 000000000..d8e34d4bc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-out-y.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-out.svg new file mode 100644 index 000000000..d1d5bc653 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-out.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-previous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-previous.svg new file mode 100644 index 000000000..f2c212f81 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-previous.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-select-fit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-select-fit.svg new file mode 120000 index 000000000..cc77c1cf2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-select-fit.svg @@ -0,0 +1 @@ +zoom-fit-selection.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-select-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-select-x.svg new file mode 120000 index 000000000..157250559 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-select-x.svg @@ -0,0 +1 @@ +zoom-fit-width.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-select-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-select-y.svg new file mode 120000 index 000000000..e84c27278 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-select-y.svg @@ -0,0 +1 @@ +zoom-fit-height.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-select.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-select.svg new file mode 120000 index 000000000..a77e7a14f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-select.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/animations b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/animations new file mode 120000 index 000000000..8c0dfa0a1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/animations @@ -0,0 +1 @@ +../../Papirus/22x22/animations \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/apps b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/apps new file mode 120000 index 000000000..f0f50e7e3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/apps @@ -0,0 +1 @@ +../../Papirus/22x22/apps \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/categories b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/categories new file mode 120000 index 000000000..03736e32b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/categories @@ -0,0 +1 @@ +apps \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/devices b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/devices new file mode 120000 index 000000000..a2cde2d19 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/devices @@ -0,0 +1 @@ +../../Papirus/22x22/devices \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/emblems b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/emblems new file mode 120000 index 000000000..0be2b5682 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/emblems @@ -0,0 +1 @@ +../../Papirus/22x22/emblems \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/emotes b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/emotes new file mode 120000 index 000000000..2130edbb0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/emotes @@ -0,0 +1 @@ +../../Papirus/22x22/emotes/ \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/mimetypes b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/mimetypes new file mode 120000 index 000000000..2555ce28c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/mimetypes @@ -0,0 +1 @@ +../../Papirus/22x22/mimetypes \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/panel b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/panel new file mode 120000 index 000000000..cf38f5d39 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/panel @@ -0,0 +1 @@ +../../Papirus/22x22/panel \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/places b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/places new file mode 120000 index 000000000..192e36f84 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/places @@ -0,0 +1 @@ +../../Papirus/22x22/places \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/status b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/status new file mode 120000 index 000000000..f0012cd36 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/status @@ -0,0 +1 @@ +../../Papirus/22x22/status \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/symbolic b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/symbolic new file mode 120000 index 000000000..eee52be20 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/symbolic @@ -0,0 +1 @@ +../../Papirus/22x22/symbolic \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22@2x b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22@2x new file mode 120000 index 000000000..c1ef5b643 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22@2x @@ -0,0 +1 @@ +22x22 \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/Finished.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/Finished.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/Finished.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/Info-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/Info-amarok.svg new file mode 120000 index 000000000..28d76fd4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/Info-amarok.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/SuggestionError.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/SuggestionError.svg new file mode 120000 index 000000000..3b41d91ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/SuggestionError.svg @@ -0,0 +1 @@ +dialog-error.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/SuggestionTM.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/SuggestionTM.svg new file mode 120000 index 000000000..a83209821 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/SuggestionTM.svg @@ -0,0 +1 @@ +database-index.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/action-albumfolder-importdir2.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/action-albumfolder-importdir2.svg new file mode 120000 index 000000000..149bcafc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/action-albumfolder-importdir2.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/action-rss_tag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/action-rss_tag.svg new file mode 120000 index 000000000..2bb4152ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/action-rss_tag.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/action-unavailable.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/action-unavailable.svg new file mode 100644 index 000000000..431ba9f13 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/action-unavailable.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/activities.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/activities.svg new file mode 100644 index 000000000..0b5543669 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/activities.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add-files-to-archive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add-files-to-archive.svg new file mode 100644 index 000000000..90a2f6c7a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add-files-to-archive.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add-folder-to-archive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add-folder-to-archive.svg new file mode 120000 index 000000000..149bcafc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add-folder-to-archive.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add-placemark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add-placemark.svg new file mode 120000 index 000000000..451d4522c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add-placemark.svg @@ -0,0 +1 @@ +flag-red.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add-subtitle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add-subtitle.svg new file mode 120000 index 000000000..4fc291405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add-subtitle.svg @@ -0,0 +1 @@ +media-view-subtitles.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/address-book-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/address-book-new.svg new file mode 100644 index 000000000..344185171 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/address-book-new.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/addressbook-details.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/addressbook-details.svg new file mode 120000 index 000000000..8aae9657d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/addressbook-details.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adjustcurves.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adjustcurves.svg new file mode 100644 index 000000000..7fdf22850 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adjustcurves.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adjusthsl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adjusthsl.svg new file mode 100644 index 000000000..44e0d783a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adjusthsl.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adjustlevels.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adjustlevels.svg new file mode 100644 index 000000000..42eb92615 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adjustlevels.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adjustrgb.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adjustrgb.svg new file mode 100644 index 000000000..bd585c7fb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adjustrgb.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adress-book-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adress-book-new.svg new file mode 120000 index 000000000..8aae9657d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adress-book-new.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/akonadi-phone-home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/akonadi-phone-home.svg new file mode 120000 index 000000000..5cbdae998 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/akonadi-phone-home.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/akonadiconsole.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/akonadiconsole.svg new file mode 120000 index 000000000..6957e396c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/akonadiconsole.svg @@ -0,0 +1 @@ +cm_runterm.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-importdir.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-importdir.svg new file mode 120000 index 000000000..149bcafc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-importdir.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-importimages.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-importimages.svg new file mode 120000 index 000000000..c7116c65c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-importimages.svg @@ -0,0 +1 @@ +document-import.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-new.svg new file mode 120000 index 000000000..149bcafc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-new.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-properties.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-user-trash.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-user-trash.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-user-trash.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-baseline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-baseline.svg new file mode 100644 index 000000000..7f845f698 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-baseline.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-bottom-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-bottom-out.svg new file mode 100644 index 000000000..bf9896d2c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-bottom-out.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-center.svg new file mode 100644 index 000000000..dfc19e3d7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-center.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-left-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-left-out.svg new file mode 100644 index 000000000..6973f1eed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-left-out.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-left-to-anchor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-left-to-anchor.svg new file mode 100644 index 000000000..7fb1d31af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-left-to-anchor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-left.svg new file mode 100644 index 000000000..2af7cac13 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-node.svg new file mode 100644 index 000000000..1a38a7e9d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-node.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-right-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-right-out.svg new file mode 100644 index 000000000..0d9288927 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-right-out.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-right-to-anchor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-right-to-anchor.svg new file mode 100644 index 000000000..2dcbd44ab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-right-to-anchor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-right.svg new file mode 100644 index 000000000..fdc461c98 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-top-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-top-out.svg new file mode 100644 index 000000000..579919240 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-top-out.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-on-canvas.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-on-canvas.svg new file mode 100644 index 000000000..7a4c48b0a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-on-canvas.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-sel-as-group.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-sel-as-group.svg new file mode 100644 index 000000000..457e0424b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-sel-as-group.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-baseline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-baseline.svg new file mode 100644 index 000000000..0403965f8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-baseline.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-bottom-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-bottom-out.svg new file mode 100644 index 000000000..e988868e8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-bottom-out.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-bottom-to-anchor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-bottom-to-anchor.svg new file mode 100644 index 000000000..bc484227b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-bottom-to-anchor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-bottom.svg new file mode 100644 index 000000000..cbc5289db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-bottom.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-center.svg new file mode 100644 index 000000000..f12712a2d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-center.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-node.svg new file mode 100644 index 000000000..7a0f38200 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-node.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-top-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-top-out.svg new file mode 100644 index 000000000..873bf18ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-top-out.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-top-to-anchor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-top-to-anchor.svg new file mode 100644 index 000000000..f58b58817 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-top-to-anchor.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-top.svg new file mode 100644 index 000000000..928b23d5e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-top.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_artist.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_artist.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_artist.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_cart_add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_cart_add.svg new file mode 100644 index 000000000..359f483f8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_cart_add.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_cart_remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_cart_remove.svg new file mode 100644 index 000000000..7c7b15343 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_cart_remove.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_cart_view.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_cart_view.svg new file mode 100644 index 000000000..43f5af300 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_cart_view.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_change_language.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_change_language.svg new file mode 120000 index 000000000..c8171f589 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_change_language.svg @@ -0,0 +1 @@ +flag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_clock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_clock.svg new file mode 120000 index 000000000..09c3073e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_clock.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_lyrics.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_lyrics.svg new file mode 120000 index 000000000..2dd767676 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_lyrics.svg @@ -0,0 +1 @@ +view-media-lyrics.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_playcount.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_playcount.svg new file mode 120000 index 000000000..c61560183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_playcount.svg @@ -0,0 +1 @@ +view-statistics.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_playlist.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_playlist.svg new file mode 120000 index 000000000..e9885590f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_playlist.svg @@ -0,0 +1 @@ +view-media-playlist.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_playlist_refresh.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_playlist_refresh.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_playlist_refresh.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_scripts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_scripts.svg new file mode 120000 index 000000000..6957e396c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_scripts.svg @@ -0,0 +1 @@ +cm_runterm.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/antivignetting.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/antivignetting.svg new file mode 100644 index 000000000..1c4151689 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/antivignetting.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/application-exit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/application-exit.svg new file mode 100644 index 000000000..54019d7da --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/application-exit.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/application-menu.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/application-menu.svg new file mode 120000 index 000000000..57642f4da --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/application-menu.svg @@ -0,0 +1 @@ +open-menu.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/application-rss+xml.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/application-rss+xml.svg new file mode 100644 index 000000000..bb1f5323b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/application-rss+xml.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/appointment-missed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/appointment-missed.svg new file mode 100644 index 000000000..1ed453df8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/appointment-missed.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/appointment-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/appointment-new.svg new file mode 120000 index 000000000..71831b4ed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/appointment-new.svg @@ -0,0 +1 @@ +window-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/appointment-soon.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/appointment-soon.svg new file mode 100644 index 000000000..2031e75f4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/appointment-soon.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/appointment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/appointment.svg new file mode 120000 index 000000000..4ec77c618 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/appointment.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive-extract.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive-extract.svg new file mode 120000 index 000000000..653488ec3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive-extract.svg @@ -0,0 +1 @@ +cm_extractfiles.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive-insert-directory.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive-insert-directory.svg new file mode 120000 index 000000000..149bcafc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive-insert-directory.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive-insert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive-insert.svg new file mode 120000 index 000000000..300fb89b6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive-insert.svg @@ -0,0 +1 @@ +document-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive-remove.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive-remove.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive.svg new file mode 100644 index 000000000..1fd78a466 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-down-double.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-down-double.svg new file mode 100644 index 000000000..ab5c98a2e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-down-double.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-down.svg new file mode 120000 index 000000000..2603a4917 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-down.svg @@ -0,0 +1 @@ +pan-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-left-double.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-left-double.svg new file mode 120000 index 000000000..ebae8aa61 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-left-double.svg @@ -0,0 +1 @@ +media-seek-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-left.svg new file mode 120000 index 000000000..293e17ffa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-left.svg @@ -0,0 +1 @@ +pan-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-right-double.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-right-double.svg new file mode 120000 index 000000000..9c64c025a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-right-double.svg @@ -0,0 +1 @@ +media-seek-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-right.svg new file mode 120000 index 000000000..a97e184da --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-right.svg @@ -0,0 +1 @@ +pan-end.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-up-double.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-up-double.svg new file mode 100644 index 000000000..7275d14b4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-up-double.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-up.svg new file mode 120000 index 000000000..687a8fb01 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-up.svg @@ -0,0 +1 @@ +pan-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/atmosphere.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/atmosphere.svg new file mode 100644 index 000000000..61716f88b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/atmosphere.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/audio-volume-high.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/audio-volume-high.svg new file mode 100644 index 000000000..ef4a2faf3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/audio-volume-high.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/audio-volume-low.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/audio-volume-low.svg new file mode 100644 index 000000000..21df22877 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/audio-volume-low.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/audio-volume-medium.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/audio-volume-medium.svg new file mode 100644 index 000000000..cdd6645e4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/audio-volume-medium.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/audio-volume-muted.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/audio-volume-muted.svg new file mode 100644 index 000000000..757cd3c05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/audio-volume-muted.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/auto-scale-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/auto-scale-all.svg new file mode 120000 index 000000000..cc77c1cf2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/auto-scale-all.svg @@ -0,0 +1 @@ +zoom-fit-selection.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/auto-scale-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/auto-scale-x.svg new file mode 120000 index 000000000..157250559 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/auto-scale-x.svg @@ -0,0 +1 @@ +zoom-fit-width.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/auto-scale-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/auto-scale-y.svg new file mode 120000 index 000000000..e84c27278 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/auto-scale-y.svg @@ -0,0 +1 @@ +zoom-fit-height.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/auto-type.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/auto-type.svg new file mode 100644 index 000000000..c9fc27a85 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/auto-type.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/autocorrection.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/autocorrection.svg new file mode 100644 index 000000000..4343f7ded --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/autocorrection.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/automated-tasks.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/automated-tasks.svg new file mode 100644 index 000000000..1ee59c114 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/automated-tasks.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/back.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/back.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/back.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bitmap-trace.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bitmap-trace.svg new file mode 100644 index 000000000..2ad460f97 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bitmap-trace.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blueman-plugin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blueman-plugin.svg new file mode 120000 index 000000000..7563411ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blueman-plugin.svg @@ -0,0 +1 @@ +plugins.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blueman-send-file.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blueman-send-file.svg new file mode 120000 index 000000000..771b1c825 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blueman-send-file.svg @@ -0,0 +1 @@ +mail-send.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blueman-trust.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blueman-trust.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blueman-trust.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blueman-untrust.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blueman-untrust.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blueman-untrust.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blur.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blur.svg new file mode 100644 index 000000000..60fa17fb6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blur.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blurfx.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blurfx.svg new file mode 100644 index 000000000..171696f7a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blurfx.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blurimage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blurimage.svg new file mode 120000 index 000000000..e937ebee5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blurimage.svg @@ -0,0 +1 @@ +blur.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bonobo-component-browser.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bonobo-component-browser.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bonobo-component-browser.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-add-folder.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-add-folder.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-add-folder.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-edit.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-edit.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-new-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-new-list.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-new-list.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-new.svg new file mode 100644 index 000000000..30cad4602 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-new.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-remove.svg new file mode 100644 index 000000000..b27556abb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-remove.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-toolbar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-toolbar.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-toolbar.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark.svg new file mode 120000 index 000000000..eb7b1c3c2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark.svg @@ -0,0 +1 @@ +bookmarks.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark_add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark_add.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark_add.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmarks-bookmarked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmarks-bookmarked.svg new file mode 100644 index 000000000..15c79f2a1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmarks-bookmarked.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmarks-organize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmarks-organize.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmarks-organize.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmarks.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmarks.svg new file mode 100644 index 000000000..146e45706 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmarks.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmarks_list_add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmarks_list_add.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmarks_list_add.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/boost-boosted.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/boost-boosted.svg new file mode 100644 index 000000000..222a3a7bf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/boost-boosted.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/boost.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/boost.svg new file mode 100644 index 000000000..b6970bec2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/boost.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bordertool.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bordertool.svg new file mode 100644 index 000000000..9728a4b7c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bordertool.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bottom.svg new file mode 120000 index 000000000..2f2f40051 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bottom.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-add.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-add.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-addqueue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-addqueue.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-addqueue.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-commit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-commit.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-commit.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-diff.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-diff.svg new file mode 120000 index 000000000..28d76fd4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-diff.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-remove.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-remove.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-rmqueue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-rmqueue.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-rmqueue.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-update.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-update.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-update.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/browser-download.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/browser-download.svg new file mode 100644 index 000000000..723a718d2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/browser-download.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/burst.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/burst.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/burst.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/button_cancel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/button_cancel.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/button_cancel.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/button_ok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/button_ok.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/button_ok.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bwtonal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bwtonal.svg new file mode 100644 index 000000000..49c01a282 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bwtonal.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cab_extract.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cab_extract.svg new file mode 120000 index 000000000..653488ec3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cab_extract.svg @@ -0,0 +1 @@ +cm_extractfiles.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cab_view.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cab_view.svg new file mode 120000 index 000000000..c9929290b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cab_view.svg @@ -0,0 +1 @@ +mail-thread-watch.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/calendar-go-today.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/calendar-go-today.svg new file mode 100644 index 000000000..4d262df6d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/calendar-go-today.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/call-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/call-start.svg new file mode 100644 index 000000000..f0df272ad --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/call-start.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/call-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/call-stop.svg new file mode 100644 index 000000000..633ac5689 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/call-stop.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cancel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cancel.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cancel.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cards-block.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cards-block.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cards-block.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cd.svg new file mode 120000 index 000000000..4cd912bb6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cd.svg @@ -0,0 +1 @@ +tools-media-optical-format.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cell_edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cell_edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cell_edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/channelmixer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/channelmixer.svg new file mode 100644 index 000000000..a6fdec90b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/channelmixer.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/character-set.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/character-set.svg new file mode 120000 index 000000000..36a013999 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/character-set.svg @@ -0,0 +1 @@ +format-text-larger.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/check-filled.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/check-filled.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/check-filled.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/checkbox.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/checkbox.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/checkbox.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/checkmark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/checkmark.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/checkmark.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer-lap.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer-lap.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer-lap.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer-pause.svg new file mode 100644 index 000000000..a1286dddc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer-pause.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer-reset.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer-reset.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer-reset.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer-start.svg new file mode 100644 index 000000000..7b8b01533 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer-start.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/clear_left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/clear_left.svg new file mode 120000 index 000000000..00150527a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/clear_left.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/clock-large.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/clock-large.svg new file mode 120000 index 000000000..09c3073e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/clock-large.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/clock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/clock.svg new file mode 100644 index 000000000..868c92b50 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/clock.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cloud-download.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cloud-download.svg new file mode 100644 index 000000000..5fe169afa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cloud-download.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cloud-upload.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cloud-upload.svg new file mode 100644 index 000000000..309091b66 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cloud-upload.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_briefview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_briefview.svg new file mode 120000 index 000000000..a99300c7a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_briefview.svg @@ -0,0 +1 @@ +view-list-compact.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_columnsview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_columnsview.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_columnsview.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_copyfullnamestoclip.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_copyfullnamestoclip.svg new file mode 120000 index 000000000..e953e894e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_copyfullnamestoclip.svg @@ -0,0 +1 @@ +edit-duplicate.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_extractfiles.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_extractfiles.svg new file mode 100644 index 000000000..baabdae59 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_extractfiles.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_flatview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_flatview.svg new file mode 100644 index 000000000..ab1aaf32c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_flatview.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_markinvert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_markinvert.svg new file mode 100644 index 000000000..6479d775c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_markinvert.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_markminus.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_markminus.svg new file mode 100644 index 000000000..c7a7909f2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_markminus.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_markplus.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_markplus.svg new file mode 100644 index 000000000..99a54ff55 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_markplus.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_multirename.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_multirename.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_multirename.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_options.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_options.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_options.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_packfiles.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_packfiles.svg new file mode 120000 index 000000000..d671358dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_packfiles.svg @@ -0,0 +1 @@ +archive.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_refresh.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_refresh.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_refresh.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_runterm.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_runterm.svg new file mode 100644 index 000000000..0e7be4511 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_runterm.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_search.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_search.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_search.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_syncdirs.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_syncdirs.svg new file mode 120000 index 000000000..a854b9ffc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_syncdirs.svg @@ -0,0 +1 @@ +distribute-horizontal-center.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_thumbnailsview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_thumbnailsview.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_thumbnailsview.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_viewhistorynext.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_viewhistorynext.svg new file mode 120000 index 000000000..514fcfb1d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_viewhistorynext.svg @@ -0,0 +1 @@ +application-exit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_viewhistoryprev.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_viewhistoryprev.svg new file mode 100644 index 000000000..d294e17ad --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_viewhistoryprev.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-block.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-block.svg new file mode 100644 index 000000000..bdf198a45 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-block.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-class.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-class.svg new file mode 100644 index 000000000..0e375c5af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-class.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-context.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-context.svg new file mode 100644 index 000000000..0217036e4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-context.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-function.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-function.svg new file mode 100644 index 000000000..a5c72c28b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-function.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-typedef.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-typedef.svg new file mode 100644 index 000000000..7d151a1f0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-typedef.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-variable.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-variable.svg new file mode 100644 index 000000000..878cf8604 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-variable.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/collapse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/collapse.svg new file mode 120000 index 000000000..687a8fb01 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/collapse.svg @@ -0,0 +1 @@ +pan-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/collection-rescan-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/collection-rescan-amarok.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/collection-rescan-amarok.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-fill.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-fill.svg new file mode 100644 index 000000000..e9dd54eba --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-fill.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-gradient.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-gradient.svg new file mode 100644 index 000000000..fcca02772 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-gradient.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-management.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-management.svg new file mode 100644 index 000000000..0cb00c97c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-management.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-picker-black.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-picker-black.svg new file mode 100644 index 000000000..370e5b388 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-picker-black.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-picker-grey.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-picker-grey.svg new file mode 100644 index 000000000..469f1de84 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-picker-grey.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-picker-white.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-picker-white.svg new file mode 100644 index 000000000..9bd1f088f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-picker-white.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-picker.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-picker.svg new file mode 120000 index 000000000..1f41e7ef0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-picker.svg @@ -0,0 +1 @@ +color-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-select.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-select.svg new file mode 100644 index 000000000..6501dfbc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-select.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colorfx.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colorfx.svg new file mode 100644 index 000000000..8bb4afc90 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colorfx.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colormanagement.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colormanagement.svg new file mode 120000 index 000000000..21e4611ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colormanagement.svg @@ -0,0 +1 @@ +color-management.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colorneg.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colorneg.svg new file mode 100644 index 000000000..89fd58f36 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colorneg.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colors-chromablue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colors-chromablue.svg new file mode 100644 index 000000000..f16699af9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colors-chromablue.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colors-chromagreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colors-chromagreen.svg new file mode 100644 index 000000000..f1824ce09 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colors-chromagreen.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colors-chromared.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colors-chromared.svg new file mode 100644 index 000000000..d3ba93994 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colors-chromared.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colors-luma.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colors-luma.svg new file mode 100644 index 000000000..6aa8b1003 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colors-luma.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/compass.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/compass.svg new file mode 100644 index 000000000..9225b1f33 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/compass.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/composite-track-on.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/composite-track-on.svg new file mode 120000 index 000000000..445e9e6e8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/composite-track-on.svg @@ -0,0 +1 @@ +kdenlive-composite.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/composite-track-preview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/composite-track-preview.svg new file mode 100644 index 000000000..0bc65bba3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/composite-track-preview.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/composition.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/composition.svg new file mode 100644 index 000000000..ec935d67c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/composition.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configuration.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configuration.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configuration.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure-shortcuts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure-shortcuts.svg new file mode 120000 index 000000000..ca94a1981 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure-shortcuts.svg @@ -0,0 +1 @@ +fcitx-kbd.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure-toolbars.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure-toolbars.svg new file mode 100644 index 000000000..e446bd167 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure-toolbars.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure.svg new file mode 100644 index 000000000..22862eff5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure_shortcuts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure_shortcuts.svg new file mode 120000 index 000000000..ca94a1981 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure_shortcuts.svg @@ -0,0 +1 @@ +fcitx-kbd.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure_toolbars.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure_toolbars.svg new file mode 120000 index 000000000..9d296896c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure_toolbars.svg @@ -0,0 +1 @@ +view-media-equalizer.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/connector-avoid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/connector-avoid.svg new file mode 100644 index 000000000..eb9508866 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/connector-avoid.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/connector-ignore.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/connector-ignore.svg new file mode 100644 index 000000000..32d85f5cc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/connector-ignore.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/connector-orthogonal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/connector-orthogonal.svg new file mode 100644 index 000000000..fa1286049 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/connector-orthogonal.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/contact-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/contact-new.svg new file mode 100644 index 000000000..04428094e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/contact-new.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/contents.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/contents.svg new file mode 120000 index 000000000..8e108d860 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/contents.svg @@ -0,0 +1 @@ +view-readermode.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/contexthelp.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/contexthelp.svg new file mode 120000 index 000000000..2ed224a50 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/contexthelp.svg @@ -0,0 +1 @@ +help-contents.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/contrast.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/contrast.svg new file mode 100644 index 000000000..e23a1b0d9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/contrast.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cookies.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cookies.svg new file mode 120000 index 000000000..b32b12a9f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cookies.svg @@ -0,0 +1 @@ +tool-spray.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/coordinate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/coordinate.svg new file mode 100644 index 000000000..149087e04 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/coordinate.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/copy-coordinates.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/copy-coordinates.svg new file mode 120000 index 000000000..710c6324d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/copy-coordinates.svg @@ -0,0 +1 @@ +coordinate.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/crosshairs.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/crosshairs.svg new file mode 100644 index 000000000..5a2a2e189 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/crosshairs.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/currenttrack_pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/currenttrack_pause.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/currenttrack_pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/currenttrack_play.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/currenttrack_play.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/currenttrack_play.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cursor-arrow.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cursor-arrow.svg new file mode 120000 index 000000000..925eb22f1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cursor-arrow.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/curve-connector.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/curve-connector.svg new file mode 100644 index 000000000..a048aba29 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/curve-connector.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dashboard-show.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dashboard-show.svg new file mode 100644 index 000000000..c32da6cf9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dashboard-show.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/database-change-key.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/database-change-key.svg new file mode 100644 index 000000000..b564cd5ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/database-change-key.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/database-index.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/database-index.svg new file mode 100644 index 000000000..91e92734b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/database-index.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/database-lock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/database-lock.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/database-lock.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-execute-from-cursor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-execute-from-cursor.svg new file mode 100644 index 000000000..9a07f030c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-execute-from-cursor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-execute-to-cursor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-execute-to-cursor.svg new file mode 100644 index 000000000..dc0d24e6c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-execute-to-cursor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-run-cursor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-run-cursor.svg new file mode 100644 index 000000000..09007de31 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-run-cursor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-run.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-run.svg new file mode 100644 index 000000000..1d01f7565 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-run.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-instruction.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-instruction.svg new file mode 100644 index 000000000..96c0facde --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-instruction.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-into-instruction.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-into-instruction.svg new file mode 120000 index 000000000..f207a5551 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-into-instruction.svg @@ -0,0 +1 @@ +debug-step-instruction.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-into.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-into.svg new file mode 100644 index 000000000..355c56c32 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-into.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-out.svg new file mode 100644 index 000000000..f8be6abc7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-out.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-over.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-over.svg new file mode 100644 index 000000000..96cc9b8b5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-over.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/delete-comment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/delete-comment.svg new file mode 100644 index 000000000..2b04d41a6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/delete-comment.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/depth16to8.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/depth16to8.svg new file mode 100644 index 000000000..a7b477d56 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/depth16to8.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/depth8to16.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/depth8to16.svg new file mode 100644 index 000000000..b7d931de9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/depth8to16.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/device.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/device.svg new file mode 120000 index 000000000..a67cd894b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/device.svg @@ -0,0 +1 @@ +dialog-input-devices.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-align-and-distribute.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-align-and-distribute.svg new file mode 120000 index 000000000..019e49deb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-align-and-distribute.svg @@ -0,0 +1 @@ +format-justify-left.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-apply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-apply.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-apply.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-cancel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-cancel.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-cancel.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-close.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-error.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-error.svg new file mode 100644 index 000000000..c61d800a1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-error.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-fill-and-stroke.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-fill-and-stroke.svg new file mode 100644 index 000000000..e1875564e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-fill-and-stroke.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-filters.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-filters.svg new file mode 120000 index 000000000..bf1c124d6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-filters.svg @@ -0,0 +1 @@ +view-filter.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-geometry.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-geometry.svg new file mode 100644 index 000000000..b712104bd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-geometry.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-icon-preview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-icon-preview.svg new file mode 120000 index 000000000..7a2e5e678 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-icon-preview.svg @@ -0,0 +1 @@ +document-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-information.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-information.svg new file mode 100644 index 000000000..7937322ed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-information.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-input-devices.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-input-devices.svg new file mode 100644 index 000000000..eea870707 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-input-devices.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-layers.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-layers.svg new file mode 100644 index 000000000..c3fba236f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-layers.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-memory.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-memory.svg new file mode 120000 index 000000000..c61560183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-memory.svg @@ -0,0 +1 @@ +view-statistics.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-messages.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-messages.svg new file mode 100644 index 000000000..3d72d0326 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-messages.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-no.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-no.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-no.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-object-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-object-properties.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-object-properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-ok-apply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-ok-apply.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-ok-apply.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-ok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-ok.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-ok.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-password.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-password.svg new file mode 100644 index 000000000..26fa378a6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-password.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-path-effects.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-path-effects.svg new file mode 100644 index 000000000..c5fee0ac1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-path-effects.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-question.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-question.svg new file mode 100644 index 000000000..1e76932ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-question.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-rows-and-columns.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-rows-and-columns.svg new file mode 100644 index 000000000..14a382ff0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-rows-and-columns.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-scripts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-scripts.svg new file mode 120000 index 000000000..6957e396c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-scripts.svg @@ -0,0 +1 @@ +cm_runterm.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-selectors.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-selectors.svg new file mode 120000 index 000000000..22b942579 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-selectors.svg @@ -0,0 +1 @@ +code-context.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-templates.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-templates.svg new file mode 120000 index 000000000..911d559e6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-templates.svg @@ -0,0 +1 @@ +document-new-from-template.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-text-and-font.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-text-and-font.svg new file mode 100644 index 000000000..03ad47d2a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-text-and-font.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-tile-clones.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-tile-clones.svg new file mode 100644 index 000000000..e4d9e8cb7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-tile-clones.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-transform.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-transform.svg new file mode 120000 index 000000000..617c98bae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-transform.svg @@ -0,0 +1 @@ +kdenlive-zoom-large.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-warning.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-warning.svg new file mode 100644 index 000000000..b3f833bc0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-warning.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-xml-editor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-xml-editor.svg new file mode 100644 index 000000000..03305059c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-xml-editor.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-yes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-yes.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-yes.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dirsync.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dirsync.svg new file mode 120000 index 000000000..0e0e5bd5c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dirsync.svg @@ -0,0 +1 @@ +folder-sync.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-graph-directed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-graph-directed.svg new file mode 100644 index 000000000..d70283244 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-graph-directed.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-graph.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-graph.svg new file mode 100644 index 000000000..92d53a47c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-graph.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-baseline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-baseline.svg new file mode 100644 index 000000000..b5b5ba431 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-baseline.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-center.svg new file mode 100644 index 000000000..a2e57d8f7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-center.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-equal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-equal.svg new file mode 100644 index 000000000..3fa1e1ed0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-equal.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-gaps.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-gaps.svg new file mode 100644 index 000000000..90a5a2bed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-gaps.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-left.svg new file mode 100644 index 000000000..950db2450 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-margin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-margin.svg new file mode 100644 index 000000000..9c050cf18 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-margin.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-node.svg new file mode 100644 index 000000000..42925601d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-node.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-page.svg new file mode 100644 index 000000000..69c0e28a1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-page.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-right.svg new file mode 100644 index 000000000..de8dcd692 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-x.svg new file mode 100644 index 000000000..caafb4db8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-x.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-randomize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-randomize.svg new file mode 100644 index 000000000..4965760b9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-randomize.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-remove-overlaps.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-remove-overlaps.svg new file mode 100644 index 000000000..e4b74f6c0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-remove-overlaps.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-unclump.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-unclump.svg new file mode 100644 index 000000000..b1dd3988e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-unclump.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-baseline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-baseline.svg new file mode 120000 index 000000000..05b020a7c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-baseline.svg @@ -0,0 +1 @@ +format-text-underline.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-bottom.svg new file mode 100644 index 000000000..e6259a982 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-bottom.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-center.svg new file mode 100644 index 000000000..51b228d93 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-center.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-equal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-equal.svg new file mode 100644 index 000000000..f59b33323 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-equal.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-gaps.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-gaps.svg new file mode 100644 index 000000000..6bf838757 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-gaps.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-margin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-margin.svg new file mode 100644 index 000000000..add1a2744 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-margin.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-node.svg new file mode 100644 index 000000000..befc37731 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-node.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-page.svg new file mode 100644 index 000000000..a750b5cb3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-page.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-top.svg new file mode 100644 index 000000000..00aeaea0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-top.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-y.svg new file mode 100644 index 000000000..7de88c0b3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-y.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-cleanup.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-cleanup.svg new file mode 120000 index 000000000..00150527a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-cleanup.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-close.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-decrypt.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-decrypt.svg new file mode 120000 index 000000000..a7673957b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-decrypt.svg @@ -0,0 +1 @@ +object-unlocked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-download.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-download.svg new file mode 120000 index 000000000..6aa652ef6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-download.svg @@ -0,0 +1 @@ +edit-download.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-decrypt-verify.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-decrypt-verify.svg new file mode 100644 index 000000000..9b5b1ebcf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-decrypt-verify.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-decrypt.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-decrypt.svg new file mode 100644 index 000000000..31356afa9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-decrypt.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-encrypt.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-encrypt.svg new file mode 100644 index 000000000..23459faff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-encrypt.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-sign-encrypt.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-sign-encrypt.svg new file mode 100644 index 000000000..317cc58fa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-sign-encrypt.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-sign.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-sign.svg new file mode 100644 index 000000000..41879601e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-sign.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-verify.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-verify.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-verify.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-encrypt.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-encrypt.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-encrypt.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-encrypted.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-encrypted.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-encrypted.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-export-ocal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-export-ocal.svg new file mode 120000 index 000000000..ace4fe41a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-export-ocal.svg @@ -0,0 +1 @@ +document-export.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-export-table.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-export-table.svg new file mode 120000 index 000000000..ace4fe41a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-export-table.svg @@ -0,0 +1 @@ +document-export.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-export.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-export.svg new file mode 100644 index 000000000..a1f3a1ca5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-export.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-import-ocal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-import-ocal.svg new file mode 120000 index 000000000..c7116c65c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-import-ocal.svg @@ -0,0 +1 @@ +document-import.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-import.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-import.svg new file mode 100644 index 000000000..c88d41911 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-import.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-multiple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-multiple.svg new file mode 120000 index 000000000..d423a338d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-multiple.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-new-from-template.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-new-from-template.svg new file mode 100644 index 000000000..8a1186bce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-new-from-template.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-new.svg new file mode 100644 index 000000000..af950c6d2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-new.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open-data.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open-data.svg new file mode 120000 index 000000000..8dca637dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open-data.svg @@ -0,0 +1 @@ +document-open.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open-folder.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open-folder.svg new file mode 100644 index 000000000..585642df0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open-folder.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open-recent.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open-recent.svg new file mode 100644 index 000000000..947978672 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open-recent.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open-remote.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open-remote.svg new file mode 120000 index 000000000..c03a9d937 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open-remote.svg @@ -0,0 +1 @@ +insert-link.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open.svg new file mode 100644 index 000000000..4c0289a5d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-page-setup.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-page-setup.svg new file mode 100644 index 000000000..b01c30f94 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-page-setup.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-preview-archive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-preview-archive.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-preview-archive.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-preview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-preview.svg new file mode 100644 index 000000000..e826f35ce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-preview.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-print-direct.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-print-direct.svg new file mode 120000 index 000000000..5de601c8a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-print-direct.svg @@ -0,0 +1 @@ +document-print.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-print-frame.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-print-frame.svg new file mode 120000 index 000000000..5de601c8a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-print-frame.svg @@ -0,0 +1 @@ +document-print.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-print-preview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-print-preview.svg new file mode 100644 index 000000000..df3440604 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-print-preview.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-print.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-print.svg new file mode 100644 index 000000000..335da0158 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-print.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-properties.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-properties.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-replace.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-replace.svg new file mode 100644 index 000000000..027a6e0d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-replace.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-revert-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-revert-rtl.svg new file mode 100644 index 000000000..adc099e5e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-revert-rtl.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-revert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-revert.svg new file mode 100644 index 000000000..b37c8a053 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-revert.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-save-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-save-all.svg new file mode 100644 index 000000000..a2e6d95b0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-save-all.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-save-as.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-save-as.svg new file mode 100644 index 000000000..1b9a4e336 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-save-as.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-save.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-save.svg new file mode 100644 index 000000000..c4d5446b4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-save.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-send.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-send.svg new file mode 120000 index 000000000..771b1c825 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-send.svg @@ -0,0 +1 @@ +mail-send.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-share.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-share.svg new file mode 100644 index 000000000..05dba0f9b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-share.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-sign.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-sign.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-sign.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-swap.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-swap.svg new file mode 100644 index 000000000..6f17c2890 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-swap.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/documentation.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/documentation.svg new file mode 100644 index 000000000..3c404bb91 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/documentation.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/documentinfo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/documentinfo.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/documentinfo.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/donate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/donate.svg new file mode 100644 index 000000000..e2256f03a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/donate.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/double-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/double-page.svg new file mode 100644 index 000000000..c7008a2ab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/double-page.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/down.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/down.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/download-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/download-amarok.svg new file mode 120000 index 000000000..e2277db9a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/download-amarok.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/download-later.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/download-later.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/download-later.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/download.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/download.svg new file mode 120000 index 000000000..6aa652ef6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/download.svg @@ -0,0 +1 @@ +edit-download.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow-back.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow-back.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow-back.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow-down.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow-down.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow-forward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow-forward.svg new file mode 120000 index 000000000..c3064420a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow-forward.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow-up.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow-up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow.svg new file mode 100644 index 000000000..de6539596 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-bezier-curves.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-bezier-curves.svg new file mode 100644 index 000000000..89cdd1e5f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-bezier-curves.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-booleans.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-booleans.svg new file mode 100644 index 000000000..49b464cf7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-booleans.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-brush.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-brush.svg new file mode 100644 index 000000000..4ba612972 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-brush.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-calligraphic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-calligraphic.svg new file mode 100644 index 000000000..d5e3537c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-calligraphic.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-circle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-circle.svg new file mode 100644 index 000000000..ffc64e260 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-circle.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-connector.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-connector.svg new file mode 100644 index 000000000..8b00f16b1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-connector.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-cross.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-cross.svg new file mode 100644 index 000000000..f1e800763 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-cross.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-cuboid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-cuboid.svg new file mode 100644 index 000000000..8e30ea516 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-cuboid.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-donut.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-donut.svg new file mode 100644 index 000000000..46910d540 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-donut.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse-arc.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse-arc.svg new file mode 100644 index 000000000..6379879a6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse-arc.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse-chord.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse-chord.svg new file mode 100644 index 000000000..fcbcf2c53 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse-chord.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse-segment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse-segment.svg new file mode 100644 index 000000000..e228c6bc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse-segment.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse-whole.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse-whole.svg new file mode 100644 index 000000000..342469c55 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse-whole.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse.svg new file mode 100644 index 000000000..7e4329170 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-eraser-delete-objects.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-eraser-delete-objects.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-eraser-delete-objects.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-eraser.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-eraser.svg new file mode 100644 index 000000000..9397777cc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-eraser.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-freehand.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-freehand.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-freehand.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-angle-bisector.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-angle-bisector.svg new file mode 100644 index 000000000..1121254d1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-angle-bisector.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-circle-from-radius.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-circle-from-radius.svg new file mode 100644 index 000000000..eeed0ab36 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-circle-from-radius.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-circle-from-three-points.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-circle-from-three-points.svg new file mode 100644 index 000000000..2b9742c7c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-circle-from-three-points.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-inactive.svg new file mode 100644 index 000000000..712a94390 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-inactive.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-line-parallel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-line-parallel.svg new file mode 100644 index 000000000..491ae41da --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-line-parallel.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-line-perpendicular.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-line-perpendicular.svg new file mode 100644 index 000000000..7f81722b9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-line-perpendicular.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-line-segment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-line-segment.svg new file mode 100644 index 000000000..7b104d17f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-line-segment.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-mirror.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-mirror.svg new file mode 100644 index 000000000..a8c60f7df --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-mirror.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-set-bounding-box.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-set-bounding-box.svg new file mode 100644 index 000000000..fac49c787 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-set-bounding-box.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-show-measuring-info.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-show-measuring-info.svg new file mode 100644 index 000000000..50dfc83e6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-show-measuring-info.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry.svg new file mode 100644 index 000000000..84fb255a8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-halfcircle1.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-halfcircle1.svg new file mode 100644 index 000000000..5cdcea6e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-halfcircle1.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-halfcircle2.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-halfcircle2.svg new file mode 100644 index 000000000..e578d48d9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-halfcircle2.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-halfcircle3.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-halfcircle3.svg new file mode 100644 index 000000000..8790dd4e0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-halfcircle3.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-halfcircle4.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-halfcircle4.svg new file mode 100644 index 000000000..dcf61be5e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-halfcircle4.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-highlight.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-highlight.svg new file mode 100644 index 000000000..963912f2a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-highlight.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-line.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-line.svg new file mode 100644 index 000000000..68ed63d95 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-line.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-number.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-number.svg new file mode 100644 index 000000000..5bc3b9e13 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-number.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-path.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-path.svg new file mode 100644 index 000000000..64f74cb26 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-path.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-polygon-star.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-polygon-star.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-polygon-star.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-polygon.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-polygon.svg new file mode 100644 index 000000000..58de04c63 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-polygon.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-polyline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-polyline.svg new file mode 100644 index 000000000..4a84ce94f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-polyline.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-rectangle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-rectangle.svg new file mode 100644 index 000000000..4c89846ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-rectangle.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-spiral.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-spiral.svg new file mode 100644 index 000000000..d055aa032 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-spiral.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-square-inverted-corners.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-square-inverted-corners.svg new file mode 100644 index 000000000..d5e5b88f2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-square-inverted-corners.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-star.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-star.svg new file mode 100644 index 000000000..ec53ec49a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-star.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-text.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-text.svg new file mode 120000 index 000000000..36a013999 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-text.svg @@ -0,0 +1 @@ +format-text-larger.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-trace-background.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-trace-background.svg new file mode 100644 index 000000000..747e6033e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-trace-background.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle.svg new file mode 100644 index 000000000..734f2e3f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle1.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle1.svg new file mode 120000 index 000000000..293e17ffa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle1.svg @@ -0,0 +1 @@ +pan-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle2.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle2.svg new file mode 120000 index 000000000..a97e184da --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle2.svg @@ -0,0 +1 @@ +pan-end.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle3.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle3.svg new file mode 120000 index 000000000..687a8fb01 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle3.svg @@ -0,0 +1 @@ +pan-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle4.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle4.svg new file mode 120000 index 000000000..2603a4917 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle4.svg @@ -0,0 +1 @@ +pan-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-use-pressure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-use-pressure.svg new file mode 100644 index 000000000..b972e088f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-use-pressure.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-use-tilt.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-use-tilt.svg new file mode 100644 index 000000000..fc23d07a1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-use-tilt.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-watercolor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-watercolor.svg new file mode 100644 index 000000000..5b94a6882 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-watercolor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dynamic-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dynamic-amarok.svg new file mode 120000 index 000000000..26f669677 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dynamic-amarok.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/earthquake.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/earthquake.svg new file mode 100644 index 000000000..f283f3ca8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/earthquake.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-add.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-add.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-bomb.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-bomb.svg new file mode 100644 index 000000000..05fe8da17 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-bomb.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-all.svg new file mode 120000 index 000000000..cc1037fce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-all.svg @@ -0,0 +1 @@ +edit-clear-list.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-history.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-history.svg new file mode 100644 index 000000000..0cc15f59f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-history.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-list.svg new file mode 100644 index 000000000..cd30f49ea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-list.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-locationbar-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-locationbar-ltr.svg new file mode 120000 index 000000000..beaae7968 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-locationbar-ltr.svg @@ -0,0 +1 @@ +edit-clear-rtl.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-locationbar-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-locationbar-rtl.svg new file mode 120000 index 000000000..00150527a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-locationbar-rtl.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-rtl.svg new file mode 100644 index 000000000..b68101857 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-rtl.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear.svg new file mode 100644 index 000000000..621493a8e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clone-unlink.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clone-unlink.svg new file mode 100644 index 000000000..d70c87e15 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clone-unlink.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clone.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clone.svg new file mode 100644 index 000000000..dfbcccf21 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clone.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-comment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-comment.svg new file mode 120000 index 000000000..541dfabd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-comment.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-copy.svg new file mode 100644 index 000000000..08f8018b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-copy.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-cut.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-cut.svg new file mode 100644 index 000000000..a115e4538 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-cut.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-delete-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-delete-remove.svg new file mode 100644 index 000000000..7665c8f33 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-delete-remove.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-delete-shred.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-delete-shred.svg new file mode 100644 index 000000000..b9ffdc13f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-delete-shred.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-download.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-download.svg new file mode 100644 index 000000000..dd01af18b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-download.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-duplicate.svg new file mode 100644 index 000000000..15d50112e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-duplicate.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-entry.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-entry.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-entry.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find-mail.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find-mail.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find-mail.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find-project.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find-project.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find-project.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find-replace.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find-replace.svg new file mode 100644 index 000000000..4d8b44e91 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find-replace.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find-user.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find-user.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find.svg new file mode 100644 index 000000000..76eeeacb9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-flag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-flag.svg new file mode 120000 index 000000000..c8171f589 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-flag.svg @@ -0,0 +1 @@ +flag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-guides.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-guides.svg new file mode 100644 index 000000000..e74197f6d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-guides.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-image-face-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-image-face-add.svg new file mode 100644 index 000000000..2832853a6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-image-face-add.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-image-face-detect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-image-face-detect.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-image-face-detect.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-image-face-recognize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-image-face-recognize.svg new file mode 100644 index 000000000..5769d43b5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-image-face-recognize.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-image-face-show.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-image-face-show.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-image-face-show.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-link.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-link.svg new file mode 100644 index 000000000..fdd31a6e4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-link.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-map.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-map.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-map.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-mark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-mark.svg new file mode 120000 index 000000000..c8171f589 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-mark.svg @@ -0,0 +1 @@ +flag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-move.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-move.svg new file mode 100644 index 000000000..17c7d9b0b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-move.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-node.svg new file mode 100644 index 000000000..998f3c5c9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-node.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-none.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-none.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-none.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-opacity.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-opacity.svg new file mode 100644 index 000000000..37eed1631 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-opacity.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-paste-in-place.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-paste-in-place.svg new file mode 100644 index 000000000..0249a1c35 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-paste-in-place.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-paste-style.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-paste-style.svg new file mode 100644 index 000000000..47470f937 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-paste-style.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-paste.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-paste.svg new file mode 100644 index 000000000..2a01fa10f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-paste.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-redo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-redo.svg new file mode 100644 index 000000000..0a8d635bb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-redo.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-rename.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-rename.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-rename.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-all-layers.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-all-layers.svg new file mode 100644 index 000000000..43b61a6f7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-all-layers.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-all.svg new file mode 100644 index 000000000..f148926ef --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-all.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-invert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-invert.svg new file mode 100644 index 000000000..8796107eb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-invert.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-lasso.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-lasso.svg new file mode 100644 index 000000000..26bca6c69 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-lasso.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-none.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-none.svg new file mode 100644 index 000000000..c6e86efe0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-none.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-original.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-original.svg new file mode 100644 index 000000000..04d73b16d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-original.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-text.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-text.svg new file mode 100644 index 000000000..931f6d147 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-text.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select.svg new file mode 100644 index 000000000..94f5abee9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-cell-merge.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-cell-merge.svg new file mode 100644 index 000000000..9b01bbb27 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-cell-merge.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-cell-split.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-cell-split.svg new file mode 100644 index 000000000..87a02d850 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-cell-split.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-delete-column.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-delete-column.svg new file mode 100644 index 000000000..6e5d47048 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-delete-column.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-delete-row.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-delete-row.svg new file mode 100644 index 000000000..58dd8284c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-delete-row.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-column-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-column-left.svg new file mode 100644 index 000000000..1ebe0105b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-column-left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-column-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-column-right.svg new file mode 100644 index 000000000..a5680d278 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-column-right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-row-above.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-row-above.svg new file mode 100644 index 000000000..832f5d317 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-row-above.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-row-below.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-row-below.svg new file mode 100644 index 000000000..a448c9b86 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-row-below.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-row-under.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-row-under.svg new file mode 100644 index 000000000..2110f3965 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-row-under.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-text-frame-update.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-text-frame-update.svg new file mode 100644 index 000000000..f356ec3ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-text-frame-update.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-undo-history.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-undo-history.svg new file mode 100644 index 000000000..5795ec066 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-undo-history.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-undo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-undo.svg new file mode 100644 index 000000000..c3bc1da68 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-undo.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit.svg new file mode 100644 index 000000000..4ea089c0b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editclear.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editclear.svg new file mode 120000 index 000000000..00150527a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editclear.svg @@ -0,0 +1 @@ +edit-clear.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editcopy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editcopy.svg new file mode 120000 index 000000000..d423a338d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editcopy.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editcut.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editcut.svg new file mode 120000 index 000000000..ab241573e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editcut.svg @@ -0,0 +1 @@ +edit-cut.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editdelete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editdelete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editdelete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editimage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editimage.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editimage.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editor.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editor.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editpaste.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editpaste.svg new file mode 120000 index 000000000..f9cf17083 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editpaste.svg @@ -0,0 +1 @@ +edit-paste.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edittext.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edittext.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edittext.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edittrash.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edittrash.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edittrash.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/embosstool.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/embosstool.svg new file mode 100644 index 000000000..080cab93e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/embosstool.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/emptytrash.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/emptytrash.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/emptytrash.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/enterprise.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/enterprise.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/enterprise.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/entry-clone.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/entry-clone.svg new file mode 120000 index 000000000..d423a338d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/entry-clone.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/entry-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/entry-delete.svg new file mode 100644 index 000000000..6a935d4b9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/entry-delete.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/entry-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/entry-edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/entry-edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/entry-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/entry-new.svg new file mode 100644 index 000000000..a45d4938d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/entry-new.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/equalizer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/equalizer.svg new file mode 120000 index 000000000..9d296896c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/equalizer.svg @@ -0,0 +1 @@ +view-media-equalizer.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/error.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/error.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/error.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-all.svg new file mode 100644 index 000000000..f7f25df55 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-all.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-down.svg new file mode 100644 index 000000000..4770057ed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-down.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-horizontal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-horizontal.svg new file mode 100644 index 000000000..ffb3c862f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-horizontal.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-left.svg new file mode 100644 index 000000000..fbaf67a77 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-left.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-right.svg new file mode 100644 index 000000000..e0886add3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-right.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-up.svg new file mode 100644 index 000000000..5943ba823 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-up.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-vertical.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-vertical.svg new file mode 100644 index 000000000..805c7dbf9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-vertical.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exchange-positions-clockwise.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exchange-positions-clockwise.svg new file mode 100644 index 000000000..18b66db57 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exchange-positions-clockwise.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exchange-positions-zorder.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exchange-positions-zorder.svg new file mode 100644 index 000000000..8126fbed4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exchange-positions-zorder.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exchange-positions.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exchange-positions.svg new file mode 100644 index 000000000..6c0e5d7d2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exchange-positions.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exifinfo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exifinfo.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exifinfo.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exit.svg new file mode 120000 index 000000000..514fcfb1d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exit.svg @@ -0,0 +1 @@ +application-exit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/expand.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/expand.svg new file mode 120000 index 000000000..2603a4917 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/expand.svg @@ -0,0 +1 @@ +pan-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/extract-archive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/extract-archive.svg new file mode 120000 index 000000000..653488ec3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/extract-archive.svg @@ -0,0 +1 @@ +cm_extractfiles.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favicon-download.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favicon-download.svg new file mode 120000 index 000000000..9510df91c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favicon-download.svg @@ -0,0 +1 @@ +insert-image.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favorite-favorited.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favorite-favorited.svg new file mode 100644 index 000000000..cd40c0a63 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favorite-favorited.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favorite-genres-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favorite-genres-amarok.svg new file mode 100644 index 000000000..0e5367783 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favorite-genres-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favorite.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favorite.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favorite.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favorites.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favorites.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favorites.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-anthy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-anthy.svg new file mode 100644 index 000000000..b1962356d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-anthy.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-bopomofo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-bopomofo.svg new file mode 120000 index 000000000..919433959 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-bopomofo.svg @@ -0,0 +1 @@ +fcitx-rime.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-cangjie.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-cangjie.svg new file mode 100644 index 000000000..5fe968f01 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-cangjie.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-chewing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-chewing.svg new file mode 100644 index 000000000..3a2835c5a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-chewing.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-chn.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-chn.svg new file mode 100644 index 000000000..91d9fee9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-chn.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-chttrans-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-chttrans-active.svg new file mode 100644 index 000000000..b2643eb43 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-chttrans-active.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-chttrans-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-chttrans-inactive.svg new file mode 100644 index 000000000..c3052ba6f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-chttrans-inactive.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-erbi.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-erbi.svg new file mode 100644 index 000000000..4e1d50c20 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-erbi.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-fullwidth-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-fullwidth-active.svg new file mode 100644 index 000000000..1c4d6576c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-fullwidth-active.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-fullwidth-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-fullwidth-inactive.svg new file mode 100644 index 000000000..b32e5c3bd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-fullwidth-inactive.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-googlepinyin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-googlepinyin.svg new file mode 100644 index 000000000..e8c44b405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-googlepinyin.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-handwriting-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-handwriting-active.svg new file mode 100644 index 000000000..f6607675e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-handwriting-active.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-handwriting-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-handwriting-inactive.svg new file mode 100644 index 000000000..3f347218e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-handwriting-inactive.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-hangul.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-hangul.svg new file mode 100644 index 000000000..d895f8bac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-hangul.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-kbd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-kbd.svg new file mode 100644 index 000000000..f8ffb7a77 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-kbd.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-kkc.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-kkc.svg new file mode 100644 index 000000000..7dd1a5758 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-kkc.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-pinyin-libpinyin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-pinyin-libpinyin.svg new file mode 120000 index 000000000..d7b28edeb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-pinyin-libpinyin.svg @@ -0,0 +1 @@ +fcitx-pinyin.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-pinyin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-pinyin.svg new file mode 100644 index 000000000..b7a8f9a22 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-pinyin.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-punc-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-punc-active.svg new file mode 100644 index 000000000..d06c9b797 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-punc-active.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-punc-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-punc-inactive.svg new file mode 100644 index 000000000..22e93d49a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-punc-inactive.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-remind-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-remind-active.svg new file mode 100644 index 000000000..394adc618 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-remind-active.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-remind-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-remind-inactive.svg new file mode 100644 index 000000000..2a82f01f3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-remind-inactive.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-rime-deploy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-rime-deploy.svg new file mode 100644 index 000000000..f81676c8d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-rime-deploy.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-rime-sync.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-rime-sync.svg new file mode 100644 index 000000000..8068fb7b1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-rime-sync.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-rime.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-rime.svg new file mode 100644 index 000000000..b515c2684 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-rime.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-sayura.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-sayura.svg new file mode 100644 index 000000000..85686576a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-sayura.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-shuangpin-libpinyin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-shuangpin-libpinyin.svg new file mode 120000 index 000000000..d93668297 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-shuangpin-libpinyin.svg @@ -0,0 +1 @@ +fcitx-shuangpin.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-shuangpin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-shuangpin.svg new file mode 100644 index 000000000..edb43b21f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-shuangpin.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-skk.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-skk.svg new file mode 100644 index 000000000..3fb0f6b27 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-skk.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-sunpinyin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-sunpinyin.svg new file mode 100644 index 000000000..407d47da1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-sunpinyin.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-unikey.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-unikey.svg new file mode 100644 index 000000000..62bb6fca0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-unikey.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-vk-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-vk-active.svg new file mode 120000 index 000000000..ca94a1981 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-vk-active.svg @@ -0,0 +1 @@ +fcitx-kbd.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-vk-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-vk-inactive.svg new file mode 100644 index 000000000..56f8a2907 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-vk-inactive.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-wbpy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-wbpy.svg new file mode 120000 index 000000000..8edd84f56 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-wbpy.svg @@ -0,0 +1 @@ +fcitx-wubi.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-wubi.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-wubi.svg new file mode 100644 index 000000000..365c086ab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-wubi.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-zhuyin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-zhuyin.svg new file mode 120000 index 000000000..919433959 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-zhuyin.svg @@ -0,0 +1 @@ +fcitx-rime.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-ziranma.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-ziranma.svg new file mode 100644 index 000000000..43e7dc6f4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-ziranma.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/featured-vm.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/featured-vm.svg new file mode 120000 index 000000000..0db970529 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/featured-vm.svg @@ -0,0 +1 @@ +system-run.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/feed-subscribe.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/feed-subscribe.svg new file mode 120000 index 000000000..2f0fbff8b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/feed-subscribe.svg @@ -0,0 +1 @@ +application-rss+xml.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/file-zoom-in.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/file-zoom-in.svg new file mode 120000 index 000000000..a74d0584f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/file-zoom-in.svg @@ -0,0 +1 @@ +zoom-in.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/file-zoom-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/file-zoom-out.svg new file mode 120000 index 000000000..580ed013e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/file-zoom-out.svg @@ -0,0 +1 @@ +zoom-out.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filefind.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filefind.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filefind.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-album-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-album-amarok.svg new file mode 120000 index 000000000..f8898e2de --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-album-amarok.svg @@ -0,0 +1 @@ +media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-and-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-and-amarok.svg new file mode 100644 index 000000000..79e2a5742 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-and-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-artist-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-artist-amarok.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-artist-amarok.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-bpm-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-bpm-amarok.svg new file mode 120000 index 000000000..52a251442 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-bpm-amarok.svg @@ -0,0 +1 @@ +kt-speed-limits.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-comment-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-comment-amarok.svg new file mode 120000 index 000000000..541dfabd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-comment-amarok.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-composer-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-composer-amarok.svg new file mode 120000 index 000000000..c2db29954 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-composer-amarok.svg @@ -0,0 +1 @@ +document-edit-sign.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-dash-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-dash-amarok.svg new file mode 120000 index 000000000..bc895d387 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-dash-amarok.svg @@ -0,0 +1 @@ +dashboard-show.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-discnumber-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-discnumber-amarok.svg new file mode 100644 index 000000000..fffb91bc7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-discnumber-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-divider.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-divider.svg new file mode 100644 index 000000000..3a7e0fe47 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-divider.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-dot-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-dot-amarok.svg new file mode 100644 index 000000000..2525614e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-dot-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-filetype-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-filetype-amarok.svg new file mode 120000 index 000000000..bd5a1a3e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-filetype-amarok.svg @@ -0,0 +1 @@ +tools-rip-audio-cd.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-genre-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-genre-amarok.svg new file mode 120000 index 000000000..597fac171 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-genre-amarok.svg @@ -0,0 +1 @@ +favorite-genres-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-group-length.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-group-length.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-group-length.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-group-tracks.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-group-tracks.svg new file mode 120000 index 000000000..324bd1d2a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-group-tracks.svg @@ -0,0 +1 @@ +filename-discnumber-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-ignore-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-ignore-amarok.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-ignore-amarok.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-initial-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-initial-amarok.svg new file mode 100644 index 000000000..45a413797 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-initial-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-last-played.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-last-played.svg new file mode 120000 index 000000000..a04747903 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-last-played.svg @@ -0,0 +1 @@ +view-calendar-timeline.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-moodbar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-moodbar.svg new file mode 100644 index 000000000..70964dbd6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-moodbar.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-sample-rate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-sample-rate.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-sample-rate.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-slash-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-slash-amarok.svg new file mode 100644 index 000000000..dcca31bf6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-slash-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-space-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-space-amarok.svg new file mode 100644 index 000000000..c736f09e6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-space-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-title-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-title-amarok.svg new file mode 100644 index 000000000..d0a35ffad --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-title-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-track-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-track-amarok.svg new file mode 120000 index 000000000..324bd1d2a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-track-amarok.svg @@ -0,0 +1 @@ +filename-discnumber-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-underscore-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-underscore-amarok.svg new file mode 100644 index 000000000..618c08b93 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-underscore-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-year-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-year-amarok.svg new file mode 120000 index 000000000..54445ac9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-year-amarok.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filenew.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filenew.svg new file mode 120000 index 000000000..300fb89b6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filenew.svg @@ -0,0 +1 @@ +document-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fileopen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fileopen.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fileopen.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fileprint.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fileprint.svg new file mode 120000 index 000000000..5de601c8a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fileprint.svg @@ -0,0 +1 @@ +document-print.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filequickprint.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filequickprint.svg new file mode 120000 index 000000000..f065dadc1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filequickprint.svg @@ -0,0 +1 @@ +document-print-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filesave.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filesave.svg new file mode 120000 index 000000000..e2277db9a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filesave.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filesaveas.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filesaveas.svg new file mode 120000 index 000000000..0d756edd8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filesaveas.svg @@ -0,0 +1 @@ +document-save-as.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fileview-preview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fileview-preview.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fileview-preview.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fill-color.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fill-color.svg new file mode 120000 index 000000000..10765a172 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fill-color.svg @@ -0,0 +1 @@ +color-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filmgrain.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filmgrain.svg new file mode 100644 index 000000000..45a7029c8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filmgrain.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/find-location.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/find-location.svg new file mode 100644 index 000000000..b1805e612 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/find-location.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/find.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/find.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/find.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitbest.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitbest.svg new file mode 100644 index 000000000..3a238179f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitbest.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitheight.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitheight.svg new file mode 100644 index 000000000..2ceb88922 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitheight.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitmanual.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitmanual.svg new file mode 120000 index 000000000..f0b026afc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitmanual.svg @@ -0,0 +1 @@ +window.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitsize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitsize.svg new file mode 100644 index 000000000..1bff9cdd6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitsize.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitwidth.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitwidth.svg new file mode 100644 index 000000000..27b209c4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitwidth.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-black.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-black.svg new file mode 100644 index 000000000..da7032c74 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-black.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-blue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-blue.svg new file mode 100644 index 000000000..e081d4c20 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-blue.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-green.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-green.svg new file mode 100644 index 000000000..b8daf2a7c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-green.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-red.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-red.svg new file mode 100644 index 000000000..758f819c9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-red.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-yellow.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-yellow.svg new file mode 100644 index 000000000..1c44f6032 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-yellow.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag.svg new file mode 100644 index 000000000..bed7cc21c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flatten_simplify.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flatten_simplify.svg new file mode 100644 index 000000000..ad8dafcea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flatten_simplify.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-compact.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-compact.svg new file mode 120000 index 000000000..887959bb6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-compact.svg @@ -0,0 +1 @@ +view-compact.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-details.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-details.svg new file mode 120000 index 000000000..a379444c2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-details.svg @@ -0,0 +1 @@ +view-list-details.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-icons.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-icons.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-icons.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-new.svg new file mode 120000 index 000000000..71831b4ed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-new.svg @@ -0,0 +1 @@ +window-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-thumbs.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-thumbs.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-thumbs.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/focus-legacy-systray.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/focus-legacy-systray.svg new file mode 100644 index 000000000..65cd32a3c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/focus-legacy-systray.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/focus-top-bar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/focus-top-bar.svg new file mode 100644 index 000000000..44970c4e0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/focus-top-bar.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/focus-windows.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/focus-windows.svg new file mode 100644 index 000000000..831b98dc9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/focus-windows.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-copy.svg new file mode 100644 index 000000000..bdb1a538c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-copy.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-move.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-move.svg new file mode 100644 index 000000000..d24eb0c93 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-move.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-new.svg new file mode 100644 index 000000000..e34d41ebc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-new.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-open-recent.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-open-recent.svg new file mode 100644 index 000000000..f578d5184 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-open-recent.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-open.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-open.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-open.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-saved-search.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-saved-search.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-saved-search.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-sync.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-sync.svg new file mode 100644 index 000000000..e9d3b695c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-sync.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-tag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-tag.svg new file mode 120000 index 000000000..2bb4152ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-tag.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder_color_picker.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder_color_picker.svg new file mode 120000 index 000000000..aed247700 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder_color_picker.svg @@ -0,0 +1 @@ +color-picker.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder_new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder_new.svg new file mode 120000 index 000000000..149bcafc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder_new.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/followmouse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/followmouse.svg new file mode 120000 index 000000000..925eb22f1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/followmouse.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/font-select.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/font-select.svg new file mode 100644 index 000000000..e2b6f6cf6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/font-select.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/footsteps.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/footsteps.svg new file mode 100644 index 000000000..8e6dcd8fa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/footsteps.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fork.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fork.svg new file mode 100644 index 000000000..2447b1b45 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fork.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-add-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-add-node.svg new file mode 100644 index 000000000..cadf3b0b2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-add-node.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-align-vertical-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-align-vertical-bottom.svg new file mode 120000 index 000000000..2f2f40051 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-align-vertical-bottom.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-align-vertical-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-align-vertical-center.svg new file mode 100644 index 000000000..32da5086a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-align-vertical-center.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-align-vertical-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-align-vertical-top.svg new file mode 120000 index 000000000..bdc5bb49e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-align-vertical-top.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-border-style.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-border-style.svg new file mode 120000 index 000000000..c47e3dc4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-border-style.svg @@ -0,0 +1 @@ +draw-path.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-break-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-break-node.svg new file mode 100644 index 000000000..82e1d687e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-break-node.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-connect-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-connect-node.svg new file mode 100644 index 000000000..ab9b07872 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-connect-node.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-convert-to-path.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-convert-to-path.svg new file mode 100644 index 000000000..54831dcc7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-convert-to-path.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-currency.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-currency.svg new file mode 100644 index 000000000..0d16690fa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-currency.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-disconnect-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-disconnect-node.svg new file mode 120000 index 000000000..9dc8e1b45 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-disconnect-node.svg @@ -0,0 +1 @@ +format-connect-node.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-fill-color.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-fill-color.svg new file mode 120000 index 000000000..10765a172 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-fill-color.svg @@ -0,0 +1 @@ +color-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-font-size-less.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-font-size-less.svg new file mode 100644 index 000000000..4b8a3b291 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-font-size-less.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-font-size-more.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-font-size-more.svg new file mode 100644 index 000000000..d66d32fb6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-font-size-more.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-indent-less.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-indent-less.svg new file mode 100644 index 000000000..7aeeefbfc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-indent-less.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-indent-more.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-indent-more.svg new file mode 100644 index 000000000..6deb73e50 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-indent-more.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-insert-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-insert-node.svg new file mode 100644 index 000000000..52fc1315e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-insert-node.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-join-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-join-node.svg new file mode 100644 index 000000000..6c35d1db5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-join-node.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-justify-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-justify-center.svg new file mode 100644 index 000000000..7539838ea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-justify-center.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-justify-fill.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-justify-fill.svg new file mode 100644 index 000000000..1080e137b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-justify-fill.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-justify-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-justify-left.svg new file mode 100644 index 000000000..0732106ab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-justify-left.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-justify-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-justify-right.svg new file mode 100644 index 000000000..b289e34a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-justify-right.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-line-spacing-double.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-line-spacing-double.svg new file mode 100644 index 000000000..72cdf2d68 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-line-spacing-double.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-line-spacing-normal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-line-spacing-normal.svg new file mode 100644 index 000000000..5adff4606 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-line-spacing-normal.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-line-spacing-triple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-line-spacing-triple.svg new file mode 100644 index 000000000..04a331549 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-line-spacing-triple.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-list-ordered.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-list-ordered.svg new file mode 120000 index 000000000..007ae04b5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-list-ordered.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-list-unordered.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-list-unordered.svg new file mode 100644 index 000000000..187f99d97 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-list-unordered.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-corner.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-corner.svg new file mode 100644 index 000000000..553a90a3a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-corner.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-curve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-curve.svg new file mode 100644 index 000000000..72de7dfc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-curve.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-line.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-line.svg new file mode 100644 index 000000000..fbde1b9d9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-line.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-smooth.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-smooth.svg new file mode 100644 index 000000000..340a493ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-smooth.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-symmetric.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-symmetric.svg new file mode 100644 index 000000000..1b53e6c40 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-symmetric.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-number-percent.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-number-percent.svg new file mode 100644 index 000000000..254a8b067 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-number-percent.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-precision-less.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-precision-less.svg new file mode 100644 index 000000000..602e11b72 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-precision-less.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-precision-more.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-precision-more.svg new file mode 100644 index 000000000..71199b87f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-precision-more.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-remove-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-remove-node.svg new file mode 100644 index 000000000..5854c6348 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-remove-node.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-segment-curve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-segment-curve.svg new file mode 100644 index 000000000..86765d939 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-segment-curve.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-segment-line.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-segment-line.svg new file mode 100644 index 000000000..a286ff74e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-segment-line.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-stroke-color.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-stroke-color.svg new file mode 120000 index 000000000..7a7334d57 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-stroke-color.svg @@ -0,0 +1 @@ +align-vertical-baseline.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-blockquote.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-blockquote.svg new file mode 100644 index 000000000..5fe5ecbce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-blockquote.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-bold.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-bold.svg new file mode 100644 index 000000000..b5bed8960 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-bold.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-capitalize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-capitalize.svg new file mode 100644 index 000000000..ccf9019a4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-capitalize.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-code.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-code.svg new file mode 120000 index 000000000..a6da8dd3b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-code.svg @@ -0,0 +1 @@ +dialog-xml-editor.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-color.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-color.svg new file mode 120000 index 000000000..36a013999 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-color.svg @@ -0,0 +1 @@ +format-text-larger.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-horizontal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-horizontal.svg new file mode 100644 index 000000000..36b825748 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-horizontal.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-ltr.svg new file mode 100644 index 000000000..cacad559d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-ltr.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-r2l.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-r2l.svg new file mode 100644 index 000000000..dea0a3f36 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-r2l.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-rtl.svg new file mode 100644 index 000000000..d68bec583 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-rtl.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-vertical-lr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-vertical-lr.svg new file mode 100644 index 000000000..d78ca9132 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-vertical-lr.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-vertical.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-vertical.svg new file mode 100644 index 000000000..5de19df03 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-vertical.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-italic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-italic.svg new file mode 100644 index 000000000..dc77e37cd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-italic.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-larger.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-larger.svg new file mode 100644 index 000000000..3b23ed549 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-larger.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-lowercase.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-lowercase.svg new file mode 100644 index 000000000..97c9fe5ad --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-lowercase.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-remove-formatting.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-remove-formatting.svg new file mode 100644 index 000000000..6b953e743 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-remove-formatting.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-smaller.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-smaller.svg new file mode 100644 index 000000000..29e6f4e74 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-smaller.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-strikethrough.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-strikethrough.svg new file mode 100644 index 000000000..615283e1e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-strikethrough.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-subscript.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-subscript.svg new file mode 100644 index 000000000..4faab012a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-subscript.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-superscript.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-superscript.svg new file mode 100644 index 000000000..4a5328258 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-superscript.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-symbol.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-symbol.svg new file mode 100644 index 000000000..f5dcdaca8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-symbol.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-underline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-underline.svg new file mode 100644 index 000000000..0b48eef6c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-underline.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-uppercase.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-uppercase.svg new file mode 100644 index 000000000..0570c74d6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-uppercase.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/formula.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/formula.svg new file mode 100644 index 000000000..249b70706 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/formula.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/forward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/forward.svg new file mode 120000 index 000000000..c34946671 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/forward.svg @@ -0,0 +1 @@ +mail-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-achievements.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-achievements.svg new file mode 100644 index 000000000..b2f5825eb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-achievements.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-background.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-background.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-background.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-board.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-board.svg new file mode 100644 index 000000000..434fdea80 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-board.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-custom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-custom.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-custom.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-options.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-options.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-options.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-theme.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-theme.svg new file mode 120000 index 000000000..2873b7efa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-theme.svg @@ -0,0 +1 @@ +draw-brush.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-tiles.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-tiles.svg new file mode 100644 index 000000000..f2ded75dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-tiles.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-difficult.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-difficult.svg new file mode 100644 index 000000000..d2fa619c9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-difficult.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-endturn.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-endturn.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-endturn.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-highscores.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-highscores.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-highscores.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-hint.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-hint.svg new file mode 100644 index 000000000..bdb79913e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-hint.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-solve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-solve.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-solve.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/geany-build.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/geany-build.svg new file mode 120000 index 000000000..28d76fd4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/geany-build.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/geany-close-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/geany-close-all.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/geany-close-all.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/geany-save-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/geany-save-all.svg new file mode 120000 index 000000000..43e072f4d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/geany-save-all.svg @@ -0,0 +1 @@ +document-save-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/get-hot-new-stuff.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/get-hot-new-stuff.svg new file mode 100644 index 000000000..83a0dba7e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/get-hot-new-stuff.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-branch.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-branch.svg new file mode 100644 index 000000000..0bae219a5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-branch.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-diff-view.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-diff-view.svg new file mode 120000 index 000000000..36fc9a41c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-diff-view.svg @@ -0,0 +1 @@ +cm_flatview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-history-view.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-history-view.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-history-view.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-remote.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-remote.svg new file mode 120000 index 000000000..4d518f8f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-remote.svg @@ -0,0 +1 @@ +atmosphere.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-tag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-tag.svg new file mode 120000 index 000000000..2bb4152ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-tag.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/globe.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/globe.svg new file mode 120000 index 000000000..4d518f8f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/globe.svg @@ -0,0 +1 @@ +atmosphere.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-app-install-star.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-app-install-star.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-app-install-star.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-lockscreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-lockscreen.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-lockscreen.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-searchtool.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-searchtool.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-searchtool.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-stock-mail-fwd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-stock-mail-fwd.svg new file mode 120000 index 000000000..c34946671 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-stock-mail-fwd.svg @@ -0,0 +1 @@ +mail-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-stock-mail-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-stock-mail-new.svg new file mode 120000 index 000000000..2c823c0ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-stock-mail-new.svg @@ -0,0 +1 @@ +mail-message-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-stock-mail-rpl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-stock-mail-rpl.svg new file mode 120000 index 000000000..08677c8af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-stock-mail-rpl.svg @@ -0,0 +1 @@ +reply.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-stock-mail-snd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-stock-mail-snd.svg new file mode 120000 index 000000000..771b1c825 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-stock-mail-snd.svg @@ -0,0 +1 @@ +mail-send.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnumeric-comment-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnumeric-comment-edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnumeric-comment-edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnumeric-link-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnumeric-link-edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnumeric-link-edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-bottom.svg new file mode 100644 index 000000000..f4fb3fe40 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-bottom.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-down-search.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-down-search.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-down-search.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-down.svg new file mode 100644 index 000000000..5851aed3b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-down.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-first-view-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-first-view-page.svg new file mode 120000 index 000000000..c9c12cb65 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-first-view-page.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-first-view.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-first-view.svg new file mode 120000 index 000000000..c9c12cb65 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-first-view.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-first.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-first.svg new file mode 100644 index 000000000..2033a7f41 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-first.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-home-large.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-home-large.svg new file mode 120000 index 000000000..5cbdae998 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-home-large.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-home.svg new file mode 100644 index 000000000..9201fbc16 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-home.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-declaration.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-declaration.svg new file mode 100644 index 000000000..a9a94b617 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-declaration.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-definition.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-definition.svg new file mode 100644 index 000000000..f1f130846 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-definition.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-locationbar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-locationbar.svg new file mode 120000 index 000000000..2d8778593 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-locationbar.svg @@ -0,0 +1 @@ +go-jump.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-rtl.svg new file mode 100644 index 000000000..babb715df --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-rtl.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-today.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-today.svg new file mode 120000 index 000000000..54445ac9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-today.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump.svg new file mode 100644 index 000000000..f1115f260 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-last-view-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-last-view-page.svg new file mode 120000 index 000000000..f9bbb2747 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-last-view-page.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-last-view.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-last-view.svg new file mode 120000 index 000000000..f9bbb2747 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-last-view.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-last.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-last.svg new file mode 100644 index 000000000..ec309a309 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-last.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-left.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-left.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next-context.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next-context.svg new file mode 100644 index 000000000..646495021 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next-context.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next-use.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next-use.svg new file mode 100644 index 000000000..ec164c9c3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next-use.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next-view-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next-view-page.svg new file mode 120000 index 000000000..c3064420a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next-view-page.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next-view.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next-view.svg new file mode 120000 index 000000000..c3064420a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next-view.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next.svg new file mode 100644 index 000000000..30baa8f81 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-parent-folder.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-parent-folder.svg new file mode 100644 index 000000000..99ad12768 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-parent-folder.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous-context.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous-context.svg new file mode 100644 index 000000000..f3fed74b1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous-context.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous-use.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous-use.svg new file mode 100644 index 000000000..cb9576f88 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous-use.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous-view-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous-view-page.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous-view-page.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous-view.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous-view.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous-view.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous.svg new file mode 100644 index 000000000..f3c1b2e6d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-right.svg new file mode 120000 index 000000000..c3064420a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-right.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-today.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-today.svg new file mode 120000 index 000000000..516e9f164 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-today.svg @@ -0,0 +1 @@ +calendar-go-today.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-top.svg new file mode 100644 index 000000000..3d45eb086 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-top.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-up-search.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-up-search.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-up-search.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-up.svg new file mode 100644 index 000000000..68b994454 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-up.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gohome.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gohome.svg new file mode 120000 index 000000000..5cbdae998 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gohome.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gpg.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gpg.svg new file mode 120000 index 000000000..a7673957b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gpg.svg @@ -0,0 +1 @@ +object-unlocked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gpgsm.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gpgsm.svg new file mode 120000 index 000000000..a7673957b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gpgsm.svg @@ -0,0 +1 @@ +object-unlocked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gps.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gps.svg new file mode 120000 index 000000000..940ccf439 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gps.svg @@ -0,0 +1 @@ +edit-paste-in-place.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/grid-axonometric.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/grid-axonometric.svg new file mode 100644 index 000000000..d5df71806 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/grid-axonometric.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/grid-rectangular.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/grid-rectangular.svg new file mode 100644 index 000000000..75c2fc9c5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/grid-rectangular.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/grid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/grid.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/grid.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/group-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/group-delete.svg new file mode 100644 index 000000000..e3673a26b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/group-delete.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/group-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/group-edit.svg new file mode 100644 index 000000000..fb8dac842 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/group-edit.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/group-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/group-new.svg new file mode 100644 index 000000000..f21367229 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/group-new.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-home.svg new file mode 120000 index 000000000..5cbdae998 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-home.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-note-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-note-new.svg new file mode 120000 index 000000000..00bdd8a7a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-note-new.svg @@ -0,0 +1 @@ +stock_notes.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-people.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-people.svg new file mode 120000 index 000000000..0fca1fb6f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-people.svg @@ -0,0 +1 @@ +view-user-offline-kopete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-plugin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-plugin.svg new file mode 120000 index 000000000..7563411ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-plugin.svg @@ -0,0 +1 @@ +plugins.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-tag-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-tag-new.svg new file mode 120000 index 000000000..4bfd68bd7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-tag-new.svg @@ -0,0 +1 @@ +tag-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-tag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-tag.svg new file mode 120000 index 000000000..2bb4152ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-tag.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-tags-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-tags-all.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-tags-all.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-tags-none.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-tags-none.svg new file mode 120000 index 000000000..cc1037fce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-tags-none.svg @@ -0,0 +1 @@ +edit-clear-list.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-dismiss.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-dismiss.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-dismiss.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-done.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-done.svg new file mode 120000 index 000000000..13ebf1395 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-done.svg @@ -0,0 +1 @@ +view-calendar-special-occasion.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-new.svg new file mode 120000 index 000000000..8ca434ee4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-new.svg @@ -0,0 +1 @@ +view-calendar-day.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-undismiss.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-undismiss.svg new file mode 120000 index 000000000..88a18b65f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-undismiss.svg @@ -0,0 +1 @@ +edit-undo.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-undone.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-undone.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-undone.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-work.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-work.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-work.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-about.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-about.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-about.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-add.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-add.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-apply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-apply.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-apply.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-authentication.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-authentication.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-authentication.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-bold.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-bold.svg new file mode 120000 index 000000000..3921884c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-bold.svg @@ -0,0 +1 @@ +format-text-bold.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-cancel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-cancel.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-cancel.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-cdrom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-cdrom.svg new file mode 120000 index 000000000..4cd912bb6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-cdrom.svg @@ -0,0 +1 @@ +tools-media-optical-format.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-clear.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-clear.svg new file mode 120000 index 000000000..cc1037fce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-clear.svg @@ -0,0 +1 @@ +edit-clear-list.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-close.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-color-picker.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-color-picker.svg new file mode 120000 index 000000000..1f41e7ef0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-color-picker.svg @@ -0,0 +1 @@ +color-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-connect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-connect.svg new file mode 120000 index 000000000..425dcc6b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-connect.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-convert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-convert.svg new file mode 100644 index 000000000..294582c80 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-convert.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-copy.svg new file mode 120000 index 000000000..d423a338d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-copy.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-cut.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-cut.svg new file mode 120000 index 000000000..ab241573e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-cut.svg @@ -0,0 +1 @@ +edit-cut.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-directory.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-directory.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-directory.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-disconnect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-disconnect.svg new file mode 120000 index 000000000..a3b26c720 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-disconnect.svg @@ -0,0 +1 @@ +network-disconnect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-dnd-multiple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-dnd-multiple.svg new file mode 120000 index 000000000..d423a338d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-dnd-multiple.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-execute.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-execute.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-execute.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-file.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-file.svg new file mode 120000 index 000000000..5e86bb448 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-file.svg @@ -0,0 +1 @@ +snap-page.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-find-and-replace.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-find-and-replace.svg new file mode 120000 index 000000000..0c2ba2934 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-find-and-replace.svg @@ -0,0 +1 @@ +edit-find-replace.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-find.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-find.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-find.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-floppy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-floppy.svg new file mode 120000 index 000000000..e2277db9a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-floppy.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-fullscreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-fullscreen.svg new file mode 120000 index 000000000..cbaa8381f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-fullscreen.svg @@ -0,0 +1 @@ +view-fullscreen.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-back-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-back-ltr.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-back-ltr.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-back-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-back-rtl.svg new file mode 120000 index 000000000..c3064420a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-back-rtl.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-down.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-down.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-forward-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-forward-ltr.svg new file mode 120000 index 000000000..c3064420a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-forward-ltr.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-forward-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-forward-rtl.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-forward-rtl.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-up.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-bottom.svg new file mode 120000 index 000000000..2f2f40051 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-bottom.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-first-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-first-ltr.svg new file mode 120000 index 000000000..c9c12cb65 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-first-ltr.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-first-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-first-rtl.svg new file mode 120000 index 000000000..f9bbb2747 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-first-rtl.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-last-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-last-ltr.svg new file mode 120000 index 000000000..f9bbb2747 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-last-ltr.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-last-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-last-rtl.svg new file mode 120000 index 000000000..c9c12cb65 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-last-rtl.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-top.svg new file mode 120000 index 000000000..bdc5bb49e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-top.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-home.svg new file mode 120000 index 000000000..5cbdae998 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-home.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-indent-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-indent-ltr.svg new file mode 120000 index 000000000..db83cea1a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-indent-ltr.svg @@ -0,0 +1 @@ +format-indent-more.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-indent-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-indent-rtl.svg new file mode 120000 index 000000000..c5f500214 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-indent-rtl.svg @@ -0,0 +1 @@ +format-indent-less.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-index.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-index.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-index.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-info.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-info.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-info.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-italic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-italic.svg new file mode 120000 index 000000000..a20d81293 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-italic.svg @@ -0,0 +1 @@ +format-text-italic.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-jump-to-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-jump-to-ltr.svg new file mode 120000 index 000000000..2d8778593 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-jump-to-ltr.svg @@ -0,0 +1 @@ +go-jump.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-jump-to-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-jump-to-rtl.svg new file mode 120000 index 000000000..ccdd201d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-jump-to-rtl.svg @@ -0,0 +1 @@ +go-jump-rtl.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-justify-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-justify-center.svg new file mode 120000 index 000000000..68248d20b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-justify-center.svg @@ -0,0 +1 @@ +format-justify-center.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-justify-fill.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-justify-fill.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-justify-fill.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-justify-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-justify-left.svg new file mode 120000 index 000000000..019e49deb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-justify-left.svg @@ -0,0 +1 @@ +format-justify-left.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-justify-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-justify-right.svg new file mode 120000 index 000000000..28bd79075 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-justify-right.svg @@ -0,0 +1 @@ +format-justify-right.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-leave-fullscreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-leave-fullscreen.svg new file mode 120000 index 000000000..cbaa8381f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-leave-fullscreen.svg @@ -0,0 +1 @@ +view-fullscreen.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-forward-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-forward-ltr.svg new file mode 120000 index 000000000..9c64c025a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-forward-ltr.svg @@ -0,0 +1 @@ +media-seek-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-forward-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-forward-rtl.svg new file mode 120000 index 000000000..ebae8aa61 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-forward-rtl.svg @@ -0,0 +1 @@ +media-seek-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-next-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-next-ltr.svg new file mode 120000 index 000000000..82214a21e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-next-ltr.svg @@ -0,0 +1 @@ +media-skip-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-next-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-next-rtl.svg new file mode 120000 index 000000000..a0af1946d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-next-rtl.svg @@ -0,0 +1 @@ +media-skip-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-pause.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-play-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-play-ltr.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-play-ltr.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-previous-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-previous-ltr.svg new file mode 120000 index 000000000..a0af1946d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-previous-ltr.svg @@ -0,0 +1 @@ +media-skip-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-previous-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-previous-rtl.svg new file mode 120000 index 000000000..82214a21e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-previous-rtl.svg @@ -0,0 +1 @@ +media-skip-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-record.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-record.svg new file mode 120000 index 000000000..8ca2d4396 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-record.svg @@ -0,0 +1 @@ +media-record.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-rewind-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-rewind-ltr.svg new file mode 120000 index 000000000..ebae8aa61 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-rewind-ltr.svg @@ -0,0 +1 @@ +media-seek-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-rewind-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-rewind-rtl.svg new file mode 120000 index 000000000..9c64c025a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-rewind-rtl.svg @@ -0,0 +1 @@ +media-seek-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-stop.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-new.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-new.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-no.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-no.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-no.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-ok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-ok.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-ok.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-open.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-open.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-open.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-paste.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-paste.svg new file mode 120000 index 000000000..f9cf17083 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-paste.svg @@ -0,0 +1 @@ +edit-paste.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-preferences.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-preferences.svg new file mode 120000 index 000000000..0db970529 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-preferences.svg @@ -0,0 +1 @@ +system-run.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-print-preview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-print-preview.svg new file mode 120000 index 000000000..f065dadc1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-print-preview.svg @@ -0,0 +1 @@ +document-print-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-print.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-print.svg new file mode 120000 index 000000000..5de601c8a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-print.svg @@ -0,0 +1 @@ +document-print.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-properties.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-quit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-quit.svg new file mode 120000 index 000000000..cc1037fce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-quit.svg @@ -0,0 +1 @@ +edit-clear-list.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-refresh.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-refresh.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-refresh.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-remove.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-remove.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-revert-to-saved-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-revert-to-saved-ltr.svg new file mode 120000 index 000000000..c4692e0b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-revert-to-saved-ltr.svg @@ -0,0 +1 @@ +document-revert.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-revert-to-saved-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-revert-to-saved-rtl.svg new file mode 120000 index 000000000..c4692e0b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-revert-to-saved-rtl.svg @@ -0,0 +1 @@ +document-revert.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-save-as.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-save-as.svg new file mode 120000 index 000000000..0d756edd8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-save-as.svg @@ -0,0 +1 @@ +document-save-as.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-save.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-save.svg new file mode 120000 index 000000000..e2277db9a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-save.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-select-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-select-all.svg new file mode 120000 index 000000000..6754181aa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-select-all.svg @@ -0,0 +1 @@ +edit-select-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-select-color.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-select-color.svg new file mode 120000 index 000000000..aed247700 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-select-color.svg @@ -0,0 +1 @@ +color-picker.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-select-font.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-select-font.svg new file mode 100644 index 000000000..2b91cccee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-select-font.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-spell-check.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-spell-check.svg new file mode 120000 index 000000000..9100ee79f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-spell-check.svg @@ -0,0 +1 @@ +tools-check-spelling.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-stop.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-stop.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-undelete-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-undelete-ltr.svg new file mode 120000 index 000000000..88a18b65f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-undelete-ltr.svg @@ -0,0 +1 @@ +edit-undo.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-undelete-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-undelete-rtl.svg new file mode 120000 index 000000000..a13a878cc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-undelete-rtl.svg @@ -0,0 +1 @@ +edit-redo.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-yes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-yes.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-yes.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-zoom-fit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-zoom-fit.svg new file mode 120000 index 000000000..cc77c1cf2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-zoom-fit.svg @@ -0,0 +1 @@ +zoom-fit-selection.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/guides.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/guides.svg new file mode 100644 index 000000000..cf02397f5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/guides.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hand.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hand.svg new file mode 120000 index 000000000..374fc6e99 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hand.svg @@ -0,0 +1 @@ +transform-browse.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/handle-sort.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/handle-sort.svg new file mode 100644 index 000000000..cd16b5729 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/handle-sort.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-activity.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-activity.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-activity.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-add-queue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-add-queue.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-add-queue.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-complete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-complete.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-complete.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-pause.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-picture.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-picture.svg new file mode 120000 index 000000000..5a18f81f1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-picture.svg @@ -0,0 +1 @@ +view-list-video.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-presets.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-presets.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-presets.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-remove.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-remove.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-showqueue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-showqueue.svg new file mode 120000 index 000000000..007ae04b5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-showqueue.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-source.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-source.svg new file mode 120000 index 000000000..8dca637dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-source.svg @@ -0,0 +1 @@ +document-open.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-start.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-start.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-stop.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-stop.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-about.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-about.svg new file mode 100644 index 000000000..30508764c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-about.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-contents-vmware.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-contents-vmware.svg new file mode 120000 index 000000000..2ed224a50 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-contents-vmware.svg @@ -0,0 +1 @@ +help-contents.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-contents.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-contents.svg new file mode 100644 index 000000000..753d6d34e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-contents.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-contextual.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-contextual.svg new file mode 120000 index 000000000..2ed224a50 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-contextual.svg @@ -0,0 +1 @@ +help-contents.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-donate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-donate.svg new file mode 120000 index 000000000..761fdb59a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-donate.svg @@ -0,0 +1 @@ +taxes-finances.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-feedback.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-feedback.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-feedback.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-hint.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-hint.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-hint.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-info.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-info.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-info.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-keybord-shortcuts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-keybord-shortcuts.svg new file mode 120000 index 000000000..ca94a1981 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-keybord-shortcuts.svg @@ -0,0 +1 @@ +fcitx-kbd.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-whatsthis.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-whatsthis.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-whatsthis.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help.svg new file mode 120000 index 000000000..2ed224a50 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help.svg @@ -0,0 +1 @@ +help-contents.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hidemouse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hidemouse.svg new file mode 120000 index 000000000..d4c735123 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hidemouse.svg @@ -0,0 +1 @@ +kr_unselect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hint.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hint.svg new file mode 100644 index 000000000..cbf2da94f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hint.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/history.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/history.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/history.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/history_entry.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/history_entry.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/history_entry.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/homerun.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/homerun.svg new file mode 100644 index 000000000..e3e5dd85f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/homerun.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hook-notifier.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hook-notifier.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hook-notifier.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/horizontal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/horizontal.svg new file mode 100644 index 000000000..14d5371de --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/horizontal.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hotpixels.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hotpixels.svg new file mode 100644 index 000000000..a510748d7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hotpixels.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/icon_console.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/icon_console.svg new file mode 100644 index 000000000..aec195e2b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/icon_console.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/icon_details.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/icon_details.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/icon_details.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/icon_radio.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/icon_radio.svg new file mode 100644 index 000000000..c16843d48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/icon_radio.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/identity.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/identity.svg new file mode 120000 index 000000000..8aae9657d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/identity.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-aim.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-aim.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-aim.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-ban-kick-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-ban-kick-user.svg new file mode 120000 index 000000000..2379f012d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-ban-kick-user.svg @@ -0,0 +1 @@ +im-kick-user.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-ban-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-ban-user.svg new file mode 100644 index 000000000..22df8f34c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-ban-user.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-facebook.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-facebook.svg new file mode 100644 index 000000000..722460a1c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-facebook.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-gadugadu.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-gadugadu.svg new file mode 100644 index 000000000..113984a5c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-gadugadu.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-google-talk.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-google-talk.svg new file mode 100644 index 000000000..05be3359d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-google-talk.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-google.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-google.svg new file mode 100644 index 000000000..ae2459d99 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-google.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-groupwise.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-groupwise.svg new file mode 100644 index 000000000..2a4b51bc8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-groupwise.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-icq.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-icq.svg new file mode 100644 index 000000000..7414beb16 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-icq.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-identi.ca.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-identi.ca.svg new file mode 100644 index 000000000..7dcd90c73 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-identi.ca.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-invisible-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-invisible-user.svg new file mode 100644 index 000000000..ae4c6aa4c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-invisible-user.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-irc.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-irc.svg new file mode 100644 index 000000000..3e7296fb2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-irc.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-jabber.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-jabber.svg new file mode 100644 index 000000000..22b7c9e0d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-jabber.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-kick-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-kick-user.svg new file mode 100644 index 000000000..4db63b06d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-kick-user.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-local-xmpp.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-local-xmpp.svg new file mode 120000 index 000000000..979d9af12 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-local-xmpp.svg @@ -0,0 +1 @@ +im-jabber.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-message-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-message-new.svg new file mode 120000 index 000000000..2c823c0ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-message-new.svg @@ -0,0 +1 @@ +mail-message-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-msn.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-msn.svg new file mode 100644 index 000000000..92d27a8b4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-msn.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-nov.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-nov.svg new file mode 120000 index 000000000..83745bf66 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-nov.svg @@ -0,0 +1 @@ +im-groupwise.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-qq.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-qq.svg new file mode 100644 index 000000000..463d3e1ef --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-qq.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-skype.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-skype.svg new file mode 100644 index 000000000..ef8faa688 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-skype.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-twitter.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-twitter.svg new file mode 100644 index 000000000..77c5ef2aa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-twitter.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user-away.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user-away.svg new file mode 100644 index 000000000..e8a5c910f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user-away.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user-busy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user-busy.svg new file mode 100644 index 000000000..247a38c53 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user-busy.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user-offline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user-offline.svg new file mode 100644 index 000000000..324d21d1d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user-offline.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user-online.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user-online.svg new file mode 100644 index 000000000..03780c7da --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user-online.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user.svg new file mode 100644 index 000000000..3724bcce7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-yahoo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-yahoo.svg new file mode 100644 index 000000000..2e84c9032 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-yahoo.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-youtube.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-youtube.svg new file mode 100644 index 000000000..7330e1fe5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-youtube.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-adjust.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-adjust.svg new file mode 120000 index 000000000..aa5daf85f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-adjust.svg @@ -0,0 +1 @@ +adjustlevels.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-auto-adjust.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-auto-adjust.svg new file mode 120000 index 000000000..790262367 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-auto-adjust.svg @@ -0,0 +1 @@ +autocorrection.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-crop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-crop.svg new file mode 100644 index 000000000..85e56eab7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-crop.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-denoise.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-denoise.svg new file mode 100644 index 000000000..a2f5f2ec4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-denoise.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-filter.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-filter.svg new file mode 100644 index 000000000..3ac9d002a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-filter.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-loading.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-loading.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-loading.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-missing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-missing.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-missing.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-red-eye.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-red-eye.svg new file mode 100644 index 000000000..6ab245816 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-red-eye.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-sharpen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-sharpen.svg new file mode 100644 index 000000000..34a606e8e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-sharpen.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-straighten.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-straighten.svg new file mode 100644 index 000000000..7eee00394 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-straighten.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/imagecomment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/imagecomment.svg new file mode 120000 index 000000000..541dfabd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/imagecomment.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/inbox.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/inbox.svg new file mode 100644 index 000000000..73af5e0c7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/inbox.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-button.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-button.svg new file mode 100644 index 000000000..355cdfc36 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-button.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-emoticon.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-emoticon.svg new file mode 100644 index 000000000..91667de6d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-emoticon.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-endnote.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-endnote.svg new file mode 100644 index 000000000..7e658ae8c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-endnote.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-footnote.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-footnote.svg new file mode 100644 index 000000000..55c54b4d8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-footnote.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-horizontal-rule.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-horizontal-rule.svg new file mode 120000 index 000000000..c47e3dc4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-horizontal-rule.svg @@ -0,0 +1 @@ +draw-path.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-image.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-image.svg new file mode 100644 index 000000000..36e739bc9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-image.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-link.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-link.svg new file mode 100644 index 000000000..a5d2987a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-link.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-math-expression.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-math-expression.svg new file mode 100644 index 000000000..eb7925a4d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-math-expression.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-more-mark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-more-mark.svg new file mode 100644 index 000000000..e994e73fb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-more-mark.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-object.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-object.svg new file mode 100644 index 000000000..b74be3fd5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-object.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-page-break.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-page-break.svg new file mode 100644 index 000000000..6ba3d3c20 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-page-break.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-table-of-contents.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-table-of-contents.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-table-of-contents.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-table.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-table.svg new file mode 100644 index 000000000..9370a93d6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-table.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-tableofcontents.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-tableofcontents.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-tableofcontents.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-text-frame.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-text-frame.svg new file mode 100644 index 000000000..001d0ee14 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-text-frame.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-text.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-text.svg new file mode 100644 index 000000000..af4a73302 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-text.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/interactive_simplify.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/interactive_simplify.svg new file mode 100644 index 000000000..55ed8edb6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/interactive_simplify.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/internet-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/internet-amarok.svg new file mode 120000 index 000000000..4d518f8f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/internet-amarok.svg @@ -0,0 +1 @@ +atmosphere.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/internet-services.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/internet-services.svg new file mode 120000 index 000000000..425dcc6b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/internet-services.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/invertimage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/invertimage.svg new file mode 120000 index 000000000..ada864c99 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/invertimage.svg @@ -0,0 +1 @@ +edit-select-invert.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-channel-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-channel-active.svg new file mode 120000 index 000000000..324bd1d2a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-channel-active.svg @@ -0,0 +1 @@ +filename-discnumber-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-channel-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-channel-inactive.svg new file mode 100644 index 000000000..e5200ddb3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-channel-inactive.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-close-channel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-close-channel.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-close-channel.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-join-channel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-join-channel.svg new file mode 120000 index 000000000..8dca637dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-join-channel.svg @@ -0,0 +1 @@ +document-open.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-operator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-operator.svg new file mode 120000 index 000000000..b3dc283d1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-operator.svg @@ -0,0 +1 @@ +kdenlive-custom-effect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-remove-operator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-remove-operator.svg new file mode 100644 index 000000000..f10b925c5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-remove-operator.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-unvoice.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-unvoice.svg new file mode 120000 index 000000000..b941b1859 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-unvoice.svg @@ -0,0 +1 @@ +player-volume-muted.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-voice.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-voice.svg new file mode 120000 index 000000000..c4533054a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-voice.svg @@ -0,0 +1 @@ +player-volume.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/items-tags.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/items-tags.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/items-tags.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-add.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-add.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-cancel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-cancel.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-cancel.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-copy-link.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-copy-link.svg new file mode 120000 index 000000000..c03a9d937 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-copy-link.svg @@ -0,0 +1 @@ +insert-link.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-error.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-error.svg new file mode 120000 index 000000000..3b41d91ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-error.svg @@ -0,0 +1 @@ +dialog-error.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-folder.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-folder.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-folder.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-information.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-information.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-information.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-open-browser.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-open-browser.svg new file mode 120000 index 000000000..425dcc6b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-open-browser.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-question.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-question.svg new file mode 120000 index 000000000..2ed224a50 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-question.svg @@ -0,0 +1 @@ +help-contents.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-quit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-quit.svg new file mode 120000 index 000000000..cc1037fce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-quit.svg @@ -0,0 +1 @@ +edit-clear-list.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-remove.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-remove.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-resize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-resize.svg new file mode 120000 index 000000000..cbaa8381f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-resize.svg @@ -0,0 +1 @@ +view-fullscreen.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-rotate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-rotate.svg new file mode 120000 index 000000000..ae703d503 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-rotate.svg @@ -0,0 +1 @@ +transform-rotate.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-select-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-select-all.svg new file mode 120000 index 000000000..6754181aa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-select-all.svg @@ -0,0 +1 @@ +edit-select-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-settings.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-settings.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-settings.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-stop.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-tools.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-tools.svg new file mode 120000 index 000000000..9d296896c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-tools.svg @@ -0,0 +1 @@ +view-media-equalizer.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-upload.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-upload.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-upload.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-utils.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-utils.svg new file mode 120000 index 000000000..6995ac4e4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-utils.svg @@ -0,0 +1 @@ +configure-toolbars.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-warning.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-warning.svg new file mode 120000 index 000000000..a626e0c40 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-warning.svg @@ -0,0 +1 @@ +dialog-warning.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/journal-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/journal-new.svg new file mode 100644 index 000000000..016490028 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/journal-new.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-add-clip.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-add-clip.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-add-clip.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-add-color-clip.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-add-color-clip.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-add-color-clip.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-add-slide-clip.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-add-slide-clip.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-add-slide-clip.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-add-text-clip.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-add-text-clip.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-add-text-clip.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-bottom.svg new file mode 120000 index 000000000..2f2f40051 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-bottom.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-hor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-hor.svg new file mode 100644 index 000000000..4c05d1035 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-hor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-left.svg new file mode 100644 index 000000000..8e62d494d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-none.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-none.svg new file mode 120000 index 000000000..cc1037fce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-none.svg @@ -0,0 +1 @@ +edit-clear-list.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-right.svg new file mode 100644 index 000000000..9806ef4c0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-top.svg new file mode 120000 index 000000000..bdc5bb49e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-top.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-vert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-vert.svg new file mode 100644 index 000000000..33dc26527 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-vert.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-composite.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-composite.svg new file mode 100644 index 000000000..45a2cb187 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-composite.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-custom-effect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-custom-effect.svg new file mode 100644 index 000000000..a010428a9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-custom-effect.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-deleffect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-deleffect.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-deleffect.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-down.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-down.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-hide-audio.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-hide-audio.svg new file mode 100644 index 000000000..dd3390d59 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-hide-audio.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-hide-video.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-hide-video.svg new file mode 100644 index 000000000..63b4d2ce4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-hide-video.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-insert-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-insert-edit.svg new file mode 100644 index 000000000..0c1875acb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-insert-edit.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-insert-rect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-insert-rect.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-insert-rect.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-insert-unicode.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-insert-unicode.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-insert-unicode.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-lock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-lock.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-lock.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-menu.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-menu.svg new file mode 120000 index 000000000..e9885590f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-menu.svg @@ -0,0 +1 @@ +view-media-playlist.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-normal-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-normal-edit.svg new file mode 100644 index 000000000..f4f28343e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-normal-edit.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-object-height.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-object-height.svg new file mode 100644 index 000000000..d48508683 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-object-height.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-object-width.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-object-width.svg new file mode 100644 index 000000000..a96055a67 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-object-width.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-overwrite-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-overwrite-edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-overwrite-edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-all.svg new file mode 100644 index 000000000..2aa275295 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-all.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-images.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-images.svg new file mode 100644 index 000000000..f7505d60e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-images.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-rects.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-rects.svg new file mode 100644 index 000000000..03cf6f75f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-rects.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-texts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-texts.svg new file mode 100644 index 000000000..48337a82a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-texts.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-tool.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-tool.svg new file mode 100644 index 000000000..3583be1dd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-tool.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-audio.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-audio.svg new file mode 100644 index 000000000..94bd0afff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-audio.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-audiothumb.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-audiothumb.svg new file mode 100644 index 000000000..57470043f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-audiothumb.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-markers.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-markers.svg new file mode 100644 index 000000000..c07822061 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-markers.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-video.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-video.svg new file mode 100644 index 000000000..10219432e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-video.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-videothumb.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-videothumb.svg new file mode 120000 index 000000000..7b51f34f7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-videothumb.svg @@ -0,0 +1 @@ +kdenlive-show-audiothumb.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-slide.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-slide.svg new file mode 100644 index 000000000..b89334fc6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-slide.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-slip.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-slip.svg new file mode 100644 index 000000000..ffecdefcc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-slip.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-snap.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-snap.svg new file mode 120000 index 000000000..305374af9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-snap.svg @@ -0,0 +1 @@ +kdenlive-align-hor.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-spacer-tool.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-spacer-tool.svg new file mode 100644 index 000000000..140ecee79 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-spacer-tool.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-split-audio.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-split-audio.svg new file mode 100644 index 000000000..6fcc86bbc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-split-audio.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-track-has-effect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-track-has-effect.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-track-has-effect.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-track_has_effect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-track_has_effect.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-track_has_effect.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-unlock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-unlock.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-unlock.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-unselect-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-unselect-all.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-unselect-all.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-up.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zindex-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zindex-bottom.svg new file mode 120000 index 000000000..2f2f40051 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zindex-bottom.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zindex-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zindex-down.svg new file mode 100644 index 000000000..df11daa39 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zindex-down.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zindex-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zindex-top.svg new file mode 100644 index 000000000..ddeefcb36 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zindex-top.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zindex-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zindex-up.svg new file mode 120000 index 000000000..bdc5bb49e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zindex-up.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zone-end.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zone-end.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zone-end.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zone-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zone-start.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zone-start.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zoom-large.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zoom-large.svg new file mode 100644 index 000000000..c4f5f154a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zoom-large.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zoom-small.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zoom-small.svg new file mode 100644 index 000000000..5be83fd1b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zoom-small.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdocumentinfo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdocumentinfo.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdocumentinfo.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/key-enter.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/key-enter.svg new file mode 100644 index 000000000..192690725 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/key-enter.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/key_enter.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/key_enter.svg new file mode 120000 index 000000000..4ded94688 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/key_enter.svg @@ -0,0 +1 @@ +key-enter.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-add.svg new file mode 100644 index 000000000..9a8c574b9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-add.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-disable.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-disable.svg new file mode 100644 index 000000000..aa63145a1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-disable.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-duplicate.svg new file mode 100644 index 000000000..97d5884f6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-duplicate.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-next.svg new file mode 100644 index 000000000..9799d6c65 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-next.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-previous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-previous.svg new file mode 100644 index 000000000..a7ba11e54 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-previous.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-record.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-record.svg new file mode 100644 index 000000000..60991a086 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-record.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-remove.svg new file mode 100644 index 000000000..e3167560d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-remove.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe.svg new file mode 100644 index 000000000..0b5219bb1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kfm_home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kfm_home.svg new file mode 120000 index 000000000..5cbdae998 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kfm_home.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kmouth-phrase-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kmouth-phrase-new.svg new file mode 100644 index 000000000..1e4f27dd9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kmouth-phrase-new.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kmouth-phrase.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kmouth-phrase.svg new file mode 120000 index 000000000..541dfabd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kmouth-phrase.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kmouth-phrasebook.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kmouth-phrasebook.svg new file mode 120000 index 000000000..7d2325842 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kmouth-phrasebook.svg @@ -0,0 +1 @@ +im-irc.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kmouth-phresebook-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kmouth-phresebook-new.svg new file mode 100644 index 000000000..ca81664a6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kmouth-phresebook-new.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/knotes_alarm.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/knotes_alarm.svg new file mode 120000 index 000000000..4ec77c618 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/knotes_alarm.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/knotes_date.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/knotes_date.svg new file mode 120000 index 000000000..54445ac9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/knotes_date.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/knotes_delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/knotes_delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/knotes_delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kontes_close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kontes_close.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kontes_close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_combine.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_combine.svg new file mode 100644 index 000000000..b752d6e4d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_combine.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_comparedirs.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_comparedirs.svg new file mode 100644 index 000000000..b7b66c653 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_comparedirs.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_diskusage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_diskusage.svg new file mode 100644 index 000000000..fc3bcf8e3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_diskusage.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_jumpback.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_jumpback.svg new file mode 120000 index 000000000..2d8778593 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_jumpback.svg @@ -0,0 +1 @@ +go-jump.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_mountman.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_mountman.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_mountman.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_setjumpback.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_setjumpback.svg new file mode 120000 index 000000000..76b680962 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_setjumpback.svg @@ -0,0 +1 @@ +go-jump-definition.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_syncbrowse_off.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_syncbrowse_off.svg new file mode 100644 index 000000000..aaefe8361 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_syncbrowse_off.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_syncbrowse_on.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_syncbrowse_on.svg new file mode 120000 index 000000000..0e0e5bd5c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_syncbrowse_on.svg @@ -0,0 +1 @@ +folder-sync.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_unselect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_unselect.svg new file mode 100644 index 000000000..99c0c1d1e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_unselect.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_cbound.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_cbound.svg new file mode 100644 index 000000000..7b883dc92 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_cbound.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_clines.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_clines.svg new file mode 100644 index 000000000..6d69695e7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_clines.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_cnames.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_cnames.svg new file mode 100644 index 000000000..8af3aa1dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_cnames.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_deepsky.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_deepsky.svg new file mode 100644 index 000000000..7d14e9073 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_deepsky.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_ekos.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_ekos.svg new file mode 100644 index 000000000..1b53ba3e7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_ekos.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_fitsviewer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_fitsviewer.svg new file mode 100644 index 000000000..d2dc36dca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_fitsviewer.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_grid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_grid.svg new file mode 100644 index 000000000..c61396a17 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_grid.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_hgrid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_hgrid.svg new file mode 100644 index 000000000..366b4a741 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_hgrid.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_horizon.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_horizon.svg new file mode 100644 index 000000000..359cc06cf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_horizon.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_indi.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_indi.svg new file mode 100644 index 000000000..f7f4f169a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_indi.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_mw.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_mw.svg new file mode 100644 index 000000000..71bff8b7d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_mw.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_planets.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_planets.svg new file mode 100644 index 000000000..063824f57 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_planets.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_satellites.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_satellites.svg new file mode 100644 index 000000000..07473f0d9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_satellites.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_solarsystem.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_solarsystem.svg new file mode 100644 index 000000000..57e6e05ab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_solarsystem.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_supernovae.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_supernovae.svg new file mode 100644 index 000000000..4bc1b3352 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_supernovae.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_xplanet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_xplanet.svg new file mode 120000 index 000000000..4d518f8f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_xplanet.svg @@ -0,0 +1 @@ +atmosphere.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-add-feeds.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-add-feeds.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-add-feeds.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-add-filters.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-add-filters.svg new file mode 100644 index 000000000..0d39493af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-add-filters.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-bandwidth-scheduler.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-bandwidth-scheduler.svg new file mode 120000 index 000000000..4ec77c618 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-bandwidth-scheduler.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-change-tracker.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-change-tracker.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-change-tracker.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-check-data.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-check-data.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-check-data.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-chunks.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-chunks.svg new file mode 120000 index 000000000..4bbf838be --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-chunks.svg @@ -0,0 +1 @@ +view-column.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-encrypted.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-encrypted.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-encrypted.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-info-widget.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-info-widget.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-info-widget.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-magnet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-magnet.svg new file mode 100644 index 000000000..0e00b53a0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-magnet.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-pause.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-plugins.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-plugins.svg new file mode 120000 index 000000000..7563411ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-plugins.svg @@ -0,0 +1 @@ +plugins.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-queue-manager.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-queue-manager.svg new file mode 120000 index 000000000..213a69a23 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-queue-manager.svg @@ -0,0 +1 @@ +view-sort-descending.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-remove-feeds.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-remove-feeds.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-remove-feeds.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-remove-filters.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-remove-filters.svg new file mode 100644 index 000000000..4705ddc72 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-remove-filters.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-remove.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-remove.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-restore-defaults.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-restore-defaults.svg new file mode 120000 index 000000000..08677c8af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-restore-defaults.svg @@ -0,0 +1 @@ +reply.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-set-max-download-speed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-set-max-download-speed.svg new file mode 120000 index 000000000..377174574 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-set-max-download-speed.svg @@ -0,0 +1 @@ +cloud-download.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-set-max-upload-speed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-set-max-upload-speed.svg new file mode 120000 index 000000000..17854fc8d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-set-max-upload-speed.svg @@ -0,0 +1 @@ +cloud-upload.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-show-statusbar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-show-statusbar.svg new file mode 120000 index 000000000..ae70e66ea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-show-statusbar.svg @@ -0,0 +1 @@ +show-menu.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-speed-limits.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-speed-limits.svg new file mode 100644 index 000000000..b6cc9f722 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-speed-limits.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-start-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-start-all.svg new file mode 120000 index 000000000..9c64c025a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-start-all.svg @@ -0,0 +1 @@ +media-seek-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-start.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-start.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-stop-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-stop-all.svg new file mode 100644 index 000000000..95ac2e5cf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-stop-all.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-stop.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-upnp.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-upnp.svg new file mode 100644 index 000000000..8736657a1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-upnp.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/ktnef_extract_to.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/ktnef_extract_to.svg new file mode 120000 index 000000000..653488ec3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/ktnef_extract_to.svg @@ -0,0 +1 @@ +cm_extractfiles.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/label-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/label-amarok.svg new file mode 120000 index 000000000..2bb4152ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/label-amarok.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-TeX-logo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-TeX-logo.svg new file mode 100644 index 000000000..81df5824c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-TeX-logo.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-auto-scale-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-auto-scale-all.svg new file mode 120000 index 000000000..a77e7a14f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-auto-scale-all.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-auto-scale-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-auto-scale-x.svg new file mode 120000 index 000000000..157250559 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-auto-scale-x.svg @@ -0,0 +1 @@ +zoom-fit-width.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-auto-scale-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-auto-scale-y.svg new file mode 120000 index 000000000..e84c27278 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-auto-scale-y.svg @@ -0,0 +1 @@ +zoom-fit-height.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-axis-horizontal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-axis-horizontal.svg new file mode 100644 index 000000000..2a91ec499 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-axis-horizontal.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-axis-vertical.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-axis-vertical.svg new file mode 100644 index 000000000..3ea98db09 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-axis-vertical.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-cursor-arrow.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-cursor-arrow.svg new file mode 120000 index 000000000..925eb22f1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-cursor-arrow.svg @@ -0,0 +1 @@ +edit-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-format-text-symbol.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-format-text-symbol.svg new file mode 120000 index 000000000..5d66639c3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-format-text-symbol.svg @@ -0,0 +1 @@ +format-text-symbol.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-shift-down-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-shift-down-y.svg new file mode 100644 index 000000000..714ffb0cb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-shift-down-y.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-shift-left-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-shift-left-x.svg new file mode 100644 index 000000000..6b848b394 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-shift-left-x.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-shift-right-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-shift-right-x.svg new file mode 100644 index 000000000..d07dfba0e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-shift-right-x.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-shift-up-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-shift-up-y.svg new file mode 100644 index 000000000..d8a0799c4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-shift-up-y.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-transform-move.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-transform-move.svg new file mode 120000 index 000000000..fa26bd381 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-transform-move.svg @@ -0,0 +1 @@ +transform-move.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-curve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-curve.svg new file mode 100644 index 000000000..f5d63d25e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-curve.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-equation-curve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-equation-curve.svg new file mode 100644 index 000000000..f310f6f2c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-equation-curve.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-fit-curve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-fit-curve.svg new file mode 100644 index 000000000..838e10d89 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-fit-curve.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-plot-four-axes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-plot-four-axes.svg new file mode 100644 index 000000000..18bbb1e2e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-plot-four-axes.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-plot-two-axes-centered-origin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-plot-two-axes-centered-origin.svg new file mode 100644 index 000000000..8e105feb2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-plot-two-axes-centered-origin.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-plot-two-axes-centered.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-plot-two-axes-centered.svg new file mode 100644 index 000000000..bd2acc215 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-plot-two-axes-centered.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-plot-two-axes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-plot-two-axes.svg new file mode 100644 index 000000000..f50a232ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-plot-two-axes.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-zoom-in-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-zoom-in-x.svg new file mode 120000 index 000000000..608b53975 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-zoom-in-x.svg @@ -0,0 +1 @@ +zoom-in-x.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-zoom-in-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-zoom-in-y.svg new file mode 120000 index 000000000..65f9aa9f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-zoom-in-y.svg @@ -0,0 +1 @@ +y-zoom-in.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-zoom-out-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-zoom-out-x.svg new file mode 120000 index 000000000..fc310d2b1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-zoom-out-x.svg @@ -0,0 +1 @@ +zoom-out-x.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-zoom-out-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-zoom-out-y.svg new file mode 120000 index 000000000..0f72a058c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-zoom-out-y.svg @@ -0,0 +1 @@ +zoom-out-y.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/languages.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/languages.svg new file mode 120000 index 000000000..541dfabd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/languages.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-bottom.svg new file mode 100644 index 000000000..eeb8fbf02 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-bottom.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-delete.svg new file mode 100644 index 000000000..f10c5c16e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-delete.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-duplicate.svg new file mode 100644 index 000000000..e725f4d4d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-duplicate.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-lower.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-lower.svg new file mode 100644 index 000000000..f37526d04 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-lower.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-new.svg new file mode 100644 index 000000000..780c69580 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-new.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-next.svg new file mode 100644 index 000000000..8c196a49d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-next.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-previous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-previous.svg new file mode 100644 index 000000000..22fbe9023 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-previous.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-raise.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-raise.svg new file mode 100644 index 000000000..325d2bb35 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-raise.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-rename.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-rename.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-rename.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-top.svg new file mode 100644 index 000000000..2103b1ea4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-top.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-visible-off.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-visible-off.svg new file mode 100644 index 000000000..e884f9d2c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-visible-off.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-visible-on.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-visible-on.svg new file mode 100644 index 000000000..c8a4d53c5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-visible-on.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lens.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lens.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lens.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lensautofix.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lensautofix.svg new file mode 100644 index 000000000..dca05f459 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lensautofix.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lensdistortion.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lensdistortion.svg new file mode 100644 index 000000000..310f37eca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lensdistortion.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/libpeas-plugin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/libpeas-plugin.svg new file mode 120000 index 000000000..7563411ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/libpeas-plugin.svg @@ -0,0 +1 @@ +plugins.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/license.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/license.svg new file mode 100644 index 000000000..4dc716efe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/license.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lighttable.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lighttable.svg new file mode 100644 index 000000000..67bbb9025 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lighttable.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lighttableadd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lighttableadd.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lighttableadd.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lines-connector.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lines-connector.svg new file mode 100644 index 000000000..5773b98a0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lines-connector.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/link.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/link.svg new file mode 100644 index 000000000..d7623214b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/link.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-add-font.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-add-font.svg new file mode 100644 index 000000000..ce31954e3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-add-font.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-add-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-add-user.svg new file mode 120000 index 000000000..f8389fbc1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-add-user.svg @@ -0,0 +1 @@ +contact-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-add.svg new file mode 100644 index 000000000..63d73cc85 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-add.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-remove-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-remove-all.svg new file mode 100644 index 000000000..11e0c5592 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-remove-all.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-remove-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-remove-user.svg new file mode 100644 index 000000000..57b0361e4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-remove-user.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-remove.svg new file mode 100644 index 000000000..e5c2fbcd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-remove.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-resource-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-resource-add.svg new file mode 120000 index 000000000..f8389fbc1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-resource-add.svg @@ -0,0 +1 @@ +contact-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/location.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/location.svg new file mode 100644 index 000000000..7816377af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/location.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/locationbar_erase.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/locationbar_erase.svg new file mode 120000 index 000000000..beaae7968 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/locationbar_erase.svg @@ -0,0 +1 @@ +edit-clear-rtl.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lock.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lock.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/love-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/love-amarok.svg new file mode 100644 index 000000000..56d8149ef --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/love-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lpi-bug.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lpi-bug.svg new file mode 120000 index 000000000..c4237406c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lpi-bug.svg @@ -0,0 +1 @@ +mail-mark-junk.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lpi-help.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lpi-help.svg new file mode 120000 index 000000000..2ed224a50 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lpi-help.svg @@ -0,0 +1 @@ +help-contents.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lpi-translate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lpi-translate.svg new file mode 120000 index 000000000..c8171f589 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lpi-translate.svg @@ -0,0 +1 @@ +flag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-archive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-archive.svg new file mode 120000 index 000000000..d671358dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-archive.svg @@ -0,0 +1 @@ +archive.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-attachment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-attachment.svg new file mode 100644 index 000000000..89236b8ba --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-attachment.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-deleted.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-deleted.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-deleted.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-encrypted-full.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-encrypted-full.svg new file mode 100644 index 000000000..2a91db3dd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-encrypted-full.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-encrypted-part.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-encrypted-part.svg new file mode 120000 index 000000000..bab459581 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-encrypted-part.svg @@ -0,0 +1 @@ +mail-encrypted-full.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-encrypted.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-encrypted.svg new file mode 120000 index 000000000..bab459581 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-encrypted.svg @@ -0,0 +1 @@ +mail-encrypted-full.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-flag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-flag.svg new file mode 100644 index 000000000..04dbd74e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-flag.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-flagged.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-flagged.svg new file mode 120000 index 000000000..c652f2ea1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-flagged.svg @@ -0,0 +1 @@ +mail-flag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-folder-inbox.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-folder-inbox.svg new file mode 120000 index 000000000..80b4ffbd3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-folder-inbox.svg @@ -0,0 +1 @@ +inbox.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-folder-outbox.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-folder-outbox.svg new file mode 120000 index 000000000..2aa12a697 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-folder-outbox.svg @@ -0,0 +1 @@ +outbox.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-folder-sent.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-folder-sent.svg new file mode 100644 index 000000000..da5880d7d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-folder-sent.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-forward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-forward.svg new file mode 100644 index 000000000..914c7a1fe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-forward.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-forwarded-replied.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-forwarded-replied.svg new file mode 120000 index 000000000..c34946671 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-forwarded-replied.svg @@ -0,0 +1 @@ +mail-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-forwarded.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-forwarded.svg new file mode 120000 index 000000000..c34946671 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-forwarded.svg @@ -0,0 +1 @@ +mail-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-inbox.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-inbox.svg new file mode 120000 index 000000000..80b4ffbd3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-inbox.svg @@ -0,0 +1 @@ +inbox.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-invitation.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-invitation.svg new file mode 100644 index 000000000..b2682286d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-invitation.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-important.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-important.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-important.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-junk.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-junk.svg new file mode 100644 index 000000000..9f891b4e5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-junk.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-notjunk.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-notjunk.svg new file mode 100644 index 000000000..ace5a0497 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-notjunk.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-read.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-read.svg new file mode 100644 index 000000000..9a5dbe108 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-read.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-task.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-task.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-task.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-unread-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-unread-new.svg new file mode 100644 index 000000000..242260419 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-unread-new.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-unread.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-unread.svg new file mode 100644 index 000000000..d69b9b462 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-unread.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-meeting-request-reply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-meeting-request-reply.svg new file mode 100644 index 000000000..5570e3473 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-meeting-request-reply.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-message-new-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-message-new-list.svg new file mode 100644 index 000000000..1c4881c1f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-message-new-list.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-message-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-message-new.svg new file mode 100644 index 000000000..b059bc645 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-message-new.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-message.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-message.svg new file mode 120000 index 000000000..b62208f46 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-message.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-move.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-move.svg new file mode 100644 index 000000000..d9101cf4c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-move.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-open-multiple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-open-multiple.svg new file mode 100644 index 000000000..920eb17b2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-open-multiple.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-outbox.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-outbox.svg new file mode 120000 index 000000000..2aa12a697 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-outbox.svg @@ -0,0 +1 @@ +outbox.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-queue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-queue.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-queue.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-read.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-read.svg new file mode 100644 index 000000000..4b37ca2bc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-read.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-receive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-receive.svg new file mode 100644 index 000000000..360404e56 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-receive.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-replied.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-replied.svg new file mode 120000 index 000000000..08677c8af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-replied.svg @@ -0,0 +1 @@ +reply.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-all.svg new file mode 120000 index 000000000..cfb378828 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-all.svg @@ -0,0 +1 @@ +reply-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-custom-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-custom-all.svg new file mode 120000 index 000000000..cfb378828 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-custom-all.svg @@ -0,0 +1 @@ +reply-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-custom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-custom.svg new file mode 120000 index 000000000..08677c8af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-custom.svg @@ -0,0 +1 @@ +reply.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-list.svg new file mode 120000 index 000000000..cfb378828 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-list.svg @@ -0,0 +1 @@ +reply-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-sender.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-sender.svg new file mode 120000 index 000000000..08677c8af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-sender.svg @@ -0,0 +1 @@ +reply.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-send-receive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-send-receive.svg new file mode 100644 index 000000000..9f72f2179 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-send-receive.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-send.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-send.svg new file mode 100644 index 000000000..555202498 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-send.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-sent.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-sent.svg new file mode 120000 index 000000000..771b1c825 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-sent.svg @@ -0,0 +1 @@ +mail-send.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signature-unknown.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signature-unknown.svg new file mode 120000 index 000000000..06815fd10 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signature-unknown.svg @@ -0,0 +1 @@ +mail-signed-full.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed-full.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed-full.svg new file mode 100644 index 000000000..00dd3e258 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed-full.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed-fully.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed-fully.svg new file mode 120000 index 000000000..06815fd10 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed-fully.svg @@ -0,0 +1 @@ +mail-signed-full.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed-part.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed-part.svg new file mode 120000 index 000000000..06815fd10 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed-part.svg @@ -0,0 +1 @@ +mail-signed-full.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed-verified.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed-verified.svg new file mode 120000 index 000000000..8221c41f0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed-verified.svg @@ -0,0 +1 @@ +mail-mark-read.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed.svg new file mode 120000 index 000000000..06815fd10 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed.svg @@ -0,0 +1 @@ +mail-signed-full.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-tagged.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-tagged.svg new file mode 100644 index 000000000..f601b6d60 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-tagged.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-task.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-task.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-task.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-thread-ignored.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-thread-ignored.svg new file mode 100644 index 000000000..57fe55702 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-thread-ignored.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-thread-watch.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-thread-watch.svg new file mode 100644 index 000000000..7fdd563eb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-thread-watch.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-unread-multiple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-unread-multiple.svg new file mode 100644 index 000000000..cc16c2f8f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-unread-multiple.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-unread-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-unread-new.svg new file mode 120000 index 000000000..b62208f46 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-unread-new.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-unread.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-unread.svg new file mode 120000 index 000000000..b62208f46 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-unread.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_forward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_forward.svg new file mode 120000 index 000000000..c34946671 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_forward.svg @@ -0,0 +1 @@ +mail-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_generic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_generic.svg new file mode 120000 index 000000000..b62208f46 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_generic.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_new.svg new file mode 120000 index 000000000..2c823c0ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_new.svg @@ -0,0 +1 @@ +mail-message-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_reply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_reply.svg new file mode 120000 index 000000000..08677c8af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_reply.svg @@ -0,0 +1 @@ +reply.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_replyall.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_replyall.svg new file mode 120000 index 000000000..cfb378828 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_replyall.svg @@ -0,0 +1 @@ +reply-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/manga.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/manga.svg new file mode 100644 index 000000000..6d6bb4efd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/manga.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/map-flat.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/map-flat.svg new file mode 100644 index 000000000..73f175ab3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/map-flat.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/map-globe.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/map-globe.svg new file mode 100644 index 000000000..6c39fc809 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/map-globe.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/map-gnomonic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/map-gnomonic.svg new file mode 100644 index 000000000..25bf8754b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/map-gnomonic.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/map-mercator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/map-mercator.svg new file mode 100644 index 000000000..b04003fa8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/map-mercator.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mark-location.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mark-location.svg new file mode 100644 index 000000000..e3c6329b4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mark-location.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/measure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/measure.svg new file mode 100644 index 000000000..56f9c6527 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/measure.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-album-cover-manager-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-album-cover-manager-amarok.svg new file mode 100644 index 000000000..801ec12c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-album-cover-manager-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-album-cover.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-album-cover.svg new file mode 120000 index 000000000..f8898e2de --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-album-cover.svg @@ -0,0 +1 @@ +media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-album-repeat-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-album-repeat-amarok.svg new file mode 120000 index 000000000..cf79da28b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-album-repeat-amarok.svg @@ -0,0 +1 @@ +media-repeat-album-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-album-track.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-album-track.svg new file mode 100644 index 000000000..122eb685b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-album-track.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-eject.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-eject.svg new file mode 100644 index 000000000..31b2aa4dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-eject.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-forward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-forward.svg new file mode 120000 index 000000000..9c64c025a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-forward.svg @@ -0,0 +1 @@ +media-seek-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-import-audio-cd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-import-audio-cd.svg new file mode 120000 index 000000000..4cd912bb6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-import-audio-cd.svg @@ -0,0 +1 @@ +tools-media-optical-format.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-pause.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-play.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-play.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-play.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-pause.svg new file mode 100644 index 000000000..a02b54e46 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-pause.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-paused.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-paused.svg new file mode 100644 index 000000000..7e08d21ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-paused.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-playing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-playing.svg new file mode 100644 index 000000000..7e035c1a9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-playing.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-start-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-start-rtl.svg new file mode 100644 index 000000000..12ed8dda2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-start-rtl.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-start.svg new file mode 100644 index 000000000..ac0245d38 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-start.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-stop.svg new file mode 100644 index 000000000..59ca381aa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-stop.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-stopped.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-stopped.svg new file mode 100644 index 000000000..493a4a4f2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-stopped.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-normal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-normal.svg new file mode 100644 index 000000000..609c07706 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-normal.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-play.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-play.svg new file mode 100644 index 000000000..891e192be --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-play.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-repeat-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-repeat-amarok.svg new file mode 120000 index 000000000..8bb4aca32 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-repeat-amarok.svg @@ -0,0 +1 @@ +media-repeat-playlist-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-repeat-song.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-repeat-song.svg new file mode 120000 index 000000000..f0a3a6607 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-repeat-song.svg @@ -0,0 +1 @@ +media-repeat-track-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-repeat.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-repeat.svg new file mode 100644 index 000000000..c0cd9b9b2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-repeat.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-shuffle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-shuffle.svg new file mode 100644 index 000000000..6e57fc9fa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-shuffle.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-random-albums-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-random-albums-amarok.svg new file mode 100644 index 000000000..76f225297 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-random-albums-amarok.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-random-tracks-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-random-tracks-amarok.svg new file mode 100644 index 000000000..f95d8adfb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-random-tracks-amarok.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-record.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-record.svg new file mode 100644 index 000000000..0a2bc6f1a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-record.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-album-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-album-amarok.svg new file mode 100644 index 000000000..d4886f2cf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-album-amarok.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-all.svg new file mode 120000 index 000000000..81a417a40 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-all.svg @@ -0,0 +1 @@ +media-playlist-repeat.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-none.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-none.svg new file mode 100644 index 000000000..da2eec255 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-none.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-playlist-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-playlist-amarok.svg new file mode 100644 index 000000000..fa00eabe9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-playlist-amarok.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-single.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-single.svg new file mode 120000 index 000000000..f0a3a6607 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-single.svg @@ -0,0 +1 @@ +media-repeat-track-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-track-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-track-amarok.svg new file mode 100644 index 000000000..ceef3eacb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-track-amarok.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-rewind.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-rewind.svg new file mode 120000 index 000000000..ebae8aa61 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-rewind.svg @@ -0,0 +1 @@ +media-seek-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-seek-backward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-seek-backward.svg new file mode 100644 index 000000000..d5a880cf3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-seek-backward.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-seek-forward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-seek-forward.svg new file mode 100644 index 000000000..3dc926da8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-seek-forward.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-show-active-track-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-show-active-track-amarok.svg new file mode 100644 index 000000000..293df7fd3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-show-active-track-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-skip-backward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-skip-backward.svg new file mode 100644 index 000000000..8374062e7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-skip-backward.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-skip-forward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-skip-forward.svg new file mode 100644 index 000000000..8ae56c4ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-skip-forward.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-standard-track-progression-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-standard-track-progression-amarok.svg new file mode 120000 index 000000000..007ae04b5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-standard-track-progression-amarok.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-stop.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-add-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-add-amarok.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-add-amarok.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-edit-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-edit-amarok.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-edit-amarok.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-queue-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-queue-amarok.svg new file mode 100644 index 000000000..7cfdd2627 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-queue-amarok.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-remove-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-remove-amarok.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-remove-amarok.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-show-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-show-active.svg new file mode 120000 index 000000000..91b01fe2f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-show-active.svg @@ -0,0 +1 @@ +media-show-active-track-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-view-subtitles.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-view-subtitles.svg new file mode 100644 index 000000000..6ef1cc9f8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-view-subtitles.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meeting-attending-tentative.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meeting-attending-tentative.svg new file mode 120000 index 000000000..0fca1fb6f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meeting-attending-tentative.svg @@ -0,0 +1 @@ +view-user-offline-kopete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meeting-attending.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meeting-attending.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meeting-attending.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meeting-participant-no-response.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meeting-participant-no-response.svg new file mode 100644 index 000000000..0f652a575 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meeting-participant-no-response.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meeting-participant-request-response.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meeting-participant-request-response.svg new file mode 100644 index 000000000..1730a74d3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meeting-participant-request-response.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meld-version-control.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meld-version-control.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meld-version-control.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/menu_new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/menu_new.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/menu_new.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/menu_new_sep.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/menu_new_sep.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/menu_new_sep.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/merge.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/merge.svg new file mode 100644 index 000000000..c780bc396 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/merge.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mesh-gradient-fit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mesh-gradient-fit.svg new file mode 100644 index 000000000..a79176538 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mesh-gradient-fit.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mesh-gradient.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mesh-gradient.svg new file mode 100644 index 000000000..660c4389f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mesh-gradient.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/message-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/message-close.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/message-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/messagebox_warning.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/messagebox_warning.svg new file mode 120000 index 000000000..3b41d91ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/messagebox_warning.svg @@ -0,0 +1 @@ +dialog-error.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/milestone.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/milestone.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/milestone.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/modified.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/modified.svg new file mode 120000 index 000000000..e2277db9a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/modified.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/music-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/music-amarok.svg new file mode 120000 index 000000000..91b01fe2f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/music-amarok.svg @@ -0,0 +1 @@ +media-show-active-track-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/nemo-eject.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/nemo-eject.svg new file mode 120000 index 000000000..f9f7bcbd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/nemo-eject.svg @@ -0,0 +1 @@ +media-eject.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/network-connect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/network-connect.svg new file mode 100644 index 000000000..771cb4aea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/network-connect.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/network-disconnect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/network-disconnect.svg new file mode 100644 index 000000000..cd1c94334 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/network-disconnect.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/network-server-vmware.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/network-server-vmware.svg new file mode 100644 index 000000000..46c1b6259 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/network-server-vmware.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/new-24h-appointment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/new-24h-appointment.svg new file mode 100644 index 000000000..952cd0df3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/new-24h-appointment.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/new-audio-alarm.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/new-audio-alarm.svg new file mode 120000 index 000000000..bd5a1a3e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/new-audio-alarm.svg @@ -0,0 +1 @@ +tools-rip-audio-cd.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/news-subscribe.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/news-subscribe.svg new file mode 120000 index 000000000..62e1f1e9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/news-subscribe.svg @@ -0,0 +1 @@ +view-pim-news.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/news-unsubscribe.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/news-unsubscribe.svg new file mode 100644 index 000000000..9e0cb2899 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/news-unsubscribe.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/next.svg new file mode 120000 index 000000000..c3064420a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/next.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/no-marker.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/no-marker.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/no-marker.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/no.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/no.svg new file mode 100644 index 000000000..5e586a716 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/no.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/nocover.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/nocover.svg new file mode 120000 index 000000000..f8898e2de --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/nocover.svg @@ -0,0 +1 @@ +media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-add.svg new file mode 100644 index 000000000..599104d4d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-add.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-break.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-break.svg new file mode 100644 index 000000000..ddb3d1bef --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-break.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-delete-segment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-delete-segment.svg new file mode 100644 index 000000000..3b1d43187 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-delete-segment.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-delete.svg new file mode 100644 index 000000000..a896558ed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-delete.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-join-segment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-join-segment.svg new file mode 100644 index 000000000..33d27fcf7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-join-segment.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-join.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-join.svg new file mode 100644 index 000000000..7d18b6b93 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-join.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-segment-curve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-segment-curve.svg new file mode 100644 index 000000000..a6629eb4a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-segment-curve.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-segment-line.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-segment-line.svg new file mode 100644 index 000000000..1292774f5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-segment-line.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-transform.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-transform.svg new file mode 100644 index 000000000..12334d5f2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-transform.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-type-auto-smooth.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-type-auto-smooth.svg new file mode 100644 index 000000000..a41d7c70c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-type-auto-smooth.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-type-cusp.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-type-cusp.svg new file mode 100644 index 000000000..258501076 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-type-cusp.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-type-smooth.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-type-smooth.svg new file mode 100644 index 000000000..e028cb067 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-type-smooth.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-type-symmetric.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-type-symmetric.svg new file mode 100644 index 000000000..e2ef55f59 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-type-symmetric.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/noisereduction.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/noisereduction.svg new file mode 120000 index 000000000..871708066 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/noisereduction.svg @@ -0,0 +1 @@ +kdenlive-show-audio.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/non-starred.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/non-starred.svg new file mode 120000 index 000000000..4e19538ab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/non-starred.svg @@ -0,0 +1 @@ +rating-unrated.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/note.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/note.svg new file mode 120000 index 000000000..00bdd8a7a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/note.svg @@ -0,0 +1 @@ +stock_notes.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-horizontal-center-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-horizontal-center-calligra.svg new file mode 120000 index 000000000..82a31af54 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-horizontal-center-calligra.svg @@ -0,0 +1 @@ +align-horizontal-center.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-horizontal-left-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-horizontal-left-calligra.svg new file mode 120000 index 000000000..e2cdcc9c7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-horizontal-left-calligra.svg @@ -0,0 +1 @@ +align-horizontal-left.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-horizontal-right-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-horizontal-right-calligra.svg new file mode 120000 index 000000000..3caab0584 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-horizontal-right-calligra.svg @@ -0,0 +1 @@ +align-horizontal-right.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-vertical-bottom-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-vertical-bottom-calligra.svg new file mode 120000 index 000000000..ad9f7a40c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-vertical-bottom-calligra.svg @@ -0,0 +1 @@ +align-vertical-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-vertical-bottom-top-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-vertical-bottom-top-calligra.svg new file mode 120000 index 000000000..18e526605 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-vertical-bottom-top-calligra.svg @@ -0,0 +1 @@ +align-vertical-bottom-out.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-vertical-center-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-vertical-center-calligra.svg new file mode 120000 index 000000000..61759b74b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-vertical-center-calligra.svg @@ -0,0 +1 @@ +align-vertical-center.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-vertical-top-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-vertical-top-calligra.svg new file mode 120000 index 000000000..06dfc8aa9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-vertical-top-calligra.svg @@ -0,0 +1 @@ +align-vertical-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-columns.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-columns.svg new file mode 100644 index 000000000..6ca405005 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-columns.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-crop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-crop.svg new file mode 120000 index 000000000..686d9f8d9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-crop.svg @@ -0,0 +1 @@ +transform-crop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-fill.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-fill.svg new file mode 100644 index 000000000..2292f9aeb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-fill.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-flip-horizontal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-flip-horizontal.svg new file mode 100644 index 000000000..8e5b70585 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-flip-horizontal.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-flip-vertical.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-flip-vertical.svg new file mode 100644 index 000000000..31ebe5eb0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-flip-vertical.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-group-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-group-calligra.svg new file mode 120000 index 000000000..de24cc70f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-group-calligra.svg @@ -0,0 +1 @@ +object-group.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-group.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-group.svg new file mode 100644 index 000000000..9d27df000 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-group.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-hidden.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-hidden.svg new file mode 120000 index 000000000..3ec7e2cc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-hidden.svg @@ -0,0 +1 @@ +view-hidden.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-inverse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-inverse.svg new file mode 120000 index 000000000..ada864c99 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-inverse.svg @@ -0,0 +1 @@ +edit-select-invert.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-locked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-locked.svg new file mode 100644 index 000000000..9865a137d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-locked.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-back-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-back-calligra.svg new file mode 120000 index 000000000..9e2dbf373 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-back-calligra.svg @@ -0,0 +1 @@ +layer-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-back.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-back.svg new file mode 120000 index 000000000..9e2dbf373 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-back.svg @@ -0,0 +1 @@ +layer-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-front-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-front-calligra.svg new file mode 120000 index 000000000..349ec3890 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-front-calligra.svg @@ -0,0 +1 @@ +layer-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-front.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-front.svg new file mode 120000 index 000000000..349ec3890 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-front.svg @@ -0,0 +1 @@ +layer-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-lower-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-lower-calligra.svg new file mode 120000 index 000000000..86c1115b2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-lower-calligra.svg @@ -0,0 +1 @@ +layer-lower.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-lower.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-lower.svg new file mode 120000 index 000000000..86c1115b2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-lower.svg @@ -0,0 +1 @@ +layer-lower.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-raise-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-raise-calligra.svg new file mode 120000 index 000000000..7c3b88416 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-raise-calligra.svg @@ -0,0 +1 @@ +layer-raise.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-raise.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-raise.svg new file mode 120000 index 000000000..7c3b88416 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-raise.svg @@ -0,0 +1 @@ +layer-raise.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-rotate-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-rotate-left.svg new file mode 100644 index 000000000..c68c2be44 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-rotate-left.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-rotate-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-rotate-right.svg new file mode 100644 index 000000000..da66311e0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-rotate-right.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-rows.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-rows.svg new file mode 100644 index 000000000..ffd6d99df --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-rows.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-select.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-select.svg new file mode 100644 index 000000000..b6f61353c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-select.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-straighten.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-straighten.svg new file mode 100644 index 000000000..2a2582777 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-straighten.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-stroke.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-stroke.svg new file mode 100644 index 000000000..b91789a98 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-stroke.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-to-path.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-to-path.svg new file mode 100644 index 000000000..e6eec18d1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-to-path.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-attract.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-attract.svg new file mode 100644 index 000000000..04c8e807c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-attract.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-blur.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-blur.svg new file mode 100644 index 000000000..1d8898b76 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-blur.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-duplicate.svg new file mode 100644 index 000000000..6b8b8fbed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-duplicate.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-jitter-color.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-jitter-color.svg new file mode 100644 index 000000000..6c8fc27b2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-jitter-color.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-paint.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-paint.svg new file mode 100644 index 000000000..2e7f4727c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-paint.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-push.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-push.svg new file mode 100644 index 000000000..b7b6a3ffb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-push.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-randomize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-randomize.svg new file mode 100644 index 000000000..fdc360429 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-randomize.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-rotate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-rotate.svg new file mode 100644 index 000000000..6019cd780 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-rotate.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-shrink.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-shrink.svg new file mode 100644 index 000000000..0f282cc1d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-shrink.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-ungroup-calligra.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-ungroup-calligra.svg new file mode 120000 index 000000000..a22f9131e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-ungroup-calligra.svg @@ -0,0 +1 @@ +object-ungroup.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-ungroup-pop-selection.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-ungroup-pop-selection.svg new file mode 100644 index 000000000..861249d42 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-ungroup-pop-selection.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-ungroup.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-ungroup.svg new file mode 100644 index 000000000..ca755db03 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-ungroup.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-unlocked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-unlocked.svg new file mode 100644 index 000000000..a3f5662ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-unlocked.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-visible.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-visible.svg new file mode 120000 index 000000000..6253426e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-visible.svg @@ -0,0 +1 @@ +layer-visible-on.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/off-outline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/off-outline.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/off-outline.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/off.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/off.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/off.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-area-focus-peak-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-area-focus-peak-node.svg new file mode 100644 index 000000000..23bc62553 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-area-focus-peak-node.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-area-percentage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-area-percentage.svg new file mode 100644 index 000000000..e9ec355ed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-area-percentage.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-area-stacked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-area-stacked.svg new file mode 100644 index 000000000..008a62850 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-area-stacked.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-area.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-area.svg new file mode 100644 index 000000000..be20e5314 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-area.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-bar-percentage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-bar-percentage.svg new file mode 100644 index 000000000..b45bec41a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-bar-percentage.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-bar-stacked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-bar-stacked.svg new file mode 100644 index 000000000..77ab415fc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-bar-stacked.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-bar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-bar.svg new file mode 100644 index 000000000..9f4e0ff92 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-bar.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-line-forecast.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-line-forecast.svg new file mode 100644 index 000000000..faa5eb852 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-line-forecast.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-line-percentage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-line-percentage.svg new file mode 100644 index 000000000..c3d14cb8b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-line-percentage.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-line-stacked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-line-stacked.svg new file mode 100644 index 000000000..e7cd7a99e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-line-stacked.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-line.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-line.svg new file mode 100644 index 000000000..d6d1c5e6a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-line.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-pie.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-pie.svg new file mode 100644 index 000000000..4f397c3fd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-pie.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-polar-stacked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-polar-stacked.svg new file mode 100644 index 000000000..f4cae4bea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-polar-stacked.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-polar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-polar.svg new file mode 100644 index 000000000..0a446fd2d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-polar.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-ring.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-ring.svg new file mode 100644 index 000000000..c2c1e1be5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-ring.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-scatter.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-scatter.svg new file mode 100644 index 000000000..4360642cf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-scatter.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-report.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-report.svg new file mode 100644 index 000000000..40ea2c347 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-report.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/oilpaint.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/oilpaint.svg new file mode 120000 index 000000000..1b2380888 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/oilpaint.svg @@ -0,0 +1 @@ +dialog-fill-and-stroke.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/ok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/ok.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/ok.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/on-outline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/on-outline.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/on-outline.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/on.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/on.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/on.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/open-for-editing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/open-for-editing.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/open-for-editing.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/open-magnet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/open-magnet.svg new file mode 120000 index 000000000..ee8077710 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/open-magnet.svg @@ -0,0 +1 @@ +kt-magnet.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/open-menu.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/open-menu.svg new file mode 100644 index 000000000..66466de5b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/open-menu.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-duplicate.svg new file mode 100644 index 000000000..25b056947 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-duplicate.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-rotate-ccw.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-rotate-ccw.svg new file mode 100644 index 000000000..c48f1061d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-rotate-ccw.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-rotate-cw.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-rotate-cw.svg new file mode 100644 index 000000000..ed030c754 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-rotate-cw.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-rotate-flip.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-rotate-flip.svg new file mode 100644 index 000000000..0e5fb023e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-rotate-flip.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-rotate-normal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-rotate-normal.svg new file mode 100644 index 000000000..68c1ed511 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-rotate-normal.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-sbs-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-sbs-left.svg new file mode 100644 index 000000000..fcfdb7b7a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-sbs-left.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-sbs-sright.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-sbs-sright.svg new file mode 100644 index 000000000..66d3b9f97 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-sbs-sright.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-shutd-laptop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-shutd-laptop.svg new file mode 100644 index 000000000..783438b35 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-shutd-laptop.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-shutd-screen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-shutd-screen.svg new file mode 100644 index 000000000..080dd7209 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-shutd-screen.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/outbox.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/outbox.svg new file mode 100644 index 000000000..14762c965 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/outbox.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/output_win.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/output_win.svg new file mode 100644 index 000000000..8620aeac5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/output_win.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/overexposure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/overexposure.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/overexposure.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/overflow-menu-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/overflow-menu-left.svg new file mode 100644 index 000000000..b0a10ff7d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/overflow-menu-left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/overflow-menu-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/overflow-menu-right.svg new file mode 100644 index 000000000..e7a22114e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/overflow-menu-right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/overflow-menu.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/overflow-menu.svg new file mode 100644 index 000000000..2270a9e91 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/overflow-menu.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/package.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/package.svg new file mode 120000 index 000000000..d671358dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/package.svg @@ -0,0 +1 @@ +archive.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-2sides.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-2sides.svg new file mode 100644 index 000000000..d8e161d38 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-2sides.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-3sides.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-3sides.svg new file mode 100644 index 000000000..652339bf2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-3sides.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-4sides.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-4sides.svg new file mode 100644 index 000000000..a178ac537 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-4sides.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-simple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-simple.svg new file mode 100644 index 000000000..95d7843b6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-simple.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-zoom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-zoom.svg new file mode 120000 index 000000000..a77e7a14f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-zoom.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-fms.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-fms.svg new file mode 100644 index 000000000..46f624d7e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-fms.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-fsm.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-fsm.svg new file mode 100644 index 000000000..81ba9cb2f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-fsm.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-mfs.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-mfs.svg new file mode 100644 index 000000000..ee1231799 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-mfs.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-msf.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-msf.svg new file mode 100644 index 000000000..4e1c9a182 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-msf.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-sfm.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-sfm.svg new file mode 100644 index 000000000..adf4eb44e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-sfm.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-smf.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-smf.svg new file mode 100644 index 000000000..5251b2e56 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-smf.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-solid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-solid.svg new file mode 100644 index 000000000..50295dcff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-solid.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-unknown.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-unknown.svg new file mode 100644 index 000000000..634972104 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-unknown.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pan-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pan-down.svg new file mode 100644 index 000000000..6f7447d71 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pan-down.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pan-end.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pan-end.svg new file mode 100644 index 000000000..e474a9b93 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pan-end.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pan-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pan-start.svg new file mode 100644 index 000000000..102ae60a0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pan-start.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pan-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pan-up.svg new file mode 100644 index 000000000..71afda118 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pan-up.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pane-hide.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pane-hide.svg new file mode 100644 index 000000000..9e7d268fe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pane-hide.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pane-show.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pane-show.svg new file mode 100644 index 000000000..8053d4c42 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pane-show.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paperclip.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paperclip.svg new file mode 100644 index 000000000..2efc582bb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paperclip.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/password-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/password-copy.svg new file mode 120000 index 000000000..a92bf1ff1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/password-copy.svg @@ -0,0 +1 @@ +pgp-keys.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/password-generator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/password-generator.svg new file mode 100644 index 000000000..47e55a59a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/password-generator.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/password-show-off.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/password-show-off.svg new file mode 120000 index 000000000..5d721579f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/password-show-off.svg @@ -0,0 +1 @@ +hint.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/password-show-on.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/password-show-on.svg new file mode 120000 index 000000000..3ec7e2cc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/password-show-on.svg @@ -0,0 +1 @@ +view-hidden.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-break-apart.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-break-apart.svg new file mode 100644 index 000000000..23c3100e6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-break-apart.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-clip-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-clip-edit.svg new file mode 100644 index 000000000..5abc6c641 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-clip-edit.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-combine.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-combine.svg new file mode 100644 index 000000000..bd837cb28 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-combine.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-cut.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-cut.svg new file mode 100644 index 000000000..76a000286 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-cut.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-difference.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-difference.svg new file mode 100644 index 000000000..5e2a64a72 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-difference.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-division.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-division.svg new file mode 100644 index 000000000..e0dec8642 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-division.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-effect-parameter-next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-effect-parameter-next.svg new file mode 100644 index 000000000..43c8ad13a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-effect-parameter-next.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-exclusion.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-exclusion.svg new file mode 100644 index 000000000..07398c598 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-exclusion.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-inset.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-inset.svg new file mode 100644 index 000000000..916202ee3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-inset.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-intersection.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-intersection.svg new file mode 100644 index 000000000..04d02768c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-intersection.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mask-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mask-edit.svg new file mode 100644 index 000000000..4573b944a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mask-edit.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-bezier.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-bezier.svg new file mode 100644 index 000000000..ada60e2a1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-bezier.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-bspline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-bspline.svg new file mode 100644 index 000000000..232351a09 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-bspline.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-polyline-paraxial.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-polyline-paraxial.svg new file mode 100644 index 000000000..2eaf26dc1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-polyline-paraxial.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-polyline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-polyline.svg new file mode 100644 index 000000000..b103a71e8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-polyline.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-spiro.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-spiro.svg new file mode 100644 index 000000000..c05479f4c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-spiro.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-offset-dynamic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-offset-dynamic.svg new file mode 100644 index 000000000..1ab8a58c4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-offset-dynamic.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-offset-linked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-offset-linked.svg new file mode 100644 index 000000000..f8b873f95 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-offset-linked.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-outset.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-outset.svg new file mode 100644 index 000000000..197afb7c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-outset.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-reverse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-reverse.svg new file mode 100644 index 000000000..0889b0082 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-reverse.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-simplify.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-simplify.svg new file mode 100644 index 000000000..d28607dfc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-simplify.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-attract.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-attract.svg new file mode 100644 index 000000000..2e9582006 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-attract.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-grow.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-grow.svg new file mode 100644 index 000000000..706cd9967 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-grow.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-push.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-push.svg new file mode 100644 index 000000000..9c45bf3c2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-push.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-repel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-repel.svg new file mode 100644 index 000000000..8eb17f6ef --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-repel.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-roughen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-roughen.svg new file mode 100644 index 000000000..a70200014 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-roughen.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-shrink.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-shrink.svg new file mode 100644 index 000000000..6dcd01137 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-shrink.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-union.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-union.svg new file mode 100644 index 000000000..c3b478b27 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-union.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pause-session.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pause-session.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pause-session.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paused.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paused.svg new file mode 120000 index 000000000..28433e51e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paused.svg @@ -0,0 +1 @@ +media-playback-paused.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pdf-annotations.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pdf-annotations.svg new file mode 120000 index 000000000..541dfabd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pdf-annotations.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/perspective-parallel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/perspective-parallel.svg new file mode 100644 index 000000000..be9341571 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/perspective-parallel.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pgp-keys.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pgp-keys.svg new file mode 100644 index 000000000..819dcbd48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pgp-keys.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/photo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/photo.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/photo.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/photos-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/photos-amarok.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/photos-amarok.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pin.svg new file mode 120000 index 000000000..b199fd920 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pin.svg @@ -0,0 +1 @@ +window-pin.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pipe.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pipe.svg new file mode 100644 index 000000000..f1a3ec80f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pipe.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pixelart-trace.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pixelart-trace.svg new file mode 100644 index 000000000..9c0170fe4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pixelart-trace.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pixelate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pixelate.svg new file mode 100644 index 000000000..f4c17adf5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pixelate.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player-eject.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player-eject.svg new file mode 120000 index 000000000..f9f7bcbd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player-eject.svg @@ -0,0 +1 @@ +media-eject.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player-time.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player-time.svg new file mode 120000 index 000000000..2e0f7a6e6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player-time.svg @@ -0,0 +1 @@ +chronometer-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player-volume-muted.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player-volume-muted.svg new file mode 100644 index 000000000..c3792b1d7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player-volume-muted.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player-volume.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player-volume.svg new file mode 100644 index 000000000..55ae6d4f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player-volume.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_eject.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_eject.svg new file mode 120000 index 000000000..f9f7bcbd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_eject.svg @@ -0,0 +1 @@ +media-eject.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_end.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_end.svg new file mode 120000 index 000000000..82214a21e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_end.svg @@ -0,0 +1 @@ +media-skip-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_fwd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_fwd.svg new file mode 120000 index 000000000..9c64c025a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_fwd.svg @@ -0,0 +1 @@ +media-seek-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_pause.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_play.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_play.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_play.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_playlist.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_playlist.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_playlist.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_record.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_record.svg new file mode 120000 index 000000000..8ca2d4396 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_record.svg @@ -0,0 +1 @@ +media-record.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_rew.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_rew.svg new file mode 120000 index 000000000..ebae8aa61 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_rew.svg @@ -0,0 +1 @@ +media-seek-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_start.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_start.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_stop.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-automatic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-automatic.svg new file mode 100644 index 000000000..dbada6da7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-automatic.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-generator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-generator.svg new file mode 100644 index 000000000..14030816f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-generator.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-queue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-queue.svg new file mode 100644 index 000000000..75980d631 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-queue.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-similar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-similar.svg new file mode 100644 index 000000000..8b92200c8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-similar.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-sort.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-sort.svg new file mode 120000 index 000000000..007ae04b5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-sort.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/plugins.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/plugins.svg new file mode 100644 index 000000000..67e4bee06 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/plugins.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/podcast-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/podcast-amarok.svg new file mode 120000 index 000000000..2f0fbff8b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/podcast-amarok.svg @@ -0,0 +1 @@ +application-rss+xml.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/podcast-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/podcast-new.svg new file mode 120000 index 000000000..425dcc6b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/podcast-new.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-fuzzy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-fuzzy.svg new file mode 120000 index 000000000..84b2652db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-fuzzy.svg @@ -0,0 +1 @@ +run-build-prune.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-automatic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-automatic.svg new file mode 120000 index 000000000..3d04caa12 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-automatic.svg @@ -0,0 +1 @@ +playlist-automatic.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-bookmark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-bookmark.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-bookmark.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-cat-mid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-cat-mid.svg new file mode 120000 index 000000000..11f10f667 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-cat-mid.svg @@ -0,0 +1 @@ +flag-yellow.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-cat-no.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-cat-no.svg new file mode 120000 index 000000000..451d4522c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-cat-no.svg @@ -0,0 +1 @@ +flag-red.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-cat-ok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-cat-ok.svg new file mode 120000 index 000000000..d0e2df71b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-cat-ok.svg @@ -0,0 +1 @@ +flag-green.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-comment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-comment.svg new file mode 120000 index 000000000..541dfabd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-comment.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-sync.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-sync.svg new file mode 120000 index 000000000..31a6cdcd5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-sync.svg @@ -0,0 +1 @@ +exchange-positions.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-update.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-update.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-update.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-validate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-validate.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-validate.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/polygon-add-nodes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/polygon-add-nodes.svg new file mode 120000 index 000000000..9111e7b33 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/polygon-add-nodes.svg @@ -0,0 +1 @@ +format-add-node.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/polygon-merge-nodes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/polygon-merge-nodes.svg new file mode 120000 index 000000000..8ef8fb656 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/polygon-merge-nodes.svg @@ -0,0 +1 @@ +format-join-node.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/postalcode.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/postalcode.svg new file mode 120000 index 000000000..b62208f46 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/postalcode.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-activities.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-activities.svg new file mode 100644 index 000000000..912e55d26 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-activities.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-indicator-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-indicator-amarok.svg new file mode 120000 index 000000000..541dfabd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-indicator-amarok.svg @@ -0,0 +1 @@ +dialog-messages.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-media-playback-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-media-playback-amarok.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-media-playback-amarok.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-other.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-other.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-other.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-system-windows-effect-glide.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-system-windows-effect-glide.svg new file mode 100644 index 000000000..a74fafa72 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-system-windows-effect-glide.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-system-windows-effect-minimize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-system-windows-effect-minimize.svg new file mode 100644 index 000000000..c8eaf6d49 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-system-windows-effect-minimize.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preflight-verifier.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preflight-verifier.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preflight-verifier.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/previous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/previous.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/previous.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/privatebrowsing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/privatebrowsing.svg new file mode 120000 index 000000000..2379f012d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/privatebrowsing.svg @@ -0,0 +1 @@ +im-kick-user.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/process-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/process-stop.svg new file mode 100644 index 000000000..f51d2d187 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/process-stop.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-defaults.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-defaults.svg new file mode 100644 index 000000000..d8479f92d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-defaults.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-development-close-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-development-close-all.svg new file mode 120000 index 000000000..56870070e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-development-close-all.svg @@ -0,0 +1 @@ +project-development-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-development-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-development-close.svg new file mode 100644 index 000000000..e49ee116c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-development-close.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-development-new-template.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-development-new-template.svg new file mode 100644 index 000000000..2feaa1f56 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-development-new-template.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-development.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-development.svg new file mode 120000 index 000000000..71831b4ed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-development.svg @@ -0,0 +1 @@ +window-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-open.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-open.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-open.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/query-free-busy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/query-free-busy.svg new file mode 100644 index 000000000..70644173c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/query-free-busy.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/queued.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/queued.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/queued.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickopen-class.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickopen-class.svg new file mode 100644 index 000000000..4b0b128dd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickopen-class.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickopen-file.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickopen-file.svg new file mode 120000 index 000000000..d6e2182d4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickopen-file.svg @@ -0,0 +1 @@ +fork.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickopen-function.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickopen-function.svg new file mode 100644 index 000000000..9f26330a2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickopen-function.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickopen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickopen.svg new file mode 100644 index 000000000..5b656aec1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickopen.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickview.svg new file mode 120000 index 000000000..3ec7e2cc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickview.svg @@ -0,0 +1 @@ +view-hidden.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-about.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-about.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-about.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-add.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-add.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-annotate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-annotate.svg new file mode 120000 index 000000000..0fca1fb6f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-annotate.svg @@ -0,0 +1 @@ +view-user-offline-kopete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-applypatch.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-applypatch.svg new file mode 120000 index 000000000..2f2f40051 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-applypatch.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-asynchronous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-asynchronous.svg new file mode 120000 index 000000000..c769353d2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-asynchronous.svg @@ -0,0 +1 @@ +reverse.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-branch.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-branch.svg new file mode 120000 index 000000000..e3432f7bf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-branch.svg @@ -0,0 +1 @@ +giggle-branch.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-bug.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-bug.svg new file mode 120000 index 000000000..c4237406c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-bug.svg @@ -0,0 +1 @@ +mail-mark-junk.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-changes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-changes.svg new file mode 120000 index 000000000..d423a338d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-changes.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-checkmods.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-checkmods.svg new file mode 120000 index 000000000..c03a9d937 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-checkmods.svg @@ -0,0 +1 @@ +insert-link.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-checkout.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-checkout.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-checkout.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-cleanup.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-cleanup.svg new file mode 120000 index 000000000..debffee23 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-cleanup.svg @@ -0,0 +1 @@ +edit-paste-style.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-clear.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-clear.svg new file mode 120000 index 000000000..debffee23 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-clear.svg @@ -0,0 +1 @@ +edit-paste-style.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-commit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-commit.svg new file mode 120000 index 000000000..da900be3f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-commit.svg @@ -0,0 +1 @@ +svn-commit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-compare.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-compare.svg new file mode 120000 index 000000000..77162d6ce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-compare.svg @@ -0,0 +1 @@ +kr_comparedirs.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-createpatch.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-createpatch.svg new file mode 120000 index 000000000..21f22701f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-createpatch.svg @@ -0,0 +1 @@ +kdenlive-zindex-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-dbus.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-dbus.svg new file mode 120000 index 000000000..0db970529 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-dbus.svg @@ -0,0 +1 @@ +system-run.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-diff.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-diff.svg new file mode 120000 index 000000000..36fc9a41c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-diff.svg @@ -0,0 +1 @@ +cm_flatview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-drive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-drive.svg new file mode 120000 index 000000000..a0e4aaddb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-drive.svg @@ -0,0 +1 @@ +kr_diskusage.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-editconflicts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-editconflicts.svg new file mode 120000 index 000000000..f9cf17083 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-editconflicts.svg @@ -0,0 +1 @@ +edit-paste.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-emblems.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-emblems.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-emblems.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-export.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-export.svg new file mode 120000 index 000000000..ace4fe41a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-export.svg @@ -0,0 +1 @@ +document-export.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-help.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-help.svg new file mode 120000 index 000000000..2ed224a50 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-help.svg @@ -0,0 +1 @@ +help-contents.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-import.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-import.svg new file mode 120000 index 000000000..c7116c65c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-import.svg @@ -0,0 +1 @@ +document-import.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-lock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-lock.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-lock.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-merge.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-merge.svg new file mode 120000 index 000000000..e4f51b5b1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-merge.svg @@ -0,0 +1 @@ +kr_combine.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-monkey.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-monkey.svg new file mode 120000 index 000000000..8a90c3e48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-monkey.svg @@ -0,0 +1 @@ +insert-emoticon.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-properties.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-properties.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-push.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-push.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-push.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-refresh.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-refresh.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-refresh.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-relocate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-relocate.svg new file mode 120000 index 000000000..771b1c825 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-relocate.svg @@ -0,0 +1 @@ +mail-send.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-rename.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-rename.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-rename.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-reset.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-reset.svg new file mode 120000 index 000000000..c4692e0b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-reset.svg @@ -0,0 +1 @@ +document-revert.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-resolve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-resolve.svg new file mode 120000 index 000000000..debffee23 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-resolve.svg @@ -0,0 +1 @@ +edit-paste-style.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-revert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-revert.svg new file mode 120000 index 000000000..08677c8af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-revert.svg @@ -0,0 +1 @@ +reply.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-run.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-run.svg new file mode 120000 index 000000000..28d76fd4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-run.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-settings.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-settings.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-settings.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-show_log.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-show_log.svg new file mode 120000 index 000000000..7a2e5e678 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-show_log.svg @@ -0,0 +1 @@ +document-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-stop.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-stop.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-switch.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-switch.svg new file mode 120000 index 000000000..2d8778593 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-switch.svg @@ -0,0 +1 @@ +go-jump.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-unlock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-unlock.svg new file mode 120000 index 000000000..a7673957b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-unlock.svg @@ -0,0 +1 @@ +object-unlocked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-unstage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-unstage.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-unstage.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-update.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-update.svg new file mode 120000 index 000000000..ae801429d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-update.svg @@ -0,0 +1 @@ +svn-update.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/radio.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/radio.svg new file mode 120000 index 000000000..811b8e27a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/radio.svg @@ -0,0 +1 @@ +icon_radio.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/raindrop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/raindrop.svg new file mode 100644 index 000000000..5fa4a8804 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/raindrop.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rating-unrated.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rating-unrated.svg new file mode 100644 index 000000000..c68cd3b7a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rating-unrated.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rating.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rating.svg new file mode 100644 index 000000000..b9758472d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rating.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/ratiocrop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/ratiocrop.svg new file mode 120000 index 000000000..686d9f8d9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/ratiocrop.svg @@ -0,0 +1 @@ +transform-crop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reannounce.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reannounce.svg new file mode 100644 index 000000000..afe52dacb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reannounce.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/recently_used.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/recently_used.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/recently_used.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/record.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/record.svg new file mode 120000 index 000000000..0d1faec0d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/record.svg @@ -0,0 +1 @@ +kdenlive-show-video.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rectangle-make-corners-sharp.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rectangle-make-corners-sharp.svg new file mode 100644 index 000000000..68814b5a8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rectangle-make-corners-sharp.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/redeyes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/redeyes.svg new file mode 100644 index 000000000..f9113c376 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/redeyes.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/redhat-home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/redhat-home.svg new file mode 120000 index 000000000..5cbdae998 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/redhat-home.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/region.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/region.svg new file mode 120000 index 000000000..6754181aa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/region.svg @@ -0,0 +1 @@ +edit-select-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reload.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reload.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reload.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reload3.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reload3.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reload3.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reload_all_tabs.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reload_all_tabs.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reload_all_tabs.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reload_page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reload_page.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reload_page.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/remove-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/remove-amarok.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/remove-amarok.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/remove-link.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/remove-link.svg new file mode 100644 index 000000000..83d82e66a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/remove-link.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/remove.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/remove.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/replay-play.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/replay-play.svg new file mode 100644 index 000000000..821273546 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/replay-play.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/replay-record-error.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/replay-record-error.svg new file mode 100644 index 000000000..74e4ed9ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/replay-record-error.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/replay-record.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/replay-record.svg new file mode 100644 index 000000000..497c1fd9e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/replay-record.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/replay-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/replay-stop.svg new file mode 100644 index 000000000..3275ab101 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/replay-stop.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reply-all-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reply-all-rtl.svg new file mode 100644 index 000000000..905df6adb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reply-all-rtl.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reply-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reply-all.svg new file mode 100644 index 000000000..886a545c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reply-all.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reply.svg new file mode 100644 index 000000000..92089ead3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reply.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resizecol.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resizecol.svg new file mode 100644 index 000000000..af6c542c5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resizecol.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resizerow.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resizerow.svg new file mode 100644 index 000000000..32f8cdf16 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resizerow.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-calendar-child-insert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-calendar-child-insert.svg new file mode 100644 index 000000000..f19b5be4f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-calendar-child-insert.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-calendar-child.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-calendar-child.svg new file mode 100644 index 000000000..c32c90be9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-calendar-child.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-calendar-insert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-calendar-insert.svg new file mode 100644 index 000000000..cf916972d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-calendar-insert.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-group-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-group-new.svg new file mode 100644 index 000000000..ae75d8c7a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-group-new.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-group.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-group.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-group.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/restoration.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/restoration.svg new file mode 100644 index 000000000..7f28b8bc5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/restoration.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/retweet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/retweet.svg new file mode 100644 index 000000000..0fab303b3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/retweet.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reverse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reverse.svg new file mode 100644 index 000000000..89e03603e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reverse.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/revert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/revert.svg new file mode 120000 index 000000000..c4692e0b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/revert.svg @@ -0,0 +1 @@ +document-revert.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rhythmbox-set-star.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rhythmbox-set-star.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rhythmbox-set-star.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rhythmbox-unset-star.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rhythmbox-unset-star.svg new file mode 120000 index 000000000..4e19538ab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rhythmbox-unset-star.svg @@ -0,0 +1 @@ +rating-unrated.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rime-disable.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rime-disable.svg new file mode 100644 index 000000000..b79d241dd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rime-disable.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rime-im.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rime-im.svg new file mode 120000 index 000000000..1488e2b9d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rime-im.svg @@ -0,0 +1 @@ +map-globe.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rime-latin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rime-latin.svg new file mode 120000 index 000000000..36a013999 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rime-latin.svg @@ -0,0 +1 @@ +format-text-larger.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/roll.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/roll.svg new file mode 100644 index 000000000..0690cb914 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/roll.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/routeplanning.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/routeplanning.svg new file mode 120000 index 000000000..d0e2df71b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/routeplanning.svg @@ -0,0 +1 @@ +flag-green.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-clean.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-clean.svg new file mode 100644 index 000000000..f2eeb274c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-clean.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-configure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-configure.svg new file mode 100644 index 000000000..daba4e4f3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-configure.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-file.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-file.svg new file mode 100644 index 000000000..119b4e804 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-file.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-install-root.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-install-root.svg new file mode 100644 index 000000000..80ce20402 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-install-root.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-install.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-install.svg new file mode 100644 index 000000000..7df48f24c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-install.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-prune.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-prune.svg new file mode 100644 index 000000000..f202d9f22 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-prune.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build.svg new file mode 100644 index 000000000..a35cdb40a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-clean.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-clean.svg new file mode 120000 index 000000000..2c899aaf2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-clean.svg @@ -0,0 +1 @@ +run-build-clean.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-install.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-install.svg new file mode 120000 index 000000000..71034b4e4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-install.svg @@ -0,0 +1 @@ +run-build-install.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/seahorse-sign-bad.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/seahorse-sign-bad.svg new file mode 100644 index 000000000..326a44ffc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/seahorse-sign-bad.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/seahorse-sign-ok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/seahorse-sign-ok.svg new file mode 100644 index 000000000..e2dcd8096 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/seahorse-sign-ok.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/seahorse-sign.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/seahorse-sign.svg new file mode 100644 index 000000000..1bd381646 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/seahorse-sign.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/search-icon.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/search-icon.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/search-icon.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/search.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/search.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/search.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/select-rectangular.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/select-rectangular.svg new file mode 120000 index 000000000..85b39bbdd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/select-rectangular.svg @@ -0,0 +1 @@ +kdenlive-insert-edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-bottom.svg new file mode 120000 index 000000000..2f2f40051 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-bottom.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-end.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-end.svg new file mode 100644 index 000000000..5f38aa1c2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-end.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-lower.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-lower.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-lower.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-make-bitmap-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-make-bitmap-copy.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-make-bitmap-copy.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-move-to-layer-above.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-move-to-layer-above.svg new file mode 100644 index 000000000..7e3c828e2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-move-to-layer-above.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-move-to-layer-below.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-move-to-layer-below.svg new file mode 100644 index 000000000..136c1a506 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-move-to-layer-below.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-raise.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-raise.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-raise.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-start.svg new file mode 100644 index 000000000..3815d8185 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-start.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-top.svg new file mode 120000 index 000000000..bdc5bb49e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-top.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/semi-starred-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/semi-starred-rtl.svg new file mode 100644 index 000000000..b2f53f32c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/semi-starred-rtl.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/semi-starred.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/semi-starred.svg new file mode 100644 index 000000000..428ff3a71 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/semi-starred.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/send-to.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/send-to.svg new file mode 100644 index 000000000..42ce2aa82 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/send-to.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/services.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/services.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/services.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/settings-configure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/settings-configure.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/settings-configure.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/settings.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/settings.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/settings.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/shape-choose.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/shape-choose.svg new file mode 120000 index 000000000..ef9a1962a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/shape-choose.svg @@ -0,0 +1 @@ +shapes.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/shapes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/shapes.svg new file mode 100644 index 000000000..dbd6640a6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/shapes.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sharpenimage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sharpenimage.svg new file mode 100644 index 000000000..048f16137 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sharpenimage.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/shear.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/shear.svg new file mode 120000 index 000000000..ed7fc8621 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/shear.svg @@ -0,0 +1 @@ +transform-shear-left.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/shoot.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/shoot.svg new file mode 120000 index 000000000..7466a9ab5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/shoot.svg @@ -0,0 +1 @@ +view-list-images.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-all-effects.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-all-effects.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-all-effects.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-bounding-box.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-bounding-box.svg new file mode 100644 index 000000000..ba8afeb93 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-bounding-box.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-dialogs.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-dialogs.svg new file mode 120000 index 000000000..ae70e66ea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-dialogs.svg @@ -0,0 +1 @@ +show-menu.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-grid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-grid.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-grid.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-guides.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-guides.svg new file mode 100644 index 000000000..c591ee51e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-guides.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-hidden.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-hidden.svg new file mode 120000 index 000000000..3ec7e2cc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-hidden.svg @@ -0,0 +1 @@ +view-hidden.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-menu.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-menu.svg new file mode 100644 index 000000000..e1d5a6ca8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-menu.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-node-handles.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-node-handles.svg new file mode 100644 index 000000000..ea016b299 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-node-handles.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-offline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-offline.svg new file mode 120000 index 000000000..30c642ea2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-offline.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-path-outline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-path-outline.svg new file mode 100644 index 000000000..d475ff117 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-path-outline.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-sidebar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-sidebar.svg new file mode 120000 index 000000000..cec06ebb8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-sidebar.svg @@ -0,0 +1 @@ +view-sidetree.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-thumbnail-bar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-thumbnail-bar.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-thumbnail-bar.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-collapse-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-collapse-left.svg new file mode 100644 index 000000000..e994f54eb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-collapse-left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-collapse-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-collapse-right.svg new file mode 100644 index 000000000..caa680774 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-collapse-right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-collapse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-collapse.svg new file mode 120000 index 000000000..cfaaff4a3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-collapse.svg @@ -0,0 +1 @@ +sidebar-collapse-left.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-expand-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-expand-left.svg new file mode 100644 index 000000000..a136e94db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-expand-left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-expand-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-expand-right.svg new file mode 100644 index 000000000..01789e5f3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-expand-right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-expand.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-expand.svg new file mode 120000 index 000000000..fee9688b1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-expand.svg @@ -0,0 +1 @@ +sidebar-expand-left.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-places.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-places.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-places.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar.svg new file mode 120000 index 000000000..cec06ebb8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar.svg @@ -0,0 +1 @@ +view-sidetree.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/similarartists-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/similarartists-amarok.svg new file mode 120000 index 000000000..0fca1fb6f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/similarartists-amarok.svg @@ -0,0 +1 @@ +view-user-offline-kopete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/slideshow-plugin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/slideshow-plugin.svg new file mode 120000 index 000000000..7563411ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/slideshow-plugin.svg @@ -0,0 +1 @@ +plugins.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/smallclock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/smallclock.svg new file mode 120000 index 000000000..09c3073e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/smallclock.svg @@ -0,0 +1 @@ +clock.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box-center.svg new file mode 100644 index 000000000..3bd025daf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box-center.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box-corners.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box-corners.svg new file mode 100644 index 000000000..8601ed8c4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box-corners.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box-edges.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box-edges.svg new file mode 100644 index 000000000..76f003895 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box-edges.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box-midpoints.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box-midpoints.svg new file mode 100644 index 000000000..b9c33edd8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box-midpoints.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box.svg new file mode 100644 index 000000000..12abdb35a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-extension.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-extension.svg new file mode 100644 index 000000000..16a98cfdc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-extension.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-guideline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-guideline.svg new file mode 100644 index 000000000..3c0589ebc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-guideline.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-intersection.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-intersection.svg new file mode 100644 index 000000000..0cd85296d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-intersection.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-node.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-node.svg new file mode 100644 index 000000000..83479549b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-node.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-center.svg new file mode 100644 index 000000000..d0dd355f7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-center.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-cusp.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-cusp.svg new file mode 100644 index 000000000..79235ae8d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-cusp.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-intersection.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-intersection.svg new file mode 100644 index 000000000..24bff4352 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-intersection.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-midpoint.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-midpoint.svg new file mode 100644 index 000000000..7316cbedd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-midpoint.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-path.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-path.svg new file mode 100644 index 000000000..66428b41a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-path.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-rotation-center.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-rotation-center.svg new file mode 100644 index 000000000..9e25f4eab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-rotation-center.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-smooth.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-smooth.svg new file mode 100644 index 000000000..212effc07 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-smooth.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-orthogonal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-orthogonal.svg new file mode 100644 index 000000000..7e967c824 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-orthogonal.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-page.svg new file mode 100644 index 000000000..1a7b44e2a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-page.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-text-baseline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-text-baseline.svg new file mode 100644 index 000000000..7c6a96c7c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-text-baseline.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap.svg new file mode 100644 index 000000000..7c84ed843 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/social.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/social.svg new file mode 120000 index 000000000..30c642ea2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/social.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sort-name.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sort-name.svg new file mode 100644 index 000000000..46c4b497b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sort-name.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sort-presence.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sort-presence.svg new file mode 120000 index 000000000..007ae04b5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sort-presence.svg @@ -0,0 +1 @@ +view-sort-ascending.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/soundkonverter-replaygain.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/soundkonverter-replaygain.svg new file mode 120000 index 000000000..c61560183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/soundkonverter-replaygain.svg @@ -0,0 +1 @@ +view-statistics.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/spacefm-find.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/spacefm-find.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/spacefm-find.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/speaker.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/speaker.svg new file mode 120000 index 000000000..871708066 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/speaker.svg @@ -0,0 +1 @@ +kdenlive-show-audio.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/speedometer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/speedometer.svg new file mode 120000 index 000000000..52a251442 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/speedometer.svg @@ -0,0 +1 @@ +kt-speed-limits.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/split.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/split.svg new file mode 120000 index 000000000..e4f51b5b1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/split.svg @@ -0,0 +1 @@ +kr_combine.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/spray-mode-clone.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/spray-mode-clone.svg new file mode 100644 index 000000000..447d47147 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/spray-mode-clone.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/spray-mode-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/spray-mode-copy.svg new file mode 100644 index 000000000..5739b4837 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/spray-mode-copy.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/spray-mode-union.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/spray-mode-union.svg new file mode 100644 index 000000000..e5212e5a4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/spray-mode-union.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/standard-connector.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/standard-connector.svg new file mode 100644 index 000000000..3be3cb585 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/standard-connector.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/star-off.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/star-off.svg new file mode 120000 index 000000000..4e19538ab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/star-off.svg @@ -0,0 +1 @@ +rating-unrated.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/star-on.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/star-on.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/star-on.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/starred.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/starred.svg new file mode 120000 index 000000000..7d381af0c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/starred.svg @@ -0,0 +1 @@ +rating.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/start.svg new file mode 120000 index 000000000..c9c12cb65 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/start.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sticky_zoom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sticky_zoom.svg new file mode 120000 index 000000000..a77e7a14f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sticky_zoom.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_about.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_about.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_about.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_add-bookmark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_add-bookmark.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_add-bookmark.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_bell.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_bell.svg new file mode 100644 index 000000000..e51b9e330 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_bell.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_bottom.svg new file mode 120000 index 000000000..2f2f40051 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_bottom.svg @@ -0,0 +1 @@ +go-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_calc-accept.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_calc-accept.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_calc-accept.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_calc-cancel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_calc-cancel.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_calc-cancel.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_check-filled.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_check-filled.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_check-filled.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_close.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_contact-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_contact-list.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_contact-list.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_copy.svg new file mode 120000 index 000000000..d423a338d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_copy.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_cut.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_cut.svg new file mode 120000 index 000000000..ab241573e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_cut.svg @@ -0,0 +1 @@ +edit-cut.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_down.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_down.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_exit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_exit.svg new file mode 120000 index 000000000..514fcfb1d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_exit.svg @@ -0,0 +1 @@ +application-exit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_file-properites.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_file-properites.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_file-properites.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_file-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_file-properties.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_file-properties.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_first.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_first.svg new file mode 120000 index 000000000..c9c12cb65 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_first.svg @@ -0,0 +1 @@ +go-first.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_folder-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_folder-copy.svg new file mode 120000 index 000000000..59d45aeed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_folder-copy.svg @@ -0,0 +1 @@ +folder-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_folder-move.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_folder-move.svg new file mode 120000 index 000000000..4fcef6d3d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_folder-move.svg @@ -0,0 +1 @@ +folder-move.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_folder_properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_folder_properties.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_folder_properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_fullscreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_fullscreen.svg new file mode 120000 index 000000000..cbaa8381f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_fullscreen.svg @@ -0,0 +1 @@ +view-fullscreen.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_gtk-dnd-multiple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_gtk-dnd-multiple.svg new file mode 120000 index 000000000..d423a338d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_gtk-dnd-multiple.svg @@ -0,0 +1 @@ +edit-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_help-add-bookmark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_help-add-bookmark.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_help-add-bookmark.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_home.svg new file mode 120000 index 000000000..5cbdae998 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_home.svg @@ -0,0 +1 @@ +go-home.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_insert-note.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_insert-note.svg new file mode 120000 index 000000000..00bdd8a7a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_insert-note.svg @@ -0,0 +1 @@ +stock_notes.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_insert-rule.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_insert-rule.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_insert-rule.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_insert-table.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_insert-table.svg new file mode 120000 index 000000000..908441b9a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_insert-table.svg @@ -0,0 +1 @@ +insert-table.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_last.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_last.svg new file mode 120000 index 000000000..f9bbb2747 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_last.svg @@ -0,0 +1 @@ +go-last.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_leave-fullscreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_leave-fullscreen.svg new file mode 120000 index 000000000..4eb323159 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_leave-fullscreen.svg @@ -0,0 +1 @@ +view-restore.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_left.svg new file mode 120000 index 000000000..e636edc05 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_left.svg @@ -0,0 +1 @@ +go-previous.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-compose.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-compose.svg new file mode 120000 index 000000000..2c823c0ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-compose.svg @@ -0,0 +1 @@ +mail-message-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-filters-apply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-filters-apply.svg new file mode 120000 index 000000000..392cdff7d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-filters-apply.svg @@ -0,0 +1 @@ +kt-add-filters.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-flag-for-followup-done.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-flag-for-followup-done.svg new file mode 120000 index 000000000..4c2c5d3cb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-flag-for-followup-done.svg @@ -0,0 +1 @@ +flag-blue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-flag-for-followup.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-flag-for-followup.svg new file mode 120000 index 000000000..c8171f589 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-flag-for-followup.svg @@ -0,0 +1 @@ +flag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-forward.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-forward.svg new file mode 120000 index 000000000..c34946671 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-forward.svg @@ -0,0 +1 @@ +mail-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-open-multiple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-open-multiple.svg new file mode 120000 index 000000000..cb1065e6c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-open-multiple.svg @@ -0,0 +1 @@ +mail-open-multiple.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-reply-to-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-reply-to-all.svg new file mode 120000 index 000000000..cfb378828 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-reply-to-all.svg @@ -0,0 +1 @@ +reply-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-reply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-reply.svg new file mode 120000 index 000000000..08677c8af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-reply.svg @@ -0,0 +1 @@ +reply.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-send-receive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-send-receive.svg new file mode 120000 index 000000000..9dc6aa5a2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-send-receive.svg @@ -0,0 +1 @@ +mail-send-receive.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-send.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-send.svg new file mode 120000 index 000000000..771b1c825 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-send.svg @@ -0,0 +1 @@ +mail-send.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-unread-multiple.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-unread-multiple.svg new file mode 120000 index 000000000..e712f76a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-unread-multiple.svg @@ -0,0 +1 @@ +mail-unread-multiple.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mark.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mark.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mark.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-fwd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-fwd.svg new file mode 120000 index 000000000..9c64c025a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-fwd.svg @@ -0,0 +1 @@ +media-seek-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-next.svg new file mode 120000 index 000000000..82214a21e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-next.svg @@ -0,0 +1 @@ +media-skip-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-pause.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-play.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-play.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-play.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-prev.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-prev.svg new file mode 120000 index 000000000..a0af1946d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-prev.svg @@ -0,0 +1 @@ +media-skip-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-rec.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-rec.svg new file mode 120000 index 000000000..8ca2d4396 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-rec.svg @@ -0,0 +1 @@ +media-record.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-rew.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-rew.svg new file mode 120000 index 000000000..ebae8aa61 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-rew.svg @@ -0,0 +1 @@ +media-seek-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-stop.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_navigator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_navigator.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_navigator.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-24h-appointment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-24h-appointment.svg new file mode 120000 index 000000000..11081d1a8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-24h-appointment.svg @@ -0,0 +1 @@ +new-24h-appointment.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-address-book.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-address-book.svg new file mode 120000 index 000000000..8aae9657d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-address-book.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-appointment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-appointment.svg new file mode 120000 index 000000000..4ec77c618 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-appointment.svg @@ -0,0 +1 @@ +appointment-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-bcard.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-bcard.svg new file mode 120000 index 000000000..f8389fbc1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-bcard.svg @@ -0,0 +1 @@ +contact-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-dir.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-dir.svg new file mode 120000 index 000000000..149bcafc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-dir.svg @@ -0,0 +1 @@ +folder-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-tab.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-tab.svg new file mode 120000 index 000000000..3d2e0d243 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-tab.svg @@ -0,0 +1 @@ +tab-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-text.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-text.svg new file mode 120000 index 000000000..300fb89b6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-text.svg @@ -0,0 +1 @@ +document-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-window.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-window.svg new file mode 120000 index 000000000..f0b026afc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-window.svg @@ -0,0 +1 @@ +window.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_no.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_no.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_no.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_not.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_not.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_not.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_notes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_notes.svg new file mode 100644 index 000000000..864011a14 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_notes.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_paste.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_paste.svg new file mode 120000 index 000000000..f9cf17083 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_paste.svg @@ -0,0 +1 @@ +edit-paste.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_people.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_people.svg new file mode 120000 index 000000000..0fca1fb6f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_people.svg @@ -0,0 +1 @@ +view-user-offline-kopete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_print-preview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_print-preview.svg new file mode 120000 index 000000000..f065dadc1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_print-preview.svg @@ -0,0 +1 @@ +document-print-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_print-setup.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_print-setup.svg new file mode 120000 index 000000000..21fb235ef --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_print-setup.svg @@ -0,0 +1 @@ +document-page-setup.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_print.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_print.svg new file mode 120000 index 000000000..5de601c8a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_print.svg @@ -0,0 +1 @@ +document-print.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_properties.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_redo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_redo.svg new file mode 120000 index 000000000..a13a878cc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_redo.svg @@ -0,0 +1 @@ +edit-redo.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_refresh.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_refresh.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_refresh.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_right.svg new file mode 120000 index 000000000..c3064420a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_right.svg @@ -0,0 +1 @@ +go-next.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_save-as.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_save-as.svg new file mode 120000 index 000000000..0d756edd8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_save-as.svg @@ -0,0 +1 @@ +document-save-as.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_save.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_save.svg new file mode 120000 index 000000000..e2277db9a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_save.svg @@ -0,0 +1 @@ +document-save.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-high.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-high.svg new file mode 120000 index 000000000..d0e2df71b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-high.svg @@ -0,0 +1 @@ +flag-green.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-higher.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-higher.svg new file mode 120000 index 000000000..d0e2df71b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-higher.svg @@ -0,0 +1 @@ +flag-green.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-highest.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-highest.svg new file mode 120000 index 000000000..d0e2df71b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-highest.svg @@ -0,0 +1 @@ +flag-green.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-low.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-low.svg new file mode 120000 index 000000000..451d4522c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-low.svg @@ -0,0 +1 @@ +flag-red.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-lower.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-lower.svg new file mode 120000 index 000000000..451d4522c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-lower.svg @@ -0,0 +1 @@ +flag-red.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-lowest.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-lowest.svg new file mode 120000 index 000000000..451d4522c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-lowest.svg @@ -0,0 +1 @@ +flag-red.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-normal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-normal.svg new file mode 120000 index 000000000..c8171f589 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-normal.svg @@ -0,0 +1 @@ +flag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_search.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_search.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_search.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_select-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_select-all.svg new file mode 120000 index 000000000..6754181aa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_select-all.svg @@ -0,0 +1 @@ +edit-select-all.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_select-column.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_select-column.svg new file mode 120000 index 000000000..0d3db670f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_select-column.svg @@ -0,0 +1 @@ +object-columns.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_select-row.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_select-row.svg new file mode 120000 index 000000000..b496c3e1d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_select-row.svg @@ -0,0 +1 @@ +object-rows.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_shared-by-me.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_shared-by-me.svg new file mode 120000 index 000000000..255b7129b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_shared-by-me.svg @@ -0,0 +1 @@ +document-share.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_shared-to-me.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_shared-to-me.svg new file mode 120000 index 000000000..255b7129b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_shared-to-me.svg @@ -0,0 +1 @@ +document-share.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_show-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_show-all.svg new file mode 120000 index 000000000..58041fda3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_show-all.svg @@ -0,0 +1 @@ +view-multiple-objects.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_stop.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_stop.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_task-assigned-to.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_task-assigned-to.svg new file mode 120000 index 000000000..ace4fe41a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_task-assigned-to.svg @@ -0,0 +1 @@ +document-export.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_task-assigned.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_task-assigned.svg new file mode 120000 index 000000000..c7116c65c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_task-assigned.svg @@ -0,0 +1 @@ +document-import.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_task-recurring.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_task-recurring.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_task-recurring.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_task.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_task.svg new file mode 120000 index 000000000..13ebf1395 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_task.svg @@ -0,0 +1 @@ +view-calendar-special-occasion.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_text-monospaced.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_text-monospaced.svg new file mode 120000 index 000000000..7c4282d6b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_text-monospaced.svg @@ -0,0 +1 @@ +dialog-text-and-font.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_thunar-shortcuts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_thunar-shortcuts.svg new file mode 120000 index 000000000..cec06ebb8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_thunar-shortcuts.svg @@ -0,0 +1 @@ +view-sidetree.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_timezone.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_timezone.svg new file mode 120000 index 000000000..425dcc6b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_timezone.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_todo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_todo.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_todo.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_top.svg new file mode 120000 index 000000000..bdc5bb49e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_top.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_undo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_undo.svg new file mode 120000 index 000000000..88a18b65f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_undo.svg @@ -0,0 +1 @@ +edit-undo.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_up.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_video-conferencing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_video-conferencing.svg new file mode 120000 index 000000000..5a18f81f1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_video-conferencing.svg @@ -0,0 +1 @@ +view-list-video.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_view-details.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_view-details.svg new file mode 120000 index 000000000..3ec7e2cc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_view-details.svg @@ -0,0 +1 @@ +view-hidden.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_volume.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_volume.svg new file mode 120000 index 000000000..c4533054a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_volume.svg @@ -0,0 +1 @@ +player-volume.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-audio-cd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-audio-cd.svg new file mode 100644 index 000000000..78ed0918a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-audio-cd.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-blank-cdrw.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-blank-cdrw.svg new file mode 100644 index 000000000..7f68e6b09 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-blank-cdrw.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-data-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-data-copy.svg new file mode 120000 index 000000000..6ddeb4f7a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-data-copy.svg @@ -0,0 +1 @@ +tools-media-optical-copy.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-format-dvdrw.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-format-dvdrw.svg new file mode 120000 index 000000000..68127038e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-format-dvdrw.svg @@ -0,0 +1 @@ +tools-media-optical-burn-image.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-new-data-composition.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-new-data-composition.svg new file mode 100644 index 000000000..3db83a086 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-new-data-composition.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn.svg new file mode 100644 index 000000000..c24a22a4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_yes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_yes.svg new file mode 120000 index 000000000..038e124c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_yes.svg @@ -0,0 +1 @@ +object-select.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_zoom-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_zoom-page.svg new file mode 120000 index 000000000..a74d0584f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_zoom-page.svg @@ -0,0 +1 @@ +zoom-in.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stop.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stop.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stopped.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stopped.svg new file mode 120000 index 000000000..c6ded379e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stopped.svg @@ -0,0 +1 @@ +media-playback-stopped.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/story-editor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/story-editor.svg new file mode 120000 index 000000000..e9885590f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/story-editor.svg @@ -0,0 +1 @@ +view-media-playlist.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/straight-connector.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/straight-connector.svg new file mode 120000 index 000000000..c0d62e927 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/straight-connector.svg @@ -0,0 +1 @@ +draw-connector.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-cap-butt.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-cap-butt.svg new file mode 100644 index 000000000..e3b8ec9dd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-cap-butt.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-cap-round.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-cap-round.svg new file mode 100644 index 000000000..dbdcbf405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-cap-round.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-cap-square.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-cap-square.svg new file mode 100644 index 000000000..ae6be703c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-cap-square.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-join-bevel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-join-bevel.svg new file mode 100644 index 000000000..6519f3f46 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-join-bevel.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-join-miter.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-join-miter.svg new file mode 100644 index 000000000..456ea7feb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-join-miter.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-join-round.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-join-round.svg new file mode 100644 index 000000000..df5a5a93c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-join-round.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-to-path.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-to-path.svg new file mode 100644 index 000000000..c683a1ca6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-to-path.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/svn-commit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/svn-commit.svg new file mode 100644 index 000000000..d00dd2dee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/svn-commit.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/svn-update.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/svn-update.svg new file mode 100644 index 000000000..ad96cadce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/svn-update.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/swap-panels.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/swap-panels.svg new file mode 100644 index 000000000..54b39e311 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/swap-panels.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/symbol-bigger.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/symbol-bigger.svg new file mode 100644 index 000000000..639aeb20b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/symbol-bigger.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/symbols.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/symbols.svg new file mode 120000 index 000000000..8a90c3e48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/symbols.svg @@ -0,0 +1 @@ +insert-emoticon.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-lock-screen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-lock-screen.svg new file mode 100644 index 000000000..150f7c62f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-lock-screen.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-log-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-log-out.svg new file mode 100644 index 000000000..890eb640a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-log-out.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-reboot.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-reboot.svg new file mode 100644 index 000000000..1bad24fbf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-reboot.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-run.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-run.svg new file mode 100644 index 000000000..8cc62c8f7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-run.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-save-session.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-save-session.svg new file mode 100644 index 000000000..1b2108f99 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-save-session.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-search.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-search.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-search.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-shutdown.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-shutdown.svg new file mode 100644 index 000000000..c950551ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-shutdown.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-suspend-hibernate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-suspend-hibernate.svg new file mode 100644 index 000000000..61e87bd4f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-suspend-hibernate.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-suspend.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-suspend.svg new file mode 100644 index 000000000..c6fbda1d7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-suspend.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-switch-user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-switch-user.svg new file mode 100644 index 000000000..cd0dbdf31 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-switch-user.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-upgrade.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-upgrade.svg new file mode 100644 index 000000000..2c7399029 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-upgrade.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-user-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-user-list.svg new file mode 100644 index 000000000..d83e54398 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-user-list.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-user-prompt.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-user-prompt.svg new file mode 100644 index 000000000..435b56dd1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-user-prompt.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-users.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-users.svg new file mode 100644 index 000000000..106f944bb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-users.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-close-other.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-close-other.svg new file mode 120000 index 000000000..799050cf3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-close-other.svg @@ -0,0 +1 @@ +tab-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-close.svg new file mode 100644 index 000000000..5b734c89b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-close.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-detach.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-detach.svg new file mode 120000 index 000000000..dbc1b3011 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-detach.svg @@ -0,0 +1 @@ +tab-duplicate.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-duplicate.svg new file mode 100644 index 000000000..ebb078f15 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-duplicate.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-new-background.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-new-background.svg new file mode 100644 index 000000000..0a87b8414 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-new-background.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-new.svg new file mode 100644 index 000000000..cae84d2af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-new.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab.svg new file mode 120000 index 000000000..3d2e0d243 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab.svg @@ -0,0 +1 @@ +tab-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_breakoff.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_breakoff.svg new file mode 120000 index 000000000..dbc1b3011 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_breakoff.svg @@ -0,0 +1 @@ +tab-duplicate.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_duplicate.svg new file mode 120000 index 000000000..dbc1b3011 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_duplicate.svg @@ -0,0 +1 @@ +tab-duplicate.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_new.svg new file mode 120000 index 000000000..3d2e0d243 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_new.svg @@ -0,0 +1 @@ +tab-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_new_bg.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_new_bg.svg new file mode 120000 index 000000000..0056df02a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_new_bg.svg @@ -0,0 +1 @@ +tab-new-background.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_remove.svg new file mode 120000 index 000000000..799050cf3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_remove.svg @@ -0,0 +1 @@ +tab-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_remove_other.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_remove_other.svg new file mode 120000 index 000000000..799050cf3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_remove_other.svg @@ -0,0 +1 @@ +tab-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/table.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/table.svg new file mode 120000 index 000000000..c58216b89 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/table.svg @@ -0,0 +1 @@ +games-config-board.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-addressbook.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-addressbook.svg new file mode 120000 index 000000000..8aae9657d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-addressbook.svg @@ -0,0 +1 @@ +address-book-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-edit.svg new file mode 100644 index 000000000..8b10faa56 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-edit.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-events.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-events.svg new file mode 120000 index 000000000..54445ac9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-events.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-folder.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-folder.svg new file mode 120000 index 000000000..f92780017 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-folder.svg @@ -0,0 +1 @@ +document-open-folder.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-new.svg new file mode 100644 index 000000000..1008dddbb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-new.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-people.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-people.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-people.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-places.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-places.svg new file mode 120000 index 000000000..4d518f8f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-places.svg @@ -0,0 +1 @@ +atmosphere.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-properties.svg new file mode 120000 index 000000000..b7522f405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-properties.svg @@ -0,0 +1 @@ +format-justify-fill.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-recents.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-recents.svg new file mode 100644 index 000000000..7f8b421c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-recents.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-reset.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-reset.svg new file mode 120000 index 000000000..ada864c99 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-reset.svg @@ -0,0 +1 @@ +edit-select-invert.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag.svg new file mode 100644 index 000000000..0720610cb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tags.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tags.svg new file mode 120000 index 000000000..2bb4152ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tags.svg @@ -0,0 +1 @@ +tag.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tap-create.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tap-create.svg new file mode 120000 index 000000000..d671358dc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tap-create.svg @@ -0,0 +1 @@ +archive.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tap-extract-to.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tap-extract-to.svg new file mode 120000 index 000000000..653488ec3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tap-extract-to.svg @@ -0,0 +1 @@ +cm_extractfiles.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tap-extract.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tap-extract.svg new file mode 120000 index 000000000..653488ec3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tap-extract.svg @@ -0,0 +1 @@ +cm_extractfiles.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-attempt.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-attempt.svg new file mode 120000 index 000000000..a626e0c40 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-attempt.svg @@ -0,0 +1 @@ +dialog-warning.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-attention.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-attention.svg new file mode 120000 index 000000000..a626e0c40 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-attention.svg @@ -0,0 +1 @@ +dialog-warning.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-due.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-due.svg new file mode 100644 index 000000000..14742166c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-due.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-new.svg new file mode 120000 index 000000000..8ca434ee4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-new.svg @@ -0,0 +1 @@ +view-calendar-day.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-past-due.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-past-due.svg new file mode 100644 index 000000000..6192f9267 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-past-due.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/taxes-finances.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/taxes-finances.svg new file mode 100644 index 000000000..9457dc03b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/taxes-finances.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/terminator_horiz.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/terminator_horiz.svg new file mode 120000 index 000000000..5c6562aeb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/terminator_horiz.svg @@ -0,0 +1 @@ +horizontal.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/terminator_vert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/terminator_vert.svg new file mode 120000 index 000000000..a017dc53b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/terminator_vert.svg @@ -0,0 +1 @@ +vertical.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-convert-to-regular.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-convert-to-regular.svg new file mode 100644 index 000000000..94fa32653 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-convert-to-regular.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-field.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-field.svg new file mode 100644 index 000000000..c32f2c75f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-field.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-flow-into-frame.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-flow-into-frame.svg new file mode 100644 index 000000000..8070a6587 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-flow-into-frame.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-frame-link.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-frame-link.svg new file mode 100644 index 000000000..40585ce18 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-frame-link.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-frame-unlink.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-frame-unlink.svg new file mode 100644 index 000000000..896c64645 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-frame-unlink.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-orientation-auto.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-orientation-auto.svg new file mode 100644 index 000000000..26bfbc5c3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-orientation-auto.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-orientation-sideways.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-orientation-sideways.svg new file mode 100644 index 000000000..41e6e9e80 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-orientation-sideways.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-orientation-upright.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-orientation-upright.svg new file mode 100644 index 000000000..e468aacc6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-orientation-upright.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-put-on-path.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-put-on-path.svg new file mode 100644 index 000000000..12c74ce3a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-put-on-path.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-remove-from-path.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-remove-from-path.svg new file mode 100644 index 000000000..15d841b18 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-remove-from-path.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-speak.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-speak.svg new file mode 120000 index 000000000..871708066 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-speak.svg @@ -0,0 +1 @@ +kdenlive-show-audio.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-unflow.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-unflow.svg new file mode 100644 index 000000000..bed3b6715 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-unflow.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-unkern.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-unkern.svg new file mode 100644 index 000000000..3aed064f8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-unkern.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-wiki.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-wiki.svg new file mode 100644 index 000000000..44b0a56ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-wiki.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-wrap.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-wrap.svg new file mode 100644 index 000000000..92212389c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-wrap.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_horz_kern.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_horz_kern.svg new file mode 100644 index 000000000..d79527374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_horz_kern.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_letter_spacing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_letter_spacing.svg new file mode 100644 index 000000000..aaa31f424 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_letter_spacing.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_line_spacing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_line_spacing.svg new file mode 100644 index 000000000..1a56088f0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_line_spacing.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_outer_style.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_outer_style.svg new file mode 100644 index 000000000..261996b2f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_outer_style.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_remove_kerns.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_remove_kerns.svg new file mode 100644 index 000000000..da5b11d1c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_remove_kerns.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_rotation.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_rotation.svg new file mode 100644 index 000000000..0f959daf1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_rotation.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_subscript.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_subscript.svg new file mode 120000 index 000000000..6022badcc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_subscript.svg @@ -0,0 +1 @@ +format-text-subscript.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_superscript.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_superscript.svg new file mode 120000 index 000000000..ff7ed30da --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_superscript.svg @@ -0,0 +1 @@ +format-text-superscript.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_vert_kern.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_vert_kern.svg new file mode 100644 index 000000000..732a9939f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_vert_kern.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_word_spacing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_word_spacing.svg new file mode 100644 index 000000000..f46ba2dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_word_spacing.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/texture.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/texture.svg new file mode 100644 index 000000000..2aa7be4a1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/texture.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tiny-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tiny-pause.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tiny-pause.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tiny-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tiny-start.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tiny-start.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/toggle_vp_y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/toggle_vp_y.svg new file mode 120000 index 000000000..1c68ed082 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/toggle_vp_y.svg @@ -0,0 +1 @@ +perspective-parallel.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/toggle_vp_z.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/toggle_vp_z.svg new file mode 120000 index 000000000..1c68ed082 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/toggle_vp_z.svg @@ -0,0 +1 @@ +perspective-parallel.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-chat-reply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-chat-reply.svg new file mode 120000 index 000000000..f2a2d4122 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-chat-reply.svg @@ -0,0 +1 @@ +view-conversation-balloon.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-bookmarked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-bookmarked.svg new file mode 120000 index 000000000..65624f11c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-bookmarked.svg @@ -0,0 +1 @@ +bookmarks-bookmarked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-boost.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-boost.svg new file mode 120000 index 000000000..63b29f145 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-boost.svg @@ -0,0 +1 @@ +boost.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-boosted.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-boosted.svg new file mode 120000 index 000000000..cd07edf3d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-boosted.svg @@ -0,0 +1 @@ +boost-boosted.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-favorite.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-favorite.svg new file mode 120000 index 000000000..6dbc62cf3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-favorite.svg @@ -0,0 +1 @@ +favorite.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-favorited.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-favorited.svg new file mode 120000 index 000000000..a8f8e5e10 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-favorited.svg @@ -0,0 +1 @@ +favorite-favorited.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-reply-filled.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-reply-filled.svg new file mode 100644 index 000000000..25a845332 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-reply-filled.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-reply.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-reply.svg new file mode 120000 index 000000000..65624f11c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-reply.svg @@ -0,0 +1 @@ +bookmarks-bookmarked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-animator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-animator.svg new file mode 120000 index 000000000..91b01fe2f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-animator.svg @@ -0,0 +1 @@ +media-show-active-track-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-measure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-measure.svg new file mode 100644 index 000000000..8f15a9b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-measure.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-node-editor.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-node-editor.svg new file mode 100644 index 000000000..8a58f7910 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-node-editor.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-pages.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-pages.svg new file mode 100644 index 000000000..7870cf64c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-pages.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-pointer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-pointer.svg new file mode 120000 index 000000000..1324e0504 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-pointer.svg @@ -0,0 +1 @@ +kdenlive-select-tool.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-spray.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-spray.svg new file mode 100644 index 000000000..98ac429d4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-spray.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-tweak.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-tweak.svg new file mode 100644 index 000000000..3235f3e0e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-tweak.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_color_eraser.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_color_eraser.svg new file mode 100644 index 000000000..ea978889d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_color_eraser.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_curve.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_curve.svg new file mode 120000 index 000000000..7630c9799 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_curve.svg @@ -0,0 +1 @@ +format-segment-curve.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_elliptical_selection.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_elliptical_selection.svg new file mode 120000 index 000000000..db766e993 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_elliptical_selection.svg @@ -0,0 +1 @@ +draw-circle.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_polygon.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_polygon.svg new file mode 120000 index 000000000..1bc83ee53 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_polygon.svg @@ -0,0 +1 @@ +draw-polyline.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_rounded_rectangle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_rounded_rectangle.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_rounded_rectangle.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-check-spelling.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-check-spelling.svg new file mode 100644 index 000000000..def79061e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-check-spelling.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-burn-image.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-burn-image.svg new file mode 100644 index 000000000..03e6a46c0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-burn-image.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-burn.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-burn.svg new file mode 100644 index 000000000..dcf27f02f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-burn.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-copy.svg new file mode 100644 index 000000000..243190679 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-copy.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-erase.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-erase.svg new file mode 100644 index 000000000..81aa21442 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-erase.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-format.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-format.svg new file mode 100644 index 000000000..312c10572 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-format.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-report-bug.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-report-bug.svg new file mode 100644 index 000000000..475aa78ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-report-bug.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-rip-audio-cd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-rip-audio-cd.svg new file mode 100644 index 000000000..c719558e0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-rip-audio-cd.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-rip-video-cd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-rip-video-cd.svg new file mode 100644 index 000000000..d39c11555 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-rip-video-cd.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-rip-video-dvd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-rip-video-dvd.svg new file mode 120000 index 000000000..5b222b90d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-rip-video-dvd.svg @@ -0,0 +1 @@ +tools-rip-video-cd.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-wizard.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-wizard.svg new file mode 120000 index 000000000..790262367 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-wizard.svg @@ -0,0 +1 @@ +autocorrection.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools.svg new file mode 100644 index 000000000..0105bb811 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/top.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/top.svg new file mode 120000 index 000000000..bdc5bb49e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/top.svg @@ -0,0 +1 @@ +go-top.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-creator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-creator.svg new file mode 120000 index 000000000..300fb89b6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-creator.svg @@ -0,0 +1 @@ +document-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-magnet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-magnet.svg new file mode 120000 index 000000000..ee8077710 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-magnet.svg @@ -0,0 +1 @@ +kt-magnet.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-start-forced.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-start-forced.svg new file mode 120000 index 000000000..9c64c025a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-start-forced.svg @@ -0,0 +1 @@ +media-seek-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-start.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-start.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-start.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-stop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-stop.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-stop.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrents.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrents.svg new file mode 100644 index 000000000..5fdaf8b44 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrents.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transfers.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transfers.svg new file mode 120000 index 000000000..0d756edd8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transfers.svg @@ -0,0 +1 @@ +document-save-as.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-browse.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-browse.svg new file mode 100644 index 000000000..cdeb1e11e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-browse.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-crop-and-resize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-crop-and-resize.svg new file mode 100644 index 000000000..aeddbb8d7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-crop-and-resize.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-crop.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-crop.svg new file mode 100644 index 000000000..885cf406f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-crop.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-move-horizontal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-move-horizontal.svg new file mode 100644 index 000000000..babed1779 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-move-horizontal.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-move-vertical.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-move-vertical.svg new file mode 100644 index 000000000..059058149 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-move-vertical.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-move.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-move.svg new file mode 100644 index 000000000..dbe4e495c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-move.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-rotate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-rotate.svg new file mode 100644 index 000000000..7ed7e3450 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-rotate.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-scale-horizontal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-scale-horizontal.svg new file mode 100644 index 000000000..be56993a4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-scale-horizontal.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-scale-textbox-points.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-scale-textbox-points.svg new file mode 100644 index 000000000..6a3e91bb7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-scale-textbox-points.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-scale-vertical.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-scale-vertical.svg new file mode 100644 index 000000000..e30ca11ef --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-scale-vertical.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-scale.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-scale.svg new file mode 120000 index 000000000..617c98bae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-scale.svg @@ -0,0 +1 @@ +kdenlive-zoom-large.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-shear-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-shear-down.svg new file mode 100644 index 000000000..c774d3579 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-shear-down.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-shear-left.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-shear-left.svg new file mode 100644 index 000000000..8260598f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-shear-left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-shear-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-shear-right.svg new file mode 100644 index 000000000..2d03e40f2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-shear-right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-shear-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-shear-up.svg new file mode 100644 index 000000000..e77d57b17 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-shear-up.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-skew-horizontal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-skew-horizontal.svg new file mode 100644 index 000000000..cc90701ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-skew-horizontal.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-skew-vertical.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-skew-vertical.svg new file mode 100644 index 000000000..33983ba33 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-skew-vertical.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/trash-empty.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/trash-empty.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/trash-empty.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/twitter-dm.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/twitter-dm.svg new file mode 100644 index 000000000..b319fd566 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/twitter-dm.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/twitter-home.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/twitter-home.svg new file mode 100644 index 000000000..3a51d70b9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/twitter-home.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/twitter-mentions.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/twitter-mentions.svg new file mode 100644 index 000000000..2560ed149 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/twitter-mentions.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/twitter-profile.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/twitter-profile.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/twitter-profile.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-detach.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-detach.svg new file mode 100644 index 000000000..ff580b056 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-detach.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-eject.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-eject.svg new file mode 120000 index 000000000..f9f7bcbd0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-eject.svg @@ -0,0 +1 @@ +media-eject.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-lock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-lock.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-lock.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-mount.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-mount.svg new file mode 100644 index 000000000..8a31ffb67 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-mount.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-submenu.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-submenu.svg new file mode 120000 index 000000000..a97e184da --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-submenu.svg @@ -0,0 +1 @@ +pan-end.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-unlock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-unlock.svg new file mode 120000 index 000000000..a7673957b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-unlock.svg @@ -0,0 +1 @@ +object-unlocked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-unmount.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-unmount.svg new file mode 100644 index 000000000..6a7391538 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-unmount.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/underexposure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/underexposure.svg new file mode 120000 index 000000000..af6d032db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/underexposure.svg @@ -0,0 +1 @@ +help-about.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/undo.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/undo.svg new file mode 120000 index 000000000..88a18b65f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/undo.svg @@ -0,0 +1 @@ +edit-undo.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/unlock.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/unlock.svg new file mode 120000 index 000000000..a7673957b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/unlock.svg @@ -0,0 +1 @@ +object-unlocked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/up.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/upcomingevents-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/upcomingevents-amarok.svg new file mode 120000 index 000000000..702265284 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/upcomingevents-amarok.svg @@ -0,0 +1 @@ +view-calendar-upcoming-events.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/upindicator.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/upindicator.svg new file mode 120000 index 000000000..687a8fb01 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/upindicator.svg @@ -0,0 +1 @@ +pan-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/upload-media.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/upload-media.svg new file mode 120000 index 000000000..17854fc8d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/upload-media.svg @@ -0,0 +1 @@ +cloud-upload.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/upload.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/upload.svg new file mode 100644 index 000000000..3713e7e2e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/upload.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/url-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/url-copy.svg new file mode 120000 index 000000000..b20b3d573 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/url-copy.svg @@ -0,0 +1 @@ +edit-link.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-group-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-group-delete.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-group-delete.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-group-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-group-new.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-group-new.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-group-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-group-properties.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-group-properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-identity.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-identity.svg new file mode 100644 index 000000000..8d8e0d4a0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-identity.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-properties.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-properties.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-properties.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user.svg new file mode 120000 index 000000000..12ff0ec56 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user.svg @@ -0,0 +1 @@ +system-users.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/usermenu-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/usermenu-delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/usermenu-delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/usermenu-down.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/usermenu-down.svg new file mode 120000 index 000000000..a8eb1b5c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/usermenu-down.svg @@ -0,0 +1 @@ +go-down.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/usermenu-up.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/usermenu-up.svg new file mode 120000 index 000000000..fa0b0a6ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/usermenu-up.svg @@ -0,0 +1 @@ +go-up.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/username-copy.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/username-copy.svg new file mode 100644 index 000000000..a02731385 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/username-copy.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vertical.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vertical.svg new file mode 100644 index 000000000..cbc28041c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vertical.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/videoclip-amarok.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/videoclip-amarok.svg new file mode 120000 index 000000000..0d1faec0d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/videoclip-amarok.svg @@ -0,0 +1 @@ +kdenlive-show-video.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-bank-account-checking.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-bank-account-checking.svg new file mode 100644 index 000000000..10a108e28 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-bank-account-checking.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-bank-account-savings.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-bank-account-savings.svg new file mode 100644 index 000000000..5475aa60b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-bank-account-savings.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-bank-account.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-bank-account.svg new file mode 100644 index 000000000..750276df6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-bank-account.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-bank.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-bank.svg new file mode 100644 index 000000000..52b10a744 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-bank.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-barcode-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-barcode-add.svg new file mode 100644 index 000000000..98b780783 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-barcode-add.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-barcode-qr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-barcode-qr.svg new file mode 100644 index 000000000..5c650c390 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-barcode-qr.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-barcode.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-barcode.svg new file mode 100644 index 000000000..716e97b86 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-barcode.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-agenda.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-agenda.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-agenda.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-birthday.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-birthday.svg new file mode 100644 index 000000000..d2722e3dd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-birthday.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-day.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-day.svg new file mode 100644 index 000000000..991fd1f7b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-day.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-holiday.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-holiday.svg new file mode 100644 index 000000000..090ebb40b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-holiday.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-journal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-journal.svg new file mode 100644 index 000000000..ab1aaf32c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-journal.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-list.svg new file mode 120000 index 000000000..5e86bb448 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-list.svg @@ -0,0 +1 @@ +snap-page.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-month.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-month.svg new file mode 100644 index 000000000..d873fd0d2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-month.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-special-occasion.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-special-occasion.svg new file mode 100644 index 000000000..9f04b89e2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-special-occasion.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-tasks.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-tasks.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-tasks.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-time-spent.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-time-spent.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-time-spent.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-timeline.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-timeline.svg new file mode 100644 index 000000000..64baeea28 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-timeline.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-upcoming-days.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-upcoming-days.svg new file mode 100644 index 000000000..445887657 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-upcoming-days.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-upcoming-events.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-upcoming-events.svg new file mode 100644 index 000000000..c47cb906d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-upcoming-events.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-wedding-anniversary.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-wedding-anniversary.svg new file mode 100644 index 000000000..b1efb3569 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-wedding-anniversary.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-week.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-week.svg new file mode 100644 index 000000000..110d68414 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-week.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-whatsnext.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-whatsnext.svg new file mode 120000 index 000000000..b830e6bae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-whatsnext.svg @@ -0,0 +1 @@ +view-calendar-journal.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-workweek.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-workweek.svg new file mode 100644 index 000000000..ee8097f09 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-workweek.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-year.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-year.svg new file mode 100644 index 000000000..479d10c07 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-year.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar.svg new file mode 100644 index 000000000..e9471c91e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-catalog.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-catalog.svg new file mode 120000 index 000000000..62e1f1e9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-catalog.svg @@ -0,0 +1 @@ +view-pim-news.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-categories.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-categories.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-categories.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-add.svg new file mode 100644 index 000000000..b15b4321c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-add.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-export-secret.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-export-secret.svg new file mode 100644 index 000000000..660ff4ac2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-export-secret.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-export-server.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-export-server.svg new file mode 100644 index 000000000..6e376ea75 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-export-server.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-export.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-export.svg new file mode 100644 index 000000000..20907438e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-export.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-import.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-import.svg new file mode 100644 index 000000000..4f12ce385 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-import.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-server-configure.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-server-configure.svg new file mode 100644 index 000000000..b6f82de9e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-server-configure.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-sign.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-sign.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-sign.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate.svg new file mode 100644 index 000000000..0dd5a2b64 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-choose.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-choose.svg new file mode 100644 index 000000000..bd5d07948 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-choose.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-close.svg new file mode 120000 index 000000000..b94397183 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-column.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-column.svg new file mode 100644 index 000000000..fca92c4af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-column.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-compact.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-compact.svg new file mode 100644 index 000000000..61d102256 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-compact.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-continuous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-continuous.svg new file mode 100644 index 000000000..9e8fd7cce --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-continuous.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-conversation-balloon.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-conversation-balloon.svg new file mode 100644 index 000000000..944cffcfb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-conversation-balloon.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-coverflow.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-coverflow.svg new file mode 100644 index 000000000..165a92eff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-coverflow.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-currency-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-currency-list.svg new file mode 100644 index 000000000..696d348bb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-currency-list.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-dual.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-dual.svg new file mode 100644 index 000000000..79674c0cd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-dual.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-file-columns.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-file-columns.svg new file mode 120000 index 000000000..4bbf838be --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-file-columns.svg @@ -0,0 +1 @@ +view-column.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-filter-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-filter-rtl.svg new file mode 100644 index 000000000..a0b4223a6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-filter-rtl.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-filter.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-filter.svg new file mode 100644 index 000000000..5bd623af7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-filter.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-add.svg new file mode 100644 index 000000000..8daa13aa1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-add.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-asset-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-asset-closed.svg new file mode 100644 index 000000000..263df79bc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-asset-closed.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-asset.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-asset.svg new file mode 100644 index 000000000..98bdc59e3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-asset.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-cash-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-cash-closed.svg new file mode 100644 index 000000000..8367fa219 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-cash-closed.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-cash.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-cash.svg new file mode 100644 index 000000000..385976d9b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-cash.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-checking-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-checking-closed.svg new file mode 100644 index 000000000..0a687adbb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-checking-closed.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-checking.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-checking.svg new file mode 100644 index 000000000..766234a71 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-checking.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-close.svg new file mode 100644 index 000000000..187fe3ee9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-close.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-closed.svg new file mode 100644 index 000000000..7d9096a1c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-closed.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-credit-card-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-credit-card-closed.svg new file mode 100644 index 000000000..94a799f73 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-credit-card-closed.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-credit-card.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-credit-card.svg new file mode 100644 index 000000000..feffaff4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-credit-card.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-delete.svg new file mode 100644 index 000000000..4c2c157f7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-delete.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-edit.svg new file mode 100644 index 000000000..9fa68d19e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-edit.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-investment-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-investment-closed.svg new file mode 100644 index 000000000..3ab775aa0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-investment-closed.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-investment-security-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-investment-security-closed.svg new file mode 100644 index 000000000..21b8e8cba --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-investment-security-closed.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-investment-security.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-investment-security.svg new file mode 100644 index 000000000..ebb8458cf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-investment-security.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-investment.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-investment.svg new file mode 100644 index 000000000..672306615 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-investment.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-liability-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-liability-closed.svg new file mode 100644 index 000000000..e27ceb61c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-liability-closed.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-liability.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-liability.svg new file mode 100644 index 000000000..85d03e0bb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-liability.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-loan-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-loan-closed.svg new file mode 100644 index 000000000..b79ebf005 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-loan-closed.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-loan.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-loan.svg new file mode 100644 index 000000000..631d51a1e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-loan.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-reopen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-reopen.svg new file mode 100644 index 000000000..6e4a5e7f8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-reopen.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-savings-closed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-savings-closed.svg new file mode 100644 index 000000000..bcde2efae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-savings-closed.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-savings.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-savings.svg new file mode 100644 index 000000000..851c3d151 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-savings.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account.svg new file mode 100644 index 000000000..ae95ed21f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-budget.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-budget.svg new file mode 100644 index 000000000..8b3157c13 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-budget.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-add.svg new file mode 100644 index 000000000..7c2d18d03 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-add.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-delete.svg new file mode 100644 index 000000000..1b820bdf9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-delete.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-edit.svg new file mode 100644 index 000000000..380b9908f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-edit.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-expense.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-expense.svg new file mode 100644 index 000000000..4150a97e0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-expense.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-income.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-income.svg new file mode 100644 index 000000000..12754cff1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-income.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-list.svg new file mode 100644 index 000000000..1080e137b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-list.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-transfer-reconcile.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-transfer-reconcile.svg new file mode 100644 index 000000000..723bdf635 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-transfer-reconcile.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-transfer-reconciled.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-transfer-reconciled.svg new file mode 100644 index 000000000..57fc50427 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-transfer-reconciled.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-transfer-unreconciled.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-transfer-unreconciled.svg new file mode 100644 index 000000000..045a01877 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-transfer-unreconciled.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-form-action.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-form-action.svg new file mode 100644 index 000000000..c79410785 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-form-action.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-form.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-form.svg new file mode 100644 index 000000000..4995bc8cc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-form.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-fullscreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-fullscreen.svg new file mode 100644 index 000000000..03cf6f75f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-fullscreen.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-grid.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-grid.svg new file mode 100644 index 000000000..308aff0dd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-grid.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-group.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-group.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-group.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-hidden.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-hidden.svg new file mode 100644 index 000000000..df15c0fbd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-hidden.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-history.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-history.svg new file mode 120000 index 000000000..ab3c72dcd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-history.svg @@ -0,0 +1 @@ +document-open-recent.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-institution-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-institution-add.svg new file mode 100644 index 000000000..f97775ce5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-institution-add.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-institution-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-institution-delete.svg new file mode 100644 index 000000000..8743749ed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-institution-delete.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-institution-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-institution-edit.svg new file mode 100644 index 000000000..d3b3990cc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-institution-edit.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-institution.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-institution.svg new file mode 100644 index 000000000..bf85fc3ea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-institution.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-left-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-left-close.svg new file mode 100644 index 000000000..9ddbdfafc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-left-close.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-compact.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-compact.svg new file mode 100644 index 000000000..178435809 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-compact.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-details.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-details.svg new file mode 100644 index 000000000..82430e7a3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-details.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-icons.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-icons.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-icons.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-images.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-images.svg new file mode 100644 index 000000000..2b809509d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-images.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-text.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-text.svg new file mode 100644 index 000000000..bcc5e0f4a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-text.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-tree.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-tree.svg new file mode 100644 index 000000000..d5fe415bd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-tree.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-video.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-video.svg new file mode 100644 index 000000000..10219432e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-video.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list.svg new file mode 100644 index 000000000..4de8d1c55 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-maximized.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-maximized.svg new file mode 120000 index 000000000..b1fd2364f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-maximized.svg @@ -0,0 +1 @@ +window-maximize.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-album-cover.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-album-cover.svg new file mode 120000 index 000000000..26e17b165 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-album-cover.svg @@ -0,0 +1 @@ +media-album-track.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-artist.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-artist.svg new file mode 120000 index 000000000..30c642ea2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-artist.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-equalizer.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-equalizer.svg new file mode 100644 index 000000000..eff8d78e7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-equalizer.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-favorite.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-favorite.svg new file mode 100644 index 000000000..24ec589c5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-favorite.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-genre.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-genre.svg new file mode 100644 index 000000000..d5c73a83d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-genre.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-lyrics.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-lyrics.svg new file mode 100644 index 000000000..a3c8dfee3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-lyrics.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-playcount.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-playcount.svg new file mode 100644 index 000000000..62467999c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-playcount.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-playlist.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-playlist.svg new file mode 100644 index 000000000..1080e137b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-playlist.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-queue.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-queue.svg new file mode 120000 index 000000000..f32b479e7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-queue.svg @@ -0,0 +1 @@ +playlist-queue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-subtitles-hidden.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-subtitles-hidden.svg new file mode 100644 index 000000000..3d8c40cb4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-subtitles-hidden.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-subtitles.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-subtitles.svg new file mode 120000 index 000000000..4fc291405 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-subtitles.svg @@ -0,0 +1 @@ +media-view-subtitles.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-title.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-title.svg new file mode 120000 index 000000000..a28c847f3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-title.svg @@ -0,0 +1 @@ +filename-title-amarok.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-track.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-track.svg new file mode 120000 index 000000000..bd5a1a3e1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-track.svg @@ -0,0 +1 @@ +tools-rip-audio-cd.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-visualization.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-visualization.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-visualization.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-more-horizontal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-more-horizontal.svg new file mode 100644 index 000000000..4668daa7b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-more-horizontal.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-more.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-more.svg new file mode 100644 index 000000000..a7bfb848c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-more.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-multiple-objects.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-multiple-objects.svg new file mode 100644 index 000000000..6f41547ea --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-multiple-objects.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-object-histogram-linear.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-object-histogram-linear.svg new file mode 100644 index 000000000..cd8c5f9ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-object-histogram-linear.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-object-histogram-logarithmic.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-object-histogram-logarithmic.svg new file mode 100644 index 000000000..898942e13 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-object-histogram-logarithmic.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-paged.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-paged.svg new file mode 100644 index 000000000..4de4e96c2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-paged.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-continuous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-continuous.svg new file mode 100644 index 000000000..2833e16ca --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-continuous.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-facing-first-centered.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-facing-first-centered.svg new file mode 100644 index 000000000..872585777 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-facing-first-centered.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-facing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-facing.svg new file mode 100644 index 000000000..6319b83d3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-facing.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-overview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-overview.svg new file mode 100644 index 000000000..d69fd4c28 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-overview.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-single.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-single.svg new file mode 100644 index 000000000..ba7d57633 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-single.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-calendar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-calendar.svg new file mode 120000 index 000000000..8c656b6ab --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-calendar.svg @@ -0,0 +1 @@ +view-calendar-month.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-contacts.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-contacts.svg new file mode 100644 index 000000000..7b89a35ae --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-contacts.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-journal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-journal.svg new file mode 120000 index 000000000..e9885590f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-journal.svg @@ -0,0 +1 @@ +view-media-playlist.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-mail.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-mail.svg new file mode 120000 index 000000000..b62208f46 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-mail.svg @@ -0,0 +1 @@ +mail-mark-unread.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-news.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-news.svg new file mode 100644 index 000000000..ad6ddc85e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-news.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-notes.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-notes.svg new file mode 120000 index 000000000..5e86bb448 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-notes.svg @@ -0,0 +1 @@ +snap-page.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-summary.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-summary.svg new file mode 100644 index 000000000..5c06ef65f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-summary.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-tasks-pending.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-tasks-pending.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-tasks-pending.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-tasks.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-tasks.svg new file mode 120000 index 000000000..7b568c624 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-tasks.svg @@ -0,0 +1 @@ +view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-presentation.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-presentation.svg new file mode 100644 index 000000000..cad1a9ad0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-presentation.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-preview.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-preview.svg new file mode 100644 index 000000000..d3be63332 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-preview.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-private.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-private.svg new file mode 100644 index 000000000..53f0c561b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-private.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-all-tree.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-all-tree.svg new file mode 120000 index 000000000..548a469f6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-all-tree.svg @@ -0,0 +1 @@ +view-more.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-all.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-all.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-all.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-own.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-own.svg new file mode 120000 index 000000000..30c642ea2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-own.svg @@ -0,0 +1 @@ +im-user.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-system.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-system.svg new file mode 120000 index 000000000..0db970529 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-system.svg @@ -0,0 +1 @@ +system-run.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-tree.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-tree.svg new file mode 120000 index 000000000..029cc0b42 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-tree.svg @@ -0,0 +1 @@ +view-list-tree.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-users.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-users.svg new file mode 120000 index 000000000..0fca1fb6f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-users.svg @@ -0,0 +1 @@ +view-user-offline-kopete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-readermode-active.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-readermode-active.svg new file mode 100644 index 000000000..c04724691 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-readermode-active.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-readermode.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-readermode.svg new file mode 100644 index 000000000..938d2d9d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-readermode.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-refresh.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-refresh.svg new file mode 100644 index 000000000..a9262e384 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-refresh.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-resource-calendar.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-resource-calendar.svg new file mode 120000 index 000000000..54445ac9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-resource-calendar.svg @@ -0,0 +1 @@ +view-calendar.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-restore.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-restore.svg new file mode 100644 index 000000000..0d86e27de --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-restore.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-right-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-right-close.svg new file mode 100644 index 000000000..a9773f296 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-right-close.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-right-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-right-new.svg new file mode 120000 index 000000000..730d45914 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-right-new.svg @@ -0,0 +1 @@ +view-dual.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-sidetree.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-sidetree.svg new file mode 100644 index 000000000..953eebd32 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-sidetree.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-sort-ascending.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-sort-ascending.svg new file mode 100644 index 000000000..2b5a97289 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-sort-ascending.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-sort-descending.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-sort-descending.svg new file mode 100644 index 000000000..a1180290b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-sort-descending.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-sort.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-sort.svg new file mode 100644 index 000000000..877c7c457 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-sort.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-split-left-right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-split-left-right.svg new file mode 120000 index 000000000..730d45914 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-split-left-right.svg @@ -0,0 +1 @@ +view-dual.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-split-top-bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-split-top-bottom.svg new file mode 100644 index 000000000..ec7216f17 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-split-top-bottom.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-statistics.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-statistics.svg new file mode 100644 index 000000000..20985f41d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-statistics.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-table-of-contents-ltr.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-table-of-contents-ltr.svg new file mode 100644 index 000000000..d363f4368 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-table-of-contents-ltr.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-table-of-contents-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-table-of-contents-rtl.svg new file mode 120000 index 000000000..05b3db7e0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-table-of-contents-rtl.svg @@ -0,0 +1 @@ +format-list-unordered.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-task-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-task-add.svg new file mode 120000 index 000000000..8ca434ee4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-task-add.svg @@ -0,0 +1 @@ +view-calendar-day.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-task-child-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-task-child-add.svg new file mode 120000 index 000000000..4226a5356 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-task-child-add.svg @@ -0,0 +1 @@ +view-task-child.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-task-child.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-task-child.svg new file mode 100644 index 000000000..894f652d2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-task-child.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-task.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-task.svg new file mode 120000 index 000000000..13ebf1395 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-task.svg @@ -0,0 +1 @@ +view-calendar-special-occasion.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-baselined-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-baselined-add.svg new file mode 100644 index 000000000..4ab0bc6bc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-baselined-add.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-baselined-remove.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-baselined-remove.svg new file mode 100644 index 000000000..e0e9d478e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-baselined-remove.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-baselined.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-baselined.svg new file mode 120000 index 000000000..a04747903 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-baselined.svg @@ -0,0 +1 @@ +view-calendar-timeline.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-calculus.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-calculus.svg new file mode 100644 index 000000000..8eeed072e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-calculus.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-child-insert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-child-insert.svg new file mode 100644 index 000000000..ceb44601b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-child-insert.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-edit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-edit.svg new file mode 120000 index 000000000..b83b2d99d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-edit.svg @@ -0,0 +1 @@ +edit.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-insert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-insert.svg new file mode 120000 index 000000000..4f816599f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-insert.svg @@ -0,0 +1 @@ +view-time-schedule-baselined-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule.svg new file mode 120000 index 000000000..a04747903 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule.svg @@ -0,0 +1 @@ +view-calendar-timeline.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-user-offline-kopete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-user-offline-kopete.svg new file mode 100644 index 000000000..9a37a2e19 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-user-offline-kopete.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-visible.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-visible.svg new file mode 120000 index 000000000..3ec7e2cc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-visible.svg @@ -0,0 +1 @@ +view-hidden.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-web-browser-dom-tree.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-web-browser-dom-tree.svg new file mode 120000 index 000000000..4d518f8f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-web-browser-dom-tree.svg @@ -0,0 +1 @@ +atmosphere.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-wrapped-rtl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-wrapped-rtl.svg new file mode 100644 index 000000000..488b0248c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-wrapped-rtl.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-wrapped.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-wrapped.svg new file mode 100644 index 000000000..afe4ca151 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-wrapped.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_choose.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_choose.svg new file mode 120000 index 000000000..548a469f6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_choose.svg @@ -0,0 +1 @@ +view-more.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_detailed.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_detailed.svg new file mode 120000 index 000000000..a379444c2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_detailed.svg @@ -0,0 +1 @@ +view-list-details.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_icon.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_icon.svg new file mode 120000 index 000000000..793f5eb48 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_icon.svg @@ -0,0 +1 @@ +view-grid.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_left_right.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_left_right.svg new file mode 120000 index 000000000..730d45914 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_left_right.svg @@ -0,0 +1 @@ +view-dual.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_multicolumn.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_multicolumn.svg new file mode 120000 index 000000000..4bbf838be --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_multicolumn.svg @@ -0,0 +1 @@ +view-column.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_text.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_text.svg new file mode 120000 index 000000000..ab1153648 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_text.svg @@ -0,0 +1 @@ +view-list-text.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_top_bottom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_top_bottom.svg new file mode 120000 index 000000000..e12ea4ce0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_top_bottom.svg @@ -0,0 +1 @@ +view-split-top-bottom.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_tree.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_tree.svg new file mode 120000 index 000000000..029cc0b42 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_tree.svg @@ -0,0 +1 @@ +view-list-tree.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/viewimage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/viewimage.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/viewimage.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/viewmagfit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/viewmagfit.svg new file mode 120000 index 000000000..cc77c1cf2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/viewmagfit.svg @@ -0,0 +1 @@ +zoom-fit-selection.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vinyl.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vinyl.svg new file mode 120000 index 000000000..4cd912bb6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vinyl.svg @@ -0,0 +1 @@ +tools-media-optical-format.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/virtual-desktops.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/virtual-desktops.svg new file mode 100644 index 000000000..48d80003e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/virtual-desktops.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/visibility.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/visibility.svg new file mode 120000 index 000000000..3ec7e2cc4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/visibility.svg @@ -0,0 +1 @@ +view-hidden.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-create.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-create.svg new file mode 120000 index 000000000..300fb89b6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-create.svg @@ -0,0 +1 @@ +document-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-download.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-download.svg new file mode 120000 index 000000000..6aa652ef6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-download.svg @@ -0,0 +1 @@ +edit-download.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-power-off.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-power-off.svg new file mode 120000 index 000000000..9718795ee --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-power-off.svg @@ -0,0 +1 @@ +media-playback-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-power-on.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-power-on.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-power-on.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-restart.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-restart.svg new file mode 120000 index 000000000..4e680c2a7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-restart.svg @@ -0,0 +1 @@ +view-refresh.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-settings.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-settings.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-settings.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-autoprotect-keep.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-autoprotect-keep.svg new file mode 100644 index 000000000..5d408a765 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-autoprotect-keep.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-autoprotect.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-autoprotect.svg new file mode 100644 index 000000000..ca6c659dd --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-autoprotect.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-current.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-current.svg new file mode 100644 index 000000000..1320a46a0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-current.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-recording.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-recording.svg new file mode 100644 index 000000000..2028bdb80 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-recording.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-revert.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-revert.svg new file mode 100644 index 000000000..2d9a8dc9f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-revert.svg @@ -0,0 +1,11 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot.svg new file mode 100644 index 000000000..5b8103f72 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshots-manage.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshots-manage.svg new file mode 100644 index 000000000..537853d44 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshots-manage.svg @@ -0,0 +1,11 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-suspend.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-suspend.svg new file mode 120000 index 000000000..020f4158b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-suspend.svg @@ -0,0 +1 @@ +media-playback-pause.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-tools-install-cancel.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-tools-install-cancel.svg new file mode 120000 index 000000000..d96b05dbe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-tools-install-cancel.svg @@ -0,0 +1 @@ +process-stop.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-tools-install.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-tools-install.svg new file mode 100644 index 000000000..e70da37e7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-tools-install.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-upload.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-upload.svg new file mode 120000 index 000000000..247d086b0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-upload.svg @@ -0,0 +1 @@ +upload.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm_clone_wizard.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm_clone_wizard.svg new file mode 100644 index 000000000..6b09fd865 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm_clone_wizard.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm_new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm_new.svg new file mode 120000 index 000000000..ddc3d28c2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm_new.svg @@ -0,0 +1 @@ +entry-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-autoprotect-keep.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-autoprotect-keep.svg new file mode 120000 index 000000000..858084d6e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-autoprotect-keep.svg @@ -0,0 +1 @@ +vm-snapshot-autoprotect-keep.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-checkpoint-next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-checkpoint-next.svg new file mode 120000 index 000000000..82214a21e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-checkpoint-next.svg @@ -0,0 +1 @@ +media-skip-forward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-checkpoint-previous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-checkpoint-previous.svg new file mode 120000 index 000000000..a0af1946d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-checkpoint-previous.svg @@ -0,0 +1 @@ +media-skip-backward.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-component-download-inactive.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-component-download-inactive.svg new file mode 100644 index 000000000..c797ebd35 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-component-download-inactive.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-component-downloading.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-component-downloading.svg new file mode 100644 index 000000000..447fa7b09 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-component-downloading.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-component.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-component.svg new file mode 100644 index 000000000..4e5a84656 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-component.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-datacenter.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-datacenter.svg new file mode 100644 index 000000000..0c795de0e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-datacenter.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-disabled.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-disabled.svg new file mode 100644 index 000000000..63a960707 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-disabled.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-error-emblem.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-error-emblem.svg new file mode 100644 index 000000000..8e2aaf33b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-error-emblem.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-locked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-locked.svg new file mode 120000 index 000000000..5c1fbb374 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-locked.svg @@ -0,0 +1 @@ +object-locked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-manage-autostart-vms.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-manage-autostart-vms.svg new file mode 120000 index 000000000..28d76fd4b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-manage-autostart-vms.svg @@ -0,0 +1 @@ +run-build.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-marker-add.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-marker-add.svg new file mode 120000 index 000000000..a5f7d89ff --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-marker-add.svg @@ -0,0 +1 @@ +bookmark-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-new.svg new file mode 100644 index 000000000..4bc0bfec7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-new.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-powered-on.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-powered-on.svg new file mode 120000 index 000000000..1e939c995 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-powered-on.svg @@ -0,0 +1 @@ +media-playback-start.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-max-recommended-bullet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-max-recommended-bullet.svg new file mode 120000 index 000000000..4c2c5d3cb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-max-recommended-bullet.svg @@ -0,0 +1 @@ +flag-blue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-max-recommended-flag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-max-recommended-flag.svg new file mode 120000 index 000000000..4c2c5d3cb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-max-recommended-flag.svg @@ -0,0 +1 @@ +flag-blue.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-min-recommended-bullet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-min-recommended-bullet.svg new file mode 120000 index 000000000..11f10f667 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-min-recommended-bullet.svg @@ -0,0 +1 @@ +flag-yellow.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-min-recommended-flag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-min-recommended-flag.svg new file mode 120000 index 000000000..11f10f667 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-min-recommended-flag.svg @@ -0,0 +1 @@ +flag-yellow.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-recommended-bullet.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-recommended-bullet.svg new file mode 120000 index 000000000..d0e2df71b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-recommended-bullet.svg @@ -0,0 +1 @@ +flag-green.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-recommended-flag.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-recommended-flag.svg new file mode 120000 index 000000000..d0e2df71b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-recommended-flag.svg @@ -0,0 +1 @@ +flag-green.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-beginning.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-beginning.svg new file mode 120000 index 000000000..f5627dd9a --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-beginning.svg @@ -0,0 +1 @@ +media-playback-start-rtl.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-pause.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-pause.svg new file mode 120000 index 000000000..28433e51e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-pause.svg @@ -0,0 +1 @@ +media-playback-paused.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-play.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-play.svg new file mode 120000 index 000000000..f1fddde07 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-play.svg @@ -0,0 +1 @@ +media-playback-playing.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-speed-fast.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-speed-fast.svg new file mode 100644 index 000000000..b7365308c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-speed-fast.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-speed-normal.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-speed-normal.svg new file mode 100644 index 000000000..96a185e85 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-speed-normal.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-settings.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-settings.svg new file mode 120000 index 000000000..998070b58 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-settings.svg @@ -0,0 +1 @@ +configure.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-suspended.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-suspended.svg new file mode 120000 index 000000000..28433e51e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-suspended.svg @@ -0,0 +1 @@ +media-playback-paused.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-unlocked.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-unlocked.svg new file mode 120000 index 000000000..a7673957b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-unlocked.svg @@ -0,0 +1 @@ +object-unlocked.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-vcd-server.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-vcd-server.svg new file mode 100644 index 000000000..f69b25d11 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-vcd-server.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-vcenter.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-vcenter.svg new file mode 100644 index 000000000..cceba6397 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-vcenter.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-view-appliance.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-view-appliance.svg new file mode 120000 index 000000000..62e1f1e9c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-view-appliance.svg @@ -0,0 +1 @@ +view-pim-news.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-view-console.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-view-console.svg new file mode 120000 index 000000000..6957e396c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-view-console.svg @@ -0,0 +1 @@ +cm_runterm.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-view-unity-error.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-view-unity-error.svg new file mode 120000 index 000000000..8770bb2d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-view-unity-error.svg @@ -0,0 +1 @@ +action-unavailable.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-view-unity.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-view-unity.svg new file mode 120000 index 000000000..f0b026afc --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-view-unity.svg @@ -0,0 +1 @@ +window.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/web-browser.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/web-browser.svg new file mode 120000 index 000000000..425dcc6b8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/web-browser.svg @@ -0,0 +1 @@ +network-connect.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/whitebalance.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/whitebalance.svg new file mode 100644 index 000000000..b64dfab15 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/whitebalance.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/widget-alternatives.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/widget-alternatives.svg new file mode 100644 index 000000000..6cefecf37 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/widget-alternatives.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-close.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-close.svg new file mode 100644 index 000000000..7bddf31e5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-close.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-duplicate.svg new file mode 100644 index 000000000..38727ef5c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-duplicate.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-keep-above.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-keep-above.svg new file mode 100644 index 000000000..f14d23729 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-keep-above.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-keep-below.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-keep-below.svg new file mode 100644 index 000000000..742d69535 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-keep-below.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-maximize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-maximize.svg new file mode 100644 index 000000000..cdc16b307 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-maximize.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-minimize.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-minimize.svg new file mode 100644 index 000000000..efab691b7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-minimize.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-new.svg new file mode 100644 index 000000000..5f2249329 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-new.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-next.svg new file mode 100644 index 000000000..f95c1f582 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-next.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-pin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-pin.svg new file mode 100644 index 000000000..734ed0ef7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-pin.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-previous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-previous.svg new file mode 100644 index 000000000..b97e3fb84 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-previous.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-restore.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-restore.svg new file mode 100644 index 000000000..d804bf3af --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-restore.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-shade.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-shade.svg new file mode 100644 index 000000000..f54d94cfe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-shade.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-unpin.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-unpin.svg new file mode 100644 index 000000000..3ede49061 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-unpin.svg @@ -0,0 +1,9 @@ + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-unshade.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-unshade.svg new file mode 100644 index 000000000..141575487 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-unshade.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window.svg new file mode 100644 index 000000000..43f3f082f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window_fullscreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window_fullscreen.svg new file mode 120000 index 000000000..cbaa8381f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window_fullscreen.svg @@ -0,0 +1 @@ +view-fullscreen.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window_new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window_new.svg new file mode 120000 index 000000000..71831b4ed --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window_new.svg @@ -0,0 +1 @@ +window-new.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window_nofullscreen.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window_nofullscreen.svg new file mode 120000 index 000000000..4eb323159 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window_nofullscreen.svg @@ -0,0 +1 @@ +view-restore.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-clementine-album.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-clementine-album.svg new file mode 120000 index 000000000..26e17b165 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-clementine-album.svg @@ -0,0 +1 @@ +media-album-track.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-clementine-artist.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-clementine-artist.svg new file mode 120000 index 000000000..df1acb1ec --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-clementine-artist.svg @@ -0,0 +1 @@ +user-identity.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-clementine-shuffle.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-clementine-shuffle.svg new file mode 120000 index 000000000..26f669677 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-clementine-shuffle.svg @@ -0,0 +1 @@ +media-playlist-shuffle.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-shape-connection.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-shape-connection.svg new file mode 120000 index 000000000..c0d62e927 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-shape-connection.svg @@ -0,0 +1 @@ +draw-connector.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-shape-formula.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-shape-formula.svg new file mode 120000 index 000000000..76cf81500 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-shape-formula.svg @@ -0,0 +1 @@ +formula.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-shape-image.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-shape-image.svg new file mode 120000 index 000000000..86ff0f488 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-shape-image.svg @@ -0,0 +1 @@ +view-preview.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-shape-text.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-shape-text.svg new file mode 120000 index 000000000..ab1153648 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-shape-text.svg @@ -0,0 +1 @@ +view-list-text.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-zoom-in.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-zoom-in.svg new file mode 120000 index 000000000..608b53975 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-zoom-in.svg @@ -0,0 +1 @@ +zoom-in-x.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-zoom-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-zoom-out.svg new file mode 120000 index 000000000..fc310d2b1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-zoom-out.svg @@ -0,0 +1 @@ +zoom-out-x.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xc_crosshair.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xc_crosshair.svg new file mode 100644 index 000000000..85f3b4319 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xc_crosshair.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xfpm-brightness-lcd.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xfpm-brightness-lcd.svg new file mode 100644 index 000000000..63550c5d1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xfpm-brightness-lcd.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-attribute-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-attribute-delete.svg new file mode 120000 index 000000000..2094832c1 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-attribute-delete.svg @@ -0,0 +1 @@ +list-remove.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-element-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-element-new.svg new file mode 120000 index 000000000..742bd8ef3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-element-new.svg @@ -0,0 +1 @@ +list-add.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-node-delete.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-node-delete.svg new file mode 120000 index 000000000..aff6547ac --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-node-delete.svg @@ -0,0 +1 @@ +entry-delete.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-node-duplicate.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-node-duplicate.svg new file mode 120000 index 000000000..e953e894e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-node-duplicate.svg @@ -0,0 +1 @@ +edit-duplicate.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-text-new.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-text-new.svg new file mode 120000 index 000000000..36a013999 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-text-new.svg @@ -0,0 +1 @@ +format-text-larger.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/y-zoom-in.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/y-zoom-in.svg new file mode 100644 index 000000000..23a4ddfdf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/y-zoom-in.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/y-zoom-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/y-zoom-out.svg new file mode 120000 index 000000000..0f72a058c --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/y-zoom-out.svg @@ -0,0 +1 @@ +zoom-out-y.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zone-in.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zone-in.svg new file mode 100644 index 000000000..4dd0153e3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zone-in.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zone-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zone-out.svg new file mode 100644 index 000000000..d7a2436c6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zone-out.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-1-to-2.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-1-to-2.svg new file mode 100644 index 000000000..030cf1d4d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-1-to-2.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-2-to-1.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-2-to-1.svg new file mode 100644 index 000000000..379042cfe --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-2-to-1.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-best-fit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-best-fit.svg new file mode 120000 index 000000000..cc77c1cf2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-best-fit.svg @@ -0,0 +1 @@ +zoom-fit-selection.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-center-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-center-page.svg new file mode 120000 index 000000000..a77e7a14f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-center-page.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-double-size.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-double-size.svg new file mode 120000 index 000000000..79ae67b73 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-double-size.svg @@ -0,0 +1 @@ +zoom-1-to-2.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-draw.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-draw.svg new file mode 120000 index 000000000..a77e7a14f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-draw.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-best.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-best.svg new file mode 100644 index 000000000..c7878e9c8 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-best.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-drawing.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-drawing.svg new file mode 100644 index 000000000..f31205b15 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-drawing.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-height.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-height.svg new file mode 100644 index 000000000..b0391c08f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-height.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-page.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-page.svg new file mode 100644 index 000000000..be3593bf2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-page.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-selection.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-selection.svg new file mode 100644 index 000000000..5502ce9d0 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-selection.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-width.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-width.svg new file mode 100644 index 000000000..369c8582d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-width.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-half-size.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-half-size.svg new file mode 120000 index 000000000..b5036e78d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-half-size.svg @@ -0,0 +1 @@ +zoom-2-to-1.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-in-large.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-in-large.svg new file mode 120000 index 000000000..a74d0584f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-in-large.svg @@ -0,0 +1 @@ +zoom-in.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-in-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-in-x.svg new file mode 100644 index 000000000..28c1dc8e3 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-in-x.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-in-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-in-y.svg new file mode 120000 index 000000000..65f9aa9f9 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-in-y.svg @@ -0,0 +1 @@ +y-zoom-in.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-in.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-in.svg new file mode 100644 index 000000000..a82fa17b6 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-in.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-next.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-next.svg new file mode 100644 index 000000000..c95f2d087 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-next.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-original.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-original.svg new file mode 100644 index 000000000..97b4443cf --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-original.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-out-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-out-x.svg new file mode 100644 index 000000000..b09d92893 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-out-x.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-out-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-out-y.svg new file mode 100644 index 000000000..0d6a5c4da --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-out-y.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-out.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-out.svg new file mode 100644 index 000000000..671fcdcda --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-out.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-previous.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-previous.svg new file mode 100644 index 000000000..0a3d6a7f5 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-previous.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-select-fit.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-select-fit.svg new file mode 120000 index 000000000..cc77c1cf2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-select-fit.svg @@ -0,0 +1 @@ +zoom-fit-selection.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-select-x.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-select-x.svg new file mode 120000 index 000000000..157250559 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-select-x.svg @@ -0,0 +1 @@ +zoom-fit-width.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-select-y.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-select-y.svg new file mode 120000 index 000000000..e84c27278 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-select-y.svg @@ -0,0 +1 @@ +zoom-fit-height.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-select.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-select.svg new file mode 120000 index 000000000..a77e7a14f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-select.svg @@ -0,0 +1 @@ +zoom-fit-best.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom.svg b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom.svg new file mode 120000 index 000000000..9a2733df2 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom.svg @@ -0,0 +1 @@ +edit-find.svg \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/animations b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/animations new file mode 120000 index 000000000..600a8863f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/animations @@ -0,0 +1 @@ +../../Papirus/24x24/animations \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/apps b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/apps new file mode 120000 index 000000000..a15c26ce4 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/apps @@ -0,0 +1 @@ +../../Papirus/24x24/apps \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/categories b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/categories new file mode 120000 index 000000000..03736e32b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/categories @@ -0,0 +1 @@ +apps \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/devices b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/devices new file mode 120000 index 000000000..37b50e230 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/devices @@ -0,0 +1 @@ +../../Papirus/24x24/devices \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/emblems b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/emblems new file mode 120000 index 000000000..75ba1db62 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/emblems @@ -0,0 +1 @@ +../../Papirus/24x24/emblems \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/emotes b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/emotes new file mode 120000 index 000000000..0b85fdada --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/emotes @@ -0,0 +1 @@ +../../Papirus/24x24/emotes/ \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/mimetypes b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/mimetypes new file mode 120000 index 000000000..b102eae70 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/mimetypes @@ -0,0 +1 @@ +../../Papirus/24x24/mimetypes \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/panel b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/panel new file mode 120000 index 000000000..7e44fe232 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/panel @@ -0,0 +1 @@ +../../Papirus/24x24/panel \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/places b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/places new file mode 120000 index 000000000..8db7a684d --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/places @@ -0,0 +1 @@ +../../Papirus/24x24/places \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/status b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/status new file mode 120000 index 000000000..aff10c304 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/status @@ -0,0 +1 @@ +../../Papirus/24x24/status \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/symbolic b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/symbolic new file mode 120000 index 000000000..e2f28848e --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/symbolic @@ -0,0 +1 @@ +../../Papirus/24x24/symbolic \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24@2x b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24@2x new file mode 120000 index 000000000..d2f80a0eb --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24@2x @@ -0,0 +1 @@ +24x24 \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/32x32 b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/32x32 new file mode 120000 index 000000000..5b914c375 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/32x32 @@ -0,0 +1 @@ +../Papirus/32x32 \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/32x32@2x b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/32x32@2x new file mode 120000 index 000000000..73c33d38b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/32x32@2x @@ -0,0 +1 @@ +32x32 \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/42x42 b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/42x42 new file mode 120000 index 000000000..b4ca86da7 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/42x42 @@ -0,0 +1 @@ +../Papirus/42x42 \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/48x48 b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/48x48 new file mode 120000 index 000000000..d6c16a898 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/48x48 @@ -0,0 +1 @@ +../Papirus/48x48 \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/48x48@2x b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/48x48@2x new file mode 120000 index 000000000..5cbef76db --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/48x48@2x @@ -0,0 +1 @@ +48x48 \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/64x64 b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/64x64 new file mode 120000 index 000000000..09f45ba95 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/64x64 @@ -0,0 +1 @@ +../Papirus/64x64 \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/64x64@2x b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/64x64@2x new file mode 120000 index 000000000..763228a18 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/64x64@2x @@ -0,0 +1 @@ +64x64 \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/84x84 b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/84x84 new file mode 120000 index 000000000..cde53b80b --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/84x84 @@ -0,0 +1 @@ +../Papirus/84x84 \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/8x8 b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/8x8 new file mode 120000 index 000000000..01b614e3f --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/8x8 @@ -0,0 +1 @@ +../Papirus/8x8 \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/96x96 b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/96x96 new file mode 120000 index 000000000..283b3e8aa --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/96x96 @@ -0,0 +1 @@ +../Papirus/96x96 \ No newline at end of file diff --git a/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/index.theme b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/index.theme new file mode 100644 index 000000000..abcd9ea49 --- /dev/null +++ b/henrovnix/assets/icons/papirus-icon-theme-master/Papirus-Dark/index.theme @@ -0,0 +1,1189 @@ +[Icon Theme] +Name=Papirus-Dark +Comment=Papirus icon theme for dark themes +Inherits=breeze-dark,hicolor + +Example=folder + +FollowsColorScheme=true + +DesktopDefault=48 +DesktopSizes=16,22,24,32,48,64 +ToolbarDefault=22 +ToolbarSizes=16,22,24,32,48 +MainToolbarDefault=22 +MainToolbarSizes=16,22,24,32,48 +SmallDefault=16 +SmallSizes=16,22,24,32,48 +PanelDefault=48 +PanelSizes=16,22,24,32,48,64 +DialogDefault=48 +DialogSizes=16,22,24,32,48,64 + +# Directory list +Directories=8x8/emblems,16x16/actions,16x16/apps,16x16/categories,16x16/devices,16x16/emblems,16x16/emotes,16x16/mimetypes,16x16/panel,16x16/places,16x16/status,18x18/actions,22x22/actions,22x22/animations,22x22/apps,22x22/categories,22x22/devices,22x22/emblems,22x22/emotes,22x22/mimetypes,22x22/panel,22x22/places,22x22/status,24x24/actions,24x24/animations,24x24/apps,24x24/categories,24x24/devices,24x24/emblems,24x24/emotes,24x24/mimetypes,24x24/panel,24x24/places,24x24/status,32x32/actions,32x32/apps,32x32/categories,32x32/devices,32x32/emblems,32x32/emotes,32x32/mimetypes,32x32/places,32x32/status,42x42/apps,48x48/actions,48x48/apps,48x48/categories,48x48/devices,48x48/emblems,48x48/emotes,48x48/mimetypes,48x48/places,48x48/status,64x64/apps,64x64/categories,64x64/devices,64x64/mimetypes,64x64/places,84x84/apps,96x96/apps,96x96/devices,96x96/mimetypes,96x96/places,128x128/apps,128x128/devices,128x128/mimetypes,128x128/places,16x16/symbolic/actions,16x16/symbolic/apps,16x16/symbolic/categories,16x16/symbolic/devices,16x16/symbolic/emblems,16x16/symbolic/emotes,16x16/symbolic/mimetypes,16x16/symbolic/places,16x16/symbolic/status,16x16/symbolic/up-to-32,16x16/symbolic-up-to-20/actions,16x16/symbolic-up-to-20/apps,16x16/symbolic-up-to-20/categories,16x16/symbolic-up-to-20/devices,16x16/symbolic-up-to-20/emblems,16x16/symbolic-up-to-20/emotes,16x16/symbolic-up-to-20/mimetypes,16x16/symbolic-up-to-20/places,16x16/symbolic-up-to-20/status,22x22/symbolic/actions,22x22/symbolic/apps,22x22/symbolic/categories,22x22/symbolic/devices,22x22/symbolic/emblems,22x22/symbolic/mimetypes,22x22/symbolic/places,22x22/symbolic/status,24x24/symbolic/actions,24x24/symbolic/apps,24x24/symbolic/categories,24x24/symbolic/devices,24x24/symbolic/emblems,24x24/symbolic/mimetypes,24x24/symbolic/places,24x24/symbolic/status,32x32/symbolic/actions,32x32/symbolic/apps,32x32/symbolic/categories,32x32/symbolic/devices,32x32/symbolic/emblems,32x32/symbolic/emotes,32x32/symbolic/mimetypes,32x32/symbolic/places,32x32/symbolic/status + +ScaledDirectories=16x16@2x/actions,16x16@2x/apps,16x16@2x/categories,16x16@2x/devices,16x16@2x/emblems,16x16@2x/emotes,16x16@2x/mimetypes,16x16@2x/panel,16x16@2x/places,16x16@2x/status,18x18@2x/actions,22x22@2x/actions,22x22@2x/animations,22x22@2x/apps,22x22@2x/categories,22x22@2x/devices,22x22@2x/emblems,22x22@2x/emotes,22x22@2x/mimetypes,22x22@2x/panel,22x22@2x/places,22x22@2x/status,24x24@2x/actions,24x24@2x/animations,24x24@2x/apps,24x24@2x/categories,24x24@2x/devices,24x24@2x/emblems,24x24@2x/emotes,24x24@2x/mimetypes,24x24@2x/panel,24x24@2x/places,24x24@2x/status,32x32@2x/actions,32x32@2x/apps,32x32@2x/categories,32x32@2x/devices,32x32@2x/emblems,32x32@2x/emotes,32x32@2x/mimetypes,32x32@2x/places,32x32@2x/status,48x48@2x/actions,48x48@2x/apps,48x48@2x/categories,48x48@2x/devices,48x48@2x/emblems,48x48@2x/emotes,48x48@2x/mimetypes,48x48@2x/places,48x48@2x/status,64x64@2x/apps,64x64@2x/categories,64x64@2x/devices,64x64@2x/mimetypes,64x64@2x/places,16x16@2x/symbolic/actions,16x16@2x/symbolic/apps,16x16@2x/symbolic/categories,16x16@2x/symbolic/devices,16x16@2x/symbolic/emblems,16x16@2x/symbolic/emotes,16x16@2x/symbolic/mimetypes,16x16@2x/symbolic/places,16x16@2x/symbolic/status,16x16@2x/symbolic-up-to-20/actions,16x16@2x/symbolic-up-to-20/apps,16x16@2x/symbolic-up-to-20/categories,16x16@2x/symbolic-up-to-20/devices,16x16@2x/symbolic-up-to-20/emblems,16x16@2x/symbolic-up-to-20/emotes,16x16@2x/symbolic-up-to-20/mimetypes,16x16@2x/symbolic-up-to-20/places,16x16@2x/symbolic-up-to-20/status,22x22@2x/symbolic/actions,22x22@2x/symbolic/apps,22x22@2x/symbolic/categories,22x22@2x/symbolic/devices,22x22@2x/symbolic/emblems,22x22@2x/symbolic/mimetypes,22x22@2x/symbolic/places,22x22@2x/symbolic/status,24x24@2x/symbolic/actions,24x24@2x/symbolic/apps,24x24@2x/symbolic/categories,24x24@2x/symbolic/devices,24x24@2x/symbolic/emblems,24x24@2x/symbolic/mimetypes,24x24@2x/symbolic/places,24x24@2x/symbolic/status,32x32@2x/symbolic/actions,32x32@2x/symbolic/apps,32x32@2x/symbolic/categories,32x32@2x/symbolic/devices,32x32@2x/symbolic/emblems,32x32@2x/symbolic/emotes,32x32@2x/symbolic/mimetypes,32x32@2x/symbolic/places,32x32@2x/symbolic/status + +[8x8/emblems] +Context=Emblems +Size=8 +Type=Fixed + +[16x16/actions] +Context=Actions +Size=16 +Type=Fixed + +[16x16/apps] +Context=Applications +Size=16 +Type=Fixed + +[16x16/categories] +Context=Categories +Size=16 +Type=Fixed + +[16x16/devices] +Context=Devices +Size=16 +Type=Fixed + +[16x16/emblems] +Context=Emblems +Size=16 +Type=Fixed + +[16x16/emotes] +Context=Emotes +Size=16 +Type=Fixed + +[16x16/mimetypes] +Context=MimeTypes +Size=16 +Type=Fixed + +[16x16/panel] +Context=Status +Size=16 +Type=Fixed + +[16x16/places] +Context=Places +Size=16 +Type=Fixed + +[16x16/status] +Context=Status +Size=16 +Type=Fixed + +[16x16@2x/actions] +Context=Actions +Size=16 +Scale=2 +Type=Fixed + +[16x16@2x/apps] +Context=Applications +Size=16 +Scale=2 +Type=Fixed + +[16x16@2x/categories] +Context=Categories +Size=16 +Scale=2 +Type=Fixed + +[16x16@2x/devices] +Context=Devices +Size=16 +Scale=2 +Type=Fixed + +[16x16@2x/emblems] +Context=Emblems +Size=16 +Scale=2 +Type=Fixed + +[16x16@2x/emotes] +Context=Emotes +Size=16 +Scale=2 +Type=Fixed + +[16x16@2x/mimetypes] +Context=MimeTypes +Size=16 +Scale=2 +Type=Fixed + +[16x16@2x/panel] +Context=Status +Size=16 +Scale=2 +Type=Fixed + +[16x16@2x/places] +Context=Places +Size=16 +Scale=2 +Type=Fixed + +[16x16@2x/status] +Context=Status +Size=16 +Scale=2 +Type=Fixed + +[18x18/actions] +Context=Actions +Size=18 +Type=Fixed + +[18x18@2x/actions] +Context=Actions +Size=18 +Scale=2 +Type=Fixed + +[22x22/actions] +Context=Actions +Size=22 +Type=Fixed + +[22x22/animations] +Context=Animations +Size=22 +Type=Fixed + +[22x22/apps] +Context=Applications +Size=22 +Type=Fixed + +[22x22/categories] +Context=Categories +Size=22 +Type=Fixed + +[22x22/devices] +Context=Devices +Size=22 +Type=Fixed + +[22x22/emblems] +Context=Emblems +Size=22 +Type=Fixed + +[22x22/emotes] +Context=Emotes +Size=22 +Type=Fixed + +[22x22/mimetypes] +Context=MimeTypes +Size=22 +Type=Fixed + +[22x22/panel] +Context=Status +Size=22 +Type=Fixed + +[22x22/places] +Context=Places +Size=22 +Type=Fixed + +[22x22/status] +Context=Status +Size=22 +Type=Fixed + +[22x22@2x/actions] +Context=Actions +Size=22 +Scale=2 +Type=Fixed + +[22x22@2x/animations] +Context=Animations +Size=22 +Scale=2 +Type=Fixed + +[22x22@2x/apps] +Context=Applications +Size=22 +Scale=2 +Type=Fixed + +[22x22@2x/categories] +Context=Categories +Size=22 +Scale=2 +Type=Fixed + +[22x22@2x/devices] +Context=Devices +Size=22 +Scale=2 +Type=Fixed + +[22x22@2x/emblems] +Context=Emblems +Size=22 +Scale=2 +Type=Fixed + +[22x22@2x/emotes] +Context=Emotes +Size=22 +Scale=2 +Type=Fixed + +[22x22@2x/mimetypes] +Context=MimeTypes +Size=22 +Scale=2 +Type=Fixed + +[22x22@2x/panel] +Context=Status +Size=22 +Scale=2 +Type=Fixed + +[22x22@2x/places] +Context=Places +Size=22 +Scale=2 +Type=Fixed + +[22x22@2x/status] +Context=Status +Size=22 +Scale=2 +Type=Fixed + +[24x24/actions] +Context=Actions +Size=24 +Type=Fixed + +[24x24/animations] +Context=Animations +Size=24 +Type=Fixed + +[24x24/apps] +Context=Applications +Size=24 +Type=Fixed + +[24x24/categories] +Context=Categories +Size=24 +Type=Fixed + +[24x24/devices] +Context=Devices +Size=24 +Type=Fixed + +[24x24/emblems] +Context=Emblems +Size=24 +Type=Fixed + +[24x24/emotes] +Context=Emotes +Size=24 +Type=Fixed + +[24x24/mimetypes] +Context=MimeTypes +Size=24 +Type=Fixed + +[24x24/panel] +Context=Status +Size=24 +Type=Fixed + +[24x24/places] +Context=Places +Size=24 +Type=Fixed + +[24x24/status] +Context=Status +Size=24 +Type=Fixed + +[24x24@2x/actions] +Context=Actions +Size=24 +Scale=2 +Type=Fixed + +[24x24@2x/animations] +Context=Animations +Size=24 +Scale=2 +Type=Fixed + +[24x24@2x/apps] +Context=Applications +Size=24 +Scale=2 +Type=Fixed + +[24x24@2x/categories] +Context=Categories +Size=24 +Scale=2 +Type=Fixed + +[24x24@2x/devices] +Context=Devices +Size=24 +Scale=2 +Type=Fixed + +[24x24@2x/emblems] +Context=Emblems +Size=24 +Scale=2 +Type=Fixed + +[24x24@2x/emotes] +Context=Emotes +Size=24 +Scale=2 +Type=Fixed + +[24x24@2x/mimetypes] +Context=MimeTypes +Size=24 +Scale=2 +Type=Fixed + +[24x24@2x/panel] +Context=Status +Size=24 +Scale=2 +Type=Fixed + +[24x24@2x/places] +Context=Places +Size=24 +Scale=2 +Type=Fixed + +[24x24@2x/status] +Context=Status +Size=24 +Scale=2 +Type=Fixed + +[32x32/actions] +Context=Actions +Size=32 +Type=Fixed + +[32x32/apps] +Context=Applications +Size=32 +Type=Fixed + +[32x32/categories] +Context=Categories +Size=32 +Type=Fixed + +[32x32/devices] +Context=Devices +Size=32 +Type=Fixed + +[32x32/emblems] +Context=Emblems +Size=32 +Type=Fixed + +[32x32/emotes] +Context=Emotes +Size=32 +Type=Fixed + +[32x32/mimetypes] +Context=MimeTypes +Size=32 +Type=Fixed + +[32x32/places] +Context=Places +Size=32 +Type=Fixed + +[32x32/status] +Context=Status +Size=32 +Type=Fixed + +[32x32@2x/actions] +Context=Actions +Size=32 +Scale=2 +Type=Fixed + +[32x32@2x/apps] +Context=Applications +Size=32 +Scale=2 +Type=Fixed + +[32x32@2x/categories] +Context=Categories +Size=32 +Scale=2 +Type=Fixed + +[32x32@2x/devices] +Context=Devices +Size=32 +Scale=2 +Type=Fixed + +[32x32@2x/emblems] +Context=Emblems +Size=32 +Scale=2 +Type=Fixed + +[32x32@2x/emotes] +Context=Emotes +Size=32 +Scale=2 +Type=Fixed + +[32x32@2x/mimetypes] +Context=MimeTypes +Size=32 +Scale=2 +Type=Fixed + +[32x32@2x/places] +Context=Places +Size=32 +Scale=2 +Type=Fixed + +[32x32@2x/status] +Context=Status +Size=32 +Scale=2 +Type=Fixed + +[42x42/apps] +Context=Applications +Size=42 +Type=Fixed + +[48x48/actions] +Context=Actions +Size=48 +Type=Fixed + +[48x48/apps] +Context=Applications +Size=48 +Type=Fixed + +[48x48/categories] +Context=Categories +Size=48 +Type=Fixed + +[48x48/devices] +Context=Devices +Size=48 +Type=Fixed + +[48x48/emblems] +Context=Emblems +Size=48 +Type=Fixed + +[48x48/emotes] +Context=Emotes +Size=48 +Type=Fixed + +[48x48/mimetypes] +Context=MimeTypes +Size=48 +Type=Fixed + +[48x48/places] +Context=Places +Size=48 +Type=Fixed + +[48x48/status] +Context=Status +Size=48 +MinSize=48 +MaxSize=512 +Type=Scalable + +[48x48@2x/actions] +Context=Actions +Size=48 +Scale=2 +Type=Fixed + +[48x48@2x/apps] +Context=Applications +Size=48 +Scale=2 +Type=Fixed + +[48x48@2x/categories] +Context=Categories +Size=48 +Scale=2 +Type=Fixed + +[48x48@2x/devices] +Context=Devices +Size=48 +Scale=2 +Type=Fixed + +[48x48@2x/emblems] +Context=Emblems +Size=48 +Scale=2 +Type=Fixed + +[48x48@2x/emotes] +Context=Emotes +Size=48 +Scale=2 +Type=Fixed + +[48x48@2x/mimetypes] +Context=MimeTypes +Size=48 +Scale=2 +Type=Fixed + +[48x48@2x/places] +Context=Places +Size=48 +Scale=2 +Type=Fixed + +[48x48@2x/status] +Context=Status +Size=48 +MinSize=48 +MaxSize=512 +Scale=2 +Type=Scalable + +[64x64/apps] +Context=Applications +Size=64 +Type=Fixed + +[64x64/categories] +Context=Categories +Size=64 +Type=Fixed + +[64x64/devices] +Context=Devices +Size=64 +Type=Fixed + +[64x64/mimetypes] +Context=MimeTypes +Size=64 +Type=Fixed + +[64x64/places] +Context=Places +Size=64 +Type=Fixed + +[64x64@2x/apps] +Context=Applications +Size=64 +Scale=2 +Type=Fixed + +[64x64@2x/categories] +Context=Categories +Size=64 +Scale=2 +Type=Fixed + +[64x64@2x/devices] +Context=Devices +Size=64 +Scale=2 +Type=Fixed + +[64x64@2x/mimetypes] +Context=MimeTypes +Size=64 +Scale=2 +Type=Fixed + +[64x64@2x/places] +Context=Places +Size=64 +Scale=2 +Type=Fixed + +[84x84/apps] +Context=Applications +Size=84 +Type=Fixed + +[96x96/apps] +Context=Applications +Size=96 +Type=Fixed + +[96x96/devices] +Context=Devices +Size=96 +Type=Fixed + +[96x96/mimetypes] +Context=MimeTypes +Size=96 +Type=Fixed + +[96x96/places] +Context=Places +Size=96 +Type=Fixed + +[128x128/apps] +Context=Applications +Size=128 +MinSize=128 +MaxSize=512 +Type=Scalable + +[128x128/devices] +Context=Devices +Size=128 +MinSize=128 +MaxSize=512 +Type=Scalable + +[128x128/mimetypes] +Context=MimeTypes +Size=128 +MinSize=128 +MaxSize=512 +Type=Scalable + +[128x128/places] +Context=Places +Size=128 +MinSize=128 +MaxSize=512 +Type=Scalable + +[16x16/symbolic/actions] +Context=Actions +Size=16 +Type=Fixed + +[16x16/symbolic/apps] +Context=Applications +Size=16 +Type=Fixed + +[16x16/symbolic/categories] +Context=Categories +Size=16 +Type=Fixed + +[16x16/symbolic/devices] +Context=Devices +Size=16 +Type=Fixed + +[16x16/symbolic/emblems] +Context=Emblems +Size=16 +Type=Fixed + +[16x16/symbolic/emotes] +Context=Emotes +Size=16 +Type=Fixed + +[16x16/symbolic/mimetypes] +Context=MimeTypes +Size=16 +Type=Fixed + +[16x16/symbolic/places] +Context=Places +Size=16 +Type=Fixed + +[16x16/symbolic/status] +Context=Status +Size=16 +Type=Fixed + +[16x16/symbolic/up-to-32] +Context=Status +Size=16 +MinSize=16 +MaxSize=32 +Type=Scalable + +[16x16/symbolic-up-to-20/actions] +Context=Actions +Size=20 +Type=Fixed + +[16x16/symbolic-up-to-20/apps] +Context=Applications +Size=20 +Type=Fixed + +[16x16/symbolic-up-to-20/categories] +Context=Categories +Size=20 +Type=Fixed + +[16x16/symbolic-up-to-20/devices] +Context=Devices +Size=20 +Type=Fixed + +[16x16/symbolic-up-to-20/emblems] +Context=Emblems +Size=20 +Type=Fixed + +[16x16/symbolic-up-to-20/emotes] +Context=Emotes +Size=20 +Type=Fixed + +[16x16/symbolic-up-to-20/mimetypes] +Context=MimeTypes +Size=20 +Type=Fixed + +[16x16/symbolic-up-to-20/places] +Context=Places +Size=20 +Type=Fixed + +[16x16/symbolic-up-to-20/status] +Context=Status +Size=20 +Type=Fixed + +[16x16@2x/symbolic/actions] +Context=Actions +Size=16 +Scale=2 +Type=Fixed + +[16x16@2x/symbolic/apps] +Context=Applications +Size=16 +Scale=2 +Type=Fixed + +[16x16@2x/symbolic/categories] +Context=Categories +Size=16 +Scale=2 +Type=Fixed + +[16x16@2x/symbolic/devices] +Context=Devices +Size=16 +Scale=2 +Type=Fixed + +[16x16@2x/symbolic/emblems] +Context=Emblems +Size=16 +Scale=2 +Type=Fixed + +[16x16@2x/symbolic/emotes] +Context=Emotes +Size=16 +Scale=2 +Type=Fixed + +[16x16@2x/symbolic/mimetypes] +Context=MimeTypes +Size=16 +Scale=2 +Type=Fixed + +[16x16@2x/symbolic/places] +Context=Places +Size=16 +Scale=2 +Type=Fixed + +[16x16@2x/symbolic/status] +Context=Status +Size=16 +Scale=2 +Type=Fixed + +[16x16@2x/symbolic-up-to-20/actions] +Context=Actions +Size=20 +Scale=2 +Type=Fixed + +[16x16@2x/symbolic-up-to-20/apps] +Context=Applications +Size=20 +Scale=2 +Type=Fixed + +[16x16@2x/symbolic-up-to-20/categories] +Context=Categories +Size=20 +Scale=2 +Type=Fixed + +[16x16@2x/symbolic-up-to-20/devices] +Context=Devices +Size=20 +Scale=2 +Type=Fixed + +[16x16@2x/symbolic-up-to-20/emblems] +Context=Emblems +Size=20 +Scale=2 +Type=Fixed + +[16x16@2x/symbolic-up-to-20/emotes] +Context=Emotes +Size=20 +Scale=2 +Type=Fixed + +[16x16@2x/symbolic-up-to-20/mimetypes] +Context=MimeTypes +Size=20 +Scale=2 +Type=Fixed + +[16x16@2x/symbolic-up-to-20/places] +Context=Places +Size=20 +Scale=2 +Type=Fixed + +[16x16@2x/symbolic-up-to-20/status] +Context=Status +Size=20 +Scale=2 +Type=Fixed + +[22x22/symbolic/actions] +Context=Actions +Size=22 +Type=Fixed + +[22x22/symbolic/apps] +Context=Applications +Size=22 +Type=Fixed + +[22x22/symbolic/categories] +Context=Categories +Size=22 +Type=Fixed + +[22x22/symbolic/devices] +Context=Devices +Size=22 +Type=Fixed + +[22x22/symbolic/emblems] +Context=Emblems +Size=22 +Type=Fixed + +[22x22/symbolic/mimetypes] +Context=MimeTypes +Size=22 +Type=Fixed + +[22x22/symbolic/places] +Context=Places +Size=22 +Type=Fixed + +[22x22/symbolic/status] +Context=Status +Size=22 +Type=Fixed + +[22x22@2x/symbolic/actions] +Context=Actions +Size=22 +Scale=2 +Type=Fixed + +[22x22@2x/symbolic/apps] +Context=Applications +Size=22 +Scale=2 +Type=Fixed + +[22x22@2x/symbolic/categories] +Context=Categories +Size=22 +Scale=2 +Type=Fixed + +[22x22@2x/symbolic/devices] +Context=Devices +Size=22 +Scale=2 +Type=Fixed + +[22x22@2x/symbolic/emblems] +Context=Emblems +Size=22 +Scale=2 +Type=Fixed + +[22x22@2x/symbolic/mimetypes] +Context=MimeTypes +Size=22 +Scale=2 +Type=Fixed + +[22x22@2x/symbolic/places] +Context=Places +Size=22 +Scale=2 +Type=Fixed + +[22x22@2x/symbolic/status] +Context=Status +Size=22 +Scale=2 +Type=Fixed + +[24x24/symbolic/actions] +Context=Actions +Size=24 +Type=Fixed + +[24x24/symbolic/apps] +Context=Applications +Size=24 +Type=Fixed + +[24x24/symbolic/categories] +Context=Categories +Size=24 +Type=Fixed + +[24x24/symbolic/devices] +Context=Devices +Size=24 +Type=Fixed + +[24x24/symbolic/emblems] +Context=Emblems +Size=24 +Type=Fixed + +[24x24/symbolic/mimetypes] +Context=MimeTypes +Size=24 +Type=Fixed + +[24x24/symbolic/places] +Context=Places +Size=24 +Type=Fixed + +[24x24/symbolic/status] +Context=Status +Size=24 +Type=Fixed + +[24x24@2x/symbolic/actions] +Context=Actions +Size=24 +Scale=2 +Type=Fixed + +[24x24@2x/symbolic/apps] +Context=Applications +Size=24 +Scale=2 +Type=Fixed + +[24x24@2x/symbolic/categories] +Context=Categories +Size=24 +Scale=2 +Type=Fixed + +[24x24@2x/symbolic/devices] +Context=Devices +Size=24 +Scale=2 +Type=Fixed + +[24x24@2x/symbolic/emblems] +Context=Emblems +Size=24 +Scale=2 +Type=Fixed + +[24x24@2x/symbolic/mimetypes] +Context=MimeTypes +Size=24 +Scale=2 +Type=Fixed + +[24x24@2x/symbolic/places] +Context=Places +Size=24 +Scale=2 +Type=Fixed + +[24x24@2x/symbolic/status] +Context=Status +Size=24 +Scale=2 +Type=Fixed + +[32x32/symbolic/actions] +Context=Actions +Size=32 +Type=Fixed + +[32x32/symbolic/apps] +Context=Applications +Size=32 +Type=Fixed + +[32x32/symbolic/categories] +Context=Categories +Size=32 +Type=Fixed + +[32x32/symbolic/devices] +Context=Devices +Size=32 +Type=Fixed + +[32x32/symbolic/emblems] +Context=Emblems +Size=32 +Type=Fixed + +[32x32/symbolic/emotes] +Context=Emotes +Size=32 +Type=Fixed + +[32x32/symbolic/mimetypes] +Context=MimeTypes +Size=32 +Type=Fixed + +[32x32/symbolic/places] +Context=Places +Size=32 +Type=Fixed + +[32x32/symbolic/status] +Context=Status +Size=32 +Type=Fixed + +[32x32@2x/symbolic/actions] +Context=Actions +Size=32 +Scale=2 +Type=Fixed + +[32x32@2x/symbolic/apps] +Context=Applications +Size=32 +Scale=2 +Type=Fixed + +[32x32@2x/symbolic/categories] +Context=Categories +Size=32 +Scale=2 +Type=Fixed + +[32x32@2x/symbolic/devices] +Context=Devices +Size=32 +Scale=2 +Type=Fixed + +[32x32@2x/symbolic/emblems] +Context=Emblems +Size=32 +Scale=2 +Type=Fixed + +[32x32@2x/symbolic/emotes] +Context=Emotes +Size=32 +Scale=2 +Type=Fixed + +[32x32@2x/symbolic/mimetypes] +Context=MimeTypes +Size=32 +Scale=2 +Type=Fixed + +[32x32@2x/symbolic/places] +Context=Places +Size=32 +Scale=2 +Type=Fixed + +[32x32@2x/symbolic/status] +Context=Status +Size=32 +Scale=2 +Type=Fixed diff --git a/henrovnix/assets/lock.png b/henrovnix/assets/lock.png new file mode 100755 index 000000000..46eb4a70c Binary files /dev/null and b/henrovnix/assets/lock.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-active.png new file mode 100644 index 000000000..93e647e95 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-inactive.png new file mode 100644 index 000000000..6a8576354 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-left-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-left-active.png new file mode 100644 index 000000000..f98b63df0 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-left-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-left-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-left-inactive.png new file mode 100644 index 000000000..83e905f9e Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-left-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-right-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-right-active.png new file mode 100644 index 000000000..77a2c15a9 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-right-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-right-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-right-inactive.png new file mode 100644 index 000000000..14fd35441 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-right-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/close-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/close-active.png new file mode 100644 index 000000000..52d90e9d3 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/close-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/close-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/close-inactive.png new file mode 100644 index 000000000..ce2d94085 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/close-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/close-prelight.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/close-prelight.png new file mode 100644 index 000000000..7e0b894de Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/close-prelight.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/close-pressed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/close-pressed.png new file mode 100644 index 000000000..e7834366b Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/close-pressed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/hide-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/hide-active.png new file mode 100644 index 000000000..3eb699704 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/hide-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/hide-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/hide-inactive.png new file mode 100644 index 000000000..ce2d94085 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/hide-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/hide-prelight.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/hide-prelight.png new file mode 100644 index 000000000..37bd1cdcb Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/hide-prelight.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/hide-pressed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/hide-pressed.png new file mode 100644 index 000000000..e5466a7a3 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/hide-pressed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/left-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/left-active.png new file mode 100644 index 000000000..41ebeab6d Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/left-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/left-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/left-inactive.png new file mode 100644 index 000000000..5b4f12be2 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/left-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-active.png new file mode 100644 index 000000000..3e6d27e9d Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-inactive.png new file mode 100644 index 000000000..ce2d94085 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-prelight.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-prelight.png new file mode 100644 index 000000000..65393c5f2 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-prelight.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-pressed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-pressed.png new file mode 100644 index 000000000..982062f6b Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-pressed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-toggled-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-toggled-active.png new file mode 100644 index 000000000..3e6d27e9d Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-toggled-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-toggled-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-toggled-inactive.png new file mode 100644 index 000000000..ce2d94085 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-toggled-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-toggled-prelight.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-toggled-prelight.png new file mode 100644 index 000000000..19ec36f81 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-toggled-prelight.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-toggled-pressed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-toggled-pressed.png new file mode 100644 index 000000000..8423b5065 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-toggled-pressed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/menu-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/menu-active.png new file mode 100644 index 000000000..319ba132c Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/menu-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/menu-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/menu-inactive.png new file mode 100644 index 000000000..ce681fc23 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/menu-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/menu-prelight.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/menu-prelight.png new file mode 100644 index 000000000..f8aaedf67 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/menu-prelight.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/menu-pressed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/menu-pressed.png new file mode 100644 index 000000000..c9a6e6e77 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/menu-pressed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/right-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/right-active.png new file mode 100644 index 000000000..22bd6e517 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/right-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/right-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/right-inactive.png new file mode 100644 index 000000000..f601ad27a Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/right-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/shade-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/shade-active.png new file mode 100644 index 000000000..40e1a6f85 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/shade-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/shade-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/shade-inactive.png new file mode 100644 index 000000000..945b20637 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/shade-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/shade-prelight.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/shade-prelight.png new file mode 100644 index 000000000..e5b52b69c Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/shade-prelight.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/shade-pressed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/shade-pressed.png new file mode 100644 index 000000000..1aa18a171 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/shade-pressed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-active.png new file mode 100644 index 000000000..6e91f4fec Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-inactive.png new file mode 100644 index 000000000..22eae01d4 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-prelight.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-prelight.png new file mode 100644 index 000000000..8c8ae2fc2 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-prelight.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-pressed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-pressed.png new file mode 100644 index 000000000..9568831a8 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-pressed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-toggled-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-toggled-active.png new file mode 100644 index 000000000..591970146 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-toggled-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-toggled-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-toggled-inactive.png new file mode 100644 index 000000000..82125e0e4 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-toggled-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-toggled-prelight.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-toggled-prelight.png new file mode 100644 index 000000000..41b385874 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-toggled-prelight.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-toggled-pressed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-toggled-pressed.png new file mode 100644 index 000000000..a3d5d4bc6 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-toggled-pressed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/themerc b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/themerc new file mode 100644 index 000000000..3c6c23f01 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/themerc @@ -0,0 +1,23 @@ +button_offset=9 +button_spacing=0 + +show_app_icon=false + +full_width_title=true + +title_shadow_active=false +title_shadow_inactive=false + +title_horizontal_offset=3 + +active_text_color=#afafaf +active_text_shadow_color=#252525 + +inactive_text_color=#808080 +inactive_text_shadow_color=#252525 + +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-5 +shadow_opacity=40 diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-1-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-1-active.png new file mode 100644 index 000000000..ee47d7a56 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-1-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-1-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-1-inactive.png new file mode 100644 index 000000000..28eca361c Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-1-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-2-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-2-active.png new file mode 100644 index 000000000..ee47d7a56 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-2-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-2-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-2-inactive.png new file mode 100644 index 000000000..28eca361c Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-2-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-3-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-3-active.png new file mode 100644 index 000000000..ee47d7a56 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-3-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-3-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-3-inactive.png new file mode 100644 index 000000000..28eca361c Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-3-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-4-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-4-active.png new file mode 100644 index 000000000..ee47d7a56 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-4-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-4-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-4-inactive.png new file mode 100644 index 000000000..28eca361c Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-4-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-5-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-5-active.png new file mode 100644 index 000000000..ee47d7a56 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-5-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-5-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-5-inactive.png new file mode 100644 index 000000000..28eca361c Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-5-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/top-left-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/top-left-active.png new file mode 100644 index 000000000..2855b0a5a Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/top-left-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/top-left-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/top-left-inactive.png new file mode 100644 index 000000000..f47793159 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/top-left-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/top-right-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/top-right-active.png new file mode 100644 index 000000000..1d4d5203d Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/top-right-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/top-right-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/top-right-inactive.png new file mode 100644 index 000000000..de6076e4f Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/top-right-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-active.png new file mode 100644 index 000000000..6b3df5222 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-inactive.png new file mode 100644 index 000000000..a5b785e49 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-left-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-left-active.png new file mode 100644 index 000000000..22f8ac293 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-left-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-left-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-left-inactive.png new file mode 100644 index 000000000..51615dd2c Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-left-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-right-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-right-active.png new file mode 100644 index 000000000..37ec144c5 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-right-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-right-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-right-inactive.png new file mode 100644 index 000000000..3be8820d1 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-right-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/close-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/close-active.png new file mode 100644 index 000000000..d19d38381 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/close-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/close-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/close-inactive.png new file mode 100644 index 000000000..11f8a1338 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/close-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/close-prelight.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/close-prelight.png new file mode 100644 index 000000000..aeba08e8b Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/close-prelight.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/close-pressed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/close-pressed.png new file mode 100644 index 000000000..51b747109 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/close-pressed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/hide-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/hide-active.png new file mode 100644 index 000000000..00615978a Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/hide-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/hide-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/hide-inactive.png new file mode 100644 index 000000000..11f8a1338 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/hide-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/hide-prelight.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/hide-prelight.png new file mode 100644 index 000000000..f5a30d6b8 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/hide-prelight.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/hide-pressed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/hide-pressed.png new file mode 100644 index 000000000..d0bed48ed Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/hide-pressed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/left-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/left-active.png new file mode 100644 index 000000000..0fb49ed56 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/left-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/left-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/left-inactive.png new file mode 100644 index 000000000..6eee30a0c Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/left-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-active.png new file mode 100644 index 000000000..109efcc7d Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-inactive.png new file mode 100644 index 000000000..11f8a1338 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-prelight.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-prelight.png new file mode 100644 index 000000000..d49f9385e Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-prelight.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-pressed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-pressed.png new file mode 100644 index 000000000..02565ec74 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-pressed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-toggled-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-toggled-active.png new file mode 100644 index 000000000..109efcc7d Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-toggled-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-toggled-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-toggled-inactive.png new file mode 100644 index 000000000..11f8a1338 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-toggled-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-toggled-prelight.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-toggled-prelight.png new file mode 100644 index 000000000..18c9b6d01 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-toggled-prelight.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-toggled-pressed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-toggled-pressed.png new file mode 100644 index 000000000..6ceebc216 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-toggled-pressed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/menu-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/menu-active.png new file mode 100644 index 000000000..2af638e9a Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/menu-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/menu-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/menu-inactive.png new file mode 100644 index 000000000..ad85c4fa4 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/menu-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/menu-prelight.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/menu-prelight.png new file mode 100644 index 000000000..cd039c1d2 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/menu-prelight.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/menu-pressed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/menu-pressed.png new file mode 100644 index 000000000..59b3b8934 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/menu-pressed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/right-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/right-active.png new file mode 100644 index 000000000..07b603480 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/right-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/right-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/right-inactive.png new file mode 100644 index 000000000..841fe27dc Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/right-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/shade-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/shade-active.png new file mode 100644 index 000000000..30d94fa7e Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/shade-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/shade-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/shade-inactive.png new file mode 100644 index 000000000..64597d285 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/shade-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/shade-prelight.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/shade-prelight.png new file mode 100644 index 000000000..fc0e43d46 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/shade-prelight.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/shade-pressed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/shade-pressed.png new file mode 100644 index 000000000..7ca5ab0bd Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/shade-pressed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-active.png new file mode 100644 index 000000000..5bbc4d93a Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-inactive.png new file mode 100644 index 000000000..8225c8f74 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-prelight.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-prelight.png new file mode 100644 index 000000000..e28f95607 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-prelight.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-pressed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-pressed.png new file mode 100644 index 000000000..be8f865d5 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-pressed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-toggled-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-toggled-active.png new file mode 100644 index 000000000..6c5ccd5b3 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-toggled-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-toggled-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-toggled-inactive.png new file mode 100644 index 000000000..fc330c29b Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-toggled-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-toggled-prelight.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-toggled-prelight.png new file mode 100644 index 000000000..416dca44b Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-toggled-prelight.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-toggled-pressed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-toggled-pressed.png new file mode 100644 index 000000000..be63b35c6 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-toggled-pressed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/themerc b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/themerc new file mode 100644 index 000000000..81c785cad --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/themerc @@ -0,0 +1,23 @@ +button_offset=12 +button_spacing=0 + +show_app_icon=false + +full_width_title=true + +title_shadow_active=false +title_shadow_inactive=false + +title_horizontal_offset=3 + +active_text_color=#afafaf +active_text_shadow_color=#252525 + +inactive_text_color=#808080 +inactive_text_shadow_color=#252525 + +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-5 +shadow_opacity=40 diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-1-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-1-active.png new file mode 100644 index 000000000..b165dbcbe Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-1-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-1-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-1-inactive.png new file mode 100644 index 000000000..9d2fa1185 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-1-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-2-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-2-active.png new file mode 100644 index 000000000..b165dbcbe Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-2-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-2-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-2-inactive.png new file mode 100644 index 000000000..9d2fa1185 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-2-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-3-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-3-active.png new file mode 100644 index 000000000..b165dbcbe Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-3-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-3-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-3-inactive.png new file mode 100644 index 000000000..9d2fa1185 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-3-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-4-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-4-active.png new file mode 100644 index 000000000..b165dbcbe Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-4-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-4-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-4-inactive.png new file mode 100644 index 000000000..9d2fa1185 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-4-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-5-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-5-active.png new file mode 100644 index 000000000..b165dbcbe Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-5-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-5-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-5-inactive.png new file mode 100644 index 000000000..9d2fa1185 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-5-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/top-left-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/top-left-active.png new file mode 100644 index 000000000..616a5411f Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/top-left-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/top-left-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/top-left-inactive.png new file mode 100644 index 000000000..18f9c4c04 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/top-left-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/top-right-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/top-right-active.png new file mode 100644 index 000000000..8ff3797d0 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/top-right-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/top-right-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/top-right-inactive.png new file mode 100644 index 000000000..0128cd12e Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/top-right-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/add-workspace-active.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/add-workspace-active.svg new file mode 100644 index 000000000..dd6b19173 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/add-workspace-active.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/add-workspace-hover.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/add-workspace-hover.svg new file mode 100644 index 000000000..8a1d3516b --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/add-workspace-hover.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/add-workspace.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/add-workspace.svg new file mode 100644 index 000000000..8dba5df9f --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/add-workspace.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/calendar-arrow-left.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/calendar-arrow-left.svg new file mode 100644 index 000000000..dcf8298b1 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/calendar-arrow-left.svg @@ -0,0 +1,56 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/calendar-arrow-right.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/calendar-arrow-right.svg new file mode 100644 index 000000000..ed66559d8 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/calendar-arrow-right.svg @@ -0,0 +1,56 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/checkbox-dark.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/checkbox-dark.svg new file mode 100644 index 000000000..c7e5afd93 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/checkbox-dark.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/checkbox-off.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/checkbox-off.svg new file mode 100644 index 000000000..b00efa63d --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/checkbox-off.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/checkbox.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/checkbox.svg new file mode 100644 index 000000000..65eb117c2 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/checkbox.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/close-active.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/close-active.svg new file mode 100644 index 000000000..0dde2b9d5 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/close-active.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/close-hover.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/close-hover.svg new file mode 100644 index 000000000..37f8806a0 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/close-hover.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/close.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/close.svg new file mode 100644 index 000000000..5dcc697b9 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/close.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/corner-ripple.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/corner-ripple.svg new file mode 100644 index 000000000..31a054820 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/corner-ripple.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/radiobutton-dark.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/radiobutton-dark.svg new file mode 100644 index 000000000..f53001fc0 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/radiobutton-dark.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/radiobutton-off.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/radiobutton-off.svg new file mode 100644 index 000000000..b00efa63d --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/radiobutton-off.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/radiobutton.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/radiobutton.svg new file mode 100644 index 000000000..a8edeb5f6 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/radiobutton.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/toggle-off.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/toggle-off.svg new file mode 100644 index 000000000..8522010b1 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/toggle-off.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/toggle-on-dark.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/toggle-on-dark.svg new file mode 100644 index 000000000..fb1b2f7f7 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/toggle-on-dark.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/toggle-on.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/toggle-on.svg new file mode 100644 index 000000000..b429bc83c --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/toggle-on.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/trash-icon.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/trash-icon.svg new file mode 100644 index 000000000..d78a123ee --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/trash-icon.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/cinnamon.css b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/cinnamon.css new file mode 100644 index 000000000..d731d80d1 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/cinnamon.css @@ -0,0 +1,2339 @@ +stage { + color: #FFFFFF; +} + +.label-shadow { + color: rgba(0, 0, 0, 0); +} + +.sound-button { + min-height: 24px; + padding: 5px 32px; + transition-duration: 100ms; + border-radius: 6px; + color: rgba(255, 255, 255, 0.7); + background-color: rgba(255, 255, 255, 0.04); +} + +.sound-button:focus { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.12); + border-radius: 6px; +} + +.sound-button:hover { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.12); + border-radius: 6px; +} + +.sound-button:hover:focus { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.3); + border-radius: 6px; +} + +.sound-button:active { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.3); + border-radius: 6px; +} + +.sound-button:insensitive { + color: rgba(255, 255, 255, 0.5); + background-color: rgba(255, 255, 255, 0.04); + border-radius: 6px; +} + +.notification-button, .notification-icon-button, .menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, #notification .notification-button, #notification .notification-icon-button, .calendar-today-home-button, +.calendar-today-home-button-enabled { + border-radius: 6px; + color: rgba(255, 255, 255, 0.7); + background-color: transparent; +} + +.notification-button:hover, .notification-icon-button:hover, #notification .notification-button:hover, #notification .notification-icon-button:hover, .calendar-today-home-button:hover, +.calendar-today-home-button-enabled:hover { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.12); + border-radius: 6px; +} + +.notification-button:active, .notification-icon-button:active, #notification .notification-button:active, #notification .notification-icon-button:active, .calendar-today-home-button:active, +.calendar-today-home-button-enabled:active { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.3); + border-radius: 6px; +} + +.notification-button:insensitive, .notification-icon-button:insensitive, #notification .notification-button:insensitive, #notification .notification-icon-button:insensitive, .calendar-today-home-button:insensitive, +.calendar-today-home-button-enabled:insensitive { + color: rgba(255, 255, 255, 0.32); + background-color: transparent; + border-radius: 6px; +} + +.modal-dialog-button-box .modal-dialog-button { + min-height: 24px; + padding: 6px 30px; + transition-duration: 100ms; + border-radius: 6px; + color: rgba(255, 255, 255, 0.7); + background-color: rgba(255, 255, 255, 0.04); +} + +.modal-dialog-button-box .modal-dialog-button:hover { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.12); +} + +.modal-dialog-button-box .modal-dialog-button:focus { + color: #89b4fa; +} + +.modal-dialog-button-box .modal-dialog-button:active { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.3); +} + +.modal-dialog-button-box .modal-dialog-button:insensitive { + color: rgba(255, 255, 255, 0.32); + background-color: transparent; +} + +#menu-search-entry, .notification StEntry, .menu #notification StEntry, .popup-menu #notification StEntry, #notification StEntry { + padding: 3px 12px; + min-height: 24px; + caret-size: 1px; + selection-background-color: #89b4fa; + selected-color: rgba(0, 0, 0, 0.87); + transition-duration: 300ms; + border-radius: 6px; + color: #FFFFFF; + border: 2px solid transparent; + background-color: rgba(255, 255, 255, 0.04); +} + +#menu-search-entry:focus, .notification StEntry:focus, .menu #notification StEntry:focus, .popup-menu #notification StEntry:focus, #notification StEntry:focus, #menu-search-entry:hover, .notification StEntry:hover, .menu #notification StEntry:hover, .popup-menu #notification StEntry:hover, #notification StEntry:hover { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.04); + border: 2px solid #89b4fa; +} + +#menu-search-entry:insensitive, .notification StEntry:insensitive, .menu #notification StEntry:insensitive, .popup-menu #notification StEntry:insensitive, #notification StEntry:insensitive { + border: 2px solid transparent; + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); +} + +#menu-search-entry StIcon.capslock-warning, .notification StEntry StIcon.capslock-warning, .menu #notification StEntry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning, #notification StEntry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #FBC02D; + padding: 0 6px; +} + +StScrollView.vfade { + -st-vfade-offset: 0px; +} + +StScrollView.hfade { + -st-hfade-offset: 0px; +} + +StScrollBar { + padding: 8px; +} + +StScrollView StScrollBar { + min-width: 5px; + min-height: 5px; +} + +StScrollBar StBin#trough { + background-color: rgba(30, 30, 46, 0.1); + border-radius: 9999px; +} + +StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 9999px; + background-color: #787882; + border: 0px solid; + margin: 0px; +} + +StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #62626d; +} + +StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #89b4fa; +} + +.separator { + -gradient-height: 1px; + -gradient-start: rgba(0, 0, 0, 0); + -gradient-end: rgba(0, 0, 0, 0); + -margin-horizontal: 1.5em; + height: 1em; +} + +.popup-slider-menu-item, +.slider { + -slider-height: 4px; + -slider-background-color: rgba(255, 255, 255, 0.12); + -slider-border-color: transparent; + -slider-active-background-color: #89b4fa; + -slider-active-border-color: transparent; + -slider-border-width: 0; + -slider-handle-radius: 4px; + height: 18px; + min-width: 15em; + border: 0 solid transparent; + border-right-width: 1px; + border-left-width: 5px; + color: transparent; +} + +.check-box CinnamonGenericContainer { + spacing: .2em; + min-height: 30px; + padding-top: 2px; +} + +.check-box StLabel { + font-weight: normal; +} + +.check-box StBin { + width: 24px; + height: 24px; +} + +.check-box StBin, .check-box:focus StBin { + background-image: url("assets/checkbox-off.svg"); +} + +.check-box:checked StBin, .check-box:focus:checked StBin { + background-image: url("assets/checkbox-dark.svg"); +} + +.radiobutton CinnamonGenericContainer { + spacing: .2em; + min-height: 30px; + padding-top: 2px; +} + +.radiobutton StLabel { + padding-top: 4px; + font-size: 0.9em; + box-shadow: none; +} + +.radiobutton StBin { + width: 24px; + height: 24px; +} + +.radiobutton StBin, .radiobutton:focus StBin { + background-image: url("assets/radiobutton-off.svg"); +} + +.radiobutton:checked StBin, .radiobutton:focus:checked StBin { + background-image: url("assets/radiobutton-dark.svg"); +} + +.toggle-switch { + width: 46px; + height: 24px; + background-size: contain; +} + +.toggle-switch, .popup-menu-item:active .toggle-switch { + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch:checked, .popup-menu-item:active .toggle-switch:checked { + background-image: url("assets/toggle-on-dark.svg"); +} + +.cinnamon-link { + color: #1e66f5; + text-decoration: underline; +} + +.cinnamon-link:hover { + color: #4f87f7; +} + +#Tooltip { + border-radius: 9999px; + padding: 6px 12px; + background-color: rgba(11, 11, 18, 0.9); + color: #FFFFFF; + margin: 6px; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12); + font-size: 1em; + font-weight: normal; + text-align: center; +} + +.menu, +.popup-menu, +.popup-combo-menu { + padding: 0; + color: #FFFFFF; + background-color: #1e1e2e; + border-radius: 12px; + margin: 6px; + box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35); +} + +.menu-arrow, +.popup-menu-arrow { + icon-size: 16px; +} + +.menu .popup-sub-menu, +.popup-menu .popup-sub-menu, +.popup-combo-menu .popup-sub-menu { + border-radius: 6px; + background-gradient-direction: none; + box-shadow: none; + background-color: #353543; + color: rgba(255, 255, 255, 0.7); +} + +.menu .popup-sub-menu .popup-menu-item:active, +.popup-menu .popup-sub-menu .popup-menu-item:active, +.popup-combo-menu .popup-sub-menu .popup-menu-item:active { + background-color: rgba(255, 255, 255, 0.12); + color: #FFFFFF; +} + +.menu .popup-sub-menu StScrollBar, +.popup-menu .popup-sub-menu StScrollBar, +.popup-combo-menu .popup-sub-menu StScrollBar { + padding: 4px; +} + +.menu .popup-sub-menu StScrollBar StBin#trough, .menu .popup-sub-menu StScrollBar StBin#vhandle, +.popup-menu .popup-sub-menu StScrollBar StBin#trough, +.popup-menu .popup-sub-menu StScrollBar StBin#vhandle, +.popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, +.popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle { + border-width: 0; +} + +.menu .popup-menu-content, +.popup-menu .popup-menu-content, +.popup-combo-menu .popup-menu-content { + padding: 6px; + border-radius: 12px; + background-clip: padding-box; + background-color: #1e1e2e; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); + border: 1px solid rgba(0, 0, 0, 0.75); +} + +.menu .popup-menu-item, +.popup-menu .popup-menu-item, +.popup-combo-menu .popup-menu-item { + padding: 6px 12px; + spacing: 12px; + border-radius: 6px; +} + +.menu .popup-menu-item:hover, .menu .popup-menu-item:active, +.popup-menu .popup-menu-item:hover, +.popup-menu .popup-menu-item:active, +.popup-combo-menu .popup-menu-item:hover, +.popup-combo-menu .popup-menu-item:active { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.12); +} + +.menu .popup-menu-item:insensitive, +.popup-menu .popup-menu-item:insensitive, +.popup-combo-menu .popup-menu-item:insensitive { + color: rgba(255, 255, 255, 0.5); + background: none; +} + +.menu .popup-inactive-menu-item, +.popup-menu .popup-inactive-menu-item, +.popup-combo-menu .popup-inactive-menu-item { + color: rgba(255, 255, 255, 0.5); +} + +.menu .popup-inactive-menu-item:insensitive, +.popup-menu .popup-inactive-menu-item:insensitive, +.popup-combo-menu .popup-inactive-menu-item:insensitive { + color: rgba(255, 255, 255, 0.12); +} + +.menu .popup-menu-item:active .popup-inactive-menu-item, +.popup-menu .popup-menu-item:active .popup-inactive-menu-item, +.popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item { + color: rgba(255, 255, 255, 0.5); +} + +.menu-icon, +.popup-menu-icon { + icon-size: 16px; +} + +.popup-menu-boxpointer { + -arrow-border-radius: 6px; + -arrow-background-color: rgba(0, 0, 0, 0); + -arrow-border-width: 0; + -arrow-border-color: rgba(0, 0, 0, 0); + -arrow-base: 0; + -arrow-rise: 0; +} + +.popup-combo-menu { + padding: 6px; +} + +.popup-combobox-item { + spacing: 1em; +} + +.popup-separator-menu-item { + -gradient-height: 0; + -gradient-start: transparent; + -gradient-end: transparent; + -margin-horizontal: 1.5em; + height: 0; + margin: 0; + padding: 0; + border-color: rgba(255, 255, 255, 0.12); + border-bottom-width: 0; + border-bottom-style: solid; + background-color: transparent; +} + +.popup-alternating-menu-item:alternate { + font-weight: normal; +} + +.popup-device-menu-item { + spacing: .5em; +} + +.popup-subtitle-menu-item { + font-weight: normal; +} + +.nm-menu-item-icons { + spacing: .5em; +} + +#panel { + font-weight: bold; + height: 36px; + width: 42px; +} + +#panel:highlight { + border-image: none; + background-color: rgba(244, 67, 54, 0.5); +} + +#panelLeft { + spacing: 4px; +} + +#panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(244, 67, 54, 0.35); + background-gradient-end: rgba(244, 67, 54, 0.35); +} + +#panelLeft:ltr { + padding-right: 4px; +} + +#panelLeft:rtl { + padding-left: 4px; +} + +#panelLeft.vertical { + padding: 0; +} + +#panelLeft.vertical:ltr { + padding-right: 0px; +} + +#panelLeft.vertical:rtl { + padding-left: 0px; +} + +#panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(137, 180, 250, 0.35); + background-gradient-end: rgba(137, 180, 250, 0.35); +} + +#panelRight:ltr { + padding-left: 6px; + spacing: 0px; +} + +#panelRight:rtl { + padding-right: 6px; + spacing: 0px; +} + +#panelRight.vertical { + padding: 0; +} + +#panelRight.vertical:ltr { + padding-right: 0px; +} + +#panelRight.vertical:rtl { + padding-left: 0px; +} + +#panelCenter { + spacing: 4px; +} + +#panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(102, 187, 106, 0.35); + background-gradient-end: rgba(102, 187, 106, 0.35); +} + +.panel-top, .panel-bottom, .panel-left, .panel-right { + color: rgba(255, 255, 255, 0.7); + font-size: 1em; + padding: 0px; + background-color: rgba(17, 17, 27, 0.75); + box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 16px rgba(0, 0, 0, 0.24); +} + +.panel-top .panel-button:hover, +.panel-top .panel-status-button:hover, .panel-bottom .panel-button:hover, +.panel-bottom .panel-status-button:hover, .panel-left .panel-button:hover, +.panel-left .panel-status-button:hover, .panel-right .panel-button:hover, +.panel-right .panel-status-button:hover { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.04); +} + +.panel-top .panel-button:active, +.panel-top .panel-status-button:active, .panel-bottom .panel-button:active, +.panel-bottom .panel-status-button:active, .panel-left .panel-button:active, +.panel-left .panel-status-button:active, .panel-right .panel-button:active, +.panel-right .panel-status-button:active { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.12); +} + +.panel-dummy { + background-color: rgba(244, 67, 54, 0.5); +} + +.panel-dummy:entered { + background-color: rgba(244, 67, 54, 0.6); +} + +.panel-status-button { + border-width: 0; + -natural-hpadding: 3px; + -minimum-hpadding: 3px; + font-weight: bold; + height: 22px; + color: rgba(255, 255, 255, 0.7); +} + +.panel-button { + -natural-hpadding: 6px; + -minimum-hpadding: 2px; + font-weight: bold; + transition-duration: 100ms; + color: rgba(255, 255, 255, 0.7); +} + +.system-status-icon { + icon-size: 16px; + padding: 0 1px; +} + +#overview { + spacing: 12px; +} + +.window-caption { + background-color: rgba(11, 11, 18, 0.9); + border: 1px solid rgba(11, 11, 18, 0.9); + color: #FFFFFF; + spacing: 25px; + border-radius: 6px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; +} + +.window-caption#selected { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #89b4fa; + spacing: 25px; +} + +.expo-workspaces-name-entry, +.expo-workspaces-name-entry#selected { + height: 15px; + border-radius: 6px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.04); + border: 2px solid transparent; +} + +.expo-workspaces-name-entry:focus, +.expo-workspaces-name-entry#selected:focus { + border: 1px solid #89b4fa; + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); + font-style: italic; + transition-duration: 300; + selection-background-color: rgba(0, 0, 0, 0.87); + selected-color: #89b4fa; +} + +.expo-workspace-thumbnail-frame { + border: 4px solid rgba(255, 255, 255, 0); + background-color: rgba(255, 255, 255, 0); + border-radius: 6px; +} + +.expo-workspace-thumbnail-frame#active { + border: 4px solid #89b4fa; + background-color: black; + border-radius: 6px; +} + +.expo-background { + background-color: #0b0b12; +} + +.workspace-thumbnails { + spacing: 26px; +} + +.workspace-thumbnails-background, .workspace-thumbnails-background:rtl { + padding: 8px; +} + +.workspace-add-button { + background-image: url("assets/add-workspace.svg"); + height: 200px; + width: 35px; + transition-duration: 100; +} + +.workspace-add-button:hover { + background-image: url("assets/add-workspace-hover.svg"); + transition-duration: 100; +} + +.workspace-add-button:active { + background-image: url("assets/add-workspace-active.svg"); + transition-duration: 100; +} + +.workspace-overview-background-shade { + background-color: rgba(0, 0, 0, 0.5); +} + +.workspace-close-button, +.window-close { + background-image: url("assets/close.svg"); + background-size: 26px; + height: 26px; + width: 26px; + -cinnamon-close-overlap: 13px; +} + +.workspace-close-button:hover, +.window-close:hover { + background-image: url("assets/close-hover.svg"); + background-size: 26px; + height: 26px; + width: 26px; +} + +.workspace-close-button:active, +.window-close:active { + background-image: url("assets/close-active.svg"); + background-size: 26px; + height: 26px; + width: 26px; +} + +.workspace-thumbnail-indicator { + outline: 2px solid red; + border: 1px solid green; +} + +.window-close:rtl { + -st-background-image-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); +} + +.window-close-area { + background-image: url("assets/trash-icon.svg"); + height: 120px; + width: 400px; +} + +.about-content { + width: 550px; + height: 250px; + spacing: 8px; + padding-bottom: 10px; +} + +.about-title { + font-size: 2em; + font-weight: bold; +} + +.about-uuid { + font-size: 10px; + color: #888; +} + +.about-icon { + padding-right: 20px; + padding-bottom: 14px; +} + +.about-scrollBox { + border: 1px solid rgba(255, 255, 255, 0.12); + border-radius: 6px; + background-color: #1e1e2e; + padding: 4px; + padding-right: 0; + border-radius: 0; +} + +.about-scrollBox-innerBox { + padding: 1.2em; + spacing: 1.2em; +} + +.about-description { + padding-top: 4px; + padding-bottom: 16px; +} + +.about-version { + padding-left: 7px; + font-size: 10px; + color: #888; +} + +#LookingGlassDialog { + background-color: #1e1e2e; + spacing: 6px; + padding: 6px; + margin: 32px; + border-radius: 12px; + color: #FFFFFF; + box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); + border: none; +} + +.calendar-main-box { + margin: 0 6px; +} + +.calendar { + padding: 6px 12px; + spacing-rows: 0px; + spacing-columns: 0px; +} + +.calendar-today-home-button, +.calendar-today-home-button-enabled { + margin: 6px 0; + padding: 6px; +} + +.calendar-today-day-label { + font-size: 1.75em; + color: rgba(255, 255, 255, 0.7); + font-weight: bold; + text-align: center; + padding-bottom: .1em; +} + +.calendar-today-date-label { + font-size: 1.1em; + color: rgba(255, 255, 255, 0.5); + font-weight: bold; + text-align: center; +} + +.calendar-month-label { + color: #FFFFFF; + font-weight: bold; + margin: 0 2px; + padding: 2px; +} + +.calendar-change-month-back, +.calendar-change-month-forward { + width: 24px; + height: 24px; + margin: 0; + padding: 0; + border-radius: 9999px; +} + +.calendar-change-month-back:focus, .calendar-change-month-back:hover, +.calendar-change-month-forward:focus, +.calendar-change-month-forward:hover { + background-color: rgba(255, 255, 255, 0.1); +} + +.calendar-change-month-back:active, +.calendar-change-month-forward:active { + background-color: rgba(255, 255, 255, 0.25); +} + +.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"); +} + +.datemenu-date-label { + padding: .4em 1.75em; + font-weight: normal; + text-align: center; + font-size: 14px; + color: #FFFFFF; + border-radius: 6px; +} + +.calendar-day-base { + text-align: center; + width: 28px; + height: 28px; + padding: 0; + margin: 2px; + border-radius: 9999px; +} + +.calendar-day-base:hover { + background-color: rgba(255, 255, 255, 0.04); +} + +.calendar-day-base:active { + background-color: rgba(255, 255, 255, 0.12); +} + +.calendar-day-heading { + color: rgba(255, 255, 255, 0.7); + margin-top: 1em; +} + +.calendar-day { + border-width: 0; + color: rgba(255, 255, 255, 0.7); +} + +.calendar-day-top { + border-top-width: 0; +} + +.calendar-day-left { + border-left-width: 0; +} + +.calendar-nonwork-day { + color: #FFFFFF; + background-color: transparent; + font-weight: bold; +} + +.calendar-today, +.calendar-today:active, +.calendar-today:focus, +.calendar-today:hover { + font-weight: bold; + color: rgba(0, 0, 0, 0.87); + background-color: #89b4fa; + border-width: 0; +} + +.calendar-other-month-day { + color: rgba(255, 255, 255, 0.7); + opacity: 1; +} + +.calendar-week-number { + width: 20px; + height: 20px; + margin: 6px 0; + color: rgba(255, 255, 255, 0.3); + font-weight: bold; + background-color: rgba(255, 255, 255, 0.04); + border-radius: 9999px; +} + +.calendar-week-number StLabel { + padding: 0; + margin-top: 3px; +} + +.calendar-events-main-box { + height: 300px; + margin: 8px 0.8em 0 0; + padding: 8px; + min-width: 350px; + border: none; + border-radius: 6px; + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 255, 255, 0.04); + background-gradient-end: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.7); +} + +.calendar-events-no-events-button { + margin: 6px 0; + padding: 6px; + border-radius: 6px; +} + +.calendar-events-no-events-button:hover { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 255, 255, 0.04); + background-gradient-end: rgba(255, 255, 255, 0.04); + box-shadow: none; +} + +.calendar-events-no-events-icon { + color: rgba(255, 255, 255, 0.5); +} + +.calendar-events-no-events-label { + font-size: 1.1em; + color: rgba(255, 255, 255, 0.5); + font-weight: bold; + text-align: center; + margin-top: 9px; +} + +.calendar-events-date-label { + padding: 3px 0 12px 3px; + font-size: 1.1em; + color: rgba(255, 255, 255, 0.7); + font-weight: bold; + text-align: center; +} + +.calendar-events-event-container { + padding: 2px; +} + +.calendar-events-main-box .separator { + -margin-horizontal: 1em; + -gradient-height: 1px; + -gradient-start: rgba(255, 255, 255, 0.12); + -gradient-end: rgba(255, 255, 255, 0.12); +} + +.calendar-event-button { + margin: 6px 0 6px 0; + border-radius: 6px; +} + +.calendar-event-button:hover { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 255, 255, 0.04); + background-gradient-end: rgba(255, 255, 255, 0.04); + box-shadow: none; +} + +.calendar-event-color-strip { + width: 4px; + border-radius: 4px 0 0 4px; +} + +.calendar-event-row-content { + margin: 6px; +} + +.calendar-event-time-past { + color: rgba(255, 255, 255, 0.32); + font-weight: bold; + text-align: left; + margin-bottom: .6em; +} + +.calendar-event-time-present { + font-weight: bold; + text-align: left; + margin-bottom: .6em; +} + +.calendar-event-time-present:all-day { + color: rgba(102, 187, 106, 0.6); +} + +.calendar-event-time-future { + text-align: left; + margin-bottom: .6em; +} + +.calendar-event-countdown { + color: rgba(255, 255, 255, 0.5); + font-weight: bold; + text-align: right; + margin-bottom: .6em; +} + +.calendar-event-countdown:soon { + color: white; +} + +.calendar-event-countdown:imminent { + color: rgba(251, 192, 45, 0.6); +} + +.calendar-event-countdown:current { + color: rgba(102, 187, 106, 0.6); +} + +.calendar-event-summary { + color: rgba(255, 255, 255, 0.5); + text-align: left; + width: 200px; +} + +#notification { + border-radius: 12px; + padding: 12px; + spacing-rows: 9px; + spacing-columns: 9px; + margin-from-right-edge-of-screen: 18px; + width: 28em; + color: #FFFFFF; + background-color: rgba(30, 30, 46, 0.8); + box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35); + margin: 7px 12px 17px 12px; +} + +#notification .notification-button, #notification .notification-icon-button { + padding: 6px; +} + +.menu #notification, .popup-menu #notification { + border: none; + border-radius: 6px; + background-color: rgba(255, 255, 255, 0.05); + box-shadow: none; + margin: 0; +} + +.menu #notification:hover, .popup-menu #notification:hover { + background-color: rgba(255, 255, 255, 0.1); + box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15); +} + +.menu #notification, .menu #notification.multi-line-notification, .popup-menu #notification, .popup-menu #notification.multi-line-notification { + color: #FFFFFF; +} + +.menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { + padding: 6px; +} + +#notification.multi-line-notification { + padding-bottom: 12px; + color: #FFFFFF; +} + +#notification-scrollview { + max-height: 10em; +} + +#notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { + height: 1em; +} + +#notification-scrollview:ltr > StScrollBar { + padding-left: 6px; +} + +#notification-scrollview:rtl > StScrollBar { + padding-right: 6px; +} + +#notification-body { + spacing: 6px; +} + +#notification-actions { + spacing: 9px; +} + +.notification-with-image { + min-height: 159px; + color: #FFFFFF; +} + +.notification-button, .notification-icon-button { + padding: 6px; +} + +.notification-icon-button > StIcon { + icon-size: 36px; +} + +#altTabPopup { + padding: 8px; + spacing: 16px; +} + +.switcher-list { + color: #FFFFFF; + background-color: #1e1e2e; + border: none; + border-radius: 6px; + padding: 20px; +} + +.switcher-list > StBoxLayout { + padding: 4px; +} + +.switcher-list-item-container { + spacing: 8px; +} + +.switcher-list .item-box { + padding: 8px; + border-radius: 6px; +} + +.switcher-list .item-box:outlined { + padding: 8px; + border: 1px solid #89b4fa; +} + +.switcher-list .item-box:selected { + color: rgba(0, 0, 0, 0.87); + background-color: #89b4fa; + border: 0px solid #89b4fa; +} + +.switcher-list .thumbnail { + width: 256px; +} + +.switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; +} + +.switcher-list .separator { + width: 1px; + background: rgba(255, 255, 255, 0.2); +} + +.switcher-arrow { + border-color: rgba(0, 0, 0, 0); + color: #FFFFFF; +} + +.switcher-arrow:highlighted { + border-color: rgba(0, 0, 0, 0); + color: rgba(255, 255, 255, 0.7); +} + +.thumbnail-scroll-gradient-left { + background-color: rgba(0, 0, 0, 0); + border-radius: 24px; + border-radius-topright: 0px; + border-radius-bottomright: 0px; + width: 60px; +} + +.thumbnail-scroll-gradient-right { + background-color: rgba(0, 0, 0, 0); + border-radius: 24px; + border-radius-topleft: 0px; + border-radius-bottomleft: 0px; + width: 60px; +} + +.ripple-box { + width: 104px; + height: 104px; + background-image: url("assets/corner-ripple.svg"); + background-size: contain; +} + +.lightbox { + background-color: rgba(0, 0, 0, 0.4); +} + +.flashspot { + background-color: white; +} + +.modal-dialog { + color: #FFFFFF; + background-color: rgba(5, 5, 8, 0.95); + padding: 0 5px 6px 5px; + border-radius: 6px; + box-shadow: 0 3px 8px rgba(0, 0, 0, 0.75), 0 5px 18px rgba(0, 0, 0, 0.55); +} + +.modal-dialog > StBoxLayout:first-child { + padding: 20px 10px 10px 10px; +} + +.modal-dialog-button-box { + spacing: 0; + margin: 0; + padding: 14px 10px; + background-color: transparent; + border: none; +} + +.modal-dialog-button-box .modal-dialog-button { + padding-top: 0; + padding-bottom: 0; + height: 30px; +} + +.run-dialog { + padding: 6px 12px; + background-color: rgba(11, 11, 18, 0.9); + border-radius: 6px; + color: #FFFFFF; +} + +.run-dialog > * { + padding: 0; +} + +.run-dialog-label { + font-size: 0; + font-weight: bold; + color: #FFFFFF; + padding-bottom: 0; +} + +.run-dialog-error-label { + color: #F44336; +} + +.run-dialog-error-box { + padding-top: 15px; + spacing: 5px; +} + +.run-dialog-completion-box { + padding-left: 15px; + font-size: 10px; +} + +.run-dialog-entry { + width: 21em; + padding: 3px 12px; + border-radius: 6px; + caret-color: #FFFFFF; + selected-color: rgba(0, 0, 0, 0.87); + selection-background-color: #89b4fa; + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.04); + border: 2px solid transparent; +} + +.run-dialog-entry:focus { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.04); + border: 2px solid #89b4fa; +} + +.run-dialog .modal-dialog-button-box { + border: none; + box-shadow: none; + background: none; + background-gradient-direction: none; +} + +/* CinnamonMountOperation Dialogs */ +.cinnamon-mount-operation-icon { + icon-size: 48px; +} + +.mount-password-reask { + color: #FBC02D; +} + +.show-processes-dialog, +.mount-question-dialog { + spacing: 24px; +} + +.show-processes-dialog-subject, +.mount-question-dialog-subject { + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; +} + +.show-processes-dialog-subject:rtl, +.mount-question-dialog-subject:rtl { + padding-left: 0px; + padding-right: 17px; +} + +.show-processes-dialog-description, +.mount-question-dialog-description { + padding-left: 17px; + width: 28em; +} + +.show-processes-dialog-description:rtl, +.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: #ccc; +} + +.show-processes-dialog-app-list-item:hover { + color: white; +} + +.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; +} + +.show-processes-dialog-app-list-item-name { + font-size: 1.1em; +} + +.magnifier-zoom-region { + border: 2px solid maroon; +} + +.magnifier-zoom-region .full-screen { + border-width: 0px; +} + +#keyboard { + background-color: rgba(11, 11, 18, 0.9); + border-width: 0; + border-top-width: 1px; + border-color: rgba(0, 0, 0, 0.4); +} + +.keyboard-layout { + spacing: 10px; + padding: 10px; +} + +.keyboard-row { + spacing: 15px; +} + +.keyboard-key { + min-height: 2em; + min-width: 2em; + font-size: 14pt; + font-weight: bold; + border-radius: 6px; + box-shadow: none; + color: rgba(255, 255, 255, 0.7); + background-color: rgba(255, 255, 255, 0.04); +} + +.keyboard-key:hover { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.12); +} + +.keyboard-key:active, .keyboard-key:checked { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.3); +} + +.keyboard-key:grayed { + color: rgba(255, 255, 255, 0.32); + background-color: transparent; +} + +.keyboard-subkeys { + color: #FFFFFF; + padding: 5px; + -arrow-border-radius: 6px; + -arrow-background-color: rgba(11, 11, 18, 0.9); + -arrow-border-width: 1px; + -arrow-border-color: rgba(0, 0, 0, 0.4); + -arrow-base: 20px; + -arrow-rise: 10px; + -boxpointer-gap: 5px; +} + +.menu-favorites-box { + margin: auto; + margin-bottom: 6px; + padding: 6px; + transition-duration: 300; + background-color: rgba(255, 255, 255, 0.05); + border: none; + border-radius: 6px; +} + +.menu-favorites-button { + padding: 9px; + border: none; + border-radius: 6px; +} + +.menu-favorites-button:hover { + border-radius: 6px; + background-color: rgba(255, 255, 255, 0.1); +} + +.menu-places-box { + margin: auto; + padding: 9px; + border: 1px solid rgba(0, 0, 0, 0); +} + +.menu-places-button { + padding: 9px; +} + +.menu-categories-box { + padding: 9px 30px; +} + +.menu-applications-inner-box, .menu-applications-outer-box { + padding: 9px 9px 0 9px; +} + +.menu-application-button { + padding: 6px; + border-radius: 6px; + border: none; +} + +.menu-application-button:highlighted { + font-weight: bold; +} + +.menu-application-button-selected { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.12); + padding: 6px; + border-radius: 6px; + border: none; +} + +.menu-application-button-selected:highlighted { + font-weight: bold; +} + +.menu-application-button-label:ltr { + padding-left: 6px; +} + +.menu-application-button-label:rtl { + padding-right: 6px; +} + +.menu StScrollView.menu-application-button { + padding: 3px 0; + border-radius: 6px; + background-color: #353543; + color: #FFFFFF; +} + +.menu StScrollView.menu-application-button .popup-menu-item { + padding: 0; + spacing: 0; + margin: 0 3px; + border-radius: 6px; + color: #FFFFFF; +} + +.menu StScrollView.menu-application-button .popup-menu-item:ltr { + padding-left: 6px; +} + +.menu StScrollView.menu-application-button .popup-menu-item:rtl { + padding-right: 6px; +} + +.menu StScrollView.menu-application-button .popup-menu-item:active { + border-image: none; + background-color: rgba(255, 255, 255, 0.12); + color: #FFFFFF; +} + +.menu StScrollView.menu-application-button .popup-menu-item StIcon { + min-width: 22px; +} + +.menu StScrollView.menu-application-button .popup-menu-item StLabel:ltr { + padding: 6px 0 6px 6px; +} + +.menu StScrollView.menu-application-button .popup-menu-item StLabel:rtl { + padding: 6px 6px 6px 0; +} + +.menu-category-button { + padding: 6px; + border-radius: 6px; +} + +.menu-category-button-selected { + padding: 6px; +} + +.menu-category-button-hover, .menu-category-button-selected { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.12); + border-radius: 6px; +} + +.menu-category-button-greyed { + padding: 6px; + color: rgba(255, 255, 255, 0.5); +} + +.menu-category-button-label:ltr { + padding-left: 6px; +} + +.menu-category-button-label:rtl { + padding-right: 6px; +} + +.menu-selected-app-box { + padding-right: 30px; + padding-left: 28px; + text-align: right; + height: 30px; +} + +.menu-selected-app-box:rtl { + padding-top: 10px; + height: 30px; +} + +.menu-selected-app-title { + font-weight: bold; +} + +.menu-selected-app-description { + max-width: 150px; + margin-bottom: 6px; +} + +.menu-search-box:ltr { + padding-left: 30px; +} + +.menu-search-box-rtl { + padding-right: 30px; +} + +#menu-search-entry { + width: 250px; + height: 15px; + font-weight: normal; + caret-color: #FFFFFF; +} + +.menu-search-entry-icon { + icon-size: 1em; + color: #FFFFFF; +} + +.info-osd { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 16px; + color: rgba(255, 255, 255, 0.7); + background-color: rgba(17, 17, 27, 0.75); +} + +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 20px; + min-width: 64px; + min-height: 64px; + color: rgba(255, 255, 255, 0.7); + border-radius: 0; + background-color: rgba(17, 17, 27, 0.75); + border: none; +} + +.osd-window .osd-monitor-label { + font-size: 3em; +} + +.osd-window .level { + padding: 0; + height: 4px; + background-color: rgba(0, 0, 0, 0.35); + border-radius: 6px; + color: #89b4fa; +} + +.osd-window .level-bar { + border-radius: 6px; + background-color: #89b4fa; +} + +.window-list-box { + spacing: 2px; +} + +.panel-bottom .window-list-box:ltr, .panel-top .window-list-box:ltr { + padding: 0 0 0 8px; +} + +.panel-bottom .window-list-box:rtl, .panel-top .window-list-box:rtl { + padding: 0 8px 0 0; +} + +.window-list-box.vertical { + padding: 6px 0 0 0; +} + +.window-list-box.vertical #appMenuIcon { + padding-top: 2px; +} + +.window-list-box:highlight { + background-color: rgba(244, 67, 54, 0.5); +} + +.window-list-item-label { + font-weight: normal; + width: 15em; + min-width: 5px; +} + +.window-list-item-box { + font-weight: normal; + background-image: none; + transition-duration: 100ms; + color: rgba(255, 255, 255, 0.9); + border-radius: 0; +} + +.panel-bottom .window-list-item-box StLabel { + padding-left: 6px; +} + +.panel-top .window-list-item-box StLabel { + padding-left: 6px; +} + +.panel-left .window-list-item-box StLabel { + padding-top: 6px; +} + +.panel-right .window-list-item-box StLabel { + padding-top: 6px; +} + +.panel-top .window-list-item-box { + border-top: 2px solid transparent; +} + +.panel-top .window-list-item-box StIcon, .panel-top .window-list-item-box StBin, .panel-top .window-list-item-box #appMenuIcon { + padding: 2px; + padding-top: 0; +} + +.panel-bottom .window-list-item-box { + border-bottom: 2px solid transparent; +} + +.panel-bottom .window-list-item-box StIcon, .panel-bottom .window-list-item-box StBin, .panel-bottom .window-list-item-box #appMenuIcon { + padding: 2px; + padding-bottom: 0; +} + +.panel-left .window-list-item-box { + border-left: 2px solid transparent; +} + +.panel-left .window-list-item-box StIcon, .panel-left .window-list-item-box StBin, .panel-left .window-list-item-box #appMenuIcon { + padding: 2px; + padding-left: 0; +} + +.panel-right .window-list-item-box { + border-right: 2px solid transparent; +} + +.panel-right .window-list-item-box StIcon, .panel-right .window-list-item-box StBin, .panel-right .window-list-item-box #appMenuIcon { + padding: 2px; + padding-right: 0; +} + +.window-list-item-box:hover { + color: rgba(255, 255, 255, 0.7); + background-gradient-direction: none; + background-color: rgba(255, 255, 255, 0.15); +} + +.window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:running { + color: rgba(255, 255, 255, 0.7); + background-gradient-direction: none; + background-color: rgba(255, 255, 255, 0.25); + border-color: rgba(255, 255, 255, 0.3); +} + +.window-list-item-box:active:hover, .window-list-item-box:checked:hover, .window-list-item-box:running:hover { + background-color: rgba(255, 255, 255, 0.3); +} + +.window-list-item-box:focus { + color: rgba(255, 255, 255, 0.7); + background-gradient-direction: none; + background-image: radial-gradient(5px 5px 45deg, circle cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%); + border-color: #89b4fa; + background-color: rgba(255, 255, 255, 0.2); +} + +.window-list-item-box:focus:hover { + background-color: rgba(255, 255, 255, 0.3); +} + +.panel-top .window-list-item-box:focus { + background-position: top center; +} + +.panel-bottom .window-list-item-box:focus { + background-position: bottom center; +} + +.panel-left .window-list-item-box:focus { + background-position: left center; +} + +.panel-right .window-list-item-box:focus { + background-position: right center; +} + +.window-list-item-box.right, .window-list-item-box.left { + padding-left: 0px; + padding-right: 0px; +} + +.window-list-item-box .progress { + background-gradient-direction: vertical; + background-gradient-start: #66BB6A; + background-gradient-end: #66BB6A; + border-radius: 6px; + box-shadow: none; +} + +.window-list-item-demands-attention { + background-gradient-start: #FBC02D; + background-gradient-end: #FBC02D; +} + +.window-list-preview { + padding: 6px; + spacing: 6px; + border: none; + background-color: #1e1e2e; + border-radius: 6px; + color: #FFFFFF; + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35), 0 3px 12px rgba(0, 0, 0, 0.16); +} + +.grouped-window-list-thumbnail-label { + padding-left: 4px; +} + +.grouped-window-list-thumbnail-alert { + background-color: rgba(244, 67, 54, 0.5); +} + +.grouped-window-list-thumbnail-menu { + padding: 6px; +} + +.grouped-window-list-thumbnail-menu .item-box { + padding: 6px; + border-radius: 6px; + spacing: 6px; + margin: 1px; +} + +.grouped-window-list-thumbnail-menu .item-box:outlined { + background-color: rgba(255, 255, 255, 0.1); +} + +.grouped-window-list-thumbnail-menu .item-box:hover { + background-color: rgba(255, 255, 255, 0.15); +} + +.grouped-window-list-thumbnail-menu .thumbnail { + width: 256px; +} + +.grouped-window-list-thumbnail-menu .separator { + width: 1px; + background-color: rgba(255, 255, 255, 0.12); +} + +.grouped-window-list-number-label { + z-index: 120; + text-shadow: none; + color: rgba(0, 0, 0, 0.87); + padding: 0; +} + +.grouped-window-list-button-label { + padding-left: 2px; +} + +.grouped-window-list-badge { + border-radius: 256px; + background-color: #89b4fa; +} + +.grouped-window-list-item-box { + font-weight: normal; + transition-duration: 100ms; + border: none; + margin: 0; + color: rgba(255, 255, 255, 0.6); + border-radius: 0; + spacing: 6px; + border-bottom: 2px solid transparent; +} + +.grouped-window-list-item-box.top, .grouped-window-list-item-box.bottom { + padding: 0 2px; +} + +.grouped-window-list-item-box:hover { + color: rgba(255, 255, 255, 0.7); + background-gradient-direction: none; + background-color: rgba(255, 255, 255, 0.15); +} + +.grouped-window-list-item-box:active { + color: rgba(255, 255, 255, 0.7); + background-gradient-direction: none; + background-color: transparent; + border-color: rgba(255, 255, 255, 0.3); +} + +.grouped-window-list-item-box:active:hover { + background-color: rgba(255, 255, 255, 0.15); +} + +.grouped-window-list-item-box:focus { + color: rgba(255, 255, 255, 0.7); + background-gradient-direction: none; + background-color: rgba(255, 255, 255, 0.2); + border-color: #89b4fa; +} + +.grouped-window-list-item-box:focus:hover { + background-color: rgba(255, 255, 255, 0.3); +} + +.grouped-window-list-item-box .progress { + background-gradient-direction: vertical; + background-gradient-start: #66BB6A; + background-gradient-end: #66BB6A; + border-radius: 6px; + box-shadow: none; +} + +.grouped-window-list-item-demands-attention { + background-gradient-start: #FBC02D; + background-gradient-end: #FBC02D; +} + +.sound-button { + width: 22px; + height: 13px; + padding: 8px; +} + +.sound-button-container { + padding-right: 3px; + padding-left: 3px; +} + +.sound-button StIcon { + icon-size: 1.4em; +} + +.sound-track-infos { + padding: 5px; +} + +.sound-track-info { + padding-top: 2px; + padding-bottom: 2px; +} + +.sound-track-info StIcon { + icon-size: 16px; +} + +.sound-track-info StLabel { + padding-left: 5px; + padding-right: 5px; +} + +.sound-track-box { + padding-left: 15px; + padding-right: 15px; + max-width: 220px; +} + +.sound-seek-box { + padding-left: 15px; +} + +.sound-seek-box StLabel { + padding-top: 2px; +} + +.sound-seek-box StIcon { + icon-size: 16px; +} + +.sound-seek-slider { + width: 140px; +} + +.sound-volume-menu-item { + padding: .4em 1.75em; +} + +.sound-volume-menu-item StIcon { + icon-size: 1.14em; + padding-left: 8px; + padding-right: 8px; +} + +.sound-playback-control { + padding: 5px 10px 10px 10px; +} + +.sound-player { + padding: 0 0; + margin-top: 6px; + border-radius: 6px; + background-color: #353543; + color: #FFFFFF; +} + +.sound-player > StBoxLayout:first-child { + padding: 5px 10px 10px 10px; + spacing: 0.5em; +} + +.sound-player > StBoxLayout:first-child StButton:small { + width: 24px; + height: 24px; + border-radius: 9999px; +} + +.sound-player > StBoxLayout:first-child StButton:small:hover { + background-color: rgba(255, 255, 255, 0.12); +} + +.sound-player > StBoxLayout:first-child StButton:small:active { + background-color: rgba(255, 255, 255, 0.3); +} + +.sound-player > StBoxLayout:first-child StButton:small StIcon { + icon-size: 16px; +} + +.sound-player-generic-coverart { + background: rgba(0, 0, 0, 0.2); +} + +.sound-player-overlay { + width: 290px; + height: 80px; + padding: 12px 18px; + spacing: 6px; + background-color: rgba(0, 0, 0, 0.45); + border: none; + border-radius: 0 0 6px 6px; + color: #FFFFFF; + text-shadow: none; +} + +.sound-player-overlay StButton { + width: 16px; + height: 16px; + padding: 8px; + margin: 0 6px 6px; + color: #FFFFFF; + border-radius: 9999px; + border: none; + text-shadow: none; +} + +.sound-player-overlay StButton StIcon { + icon-size: 16px; +} + +.sound-player-overlay StButton:hover { + background-color: rgba(255, 255, 255, 0.12); +} + +.sound-player-overlay StButton:active { + background-color: rgba(255, 255, 255, 0.3); +} + +.sound-player-overlay StButton:insensitive { + opacty: 0.35; + color: rgba(255, 255, 255, 0.5); +} + +.sound-player-overlay StLabel { + padding: 0 6px; +} + +.sound-player-overlay StBoxLayout { + padding-top: 2px; +} + +.sound-player .slider { + height: 0.5em; + padding: 0; + border: 0px solid rgba(0, 0, 0, 0.9); + border-bottom: 1px; + -slider-height: 0.5em; + -slider-background-color: #14141f; + -slider-border-color: rgba(0, 0, 0, 0); + -slider-active-background-color: #89b4fa; + -slider-active-border-color: rgba(0, 0, 0, 0); + -slider-border-width: 0px; + -slider-handle-radius: 0px; +} + +#workspaceSwitcher { + spacing: 0px; + padding: 3px; +} + +/* Controls the styling when using the "Simple buttons" option */ +.workspace-switcher { + padding-left: 3px; + padding-right: 3px; +} + +.workspace-button { + width: 20px; + height: 10px; + color: rgba(255, 255, 255, 0.7); + padding: 3px; + padding-top: 4px; + transition-duration: 300; +} + +.workspace-button:outlined, .workspace-button:outlined:hover { + color: #89b4fa; +} + +.workspace-button:hover { + color: #bad3fc; +} + +/* Controls the style when using the "Visual representation" option */ +.workspace-graph { + padding: 3px; + spacing: 3px; +} + +.workspace-graph .workspace { + border: 1px solid rgba(0, 0, 0, 0.4); + background-gradient-direction: none; + background-color: rgba(0, 0, 0, 0.2); +} + +.workspace-graph .workspace:active { + border: 1px solid #89b4fa; + background-gradient-direction: none; +} + +.workspace-graph .workspace .windows { + -active-window-background: rgba(47, 47, 74, 0.75); + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: rgba(47, 47, 74, 0.75); + -inactive-window-border: rgba(0, 0, 0, 0.8); +} + +.workspace-graph .workspace:active .windows { + -active-window-background: rgba(56, 56, 90, 0.75); + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: rgba(27, 27, 43, 0.75); + -inactive-window-border: rgba(0, 0, 0, 0.8); +} + +#panel-launchers-box { + padding: 0 6px; +} + +#panel-launchers-box.vertical { + padding: 3px 0; +} + +.panel-launcher { + padding: 2px; + transition-duration: 200ms; + border-radius: 0; +} + +.panel-launcher:hover { + background-gradient-direction: none; + background-color: rgba(255, 255, 255, 0.1); +} + +.panel-launcher:active { + background-color: rgba(255, 255, 255, 0.2); +} + +.launcher { + padding: 2px; + spacing: 2px; + transition-duration: 0.2s; + border-radius: 0; +} + +.launcher:hover { + background-gradient-direction: none; + background-color: rgba(255, 255, 255, 0.1); +} + +.launcher:active { + background-color: rgba(255, 255, 255, 0.2); +} + +.launcher .icon-box { + padding: 2px; +} + +.applet-separator { + padding: 1px 3px; +} + +.applet-separator-line { + width: 1px; + background: rgba(255, 255, 255, 0.12); +} + +.applet-box { + padding: 0 6px; + color: rgba(255, 255, 255, 0.7); + text-shadow: none; + transition-duration: 100ms; + border-radius: 0; +} + +.applet-box.vertical { + padding: 6px 0; +} + +.applet-box:hover { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(255, 255, 255, 0.04); +} + +.applet-box:checked, .applet-box:checked:hover { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(255, 255, 255, 0.12); +} + +.applet-box:highlight { + background-image: none; + border-image: none; + background-color: rgba(244, 67, 54, 0.5); +} + +.applet-label { + font-weight: bold; + color: rgba(255, 255, 255, 0.7); +} + +.applet-box:checked .applet-label { + color: rgba(255, 255, 255, 0.7); + text-shadow: none; +} + +.applet-icon { + color: rgba(255, 255, 255, 0.7); + icon-size: 16px; +} + +.applet-box:checked .applet-icon { + color: rgba(255, 255, 255, 0.7); + text-shadow: none; +} + +.user-icon { + width: 32px; + height: 32px; + background-color: transparent; + border: none; + border-radius: 0; +} + +.user-label { + color: #FFFFFF; + font-size: 1em; + font-weight: bold; + margin: 0px; +} + +.desklet { + color: #FFFFFF; +} + +.desklet:highlight { + background-color: rgba(244, 67, 54, 0.5); +} + +.desklet-with-borders { + color: #FFFFFF; + background-color: rgba(11, 11, 18, 0.9); + padding: 12px; + padding-bottom: 16px; +} + +.desklet-with-borders:highlight { + background-color: rgba(244, 67, 54, 0.5); +} + +.desklet-with-borders-and-header { + color: #FFFFFF; + background-color: rgba(11, 11, 18, 0.9); + border-radius: 6px; + border-radius-topleft: 0; + border-radius-topright: 0; + padding: 12px; + padding-bottom: 17px; +} + +.desklet-with-borders-and-header:highlight { + background-color: rgba(244, 67, 54, 0.5); +} + +.desklet-header { + color: #FFFFFF; + background-color: rgba(11, 11, 18, 0.9); + border-radius: 0; + border-radius-topleft: 6px; + border-radius-topright: 6px; + font-size: 1em; + padding: 12px; + padding-bottom: 6px; +} + +.desklet-drag-placeholder { + border: 2px solid #89b4fa; + background-color: rgba(137, 180, 250, 0.3); +} + +.photoframe-box { + color: #FFFFFF; + background-color: rgba(11, 11, 18, 0.9); + padding: 12px; + padding-bottom: 16px; +} + +.workspace-osd { + text-shadow: black 5px 5px 5px; + font-weight: bold; + font-size: 48pt; +} + +.notification-applet-padding { + padding: .5em 1em; +} + +.notification-applet-container { + max-height: 9999px; +} + +.tile-preview, .tile-preview.snap, +.tile-hud, .tile-hud.snap { + background-color: rgba(137, 180, 250, 0.3); + border: 1px solid #89b4fa; +} + +.xkcd-box { + padding: 6px; + border: 0px; + background-color: rgba(0, 0, 0, 0); + border-radius: 0px; +} diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/thumbnail.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/thumbnail.png new file mode 100644 index 000000000..944e2b11a Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/thumbnail.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/calendar-arrow-left.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/calendar-arrow-left.svg new file mode 100644 index 000000000..ec8b4783d --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/calendar-arrow-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/calendar-arrow-right.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/calendar-arrow-right.svg new file mode 100644 index 000000000..6fc5556fb --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/calendar-arrow-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/calendar-today.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/calendar-today.svg new file mode 100644 index 000000000..5e77084c7 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/calendar-today.svg @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox-dark.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox-dark.svg new file mode 100644 index 000000000..c7e5afd93 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox-dark.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox-off-active.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox-off-active.svg new file mode 100644 index 000000000..9cfdefd9b --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox-off-active.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox-off-hover.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox-off-hover.svg new file mode 100644 index 000000000..ef5123a1a --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox-off-hover.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox-off.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox-off.svg new file mode 100644 index 000000000..b00efa63d --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox-off.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox.svg new file mode 100644 index 000000000..65eb117c2 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/dash-placeholder.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/dash-placeholder.svg new file mode 100644 index 000000000..172156ae8 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/dash-placeholder.svg @@ -0,0 +1,4 @@ + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/no-events.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/no-events.svg new file mode 100644 index 000000000..239177d1b --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/no-events.svg @@ -0,0 +1,82 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/no-notifications.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/no-notifications.svg new file mode 100644 index 000000000..ae09f92c0 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/no-notifications.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/noise-texture.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/noise-texture.svg new file mode 100644 index 000000000..484f6c874 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/noise-texture.svg @@ -0,0 +1,78 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/process-working.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/process-working.svg new file mode 100644 index 000000000..0f311b0b7 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/process-working.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/toggle-off.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/toggle-off.svg new file mode 100644 index 000000000..8522010b1 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/toggle-off.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/toggle-on-dark.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/toggle-on-dark.svg new file mode 100644 index 000000000..fb1b2f7f7 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/toggle-on-dark.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/toggle-on.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/toggle-on.svg new file mode 100644 index 000000000..b429bc83c --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/toggle-on.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/gnome-shell.css b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/gnome-shell.css new file mode 100644 index 000000000..29484909f --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/gnome-shell.css @@ -0,0 +1,4098 @@ +/* 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. + */ +/* General Typography */ +.quick-toggle-menu .header .title { + font-weight: 700; + font-size: 15pt; +} + +.app-menu .popup-inactive-menu-item:first-child > StLabel, .quick-toggle-menu .header .subtitle { + font-weight: 700; + font-size: 9pt; +} + +.icon-label-button-container { + font-weight: 400; + font-size: 9pt; +} + +.ripple-pointer-location { + width: 48px; + height: 48px; + border-radius: 24px; + background-color: rgba(255, 255, 255, 0.3); + box-shadow: 0 0 2px 2px #ebf2fe; +} + +.pie-timer { + width: 60px; + height: 60px; + -pie-border-width: 3px; + -pie-border-color: #89b4fa; + -pie-background-color: rgba(255, 255, 255, 0.3); +} + +.magnifier-zoom-region { + border: 2px solid #89b4fa; +} + +.magnifier-zoom-region.full-screen { + border-width: 0; +} + +/* App Icons */ +.show-apps .overview-icon, +.app-well-app .overview-icon, +.grid-search-result .overview-icon { + color: rgba(255, 255, 255, 0.7); + border-radius: 16px; + padding: 6px; + border: none; + transition-duration: 100ms; + text-align: center; +} + +.show-apps:hover .overview-icon, .show-apps:focus .overview-icon, .show-apps:selected .overview-icon, +.app-well-app:hover .overview-icon, +.app-well-app:focus .overview-icon, +.app-well-app: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.12); + border-image: none; + background-image: none; +} + +.show-apps:active .overview-icon, .show-apps:checked .overview-icon, +.app-well-app:active .overview-icon, +.app-well-app:checked .overview-icon, +.grid-search-result:active .overview-icon, +.grid-search-result:checked .overview-icon { + background-color: rgba(255, 255, 255, 0.3); + box-shadow: none; +} + +.app-well-app.app-folder { + border-radius: 16px; +} + +.app-well-app.app-folder, .app-well-app.app-folder:hover, .app-well-app.app-folder:active { + background-color: transparent; +} + +.app-well-app.app-folder .overview-icon { + background-color: rgba(255, 255, 255, 0.12); + border-radius: 16px; +} + +.app-well-app.app-folder:hover .overview-icon { + background-color: rgba(255, 255, 255, 0.2); +} + +.app-well-app.app-folder:active .overview-icon { + background-color: rgba(255, 255, 255, 0.3); +} + +.app-folder-dialog { + border-radius: 36px; + padding: 12px; + background-color: #11111b; + border: 1px solid black; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); +} + +.app-folder-dialog .folder-name-container { + padding: 24px 36px 0; + spacing: 12px; + /* FIXME: this is to keep the label in sync with the entry */ +} + +.app-folder-dialog .folder-name-container .folder-name-label, .app-folder-dialog .folder-name-container .folder-name-entry { + font-size: 18pt; + font-weight: bold; +} + +.app-folder-dialog .folder-name-container .folder-name-entry { + width: 300px; + border: none; + caret-color: #FFFFFF; +} + +.app-folder-dialog .folder-name-container .folder-name-entry:focus { + background-color: rgba(255, 255, 255, 0.12); + color: #FFFFFF; +} + +.app-folder-dialog .folder-name-container .folder-name-label { + padding: 9px 8px; + color: rgba(255, 255, 255, 0.7); +} + +.app-folder-dialog .folder-name-container .edit-folder-button { + background-color: rgba(255, 255, 255, 0.06); + color: rgba(255, 255, 255, 0.7); + border: none; + padding: 0; + width: 36px; + height: 36px; + border-radius: 9999px; +} + +.app-folder-dialog .folder-name-container .edit-folder-button > StIcon { + icon-size: 16px; +} + +.app-folder-dialog .folder-name-container .edit-folder-button:hover { + background-color: rgba(255, 255, 255, 0.12); +} + +.app-folder-dialog .folder-name-container .edit-folder-button:checked, .app-folder-dialog .folder-name-container .edit-folder-button:active { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + +.app-folder-dialog .icon-grid { + row-spacing: 12px; + column-spacing: 24px; + page-padding-top: 0; + page-padding-bottom: 0; + page-padding-left: 0; + page-padding-right: 0; +} + +.app-folder-dialog .page-indicators { + margin-bottom: 18px; +} + +.app-folder-dialog-container { + padding: 6px; + width: 720px; + height: 720px; +} + +.app-well-app-running-dot { + width: 6px; + height: 3px; + border-radius: 2px; + background-color: rgba(255, 255, 255, 0.3); + margin-bottom: 0; +} + +StWidget.focused .app-well-app-running-dot { + width: 24px; + background-color: #89b4fa !important; +} + +.app-menu, +.app-well-menu { + max-width: 27.25em; +} + +.rename-folder-popup .rename-folder-popup-item { + spacing: 6px; +} + +.rename-folder-popup .rename-folder-popup-item:ltr, .rename-folder-popup .rename-folder-popup-item:rtl { + padding: 0 12px; +} + +.system-action-icon { + box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); + background-color: #11111b; + color: #FFFFFF; + border-radius: 9999px; + icon-size: 48px; +} + +.shell-link { + border-radius: 6px; + color: #1e66f5; +} + +.shell-link:hover { + color: #1e66f5; + background-color: rgba(30, 102, 245, 0.15); +} + +.shell-link:active { + color: #1e66f5; + background-color: rgba(30, 102, 245, 0.25); +} + +.lowres-icon { + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); +} + +.icon-dropshadow { + icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); +} + +/* Buttons */ +.quick-settings-system-item .icon-button, .hotplug-notification-item, .button { + color: #FFFFFF; + background-color: #1e1e2e; + box-shadow: none !important; +} + +.quick-settings-system-item .icon-button:focus, .hotplug-notification-item:focus, .button:focus { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.08); + box-shadow: none !important; +} + +.quick-settings-system-item .icon-button:hover, .hotplug-notification-item:hover, .button:hover { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.12); + box-shadow: none !important; +} + +.quick-settings-system-item .icon-button:active, .hotplug-notification-item:active, .button:active { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.2); + box-shadow: none !important; +} + +.quick-settings-system-item .icon-button:insensitive, .hotplug-notification-item:insensitive, .button:insensitive { + color: rgba(255, 255, 255, 0.35); + background-color: #1e1e2e; + box-shadow: none !important; +} + +.lg-obj-inspector-button, .candidate-page-button, .modal-dialog-linked-button, .popup-menu .button { + color: #FFFFFF; + background-color: transparent; + box-shadow: none !important; +} + +.lg-obj-inspector-button:focus, .candidate-page-button:focus, .modal-dialog-linked-button:focus, .popup-menu .button:focus { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.08); + box-shadow: none !important; +} + +.lg-obj-inspector-button:hover, .candidate-page-button:hover, .modal-dialog-linked-button:hover, .popup-menu .button:hover { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.12); +} + +.lg-obj-inspector-button:active, .candidate-page-button:active, .modal-dialog-linked-button:active, .popup-menu .button:active { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.2); + box-shadow: none !important; +} + +.lg-obj-inspector-button:insensitive, .candidate-page-button:insensitive, .modal-dialog-linked-button:insensitive, .popup-menu .button:insensitive { + background-color: transparent; + color: rgba(255, 255, 255, 0.35); + box-shadow: none !important; +} + +.button { + min-height: 20px; + padding: 6px 12px; + border-radius: 6px; + border: none; +} + +.screenshot-ui-show-pointer-button, .screenshot-ui-type-button { + color: #FFFFFF; + background-color: transparent; + box-shadow: none !important; +} + +.screenshot-ui-show-pointer-button:insensitive, .screenshot-ui-type-button:insensitive { + color: rgba(255, 255, 255, 0.35); + background-color: #11111b; + box-shadow: none !important; +} + +.screenshot-ui-show-pointer-button:focus, .screenshot-ui-type-button:focus { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.08); + box-shadow: none !important; +} + +.screenshot-ui-show-pointer-button:hover, .screenshot-ui-type-button:hover { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.12); + box-shadow: none !important; +} + +.screenshot-ui-show-pointer-button:active, .screenshot-ui-type-button:active { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.2); + box-shadow: none !important; +} + +/* Date/Time Menu */ +.popup-menu .message, .world-clocks-button, +.weather-button, +.events-button { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(255, 255, 255, 0.04); + border-radius: 6px; + border: none; + box-shadow: none; + text-shadow: none; +} + +.popup-menu .message:hover, .world-clocks-button:hover, +.weather-button:hover, +.events-button:hover, .popup-menu .message:focus, .world-clocks-button:focus, +.weather-button:focus, +.events-button:focus { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.12); + box-shadow: none; +} + +.popup-menu .message:active, .world-clocks-button:active, +.weather-button:active, +.events-button:active { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.2); + box-shadow: none; +} + +#calendarArea { + padding: 6px 0; +} + +.datemenu-calendar-column { + spacing: 6px; + border: 0 solid rgba(255, 255, 255, 0.12); + padding: 0 4px 0 12px; +} + +.datemenu-calendar-column:ltr { + margin-right: 8px; + border-left-width: 0; +} + +.datemenu-calendar-column:rtl { + margin-left: 8px; + border-right-width: 0; +} + +.datemenu-calendar-column .datemenu-displays-section { + padding-bottom: 0; +} + +.datemenu-calendar-column .datemenu-displays-box { + spacing: 6px; +} + +.world-clocks-header, +.weather-header, +.events-section-title { + color: rgba(255, 255, 255, 0.7); + font-weight: bold; +} + +.datemenu-today-button, +.datemenu-displays-box, +.message-list-sections { + margin: 4px 6px; +} + +/* today button (the date) */ +.datemenu-today-button { + border: none; + box-shadow: none; + background: none; + padding: 6px; + margin: 0 12px; + text-shadow: none; + color: rgba(255, 255, 255, 0.7); + border-radius: 6px; +} + +.datemenu-today-button:hover, .datemenu-today-button:focus { + background-color: rgba(255, 255, 255, 0.12); +} + +.datemenu-today-button:active { + background-color: rgba(255, 255, 255, 0.2); +} + +.datemenu-today-button .day-label { + font-size: 12pt; + font-weight: bold; +} + +.datemenu-today-button .date-label { + font-size: 18pt; + font-weight: normal; +} + +/* Calendar */ +.calendar { + border: none; + box-shadow: none; + background-color: transparent; + padding: 0; + margin: 0; + text-shadow: none; +} + +.calendar .calendar-month-label { + padding: 6px 0; + color: rgba(255, 255, 255, 0.7); + font-weight: bold; + text-align: center; + text-shadow: none; + font-size: 12pt; +} + +.calendar .calendar-change-month-back, +.calendar .calendar-change-month-forward { + padding: 0 0 !important; + margin: 3px 0 !important; +} + +.calendar .calendar-change-month-back StIcon, +.calendar .calendar-change-month-forward StIcon { + icon-size: 16px; +} + +.calendar .pager-button { + width: 32px; + height: 32px; + margin: 2px; + border-radius: 9999px; + background-color: transparent; + color: #FFFFFF; +} + +.calendar .pager-button:hover, .calendar .pager-button:focus { + background-color: rgba(255, 255, 255, 0.12); +} + +.calendar .pager-button:active { + background-color: rgba(255, 255, 255, 0.3); +} + +.calendar .calendar-day-base { + font-size: 10pt; + text-align: center; + width: 34px; + height: 34px; + padding: 0; + margin: 2px; + border-radius: 9999px; + color: rgba(255, 255, 255, 0.7); + border: none; + font-feature-settings: "tnum"; +} + +.calendar .calendar-day-base:hover, .calendar .calendar-day-base:focus { + background-color: rgba(255, 255, 255, 0.12); +} + +.calendar .calendar-day-base:active, .calendar .calendar-day-base:selected { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.3); + border-color: transparent; +} + +.calendar .calendar-day-base.calendar-day-heading { + margin-top: 1em; + color: rgba(255, 255, 255, 0.5); + font-size: 10pt; +} + +.calendar .calendar-day { + border-width: 0; +} + +.calendar .calendar-day-top { + border-top-width: 0; +} + +.calendar .calendar-day-left { + border-left-width: 0; +} + +.calendar .calendar-nonwork-day { + color: rgba(255, 255, 255, 0.5); + font-weight: bold; +} + +.calendar .calendar-today { + font-weight: bold; + color: rgba(255, 255, 255, 0.7) !important; + background-color: rgba(255, 255, 255, 0.06); + border: none; +} + +.calendar .calendar-today:hover, .calendar .calendar-today:focus { + background-color: rgba(255, 255, 255, 0.12); + color: #FFFFFF !important; +} + +.calendar .calendar-today:active { + background-color: #71a4f9; + color: rgba(0, 0, 0, 0.87) !important; +} + +.calendar .calendar-today:selected { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87) !important; +} + +.calendar .calendar-today:selected:hover, .calendar .calendar-today:selected:focus { + background-color: #b0cdfc; + color: rgba(0, 0, 0, 0.87) !important; +} + +.calendar .calendar-day-with-events { + color: rgba(255, 255, 255, 0.7); + background-image: url("assets/calendar-today.svg"); +} + +.calendar .calendar-day-with-events.calendar-work-day { + color: rgba(255, 255, 255, 0.7); + font-weight: bold; +} + +.calendar .calendar-other-month-day { + color: rgba(255, 255, 255, 0.32); + opacity: 0.5; +} + +.calendar .calendar-week-number { + width: 26px; + height: 0; + margin: 8px 0 8px 6px !important; + padding: 0 !important; + border-radius: 6px; + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); + font-size: inherit; + font-weight: bold; + text-align: center; +} + +.world-clocks-button, +.weather-button, +.events-button { + padding: 12px !important; + margin: 2px 0 !important; +} + +.events-button .events-box { + spacing: 6px; +} + +.events-button .events-list { + spacing: 12px; + text-shadow: none; +} + +.events-button .events-title { + color: rgba(255, 255, 255, 0.5); + font-weight: bold; + text-shadow: none; +} + +.events-button .event-time { + color: rgba(255, 255, 255, 0.5); + font-feature-settings: "tnum"; + font-size: 10pt; +} + +.world-clocks-button .world-clocks-city { + color: rgba(255, 255, 255, 0.5); + font-weight: bold; + font-size: 11pt; +} + +.world-clocks-button .world-clocks-time { + color: rgba(255, 255, 255, 0.5); + font-feature-settings: "tnum"; + font-size: 11pt; +} + +.world-clocks-button .world-clocks-time:ltr { + text-align: right; +} + +.world-clocks-button .world-clocks-time:rtl { + text-align: left; +} + +.world-clocks-button .world-clocks-timezone { + color: rgba(255, 255, 255, 0.5); + font-feature-settings: "tnum"; + font-size: 10pt; +} + +.world-clocks-grid, +.weather-grid { + spacing-rows: 0.4em; + spacing-columns: 0.8em; +} + +.weather-button { + margin-bottom: 6px !important; +} + +.weather-button .weather-box { + spacing: 10px; +} + +.weather-button .weather-header-box { + spacing: 6px; +} + +.weather-button .weather-header { + color: rgba(255, 255, 255, 0.7); + font-weight: bold; +} + +.weather-button .weather-header.location { + font-weight: normal; + color: rgba(255, 255, 255, 0.5); + font-size: 10pt; +} + +.weather-button .weather-grid { + spacing-rows: 6px; + spacing-columns: 12px; +} + +.weather-button .weather-forecast-time { + color: rgba(255, 255, 255, 0.7); + font-feature-settings: "tnum"; + font-size: 9pt; + font-weight: normal; + padding-top: 0.2em; + padding-bottom: 0.4em; +} + +.weather-button .weather-forecast-icon { + icon-size: 32px; +} + +.weather-button .weather-forecast-temp { + font-weight: bold; +} + +/* Check Boxes */ +.check-box StBoxLayout { + spacing: .8em; +} + +.check-box StBin { + width: 24px; + height: 24px; + padding: 3px; +} + +.check-box StBin, .check-box:focus StBin { + background-image: url("assets/checkbox-off.svg"); +} + +.check-box:hover StBin { + background-image: url("assets/checkbox-off-hover.svg"); +} + +.check-box:active StBin { + background-image: url("assets/checkbox-off-active.svg"); +} + +.check-box:checked StBin, .check-box:focus:checked StBin { + background-image: url("assets/checkbox-dark.svg"); +} + +/* Activities Ripple */ +.ripple-box { + background-color: rgba(137, 180, 250, 0.35); + box-shadow: 0 0 2px 2px #ebf2fe; + width: 52px; + height: 52px; + border-radius: 0 0 52px 0; +} + +.ripple-box:rtl { + border-radius: 0 0 0 52px; +} + +/* Dash */ +#dash { + font-size: 9pt; +} + +#dash .empty-dash-drop-target { + width: 32px; + height: 32px; +} + +.dash-label { + color: rgba(255, 255, 255, 0.9); + background-color: rgba(0, 0, 0, 0.75); + border-radius: 9999px; + padding: 6px 12px; + box-shadow: none; + border: none; + text-align: center; + -y-offset: 12px; + -x-offset: 8px; +} + +/* Modal Dialogs */ +.candidate-popup-content, .modal-dialog { + background-color: #1e1e2e; + border-radius: 12px; + border: 1px solid rgba(0, 0, 0, 0.75); + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); +} + +.modal-dialog-linked-button:last-child { + color: rgba(0, 0, 0, 0.87); + background-color: #89b4fa; +} + +.modal-dialog-linked-button:hover:last-child { + color: rgba(0, 0, 0, 0.87); + background-color: #b5d0fc; +} + +.modal-dialog-linked-button:active:last-child { + color: rgba(0, 0, 0, 0.87); + background-color: #71a4f9; +} + +.modal-dialog-linked-button:insensitive:last-child { + background-color: rgba(137, 180, 250, 0.05); + color: rgba(137, 180, 250, 0.35); +} + +.headline { + font-size: 12pt; +} + +.modal-dialog { + color: rgba(255, 255, 255, 0.7); + padding: 0 6px 6px 6px; +} + +.modal-dialog-linked-button { + min-height: 32px !important; + padding: 6px !important; + margin: 3px !important; + border: none !important; + border-radius: 6px; +} + +.modal-dialog-linked-button:first-child { + background-color: rgba(255, 255, 255, 0.04); +} + +.modal-dialog-linked-button:first-child:focus { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.08); + box-shadow: none !important; +} + +.modal-dialog-linked-button:first-child:hover { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.12); +} + +.modal-dialog-linked-button:first-child:active { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.2); + box-shadow: none !important; +} + +.modal-dialog .modal-dialog-content-box { + margin: 30px 42px; + spacing: 30px; + max-width: 28em; +} + +.end-session-dialog { + width: 30em; +} + +.end-session-dialog .end-session-dialog-battery-warning, +.end-session-dialog .dialog-list-title { + color: #FBC02D; +} + +.message-dialog-content { + spacing: 18px; +} + +.message-dialog-content .message-dialog-title { + text-align: center; + font-size: 18pt; + font-weight: 800; +} + +.message-dialog-content .message-dialog-title.lightweight { + font-size: 13pt; + font-weight: 800; +} + +.message-dialog-content .message-dialog-description { + text-align: center; +} + +.dialog-list { + spacing: 18px; +} + +.dialog-list .dialog-list-title { + text-align: center; + font-weight: bold; +} + +.dialog-list .dialog-list-scrollview { + max-height: 200px; +} + +.dialog-list .dialog-list-box { + spacing: 1em; +} + +.dialog-list .dialog-list-box .dialog-list-item { + spacing: 1em; +} + +.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { + font-weight: bold; +} + +.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { + color: rgba(255, 255, 255, 0.7); + font-size: 10pt; +} + +.run-dialog .modal-dialog-content-box { + margin-top: 24px; + margin-bottom: 12px; +} + +.run-dialog .run-dialog-entry { + width: 20em; +} + +.run-dialog .run-dialog-description { + text-align: center; + color: rgba(255, 255, 255, 0.7); + font-size: 10pt; +} + +.prompt-dialog { + width: 28em; +} + +.prompt-dialog .modal-dialog-content-box { + margin-bottom: 24px; +} + +.prompt-dialog-password-grid { + spacing-rows: 8px; + spacing-columns: 4px; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry { + width: auto; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { + margin-left: 20px; +} + +.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { + margin-right: 20px; +} + +.prompt-dialog-password-layout { + spacing: 8px; +} + +.prompt-dialog-password-entry { + width: 20em; +} + +.prompt-dialog-error-label, +.prompt-dialog-info-label, +.prompt-dialog-null-label { + text-align: center; + font-size: 10pt; + margin: 6px; +} + +.prompt-dialog-error-label { + color: #F44336; +} + +.prompt-dialog-info-label, +.prompt-dialog-null-label { + color: rgba(255, 255, 255, 0.5); +} + +.polkit-dialog-user-layout { + text-align: center; + spacing: 8px; + margin-bottom: 6px; +} + +.polkit-dialog-user-layout .polkit-dialog-user-root-label { + color: #FBC02D; +} + +.audio-device-selection-dialog .modal-dialog-content-box { + margin-bottom: 28px; +} + +.audio-device-selection-dialog .audio-selection-box { + spacing: 20px; +} + +.audio-selection-device { + border: 1px solid rgba(255, 255, 255, 0.12); + border-radius: 6px; +} + +.audio-selection-device:hover, .audio-selection-device:focus { + background-color: rgba(255, 255, 255, 0.12); +} + +.audio-selection-device:active { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + +.audio-selection-device-box { + padding: 18px; + spacing: 18px; +} + +.audio-selection-device-icon { + icon-size: 64px; +} + +.welcome-dialog-image { + background-image: url("resource:///org/gnome/shell/theme/gnome-shell-start.svg"); + background-size: contain; + height: 300px; + width: 300px; +} + +/* Entries */ +StEntry, .popup-menu .search-entry { + min-height: 32px; + padding: 2px 12px; + margin: 2px; + border-width: 0; + border-radius: 6px; + color: #FFFFFF; + caret-color: #FFFFFF; + selection-background-color: #89b4fa; + selected-color: rgba(0, 0, 0, 0.87); + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.04); + border: 2px solid transparent; + box-shadow: none; +} + +StEntry:hover, .popup-menu .search-entry:hover { + color: #FFFFFF; + border-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.04); +} + +StEntry:focus, .popup-menu .search-entry:focus { + color: #FFFFFF; + border-color: #89b4fa; + background-color: rgba(255, 255, 255, 0.04); + box-shadow: none; +} + +StEntry:insensitive, .popup-menu .search-entry:insensitive { + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.35); + border-color: transparent; +} + +StEntry StIcon.capslock-warning, .popup-menu .search-entry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #FBC02D; + padding: 0 0; +} + +StEntry StIcon.peek-password, .popup-menu .search-entry StIcon.peek-password { + icon-size: 16px; + padding: 0 4px; +} + +StEntry StLabel.hint-text, .popup-menu .search-entry StLabel.hint-text { + margin-left: 2px; + color: rgba(255, 255, 255, 0.5); +} + +.hotplug-notification-item { + padding: 12px; + border-style: solid; + border-width: 0; + border-left-width: 0; + border-bottom-width: 0; +} + +.hotplug-notification-item:first-child { + border-radius: 0 0 0 6px; +} + +.hotplug-notification-item:last-child { + border-right-width: 0; + border-radius: 0 0 6px 0; +} + +.hotplug-notification-item:first-child:last-child { + border-radius: 0 0 6px 6px; +} + +.hotplug-notification-item-icon { + icon-size: 24px; + padding: 0 4px; +} + +.candidate-popup-boxpointer { + -arrow-border-radius: 2px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 64px; + -arrow-rise: 12px; +} + +.candidate-popup-content { + color: rgba(255, 255, 255, 0.7); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35); + border: none; + margin: 3px 8px; + padding: 6px; + spacing: 6px; +} + +.candidate-index { + padding: 0 0.5em 0 0; + color: rgba(255, 255, 255, 0.7); +} + +.candidate-box:selected .candidate-index { + color: rgba(0, 0, 0, 0.6); +} + +.candidate-box { + padding: 0.3em 0.5em 0.3em 0.5em; + margin-right: 2px; + border-radius: 6px; + color: rgba(255, 255, 255, 0.7); +} + +.candidate-box:hover { + background-color: rgba(255, 255, 255, 0.12); + color: #FFFFFF; +} + +.candidate-box:active { + background-color: rgba(255, 255, 255, 0.3); + color: #FFFFFF; +} + +.candidate-box:selected { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + +.candidate-box:last-child { + margin-right: 0; +} + +.candidate-page-button-box { + height: 2em; +} + +.vertical .candidate-page-button-box { + padding-top: 0.5em; +} + +.horizontal .candidate-page-button-box { + padding-left: 0.5em; +} + +.candidate-page-button { + padding: 4px 8px; +} + +.candidate-page-button-previous, +.candidate-page-button-next { + border-radius: 6px; +} + +.candidate-page-button-icon { + icon-size: 1em; +} + +/* On-screen Keyboard */ +#keyboard { + background-color: #1d1d1d; + box-shadow: none; +} + +#keyboard .page-indicator { + padding: 6px; +} + +#keyboard .page-indicator .page-indicator-icon { + width: 8px; + height: 8px; +} + +.key-container, +.keyboard-layout { + padding: 4px; + spacing: 4px; +} + +.keyboard-key { + font-size: 16pt; + font-weight: bold; + min-height: 1.2em; + min-width: 1.2em; + padding: 0 !important; + border-radius: 9px; + border: none; + color: rgba(255, 255, 255, 0.7); + background-color: #707070; + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.85); +} + +.keyboard-key:focus, .keyboard-key:hover { + color: #FFFFFF; + background-color: #656565; +} + +.keyboard-key:checked, .keyboard-key:active { + color: #FFFFFF; + background-color: #717171; +} + +.keyboard-key:grayed { + background-color: #4b4b4b; + color: rgba(255, 255, 255, 0.7); +} + +.keyboard-key.default-key { + background-color: #4b4b4b; + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.85); +} + +.keyboard-key.default-key:focus, .keyboard-key.default-key:hover { + color: #FFFFFF; + background-color: #585858; +} + +.keyboard-key.default-key:checked, .keyboard-key.default-key:active { + color: #FFFFFF; + background-color: #6a6a6a; +} + +.keyboard-key.enter-key { + color: rgba(0, 0, 0, 0.87); + background-color: #89b4fa; +} + +.keyboard-key.enter-key:focus, .keyboard-key.enter-key:hover { + color: rgba(0, 0, 0, 0.87); + background-color: #a1c4fb; +} + +.keyboard-key.enter-key:checked, .keyboard-key.enter-key:active { + color: rgba(0, 0, 0, 0.87); + background-color: #5895f8; +} + +.keyboard-key.shift-key-uppercase, .keyboard-key.shift-key-uppercase:focus, .keyboard-key.shift-key-uppercase:hover, .keyboard-key.shift-key-uppercase:checked, .keyboard-key.shift-key-uppercase:active { + color: #89b4fa; +} + +.keyboard-key StIcon { + icon-size: 1.125em; +} + +.keyboard-subkeys { + color: inherit; + -arrow-border-radius: 12px; + -arrow-background-color: #343434; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 20px; + -arrow-rise: 10px; + -boxpointer-gap: 6px; + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.85); +} + +.emoji-page .keyboard-key { + background-color: transparent; + border: none; + color: initial; +} + +.emoji-panel .keyboard-key:latched { + border: none; + background-color: #89b4fa; +} + +.word-suggestions { + font-size: 14pt; + spacing: 12px; + min-height: 20pt; +} + +/* Login Dialog */ +#lockDialogGroup { + background-color: #11111b; +} + +.login-dialog-banner-view { + padding-top: 24px; + max-width: 23em; +} + +.login-dialog, +.unlock-dialog { + border: none; + background-color: transparent; +} + +.login-dialog StEntry, +.unlock-dialog StEntry { + selection-background-color: #89b4fa; + selected-color: rgba(0, 0, 0, 0.87); + padding: 4px 8px; + min-height: 26px; + border-radius: 9999px; + caret-color: rgba(0, 0, 0, 0.87); + background-color: rgba(255, 255, 255, 0.04); + border-radius: 0; + border: none; + box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); + color: rgba(0, 0, 0, 0.87); +} + +.login-dialog StEntry:focus, +.unlock-dialog StEntry:focus { + border: none; + background-color: rgba(255, 255, 255, 0.04); + box-shadow: inset 0 -2px #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + +.login-dialog StEntry:insensitive, +.unlock-dialog StEntry:insensitive { + border: none; + background-color: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.35); +} + +.login-dialog StEntry StLabel.hint-text, +.unlock-dialog StEntry StLabel.hint-text { + color: rgba(0, 0, 0, 0.38); +} + +.login-dialog .modal-dialog-button-box, +.unlock-dialog .modal-dialog-button-box { + spacing: 3px; +} + +.login-dialog .modal-dialog-button, +.unlock-dialog .modal-dialog-button { + padding: 0 16px; + border: none; + color: rgba(0, 0, 0, 0.87); + background-color: transparent; + box-shadow: none !important; +} + +.login-dialog .modal-dialog-button:hover, .login-dialog .modal-dialog-button:focus, +.unlock-dialog .modal-dialog-button:hover, +.unlock-dialog .modal-dialog-button:focus { + color: rgba(0, 0, 0, 0.87); + background-color: rgba(255, 255, 255, 0.12); +} + +.login-dialog .modal-dialog-button:active, +.unlock-dialog .modal-dialog-button:active { + color: rgba(0, 0, 0, 0.87); + background-color: rgba(255, 255, 255, 0.2); + box-shadow: none !important; +} + +.login-dialog .modal-dialog-button:insensitive, +.unlock-dialog .modal-dialog-button:insensitive { + background-color: transparent; + color: rgba(0, 0, 0, 0.35); + box-shadow: none !important; +} + +.login-dialog .modal-dialog-button:default, +.unlock-dialog .modal-dialog-button:default { + color: rgba(0, 0, 0, 0.87); + background-color: #1e1e2e; + box-shadow: none !important; +} + +.login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus, +.unlock-dialog .modal-dialog-button:default:hover, +.unlock-dialog .modal-dialog-button:default:focus { + color: rgba(0, 0, 0, 0.87); + background-color: rgba(255, 255, 255, 0.12); + box-shadow: none !important; +} + +.login-dialog .modal-dialog-button:default:active, +.unlock-dialog .modal-dialog-button:default:active { + color: rgba(0, 0, 0, 0.87); + background-color: rgba(255, 255, 255, 0.2); + box-shadow: none !important; +} + +.login-dialog .modal-dialog-button:default:insensitive, +.unlock-dialog .modal-dialog-button:default:insensitive { + color: rgba(0, 0, 0, 0.35); + background-color: #1e1e2e; + box-shadow: none !important; +} + +.login-dialog .cancel-button, +.login-dialog .switch-user-button, +.login-dialog .login-dialog-session-list-button, +.unlock-dialog .cancel-button, +.unlock-dialog .switch-user-button, +.unlock-dialog .login-dialog-session-list-button { + padding: 0; + border-radius: 100px; + width: 32px; + height: 32px; + border: none; + background-color: rgba(255, 255, 255, 0.12); + color: #FFFFFF; +} + +.login-dialog .cancel-button StIcon, +.login-dialog .switch-user-button StIcon, +.login-dialog .login-dialog-session-list-button StIcon, +.unlock-dialog .cancel-button StIcon, +.unlock-dialog .switch-user-button StIcon, +.unlock-dialog .login-dialog-session-list-button StIcon { + icon-size: 16px; +} + +.login-dialog .login-dialog-message-warning, +.unlock-dialog .login-dialog-message-warning { + color: rgba(255, 255, 255, 0.7); +} + +.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 { + text-align: center; +} + +.login-dialog-message-warning { + color: #FBC02D; +} + +.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: #FFFFFF; +} + +.login-dialog-not-listed-label { + font-size: 1em; + font-weight: bold; + color: rgba(255, 255, 255, 0.7); + padding-top: 1em; +} + +.login-dialog-not-listed-label:hover { + color: rgba(255, 255, 255, 0.7); +} + +.login-dialog-not-listed-label:focus { + background-color: rgba(255, 255, 255, 0.12); +} + +.login-dialog-user-list-view { + -st-vfade-offset: 1em; +} + +.login-dialog-user-list { + spacing: 12px; + padding: .2em; + width: 23em; +} + +.login-dialog-user-list:expanded .login-dialog-user-list-item:selected, .login-dialog-user-list:expanded .login-dialog-user-list-item:hover, .login-dialog-user-list:expanded .login-dialog-user-list-item:active { + background-color: rgba(255, 255, 255, 0.3); + color: rgba(255, 255, 255, 0.7); +} + +.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { + border-right: 2px solid #89b4fa; +} + +.login-dialog-user-list-item { + border-radius: 12px; + 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:focus { + background-color: rgba(255, 255, 255, 0.04) !important; +} + +.login-dialog-user-list-item:hover, .login-dialog-user-list-item:focus:hover { + background-color: rgba(255, 255, 255, 0.12) !important; + color: rgba(255, 255, 255, 0.7); +} + +.login-dialog-user-list-item:active, .login-dialog-user-list-item:focus:active { + background-color: rgba(255, 255, 255, 0.3) !important; + color: rgba(255, 255, 255, 0.7); +} + +.login-dialog-user-list-item .login-dialog-timed-login-indicator { + height: 2px; + margin: 6px 0 0 0; + background-color: rgba(255, 255, 255, 0.12) !important; +} + +.user-widget-label { + color: rgba(255, 255, 255, 0.7); +} + +.user-widget.horizontal .user-widget-label { + font-size: 13pt; + font-weight: bold; + padding-left: 15px; +} + +.user-widget.horizontal .user-widget-label:ltr { + padding-left: 14px; + text-align: left; +} + +.user-widget.horizontal .user-widget-label:rtl { + padding-right: 14px; + text-align: right; +} + +.user-widget.vertical .user-widget-label { + font-size: 16pt; + text-align: center; + font-weight: normal; + padding-top: 16px; +} + +.login-dialog-prompt-layout { + padding-top: 24px; + padding-bottom: 12px; + spacing: 12px; + width: 23em; +} + +.login-dialog-prompt-entry { + height: 1.5em; +} + +.login-dialog-prompt-label { + color: rgba(255, 255, 255, 0.7); + font-size: 12pt; + padding-top: 1em; +} + +/* Looking Glass */ +#LookingGlassDialog { + background-color: #1e1e2e; + spacing: 4px; + padding: 0; + border: none; + border-radius: 6px; + box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25); + color: #FFFFFF; +} + +#LookingGlassDialog > #Toolbar { + padding: 0 8px; + border: none; + border-radius: 0; + background-color: #1e1e2e; + box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12); +} + +#LookingGlassDialog .labels { + spacing: 0; +} + +#LookingGlassDialog .notebook-tab { + -natural-hpadding: 12px; + -minimum-hpadding: 6px; + font-weight: bold; + color: rgba(255, 255, 255, 0.5); + padding-left: 16px; + padding-right: 16px; + min-height: 32px; + padding: 0 32px; + transition-duration: 100ms; + border-bottom-width: 0; +} + +#LookingGlassDialog .notebook-tab:hover { + background-color: rgba(255, 255, 255, 0.04); + color: #FFFFFF; + text-shadow: none; +} + +#LookingGlassDialog .notebook-tab:selected { + border-color: transparent; + background-color: rgba(255, 255, 255, 0.12); + box-shadow: inset 0 -2px 0px #89b4fa; + color: #FFFFFF; + text-shadow: none; +} + +#LookingGlassDialog StBoxLayout#EvalBox { + padding: 4px; + spacing: 4px; +} + +#LookingGlassDialog StBoxLayout#ResultsArea { + spacing: 4px; +} + +.lg-dialog StEntry { + min-height: 22px; + selection-background-color: #89b4fa; + selected-color: rgba(0, 0, 0, 0.87); +} + +.lg-dialog .shell-link { + color: #1e66f5; +} + +.lg-dialog .shell-link:hover { + color: #4f87f7; +} + +.lg-dialog .shell-link:active { + color: #0a4ed6; +} + +.lg-dialog .actor-link { + color: rgba(255, 255, 255, 0.7); +} + +.lg-dialog .actor-link:hover { + color: #FFFFFF; +} + +.lg-dialog .actor-link:active { + color: rgba(255, 255, 255, 0.7); +} + +.lg-completions-text { + font-size: .9em; + font-style: italic; +} + +.lg-obj-inspector-title { + spacing: 6px; +} + +.lg-obj-inspector-button { + padding: 0 16px; + border: none; + border-radius: 6px; +} + +.lg-obj-inspector-button:hover { + border: none; +} + +#lookingGlassExtensions { + padding: 6px; +} + +.lg-extensions-list { + padding: 6px; + spacing: 6px; +} + +.lg-extension { + border: none; + border-radius: 6px; + background-color: #1e1e2e; + padding: 12px; +} + +.lg-extension-name { + font-weight: bold; +} + +.lg-extension-meta { + spacing: 6px; +} + +#LookingGlassPropertyInspector { + color: rgba(255, 255, 255, 0.7); + background: #1e1e2e; + border: none; + border-radius: 6px; + padding: 6px; + margin: 5px 8px 11px; + box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25); +} + +/* Message List */ +.message-list { + width: 31.5em; + text-shadow: none; + border: none; + padding: 4px 0; +} + +.message-list:ltr { + margin-left: 0; + margin-right: 0; + padding-right: 0; + border-right-width: 0; +} + +.message-list:rtl { + margin-right: 0; + margin-left: 0; + padding-left: 0; + border-left-width: 0; +} + +.message-list .message-list-placeholder { + spacing: 12px; +} + +.message-list .message-list-placeholder > StIcon { + icon-size: 48px; + margin-bottom: 12px; + -st-icon-style: symbolic; +} + +.message-list-sections { + margin: 0 8px 0 16px; +} + +.message-list-section, +.message-list-sections, +.message-list-section-list { + spacing: 6px; +} + +.message { + margin: 3px 0; +} + +.message .message-icon-bin { + padding: 18px; +} + +.message .message-icon-bin:ltr { + padding-right: 6px; +} + +.message .message-icon-bin:rtl { + padding-left: 6px; +} + +.message .message-icon-bin > StIcon { + icon-size: 32px; + -st-icon-style: symbolic; +} + +.message .message-icon-bin > .fallback-app-icon { + width: 16px; + height: 16px; +} + +.message .message-secondary-bin { + padding: 0 8px; +} + +.message .message-secondary-bin > .event-time { + color: rgba(255, 255, 255, 0.5); + font-size: 9pt; + text-align: right; + padding-bottom: 0.12em; +} + +.message .message-secondary-bin > .event-time:ltr { + text-align: right; +} + +.message .message-secondary-bin > .event-time:rtl { + text-align: left; +} + +.message .message-title { + color: #FFFFFF; + font-weight: bold; +} + +.message .message-content { + padding: 9px; + margin-bottom: 8px; + spacing: 4px; + color: rgba(255, 255, 255, 0.5); +} + +.message .message-close-button { + color: rgba(255, 255, 255, 0.7); + padding: 0; + height: 24px; + width: 24px; + border-radius: 9999px; +} + +.message .message-close-button:hover, .message .message-close-button:active { + color: #FFFFFF; +} + +.message .message-close-button:hover, .message .message-close-button:focus { + background-color: rgba(255, 255, 255, 0.12); +} + +.message .message-close-button:active { + background-color: rgba(255, 255, 255, 0.3); +} + +.message .message-body { + color: rgba(255, 255, 255, 0.5); +} + +.url-highlighter { + link-color: #1e66f5; +} + +.message-media-control { + border-radius: 9999px; + color: rgba(255, 255, 255, 0.7); +} + +.message-media-control:last-child:ltr { + margin-right: 16px; +} + +.message-media-control:last-child:rtl { + margin-left: 16px; +} + +.message-media-control:hover, .message-media-control:focus { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.12); +} + +.message-media-control:active { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.3); +} + +.message-media-control:insensitive { + color: rgba(255, 255, 255, 0.32); +} + +.media-message-cover-icon { + icon-size: 48px; + border-radius: 6px; +} + +.media-message-cover-icon.fallback { + icon-size: 32px !important; + border: none; + border-radius: 6px; + background-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.5); +} + +.select-area-rubberband { + background-color: rgba(137, 180, 250, 0.3); + border: 1px solid #89b4fa; + border-radius: 6px; +} + +.user-icon { + background-size: contain; + color: rgba(255, 255, 255, 0.7); + border-radius: 9999px; + border: none; + box-shadow: none; + icon-size: 64px; +} + +.modal-dialog .user-icon { + box-shadow: none; +} + +.user-icon:hover { + color: #FFFFFF; +} + +.user-icon StIcon { + background-color: #FFFFFF; + border-radius: 9999px; + padding: 12px; + width: 40px; + height: 40px; +} + +.user-icon.user-avatar { + border: 2px solid #89b4fa; +} + +.user-widget.vertical .user-icon { + icon-size: 96px; +} + +.user-widget.vertical .user-icon StIcon { + padding: 20px; + padding-top: 18px; + padding-bottom: 22px; + width: 88px; + height: 88px; +} + +.lightbox { + background-color: black; +} + +.flashspot { + background-color: white; +} + +.hidden { + color: rgba(0, 0, 0, 0); +} + +.caps-lock-warning-label { + text-align: center; + padding-bottom: 8px; + font-size: 10pt; + color: #FBC02D; +} + +/* 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: #FFFFFF; +} + +.nm-dialog-header { + font-weight: bold; +} + +.nm-dialog-header-icon { + icon-size: 32px; +} + +.nm-dialog-header-hbox { + spacing: 10px; +} + +.nm-dialog-scroll-view { + border: none; + padding: 0; + background-color: rgba(255, 255, 255, 0.04); + border-radius: 6px; +} + +.nm-dialog-item { + font-size: 11pt; + border-bottom: none; + padding: 12px; + spacing: 0px; +} + +.nm-dialog-item:selected { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + +.nm-dialog-item:hover, .nm-dialog-item:focus { + background-color: rgba(255, 255, 255, 0.12); +} + +.nm-dialog-item:active { + background-color: rgba(255, 255, 255, 0.3); +} + +.nm-dialog-icon { + icon-size: 16px; +} + +.nm-dialog-icons { + spacing: 12px; +} + +.no-networks-label { + color: rgba(255, 255, 255, 0.5); +} + +.no-networks-box { + spacing: 6px; +} + +/* Notifications & Message Tray */ +.notification-banner { + width: 34em; + min-height: 64px; + margin: 2px 5px 8px; + border-radius: 6px; + color: rgba(255, 255, 255, 0.7); + background-color: #1e1e2e; + border: none; + text-shadow: none; + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25); + border-radius: 12px; +} + +.notification-banner:hover { + color: #FFFFFF; + background-color: #1e1e2e; + box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25); + margin: 2px 12px 17px; +} + +.notification-banner:focus { + color: #FFFFFF; + background-color: #1e1e2e; +} + +.notification-banner .notification-actions { + background-color: transparent; + padding-top: 0; + border-top: 1px solid rgba(255, 255, 255, 0.12); + spacing: 0; +} + +.notification-banner .notification-button { + min-height: 44px; + padding: 0 18px; + background-color: transparent; + color: rgba(255, 255, 255, 0.7); + font-weight: 500; + border-width: 0; +} + +.notification-banner .notification-button:first-child { + border-radius: 0 0 0 12px; +} + +.notification-banner .notification-button:last-child { + border-radius: 0 0 12px 0; +} + +.notification-banner .notification-button:only-child, .notification-banner .notification-button:first-child:last-child { + border-radius: 0 0 12px 12px; +} + +.notification-banner .notification-button:focus { + background-color: transparent; + color: #FFFFFF; + box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.12); +} + +.notification-banner .notification-button:hover, .notification-banner .notification-button:focus:hover { + background-color: rgba(255, 255, 255, 0.12); + color: #FFFFFF; + box-shadow: none; +} + +.notification-banner .notification-button:active { + background-color: rgba(255, 255, 255, 0.3); + color: #FFFFFF; +} + +.summary-source-counter { + font-size: fontsize(10); + font-weight: bold; + height: 1.6em; + width: 1.6em; + -shell-counter-overlap-x: 3px; + -shell-counter-overlap-y: 3px; + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); + border: 2px solid rgba(255, 255, 255, 0.3); + box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); + border-radius: 0.9em; +} + +.chat-body { + spacing: 5px; +} + +.chat-response { + margin: 5px; +} + +.chat-log-message { + color: rgba(255, 255, 255, 0.7); +} + +.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(255, 255, 255, 0.7); +} + +.chat-sent:rtl { + padding-left: 0; + padding-right: 18pt; +} + +.chat-meta-message { + padding-left: 4px; + font-size: 9pt; + color: rgba(255, 255, 255, 0.5); +} + +.chat-meta-message:rtl { + padding-left: 0; + padding-right: 4px; +} + +/* OSD */ +.screenshot-ui-panel, .workspace-switcher-container, .switcher-list, .resize-popup, .osd-window { + color: rgba(255, 255, 255, 0.7); + background-color: #11111b; + border: none; + box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25); + margin: 5px 8px 11px; + border-radius: 12px; + padding: 12px; +} + +.osd-window { + text-align: center; + font-weight: bold; +} + +.osd-window .osd-monitor-label { + font-size: 3em; +} + +.osd-window .level { + height: 2px; + border-radius: 2px; + background-color: rgba(255, 255, 255, 0.12); + color: #FFFFFF; + -barlevel-height: 2px; + -barlevel-background-color: rgba(255, 255, 255, 0.12); + -barlevel-active-background-color: #89b4fa; + -barlevel-overdrive-color: #F44336; + -barlevel-overdrive-separator-width: 2px; + -barlevel-border-width: 0; + -barlevel-border-color: rgba(255, 255, 255, 0.12); +} + +.osd-window .level-bar { + background-color: white; + border-radius: 2px; +} + +.pad-osd-window { + padding: 32px; + background-color: #11111b; +} + +.pad-osd-window .pad-osd-title-box { + spacing: 12px; +} + +.pad-osd-window .pad-osd-title-menu-box { + spacing: 6px; +} + +.combo-box-label { + width: 15em; +} + +#overview StScrollBar StBin#trough { + background-color: rgba(255, 255, 255, 0.12); +} + +#overview StScrollBar StButton#vhandle, #overview StScrollBar StButton#hhandle { + background-color: rgba(255, 255, 255, 0.5); +} + +#overview StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#hhandle:hover { + background-color: rgba(255, 255, 255, 0.7); +} + +#overview StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#hhandle:active { + background-color: #FFFFFF; +} + +#overview { + spacing: 24px; +} + +.overview-controls { + padding-bottom: 30px; +} + +.quick-settings { + padding: 18px !important; + border-radius: 24px !important; + margin-top: 6px !important; +} + +.quick-settings .icon-button, .quick-settings .button { + padding: 10.5px; +} + +.quick-settings-grid { + spacing-rows: 12px; + spacing-columns: 12px; +} + +.quick-toggle { + border-radius: 6px; + min-width: 12em; + max-width: 12em; + min-height: 40px; + border: none; + background-color: rgba(255, 255, 255, 0.08) !important; + /* Move padding into the box; this is to allow menu arrows + to extend to the border */ +} + +.quick-toggle:hover { + background-color: rgba(255, 255, 255, 0.12) !important; +} + +.quick-toggle:active { + background-color: rgba(255, 255, 255, 0.15) !important; +} + +.quick-toggle:checked { + background-color: #89b4fa !important; + color: rgba(0, 0, 0, 0.87); +} + +.quick-toggle:checked:hover { + background-color: #90b9fa !important; + color: rgba(0, 0, 0, 0.87); +} + +.quick-toggle:checked:active { + background-color: #9bbffb !important; + color: rgba(0, 0, 0, 0.87); +} + +.quick-toggle > StBoxLayout { + spacing: 6px; +} + +.quick-toggle.button { + padding: 0; +} + +.quick-toggle > StBoxLayout { + padding: 0 12px; +} + +.quick-toggle:ltr > StBoxLayout { + padding-left: 15px; +} + +.quick-toggle:rtl > StBoxLayout { + padding-right: 15px; +} + +.quick-toggle .quick-toggle-label { + font-weight: bold; +} + +.quick-toggle .quick-toggle-icon, .quick-toggle .quick-toggle-arrow { + icon-size: 16px; +} + +.quick-menu-toggle:ltr > StBoxLayout { + padding-right: 0; +} + +.quick-menu-toggle:rtl > StBoxLayout { + padding-left: 0; +} + +.quick-menu-toggle .quick-toggle-arrow { + background-color: rgba(255, 255, 255, 0.08) !important; + padding: 6px 10.5px; +} + +.quick-menu-toggle .quick-toggle-arrow:active { + background-color: rgba(255, 255, 255, 0.12) !important; +} + +.quick-menu-toggle .quick-toggle-arrow:ltr { + border-radius: 0 6px 6px 0; +} + +.quick-menu-toggle .quick-toggle-arrow:rtl { + border-radius: 6px 0 0 6px; +} + +.quick-slider { + padding: 0 6px; +} + +.quick-slider > StBoxLayout { + spacing: 6px; +} + +.quick-slider .slider-bin { + min-height: 16px; + padding: 6px; + border-radius: 9999px; +} + +.quick-slider .slider-bin:focus { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.08); + box-shadow: none !important; +} + +.quick-slider .quick-toggle-icon { + icon-size: 16px; +} + +.quick-slider .icon-button { + background-color: transparent; + color: #FFFFFF !important; +} + +.quick-slider .icon-button:hover { + background-color: rgba(255, 255, 255, 0.04); +} + +.quick-slider .icon-button:active { + background-color: rgba(255, 255, 255, 0.12); +} + +.quick-toggle-menu { + background-color: #1e1e2e !important; + color: #FFFFFF !important; + border-radius: 18px !important; + padding: 12px; + margin: 12px 18px 0; +} + +.quick-toggle-menu .popup-menu-item { + border-radius: 6px !important; +} + +.quick-toggle-menu .popup-menu-item:focus, .quick-toggle-menu .popup-menu-item:hover, .quick-toggle-menu .popup-menu-item.selected { + color: #FFFFFF !important; + background-color: rgba(255, 255, 255, 0.1) !important; +} + +.quick-toggle-menu .popup-menu-item:active { + color: #FFFFFF !important; + background-color: rgba(255, 255, 255, 0.2) !important; +} + +.quick-toggle-menu .popup-menu-item > StIcon { + -st-icon-style: symbolic; +} + +.quick-toggle-menu .header { + spacing-rows: 3px; + spacing-columns: 12px; + padding-bottom: 12px; +} + +.quick-toggle-menu .header .icon { + icon-size: 24px; + border-radius: 6px; + padding: 9px; + background-color: rgba(255, 255, 255, 0.12) !important; +} + +.quick-toggle-menu .header .icon.active { + background-color: #89b4fa !important; + color: rgba(0, 0, 0, 0.87); +} + +.quick-settings-system-item > StBoxLayout { + spacing: 12px; +} + +.quick-settings-system-item .icon-button { + background-color: rgba(255, 255, 255, 0.08); + color: #FFFFFF; + border-radius: 6px; +} + +.quick-settings-system-item .icon-button > StIcon { + -st-icon-style: symbolic; +} + +.quick-settings-system-item .power-item { + min-height: 0; + min-width: 0; +} + +.quick-settings-system-item .power-item:insensitive { + color: #FFFFFF; + background-color: #1e1e2e; + box-shadow: none !important; + background-color: transparent; +} + +.nm-network-item .wireless-secure-icon { + icon-size: 8px; +} + +/* Top Bar */ +#panel { + background-color: #11111b; + font-weight: bold; + height: 32px; + color: rgba(255, 255, 255, 0.7); + font-feature-settings: "tnum"; + transition-duration: 250ms; + font-size: 10pt; +} + +#panel .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: #11111b; + -panel-corner-border-width: 2px; + -panel-corner-border-color: transparent; + -panel-corner-opacity: 1; + transition-duration: 250ms; +} + +#panel .panel-button { + -natural-hpadding: 12px; + -minimum-hpadding: 6px; + font-weight: bold; + color: rgba(255, 255, 255, 0.7); + transition-duration: 150ms; + border-radius: 9999px; + text-shadow: none; + border: 2px solid transparent; +} + +#panel .panel-button.clock-display .clock { + transition-duration: 150ms; + border: 2px solid transparent; + border-radius: 9999px; +} + +#panel .panel-button:hover { + color: #FFFFFF; + background-color: transparent; + box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.12); +} + +#panel .panel-button:hover.clock-display { + box-shadow: none; + color: rgba(255, 255, 255, 0.7); +} + +#panel .panel-button:hover.clock-display .clock { + color: #FFFFFF; + box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.12); +} + +#panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { + background-color: transparent; + color: #FFFFFF; + box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.2); +} + +#panel .panel-button:active.clock-display, #panel .panel-button:overview.clock-display, #panel .panel-button:focus.clock-display, #panel .panel-button:checked.clock-display { + box-shadow: none; + color: rgba(255, 255, 255, 0.7); +} + +#panel .panel-button:active.clock-display .clock, #panel .panel-button:overview.clock-display .clock, #panel .panel-button:focus.clock-display .clock, #panel .panel-button:checked.clock-display .clock { + box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.2); + color: #FFFFFF; +} + +.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { + color: #FFFFFF; +} + +.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: #FFFFFF; +} + +#panel .panel-button .system-status-icon { + icon-size: 16px; + padding: 6px; + margin: 0 4px; + -st-icon-style: symbolic; +} + +#panel .panel-button .panel-status-indicators-box .system-status-icon, +#panel .panel-button .panel-status-menu-box .system-status-icon { + margin: 0; +} + +#panel .panel-button .app-menu-icon { + -st-icon-style: symbolic; +} + +#panel .panel-button#panelActivities { + -natural-hpadding: 18px; +} + +#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { + background-color: transparent; + box-shadow: none; +} + +#panel:overview StLabel, #panel:overview StIcon, #panel.unlock-screen StLabel, #panel.unlock-screen StIcon, #panel.login-screen StLabel, #panel.login-screen StIcon, #panel.lock-screen StLabel, #panel.lock-screen StIcon { + color: rgba(255, 255, 255, 0.7); +} + +#panel:overview .panel-button:hover, #panel.unlock-screen .panel-button:hover, #panel.login-screen .panel-button:hover, #panel.lock-screen .panel-button:hover { + color: #FFFFFF; + background-color: transparent; + box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.12); +} + +#panel:overview .panel-button:hover.clock-display, #panel.unlock-screen .panel-button:hover.clock-display, #panel.login-screen .panel-button:hover.clock-display, #panel.lock-screen .panel-button:hover.clock-display { + box-shadow: none; + color: #FFFFFF; +} + +#panel:overview .panel-button:hover.clock-display .clock, #panel.unlock-screen .panel-button:hover.clock-display .clock, #panel.login-screen .panel-button:hover.clock-display .clock, #panel.lock-screen .panel-button:hover.clock-display .clock { + color: #FFFFFF; + box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.12); +} + +#panel:overview .panel-button:active, #panel:overview .panel-button:overview, #panel:overview .panel-button:focus, #panel:overview .panel-button:checked, #panel.unlock-screen .panel-button:active, #panel.unlock-screen .panel-button:overview, #panel.unlock-screen .panel-button:focus, #panel.unlock-screen .panel-button:checked, #panel.login-screen .panel-button:active, #panel.login-screen .panel-button:overview, #panel.login-screen .panel-button:focus, #panel.login-screen .panel-button:checked, #panel.lock-screen .panel-button:active, #panel.lock-screen .panel-button:overview, #panel.lock-screen .panel-button:focus, #panel.lock-screen .panel-button:checked { + color: #FFFFFF; + background-color: transparent; + box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.2); +} + +#panel:overview .panel-button:active.clock-display, #panel:overview .panel-button:overview.clock-display, #panel:overview .panel-button:focus.clock-display, #panel:overview .panel-button:checked.clock-display, #panel.unlock-screen .panel-button:active.clock-display, #panel.unlock-screen .panel-button:overview.clock-display, #panel.unlock-screen .panel-button:focus.clock-display, #panel.unlock-screen .panel-button:checked.clock-display, #panel.login-screen .panel-button:active.clock-display, #panel.login-screen .panel-button:overview.clock-display, #panel.login-screen .panel-button:focus.clock-display, #panel.login-screen .panel-button:checked.clock-display, #panel.lock-screen .panel-button:active.clock-display, #panel.lock-screen .panel-button:overview.clock-display, #panel.lock-screen .panel-button:focus.clock-display, #panel.lock-screen .panel-button:checked.clock-display { + box-shadow: none; + color: #FFFFFF; +} + +#panel:overview .panel-button:active.clock-display .clock, #panel:overview .panel-button:overview.clock-display .clock, #panel:overview .panel-button:focus.clock-display .clock, #panel:overview .panel-button:checked.clock-display .clock, #panel.unlock-screen .panel-button:active.clock-display .clock, #panel.unlock-screen .panel-button:overview.clock-display .clock, #panel.unlock-screen .panel-button:focus.clock-display .clock, #panel.unlock-screen .panel-button:checked.clock-display .clock, #panel.login-screen .panel-button:active.clock-display .clock, #panel.login-screen .panel-button:overview.clock-display .clock, #panel.login-screen .panel-button:focus.clock-display .clock, #panel.login-screen .panel-button:checked.clock-display .clock, #panel.lock-screen .panel-button:active.clock-display .clock, #panel.lock-screen .panel-button:overview.clock-display .clock, #panel.lock-screen .panel-button:focus.clock-display .clock, #panel.lock-screen .panel-button:checked.clock-display .clock { + box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.2); + color: #FFFFFF; +} + +#panel:overview .panel-corner, #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel.lock-screen .panel-corner { + -panel-corner-radius: 0; + -panel-corner-background-color: transparent; + -panel-corner-border-color: transparent; +} + +#panel .panel-status-indicators-box, +#panel .panel-status-menu-box { + spacing: 2px; +} + +#panel .power-status.panel-status-indicators-box { + spacing: 0; +} + +#panel .screencast-indicator, +#panel .remote-access-indicator { + color: #FBC02D; +} + +/* Popovers/Menus */ +.popup-menu-boxpointer { + -arrow-border-radius: 12px; + -arrow-background-color: transparent; + -arrow-border-width: 0; + -arrow-border-color: transparent; + -arrow-base: 18px; + -arrow-rise: 0; + -arrow-box-shadow: none; + background: transparent; +} + +.popup-menu { + min-width: 12em; + color: rgba(255, 255, 255, 0.7) !important; + padding: 0; + font-weight: normal; + border-radius: 12px; + box-shadow: 0 3px 8px -5px rgba(0, 0, 0, 0.12); + margin: 6px 6px 8px; + font-size: 10pt; +} + +.popup-menu .popup-menu-content { + padding: 6px; + background-color: #1e1e2e; + border-radius: 12px; + margin: 0; + font-weight: normal; + border: 1px solid rgba(0, 0, 0, 0.75); + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); +} + +.popup-menu .popup-menu-item { + spacing: 6px; + color: rgba(255, 255, 255, 0.7) !important; + text-shadow: none; + border-radius: 6px; + margin: 0; + transition-duration: 100ms; + font-weight: normal; + background-color: transparent; +} + +.popup-menu .popup-menu-item:checked { + font-weight: normal; + border: none; + box-shadow: none; + color: #FFFFFF !important; + background-color: rgba(255, 255, 255, 0.12) !important; + border-radius: 6px 6px 0 0; +} + +.popup-menu .popup-menu-item:checked:focus, .popup-menu .popup-menu-item:checked:hover, .popup-menu .popup-menu-item:checked.selected { + color: #FFFFFF !important; + background-color: alpha(currentColor, 0.08) !important; +} + +.popup-menu .popup-menu-item:checked:active { + color: #FFFFFF !important; + background-color: alpha(currentColor, 0.12) !important; +} + +.popup-menu .popup-menu-item:checked:insensitive { + color: rgba(255, 255, 255, 0.32) !important; +} + +.popup-menu .popup-menu-item:focus, .popup-menu .popup-menu-item:hover, .popup-menu .popup-menu-item.selected { + color: #FFFFFF !important; + background-color: rgba(255, 255, 255, 0.12) !important; + transition-duration: 0; +} + +.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected:active { + color: #FFFFFF !important; + background-color: rgba(255, 255, 255, 0.3) !important; +} + +.popup-menu .popup-menu-item:insensitive { + color: rgba(255, 255, 255, 0.32) !important; +} + +.popup-menu .popup-sub-menu { + background-color: rgba(255, 255, 255, 0.12) !important; + color: rgba(255, 255, 255, 0.7) !important; + border: none; + box-shadow: none; + margin: 0; + border-radius: 0 0 6px 6px; +} + +.popup-menu .popup-sub-menu .popup-menu-item { + margin: 0; +} + +.popup-menu .popup-sub-menu .popup-menu-item:focus, .popup-menu .popup-sub-menu .popup-menu-item:hover, .popup-menu .popup-sub-menu .popup-menu-item.selected { + color: #FFFFFF !important; + background-color: rgba(255, 255, 255, 0.12) !important; +} + +.popup-menu .popup-sub-menu .popup-menu-item:active, .popup-menu .popup-sub-menu .popup-menu-item.selected:active { + color: #FFFFFF !important; + background-color: rgba(255, 255, 255, 0.3) !important; +} + +.popup-menu .popup-sub-menu .popup-menu-item:insensitive { + color: rgba(255, 255, 255, 0.32) !important; +} + +.popup-menu .popup-inactive-menu-item { + color: rgba(255, 255, 255, 0.7) !important; +} + +.popup-menu .popup-inactive-menu-item:insensitive { + color: rgba(255, 255, 255, 0.32) !important; +} + +.popup-menu.panel-menu { + -boxpointer-gap: 4px; + margin-bottom: 1.75em; +} + +.popup-menu-arrow, +.popup-menu-icon { + icon-size: 16px; +} + +.popup-menu-ornament { + width: 1.2em; +} + +.popup-menu-ornament:ltr { + text-align: right; +} + +.popup-menu-ornament:rtl { + text-align: left; +} + +.background-menu { + -boxpointer-gap: 4px; + -arrow-rise: 0px; +} + +.aggregate-menu { + min-width: 20em; +} + +.aggregate-menu .popup-menu-icon { + padding: 0; + margin: 0 3px; + -st-icon-style: symbolic; +} + +.app-menu { + max-width: 27.25em; +} + +.app-menu .popup-menu-ornament { + width: 0 !important; +} + +.app-menu .popup-inactive-menu-item:first-child > StLabel:ltr { + margin-right: 8px; +} + +.app-menu .popup-inactive-menu-item:first-child > StLabel:rtl { + margin-left: 8px; +} + +/* Screen Shield */ +.unlock-dialog-clock { + color: white; + font-weight: 300; + text-align: center; + spacing: 24px; + padding-bottom: 2.5em; +} + +.unlock-dialog-clock-time { + font-size: 64pt; + padding-top: 42px; + font-feature-settings: "tnum"; +} + +.unlock-dialog-clock-date { + font-size: 16pt; + font-weight: normal; +} + +.unlock-dialog-clock-hint { + font-weight: normal; + padding-top: 48px; +} + +.unlock-dialog-notifications-container { + margin: 12px 0; + spacing: 6px; + width: 23em; + background-color: transparent; +} + +.unlock-dialog-notifications-container .summary-notification-stack-scrollview { + padding-top: 0; + padding-bottom: 0; +} + +.unlock-dialog-notifications-container .notification, +.unlock-dialog-notifications-container .unlock-dialog-notification-source { + padding: 12px 6px; + border: none; + background-color: #11111b; + color: #FFFFFF; + border-radius: 12px; +} + +.unlock-dialog-notifications-container .notification.critical, +.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { + background-color: #212134; +} + +.unlock-dialog-notification-label { + padding: 0px 0px 0px 12px; +} + +.unlock-dialog-notification-count-text { + weight: bold; + padding: 0 6px; + color: rgba(0, 0, 0, 0.87); + background-color: #89b4fa; + border-radius: 9999px; + margin-right: 12px; +} + +.screen-shield-background { + background: black; + box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); +} + +#unlockDialogNotifications StButton#vhandle, #unlockDialogNotifications StButton#hhandle { + background-color: rgba(30, 30, 46, 0.3); +} + +#unlockDialogNotifications StButton#vhandle:hover, #unlockDialogNotifications StButton#vhandle:focus, #unlockDialogNotifications StButton#hhandle:hover, #unlockDialogNotifications StButton#hhandle:focus { + background-color: rgba(30, 30, 46, 0.5); +} + +#unlockDialogNotifications StButton#vhandle:active, #unlockDialogNotifications StButton#hhandle:active { + background-color: rgba(137, 180, 250, 0.5); +} + +/* Scrollbars */ +StScrollView.vfade { + -st-vfade-offset: 32px; +} + +StScrollView.hfade { + -st-hfade-offset: 32px; +} + +StScrollBar { + padding: 0; +} + +StScrollView StScrollBar { + min-width: 12px; + min-height: 12px; +} + +StScrollBar StBin#trough { + border-radius: 9999px; + background-color: rgba(255, 255, 255, 0.12); + margin: 3px; +} + +StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 9999px; + background-color: rgba(255, 255, 255, 0.5); + border: 3px solid transparent; + margin: 3px; +} + +StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: rgba(255, 255, 255, 0.7); +} + +StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #FFFFFF; +} + +.search-entry { + width: 320px; + min-height: 32px; + padding: 0 12px; + color: rgba(255, 255, 255, 0.7); + transition-duration: 150ms; + border-radius: 6px; + caret-color: #FFFFFF; + selection-background-color: rgba(255, 255, 255, 0.12); + selected-color: rgba(0, 0, 0, 0.87) !important; + color: #FFFFFF; + background-color: #1e1e2e; + border: 2px solid transparent; + box-shadow: none; +} + +.search-entry:hover { + color: #FFFFFF; + border-color: rgba(255, 255, 255, 0.3); + background-color: #1e1e2e; +} + +.search-entry:focus { + color: #FFFFFF; + border-color: #89b4fa; + background-color: #1e1e2e; + box-shadow: none; +} + +.search-entry .search-entry-icon { + icon-size: 16px; + padding: 0 0; + color: rgba(255, 255, 255, 0.32); +} + +.search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { + color: rgba(255, 255, 255, 0.7); +} + +.search-entry:insensitive { + border: none; + color: rgba(255, 255, 255, 0.32); +} + +.search-entry StLabel.hint-text { + color: rgba(255, 255, 255, 0.5); +} + +/* Search */ +.list-search-result, .search-provider-icon { + border-radius: 6px; + padding: 6px; + transition-duration: 100ms; + text-align: center; +} + +.list-search-result:focus, .search-provider-icon:focus, .list-search-result:hover, .search-provider-icon:hover, .list-search-result:selected, .search-provider-icon:selected { + background-color: rgba(255, 255, 255, 0.12); + transition-duration: 200ms; +} + +.list-search-result:active, .search-provider-icon:active, .list-search-result:checked, .search-provider-icon:checked { + background-color: rgba(255, 255, 255, 0.2); +} + +#searchResultsContent { + max-width: 1024px; + spacing: 8px; +} + +.search-section { + spacing: 8px; + background: none; +} + +.search-section .search-section-separator { + height: 1px; + background-color: rgba(255, 255, 255, 0.12); +} + +.search-section-content { + spacing: 8px; + border-radius: 0; + padding: 18px; + border: none; + box-shadow: none; + background-color: transparent !important; + background-image: none !important; + text-shadow: none; + color: rgba(255, 255, 255, 0.7); +} + +.search-statustext { + font-size: 2em; + font-weight: bold; + color: rgba(255, 255, 255, 0.5); +} + +.grid-search-results { + spacing: 36px; +} + +.search-provider-icon .list-search-provider-content { + spacing: 12px; +} + +.search-provider-icon .list-search-provider-content .list-search-provider-details { + width: 120px; + margin-top: 0; + color: rgba(255, 255, 255, 0.5); +} + +.list-search-results { + spacing: 6px; +} + +.list-search-result .list-search-result-content { + spacing: 6px; +} + +.list-search-result .list-search-result-title { + spacing: 12px; +} + +.list-search-result .list-search-result-description { + color: rgba(255, 255, 255, 0.7); +} + +/* Slider */ +.slider { + height: 20px; + color: #1e1e2e; + -slider-height: 2px; + -slider-background-color: rgba(255, 255, 255, 0.3); + -slider-border-color: #89b4fa; + -slider-active-background-color: #89b4fa; + -slider-active-border-color: #89b4fa; + -slider-border-width: 2px; + -slider-handle-radius: 7px; + -slider-handle-border-width: 2px; + -slider-handle-border-color: #89b4fa; + -barlevel-height: 2px; + -barlevel-background-color: rgba(255, 255, 255, 0.3); + -barlevel-border-color: transparent; + -barlevel-active-background-color: #89b4fa; + -barlevel-active-border-color: transparent; + -barlevel-overdrive-color: #F44336; + -barlevel-overdrive-border-color: transparent; + -barlevel-overdrive-separator-width: 2px; + -barlevel-border-width: 0; +} + +/* App Switcher */ +.switcher-popup { + padding: 8px; + spacing: 24px; +} + +.switcher-list .item-box { + padding: 8px; + border-radius: 6px; + border: 1px solid transparent; +} + +.switcher-list .item-box:outlined { + background-color: rgba(255, 255, 255, 0.12); + color: #FFFFFF; +} + +.switcher-list .item-box:selected { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + +.switcher-list .thumbnail-box { + padding: 2px; + spacing: 6px; +} + +.switcher-list .thumbnail { + width: 256px; +} + +.switcher-list .separator { + width: 1px; + background: rgba(255, 255, 255, 0.12); +} + +.switcher-list .switcher-list-item-container { + spacing: 12px; +} + +.switcher-arrow { + border-color: rgba(0, 0, 0, 0); + color: rgba(255, 255, 255, 0.5); +} + +.switcher-arrow:highlighted { + color: #FFFFFF; +} + +.input-source-switcher-symbol { + font-size: 34pt; + width: 96px; + height: 96px; +} + +.cycler-highlight { + border: 5px solid #89b4fa; +} + +/* Switches */ +.toggle-switch { + width: 46px; + height: 24px; + background-size: contain; +} + +.toggle-switch, .popup-sub-menu .toggle-switch { + background-image: url("assets/toggle-off.svg"); +} + +.toggle-switch:checked, .popup-sub-menu .toggle-switch:checked { + background-image: url("assets/toggle-on-dark.svg"); +} + +/* Tiled window previews */ +.tile-preview { + background-color: rgba(137, 180, 250, 0.3); + border: 1px solid #89b4fa; +} + +.tile-preview-left.on-primary { + border-radius: 7px 0 0 0; +} + +.tile-preview-right.on-primary { + border-radius: 0 7px 0 0; +} + +.tile-preview-left.tile-preview-right.on-primary { + border-radius: 7px 7px 0 0; +} + +/* Workspace Switcher */ +.workspace-switcher-group { + padding: 12px; +} + +.workspace-switcher { + background: transparent; + border: none; + border-radius: 0; + padding: 0; + spacing: 12px; +} + +.ws-switcher-box { + background: transparent; + height: 50px; + background-size: 32px; + background: rgba(255, 255, 255, 0.12); + border-radius: 6px; +} + +.ws-switcher-active-up, +.ws-switcher-active-down, +.ws-switcher-active-left, +.ws-switcher-active-right { + height: 52px; + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); + border-radius: 9px; + border: none; +} + +.icon-grid { + row-spacing: 12px; + column-spacing: 12px; + max-row-spacing: 72px; + max-column-spacing: 72px; + page-padding-top: 24px; + page-padding-bottom: 24px; + page-padding-left: 12px; + page-padding-right: 12px; +} + +.page-indicator { + padding: 6px 12px 0; +} + +.page-indicator .page-indicator-icon { + width: 10px; + height: 10px; + border-radius: 10px; + background-color: white; +} + +.apps-scroll-view { + padding: 0; +} + +.page-navigation-hint { + width: 300px; +} + +.page-navigation-hint.dnd { + background: rgba(255, 255, 255, 0.1); +} + +.page-navigation-hint.next:ltr, .page-navigation-hint.previous:rtl { + background-gradient-start: rgba(255, 255, 255, 0.05); + background-gradient-end: transparent; + background-gradient-direction: horizontal; + border-radius: 15px 0px 0px 15px; +} + +.page-navigation-hint.previous:ltr, .page-navigation-hint.next:rtl { + background-gradient-start: transparent; + background-gradient-end: rgba(255, 255, 255, 0.05); + background-gradient-direction: horizontal; + border-radius: 0px 15px 15px 0px; +} + +.page-navigation-arrow > StIcon { + margin: 6px; + padding: 18px; + width: 24px; + height: 24px; + border-radius: 9999px; + color: rgba(255, 255, 255, 0.7); +} + +.page-navigation-arrow:insensitive > StIcon { + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); +} + +.page-navigation-arrow:hover > StIcon { + background-color: rgba(255, 255, 255, 0.12); + color: #FFFFFF; +} + +.page-navigation-arrow:active > StIcon { + background-color: rgba(255, 255, 255, 0.3); + color: #FFFFFF; +} + +#dash { + margin-top: 12px; + padding: 0 10px; +} + +#dash .placeholder { + background-image: none; + background-size: contain; + height: 32px; +} + +#dash .overview-icon { + padding: 5px; +} + +.dash-background { + background-color: rgba(255, 255, 255, 0.3); + margin-bottom: 16px; + padding: 10px; + border-radius: 24px; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.08); +} + +.dash-item-container .app-well-app, .show-apps { + padding: 10px 2px 26px; +} + +.dash-separator { + width: 1px; + margin: 0 7px 16px; + background-color: rgba(255, 255, 255, 0.12); +} + +.workspace-animation { + background-color: #11111b; +} + +.calendar .calendar-change-month-back, +.calendar .calendar-change-month-forward { + padding: 0 2px; +} + +.message-list-controls { + padding: 6px 6px 6px 30px !important; + spacing: 6px; + font-weight: normal; +} + +.message-list-controls .dnd-button { + font-weight: normal; +} + +.message-media-control { + margin: 26px 6px; + padding: 12px; +} + +.media-message-cover-icon { + padding: 12px; +} + +.media-message-cover-icon.fallback { + padding: 12px; +} + +.controls-manager, .secondary-monitor-workspaces { + spacing: 12px; +} + +#overviewGroup { + background-color: #11111b; +} + +.osd-window { + spacing: 12px; + padding: 12px 18px; + margin-bottom: 4em; +} + +.osd-window > * { + spacing: 8px; +} + +.osd-window StIcon { + icon-size: 32px; +} + +.osd-window StLabel:ltr { + margin-right: 6px; +} + +.osd-window StLabel:rtl { + margin-left: 6px; +} + +#appMenu { + spacing: 6px; +} + +#appMenu .label-shadow { + color: transparent; +} + +#appMenu .panel-status-menu-box { + padding: 0 6px; + spacing: 6px; +} + +.popup-menu .popup-menu-item { + padding: 6px 12px; +} + +.popup-menu .popup-menu-item:ltr { + padding-right: 9px !important; + padding-left: 0 !important; +} + +.popup-menu .popup-menu-item:rtl { + padding-right: 0 !important; + padding-left: 9px !important; +} + +.popup-separator-menu-item { + padding: 0; +} + +.popup-separator-menu-item .popup-menu-ornament { + width: 0 !important; +} + +.popup-separator-menu-item .popup-separator-menu-item-separator { + height: 1px; + background-color: rgba(255, 255, 255, 0.12); + margin: 6px 32px; +} + +.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { + padding: 0; + margin: 0 32px 0 0; + height: 1px; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { + padding-left: 12px !important; + margin-left: 0 !important; +} + +.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { + padding-right: 12px !important; + margin-right: 0 !important; +} + +.search-entry { + margin-top: 24px; + margin-bottom: 6px; +} + +.icon-label-button-container { + spacing: 6px; +} + +.icon-label-button-container StIcon { + icon-size: 32px; +} + +.screenshot-ui-panel { + border-radius: 33px; + padding: 18px; + padding-bottom: 12px; + margin-bottom: 4em; + spacing: 12px; +} + +.screenshot-ui-close-button { + padding: 6px !important; + margin-top: 12px; + box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); +} + +.screenshot-ui-close-button.left { + margin-left: 12px; +} + +.screenshot-ui-close-button.right { + margin-right: 12px; +} + +.screenshot-ui-type-button { + min-width: 48px; + padding: 12px 18px !important; + border-radius: 15px; +} + +.screenshot-ui-capture-button { + width: 36px; + height: 36px; + border-radius: 9999px; + border: 4px #FFFFFF; + padding: 4px; +} + +.screenshot-ui-capture-button .screenshot-ui-capture-button-circle { + background-color: #FFFFFF; + transition-duration: 200ms; + border-radius: 9999px; +} + +.screenshot-ui-capture-button .screenshot-ui-capture-button-circle:hover, .screenshot-ui-capture-button .screenshot-ui-capture-button-circle:focus { + background-color: rgba(255, 255, 255, 0.12); +} + +.screenshot-ui-capture-button:hover .screenshot-ui-capture-button-circle, .screenshot-ui-capture-button:focus .screenshot-ui-capture-button-circle { + background-color: #d9d9d9; +} + +.screenshot-ui-capture-button:active .screenshot-ui-capture-button-circle { + background-color: gray; +} + +.screenshot-ui-capture-button:cast .screenshot-ui-capture-button-circle { + background-color: #F44336; +} + +.screenshot-ui-capture-button:cast:hover .screenshot-ui-capture-button-circle, .screenshot-ui-capture-button:cast:focus .screenshot-ui-capture-button-circle { + background-color: #f55a4e; +} + +.screenshot-ui-capture-button:cast:active .screenshot-ui-capture-button-circle { + background-color: #f22314; +} + +.screenshot-ui-shot-cast-container { + background-color: #1b1b2b; + border-radius: 12px; + padding: 3px; + spacing: 3px; +} + +.screenshot-ui-shot-cast-container:ltr { + margin-left: 3px; +} + +.screenshot-ui-shot-cast-container:rtl { + margin-right: 3px; +} + +.screenshot-ui-shot-cast-button { + padding: 6px 12px; + background-color: transparent; + border-radius: 9px; +} + +.screenshot-ui-shot-cast-button:hover, .screenshot-ui-shot-cast-button:focus { + background-color: #25253a; +} + +.screenshot-ui-shot-cast-button:active { + background-color: rgba(255, 255, 255, 0.3); +} + +.screenshot-ui-shot-cast-button:checked { + background-color: white; + color: black; +} + +.screenshot-ui-shot-cast-button:insensitive { + color: rgba(255, 255, 255, 0.5); +} + +.screenshot-ui-shot-cast-button StIcon { + icon-size: 16px; +} + +.screenshot-ui-show-pointer-button { + border-radius: 9999px; + padding: 12px !important; +} + +.screenshot-ui-show-pointer-button StIcon { + icon-size: 16px; +} + +.screenshot-ui-area-indicator-shade { + background-color: rgba(0, 0, 0, 0.3); +} + +.screenshot-ui-area-selector .screenshot-ui-area-indicator-shade { + background-color: rgba(0, 0, 0, 0.5); +} + +.screenshot-ui-area-selector .screenshot-ui-area-indicator-selection { + border: 2px white; +} + +.screenshot-ui-area-selector-handle { + border-radius: 9999px; + background-color: white; + box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.2); + width: 24px; + height: 24px; +} + +.screenshot-ui-window-selector { + background-color: #11111b; +} + +.screenshot-ui-window-selector .screenshot-ui-window-selector-window-container { + margin: 100px; +} + +.screenshot-ui-window-selector:primary-monitor .screenshot-ui-window-selector-window-container { + margin-bottom: 200px; +} + +.screenshot-ui-window-selector-window-border { + transition-duration: 200ms; + border-radius: 12px; + border: 6px transparent; +} + +.screenshot-ui-window-selector-check { + transition-duration: 200ms; + color: transparent; + border-radius: 99px; + border-width: 12px; + icon-size: 24px; +} + +.screenshot-ui-window-selector-window:hover .screenshot-ui-window-selector-window-border { + border-color: #4085f7; +} + +.screenshot-ui-window-selector-window:checked .screenshot-ui-window-selector-window-border { + border-color: #89b4fa; + background-color: rgba(137, 180, 250, 0.2); +} + +.screenshot-ui-window-selector-window:checked .screenshot-ui-window-selector-check { + color: rgba(0, 0, 0, 0.87); + background-color: #89b4fa; +} + +.screenshot-ui-screen-selector { + transition-duration: 200ms; + background-color: rgba(0, 0, 0, 0.5); +} + +.screenshot-ui-screen-selector:hover { + background-color: rgba(0, 0, 0, 0.3); +} + +.screenshot-ui-screen-selector:active { + background-color: rgba(0, 0, 0, 0.7); +} + +.screenshot-ui-screen-selector:checked { + background-color: transparent; + border: 2px white; +} + +.screenshot-ui-tooltip { + color: #FFFFFF; + background-color: #11111b; + border-radius: 9999px; + padding: 6px 12px; + text-align: center; + -y-offset: 24px; +} + +.window-picker { + spacing: 6px; +} + +.window-caption { + color: #FFFFFF; + background-color: #11111b; + border-radius: 9999px; + padding: 6px 12px; +} + +.window-close, .screenshot-ui-close-button { + background-color: #11111b; + color: #FFFFFF; + border-radius: 21px; + padding: 3px; + height: 30px; + width: 30px; + box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5); + transition-duration: 300ms; +} + +.window-close:hover, .screenshot-ui-close-button:hover { + color: #FFFFFF; + background-color: #1d1d2e; +} + +.window-close:active, .screenshot-ui-close-button:active { + color: #FFFFFF; + background-color: #050508; +} + +.workspace-background { + border-radius: 30px; + background-color: #11111b; + box-shadow: 0 4px 16px 4px rgba(0, 0, 0, 0.3); +} + +/* Workspace pager */ +.workspace-thumbnails { + visible-width: 32px; + spacing: 6px; + padding: 6px; +} + +.workspace-thumbnails .workspace-thumbnail { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(255, 255, 255, 0.12); + border: none; + border-radius: 6px; +} + +.workspace-thumbnails .placeholder { + background-image: url("assets/dash-placeholder.svg"); + background-size: contain; + width: 18px; + height: 24px; +} + +.workspace-thumbnail-indicator { + border: 3px solid #89b4fa; + border-radius: 3px; + padding: 0px; +} + +.bottom #dashtodockDashScrollview, +.top #dashtodockDashScrollview { + -st-hfade-offset: 24px; +} + +.left #dashtodockDashScrollview, +.right #dashtodockDashScrollview { + -st-vfade-offset: 24px; +} + +#dashtodockContainer { + background-color: transparent; +} + +#dashtodockContainer .number-overlay { + color: #FFFFFF; + background-color: rgba(0, 0, 0, 0.75); + text-align: center; +} + +#dashtodockContainer .notification-badge { + color: rgba(0, 0, 0, 0.87); + background-color: #89b4fa; + box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25); + border-radius: 9999px; + margin: 2px; + padding: 0.2em 0.6em; + font-weight: bold; + text-align: center; +} + +#dashtodockContainer.straight-corner #dash, #dashtodockContainer.shrink.straight-corner #dash { + border-radius: 0; + margin: 0; +} + +#dashtodockContainer.straight-corner #dash .dash-background, #dashtodockContainer.shrink.straight-corner #dash .dash-background { + border-radius: 0; +} + +#dashtodockContainer.extended.top #dash, #dashtodockContainer.extended.bottom #dash, #dashtodockContainer.extended.right #dash, #dashtodockContainer.extended.left #dash { + margin-left: 0; + margin-right: 0; + margin-top: 0; + margin-bottom: 0; + padding: 0 0; +} + +#dashtodockContainer.extended.top #dash .dash-background, #dashtodockContainer.extended.bottom #dash .dash-background, #dashtodockContainer.extended.right #dash .dash-background, #dashtodockContainer.extended.left #dash .dash-background { + border-radius: 0; + margin-left: 0; + margin-right: 0; + margin-top: 0; + margin-bottom: 0; +} + +#dashtodockContainer.left #dash, #dashtodockContainer.right #dash { + margin-top: 0; + padding: 10px 0; +} + +#dashtodockContainer.left #dash .dash-background, #dashtodockContainer.right #dash .dash-background { + margin-bottom: 0; +} + +#dashtodockContainer.left .dash-item-container .app-well-app, #dashtodockContainer.left .show-apps, #dashtodockContainer.right .dash-item-container .app-well-app, #dashtodockContainer.right .show-apps { + padding: 6px; +} + +#dashtodockContainer.left #dash { + margin-left: 6px; +} + +#dashtodockContainer.right #dash { + margin-right: 6px; +} + +#dashtodockContainer.dashtodock #dash .dash-background { + background-color: #11111b; +} + +#dashtodockContainer #dash .dash-background { + background-color: #11111b; +} + +#dashtodockContainer .app-well-app-running-dot { + background-color: rgba(255, 255, 255, 0.3) !important; +} + +#dashtodockContainer StWidget.focused .app-well-app-running-dot { + background-color: #89b4fa !important; +} + +#dashtodockContainer:overview #dash .app-well-app-running-dot { + background-color: rgba(255, 255, 255, 0.3) !important; +} + +#dashtodockContainer:overview #dash StWidget.focused .app-well-app-running-dot { + background-color: #89b4fa !important; +} + +#dashtodockContainer .show-apps .overview-icon, +#dashtodockContainer .app-well-app .overview-icon { + color: rgba(255, 255, 255, 0.7); +} + +#dashtodockContainer .show-apps:hover .overview-icon, #dashtodockContainer .show-apps:focus .overview-icon, #dashtodockContainer .show-apps:selected .overview-icon, +#dashtodockContainer .app-well-app:hover .overview-icon, +#dashtodockContainer .app-well-app:focus .overview-icon, +#dashtodockContainer .app-well-app:selected .overview-icon { + background-color: rgba(255, 255, 255, 0.12); +} + +#dashtodockContainer .show-apps:active .overview-icon, #dashtodockContainer .show-apps:checked .overview-icon, +#dashtodockContainer .app-well-app:active .overview-icon, +#dashtodockContainer .app-well-app:checked .overview-icon { + background-color: rgba(255, 255, 255, 0.3); +} + +#dashtodockContainer:overview #dash .show-apps .overview-icon, #dashtodockContainer:overview #dash .app-well-app .overview-icon { + color: rgba(255, 255, 255, 0.7); +} + +#dashtodockContainer:overview #dash .show-apps:hover .overview-icon, #dashtodockContainer:overview #dash .show-apps:focus .overview-icon, #dashtodockContainer:overview #dash .show-apps:selected .overview-icon, #dashtodockContainer:overview #dash .app-well-app:hover .overview-icon, #dashtodockContainer:overview #dash .app-well-app:focus .overview-icon, #dashtodockContainer:overview #dash .app-well-app:selected .overview-icon { + background-color: rgba(255, 255, 255, 0.12); +} + +#dashtodockContainer:overview #dash .show-apps:active .overview-icon, #dashtodockContainer:overview #dash .show-apps:checked .overview-icon, #dashtodockContainer:overview #dash .app-well-app:active .overview-icon, #dashtodockContainer:overview #dash .app-well-app:checked .overview-icon { + background-color: rgba(255, 255, 255, 0.3); +} + +#dashtodockContainer .app-well-app-running-dot { + background-color: rgba(255, 255, 255, 0.3); +} + +#dashtodockContainer StWidget.focused .app-well-app-running-dot { + background-color: #89b4fa; +} + +#dashtodockContainer.opaque #dash .dash-background { + background-color: #11111b; +} + +#dashtodockContainer.transparent #dash .dash-background { + background-color: rgba(17, 17, 27, 0.35); +} + +#dashtodockContainer:overview #dash .dash-background { + background-color: rgba(255, 255, 255, 0.12); +} + +#dashtodockContainer.opaque:overview #dash .dash-background, #dashtodockContainer.transparent:overview #dash .dash-background { + background-color: transparent !important; + box-shadow: none !important; +} + +#dashtodockContainer.extended:overview #dash .dash-background, #dashtodockContainer.opaque.extended:overview #dash .dash-background, #dashtodockContainer.transparent.extended:overview #dash .dash-background { + background-color: #11111b; +} + +#dashtodockContainer.running-dots .dash-item-container > StButton, #dashtodockContainer.dashtodock .dash-item-container > StButton { + transition-duration: 250ms; + background-size: contain; +} + +#dashtodockContainer.extended .app-well-app .overview-icon, +#dashtodockContainer.extended .show-apps .overview-icon, #dashtodockContainer.extended:overview .app-well-app .overview-icon, +#dashtodockContainer.extended:overview .show-apps .overview-icon { + border-radius: 6px; +} + +#dashtodockContainer .metro .overview-icon { + border-radius: 0; +} + +.dashtodock-app-well-preview-menu-item { + padding: 1em 1em 0.5em 1em; +} + +#dashtodockPreviewSeparator.popup-separator-menu-item-horizontal { + width: 1px; + height: auto; + border-right-width: 1px; + margin: 32px 0; +} + +.openweather-button, .openweather-button-action, .openweather-menu-button-container, .openweather-button-box { + border: 1px solid transparent; +} + +.openweather-provider { + padding: 0 16px; + font-weight: 500; + border: 1px solid transparent; +} + +.openweather-current-icon, .openweather-current-summary, .openweather-current-summarybox { + background: none; + color: #FFFFFF; +} + +.openweather-current-databox-values { + background: none; + color: rgba(255, 255, 255, 0.5); +} + +.openweather-current-databox-captions { + background: none; + color: rgba(255, 255, 255, 0.5); +} + +.openweather-forecast-icon, .openweather-forecast-summary { + background: none; + color: rgba(255, 255, 255, 0.7); +} + +.openweather-forecast-day, .openweather-forecast-temperature { + background: none; + color: rgba(255, 255, 255, 0.5); +} + +.openweather-sunrise-icon, .openweather-sunset-icon, .openweather-build-icon { + color: rgba(255, 255, 255, 0.7); +} + +.cosmic-dock #dock { + border-radius: 16px !important; + border: none !important; + margin: 6px !important; + background-color: rgba(255, 255, 255, 0.3) !important; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.08) !important; +} + +.cosmic-dock #dock .dash-background { + background-color: transparent !important; + margin-bottom: 0 !important; + padding: 0; + box-shadow: none !important; +} + +.cosmic-application-dialog { + border-radius: 12px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); + background-color: #1e1e2e; + color: #FFFFFF; +} + +.cosmic-application-dialog .overview-icon { + color: #FFFFFF; +} + +.cosmic-applications-separator { + background: rgba(255, 255, 255, 0.12); +} + +.cosmic-folder-edit-button { + box-shadow: none; + border-radius: 6px; + border-width: 0; + color: #FFFFFF; + background: rgba(255, 255, 255, 0.04); +} + +.cosmic-folder-edit-button .cosmic-folder-edit-button:hover { + background: rgba(255, 255, 255, 0.12); +} + +.cosmic-applications-icon { + color: rgba(255, 255, 255, 0.7); +} + +.cosmic-applications-folder-title { + color: rgba(255, 255, 255, 0.7); +} + +.cosmic-applications-available { + color: #FFFFFF; +} + +.pop-shell-active-hint { + border-style: solid; + border-color: #FBC02D; + border-radius: 6px; + box-shadow: none; +} + +.pop-shell-overlay { + background-color: rgba(137, 180, 250, 0.3); +} + +.pop-shell-search-element:select { + background: rgba(255, 255, 255, 0.12); + border-radius: 6px; + color: #FFFFFF; +} + +.pop-shell-tab { + border: 1px solid rgba(255, 255, 255, 0.12); + color: #FFFFFF; +} + +.pop-shell-tab-active { + background: #FBC02D; +} + +.pop-shell-tab-inactive { + background: rgba(251, 192, 45, 0.35); +} + +.pop-shell-tab-urgent { + background: #F44336; +} + +#panel.light-panel .panel-button, +#panel.dark-panel .panel-button, +#panel.transparent-panel .panel-button { + color: rgba(255, 255, 255, 0.7) !important; +} + +#panel.light-panel .panel-button.clock-display .clock, +#panel.dark-panel .panel-button.clock-display .clock, +#panel.transparent-panel .panel-button.clock-display .clock { + color: rgba(255, 255, 255, 0.7) !important; +} + +#panel.light-panel .panel-button:hover, +#panel.dark-panel .panel-button:hover, +#panel.transparent-panel .panel-button:hover { + color: rgba(255, 255, 255, 0.7) !important; + background-color: rgba(255, 255, 255, 0.12) !important; +} + +#panel.light-panel .panel-button:hover.clock-display .clock, +#panel.dark-panel .panel-button:hover.clock-display .clock, +#panel.transparent-panel .panel-button:hover.clock-display .clock { + background-color: rgba(255, 255, 255, 0.12) !important; +} + +#panel.light-panel .panel-button:active, #panel.light-panel .panel-button:checked, #panel.light-panel .panel-button:focus, +#panel.dark-panel .panel-button:active, +#panel.dark-panel .panel-button:checked, +#panel.dark-panel .panel-button:focus, +#panel.transparent-panel .panel-button:active, +#panel.transparent-panel .panel-button:checked, +#panel.transparent-panel .panel-button:focus { + color: #FFFFFF !important; + background-color: rgba(255, 255, 255, 0.3) !important; +} + +#panel.light-panel .panel-button:active.clock-display .clock, #panel.light-panel .panel-button:checked.clock-display .clock, #panel.light-panel .panel-button:focus.clock-display .clock, +#panel.dark-panel .panel-button:active.clock-display .clock, +#panel.dark-panel .panel-button:checked.clock-display .clock, +#panel.dark-panel .panel-button:focus.clock-display .clock, +#panel.transparent-panel .panel-button:active.clock-display .clock, +#panel.transparent-panel .panel-button:checked.clock-display .clock, +#panel.transparent-panel .panel-button:focus.clock-display .clock { + background-color: rgba(255, 255, 255, 0.3) !important; +} + +#panel.light-panel .panel-button:hover.clock-display, #panel.light-panel .panel-button:active.clock-display, #panel.light-panel .panel-button:overview.clock-display, #panel.light-panel .panel-button:focus.clock-display, #panel.light-panel .panel-button:checked.clock-display, +#panel.dark-panel .panel-button:hover.clock-display, +#panel.dark-panel .panel-button:active.clock-display, +#panel.dark-panel .panel-button:overview.clock-display, +#panel.dark-panel .panel-button:focus.clock-display, +#panel.dark-panel .panel-button:checked.clock-display, +#panel.transparent-panel .panel-button:hover.clock-display, +#panel.transparent-panel .panel-button:active.clock-display, +#panel.transparent-panel .panel-button:overview.clock-display, +#panel.transparent-panel .panel-button:focus.clock-display, +#panel.transparent-panel .panel-button:checked.clock-display { + background-color: transparent !important; +} + +#panel.light-panel .panel-button:hover.clock-display .clock, #panel.light-panel .panel-button:active.clock-display .clock, #panel.light-panel .panel-button:overview.clock-display .clock, #panel.light-panel .panel-button:focus.clock-display .clock, #panel.light-panel .panel-button:checked.clock-display .clock, +#panel.dark-panel .panel-button:hover.clock-display .clock, +#panel.dark-panel .panel-button:active.clock-display .clock, +#panel.dark-panel .panel-button:overview.clock-display .clock, +#panel.dark-panel .panel-button:focus.clock-display .clock, +#panel.dark-panel .panel-button:checked.clock-display .clock, +#panel.transparent-panel .panel-button:hover.clock-display .clock, +#panel.transparent-panel .panel-button:active.clock-display .clock, +#panel.transparent-panel .panel-button:overview.clock-display .clock, +#panel.transparent-panel .panel-button:focus.clock-display .clock, +#panel.transparent-panel .panel-button:checked.clock-display .clock { + color: #FFFFFF !important; +} + +.overview-components-transparent .search-entry, +.overview-components-light .search-entry, +.overview-components-dark .search-entry { + caret-color: #FFFFFF !important; +} + +.overview-components-transparent .search-entry .search-entry-icon, +.overview-components-light .search-entry .search-entry-icon, +.overview-components-dark .search-entry .search-entry-icon { + color: rgba(255, 255, 255, 0.7) !important; +} + +.overview-components-transparent .search-entry StLabel.hint-text, +.overview-components-light .search-entry StLabel.hint-text, +.overview-components-dark .search-entry StLabel.hint-text { + color: rgba(255, 255, 255, 0.3) !important; +} + +.overview-components-transparent .search-section-content, +.overview-components-light .search-section-content, +.overview-components-dark .search-section-content { + border-radius: 16px; +} + +.overview-components-transparent .search-section-separator, +.overview-components-light .search-section-separator, +.overview-components-dark .search-section-separator { + height: 0 !important; + background-color: transparent !important; +} diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/no-events.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/no-events.svg new file mode 100644 index 000000000..239177d1b --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/no-events.svg @@ -0,0 +1,82 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/no-notifications.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/no-notifications.svg new file mode 100644 index 000000000..ae09f92c0 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/no-notifications.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/pad-osd.css b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/pad-osd.css new file mode 100644 index 000000000..31c237722 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/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/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/process-working.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/process-working.svg new file mode 100644 index 000000000..0f311b0b7 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/process-working.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/apps.rc b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/apps.rc new file mode 100644 index 000000000..530e72fdb --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/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/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/border.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/border.png new file mode 100644 index 000000000..20d503bfc Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/border.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/button-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/button-active.png new file mode 100644 index 000000000..ca25ccced Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/button-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/button-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/button-disabled.png new file mode 100644 index 000000000..6578ba7d1 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/button-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/button-hover.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/button-hover.png new file mode 100644 index 000000000..66e1fdd7e Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/button-hover.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/button.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/button.png new file mode 100644 index 000000000..3fe12c700 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/button.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-checked-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-checked-active.png new file mode 100644 index 000000000..a754b103f Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-checked-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-checked-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-checked-disabled.png new file mode 100644 index 000000000..b52acf5da Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-checked-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-checked-hover.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-checked-hover.png new file mode 100644 index 000000000..41cedc1c9 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-checked-hover.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-checked.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-checked.png new file mode 100644 index 000000000..68654954e Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-checked.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-mixed-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-mixed-active.png new file mode 100644 index 000000000..89ef64d34 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-mixed-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-mixed-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-mixed-disabled.png new file mode 100644 index 000000000..a5aeabf5f Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-mixed-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-mixed-hover.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-mixed-hover.png new file mode 100644 index 000000000..32f67a033 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-mixed-hover.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-mixed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-mixed.png new file mode 100644 index 000000000..d247e4bd9 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-mixed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-unchecked-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-unchecked-active.png new file mode 100644 index 000000000..ebab8aebb Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-unchecked-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-unchecked-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-unchecked-disabled.png new file mode 100644 index 000000000..6370fc6fc Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-unchecked-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-unchecked-hover.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-unchecked-hover.png new file mode 100644 index 000000000..a575169af Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-unchecked-hover.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-unchecked.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-unchecked.png new file mode 100644 index 000000000..3f1f558c5 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-unchecked.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-left-entry-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-left-entry-active.png new file mode 100644 index 000000000..38d3181ce Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-left-entry-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-left-entry-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-left-entry-disabled.png new file mode 100644 index 000000000..6a9d9dd22 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-left-entry-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-left-entry-hover.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-left-entry-hover.png new file mode 100644 index 000000000..c65ced022 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-left-entry-hover.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-left-entry.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-left-entry.png new file mode 100644 index 000000000..255e3dc3f Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-left-entry.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-right-entry-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-right-entry-active.png new file mode 100644 index 000000000..2f3afab45 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-right-entry-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-right-entry-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-right-entry-disabled.png new file mode 100644 index 000000000..67cfcc78a Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-right-entry-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-right-entry-hover.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-right-entry-hover.png new file mode 100644 index 000000000..8d643bd39 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-right-entry-hover.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-right-entry.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-right-entry.png new file mode 100644 index 000000000..5d232339f Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-right-entry.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-active.png new file mode 100644 index 000000000..9d78ebb00 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-background-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-background-disabled.png new file mode 100644 index 000000000..ce14ba810 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-background-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-background.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-background.png new file mode 100644 index 000000000..fdf26ab3c Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-background.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-disabled.png new file mode 100644 index 000000000..6578ba7d1 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-hover.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-hover.png new file mode 100644 index 000000000..573323929 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-hover.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry.png new file mode 100644 index 000000000..3fe12c700 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/flat-button-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/flat-button-active.png new file mode 100644 index 000000000..ca25ccced Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/flat-button-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/flat-button-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/flat-button-disabled.png new file mode 100644 index 000000000..96f9995df Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/flat-button-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/flat-button-hover.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/flat-button-hover.png new file mode 100644 index 000000000..66e1fdd7e Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/flat-button-hover.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/flat-button.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/flat-button.png new file mode 100644 index 000000000..96f9995df Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/flat-button.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/focus.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/focus.png new file mode 100644 index 000000000..3e8d13db6 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/focus.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/frame-inline.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/frame-inline.png new file mode 100644 index 000000000..3bf2f9015 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/frame-inline.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/frame-notebook.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/frame-notebook.png new file mode 100644 index 000000000..1562a81b6 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/frame-notebook.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/frame.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/frame.png new file mode 100644 index 000000000..1562a81b6 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/frame.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-horz-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-horz-active.png new file mode 100644 index 000000000..f1c519efb Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-horz-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-horz-hover.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-horz-hover.png new file mode 100644 index 000000000..e7e40d698 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-horz-hover.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-horz.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-horz.png new file mode 100644 index 000000000..ef1738d0d Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-horz.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-vert-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-vert-active.png new file mode 100644 index 000000000..0cec1dc5c Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-vert-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-vert-hover.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-vert-hover.png new file mode 100644 index 000000000..600fb08bb Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-vert-hover.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-vert.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-vert.png new file mode 100644 index 000000000..377fdf0be Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-vert.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-checked-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-checked-disabled.png new file mode 100644 index 000000000..324c8262f Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-checked-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-checked.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-checked.png new file mode 100644 index 000000000..8373e4715 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-checked.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-mixed-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-mixed-disabled.png new file mode 100644 index 000000000..62f43ce66 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-mixed-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-mixed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-mixed.png new file mode 100644 index 000000000..b1943766d Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-mixed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png new file mode 100644 index 000000000..82a4787b9 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-unchecked.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-unchecked.png new file mode 100644 index 000000000..899f034b7 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-unchecked.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-checked-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-checked-disabled.png new file mode 100644 index 000000000..56a800eac Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-checked-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-checked.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-checked.png new file mode 100644 index 000000000..68b50515d Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-checked.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-mixed-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-mixed-disabled.png new file mode 100644 index 000000000..62f43ce66 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-mixed-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-mixed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-mixed.png new file mode 100644 index 000000000..b1943766d Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-mixed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-unchecked-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-unchecked-disabled.png new file mode 100644 index 000000000..82a4787b9 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-unchecked-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-unchecked.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-unchecked.png new file mode 100644 index 000000000..899f034b7 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-unchecked.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-down-alt-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-down-alt-disabled.png new file mode 100644 index 000000000..11a698537 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-down-alt-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-down-alt.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-down-alt.png new file mode 100644 index 000000000..974686c7e Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-down-alt.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-down-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-down-disabled.png new file mode 100644 index 000000000..8aa633185 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-down-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-down.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-down.png new file mode 100644 index 000000000..2f28e41e1 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-down.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left-alt-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left-alt-disabled.png new file mode 100644 index 000000000..44e26b6d0 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left-alt-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left-alt.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left-alt.png new file mode 100644 index 000000000..529b5e4c3 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left-alt.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left-disabled.png new file mode 100644 index 000000000..ff7c85212 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left-semi.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left-semi.png new file mode 100644 index 000000000..955e801ff Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left-semi.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left.png new file mode 100644 index 000000000..c9cb53ace Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right-alt-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right-alt-disabled.png new file mode 100644 index 000000000..42e5877b1 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right-alt-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right-alt.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right-alt.png new file mode 100644 index 000000000..d7405064a Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right-alt.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right-disabled.png new file mode 100644 index 000000000..e8e14e80f Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right-semi.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right-semi.png new file mode 100644 index 000000000..d7d5af026 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right-semi.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right.png new file mode 100644 index 000000000..6cf201d99 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-up-alt-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-up-alt-disabled.png new file mode 100644 index 000000000..56a417c00 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-up-alt-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-up-alt.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-up-alt.png new file mode 100644 index 000000000..5df7be827 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-up-alt.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-up-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-up-disabled.png new file mode 100644 index 000000000..d3ae51136 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-up-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-up.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-up.png new file mode 100644 index 000000000..a99f7cf08 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-up.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/progressbar-progress.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/progressbar-progress.png new file mode 100644 index 000000000..53f181782 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/progressbar-progress.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/progressbar-trough.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/progressbar-trough.png new file mode 100644 index 000000000..0ab50012a Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/progressbar-trough.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-checked-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-checked-active.png new file mode 100644 index 000000000..ecf1b4ca9 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-checked-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-checked-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-checked-disabled.png new file mode 100644 index 000000000..c56bfaa7c Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-checked-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-checked-hover.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-checked-hover.png new file mode 100644 index 000000000..f808fe1ed Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-checked-hover.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-checked.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-checked.png new file mode 100644 index 000000000..c7db7a9b0 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-checked.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-mixed-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-mixed-active.png new file mode 100644 index 000000000..89ef64d34 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-mixed-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-mixed-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-mixed-disabled.png new file mode 100644 index 000000000..a5aeabf5f Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-mixed-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-mixed-hover.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-mixed-hover.png new file mode 100644 index 000000000..32f67a033 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-mixed-hover.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-mixed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-mixed.png new file mode 100644 index 000000000..d247e4bd9 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-mixed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-unchecked-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-unchecked-active.png new file mode 100644 index 000000000..ebab8aebb Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-unchecked-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-unchecked-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-unchecked-disabled.png new file mode 100644 index 000000000..6370fc6fc Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-unchecked-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-unchecked-hover.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-unchecked-hover.png new file mode 100644 index 000000000..a575169af Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-unchecked-hover.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-unchecked.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-unchecked.png new file mode 100644 index 000000000..3f1f558c5 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-unchecked.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-horz-trough-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-horz-trough-active.png new file mode 100644 index 000000000..2b0be866b Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-horz-trough-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-horz-trough-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-horz-trough-disabled.png new file mode 100644 index 000000000..10cf142ec Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-horz-trough-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-horz-trough.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-horz-trough.png new file mode 100644 index 000000000..8a0adf1dd Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-horz-trough.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-slider-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-slider-active.png new file mode 100644 index 000000000..a19b5a26b Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-slider-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-slider-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-slider-disabled.png new file mode 100644 index 000000000..e127ead32 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-slider-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-slider-hover.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-slider-hover.png new file mode 100644 index 000000000..842b5d708 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-slider-hover.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-slider.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-slider.png new file mode 100644 index 000000000..b64df8d0b Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-slider.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-vert-trough-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-vert-trough-active.png new file mode 100644 index 000000000..7ad0bdf30 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-vert-trough-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-vert-trough-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-vert-trough-disabled.png new file mode 100644 index 000000000..7e38ad6c0 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-vert-trough-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-vert-trough.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-vert-trough.png new file mode 100644 index 000000000..6c6d33600 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-vert-trough.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-slider-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-slider-active.png new file mode 100644 index 000000000..9b3802abb Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-slider-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-slider-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-slider-disabled.png new file mode 100644 index 000000000..a0e78e25f Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-slider-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-slider-hover.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-slider-hover.png new file mode 100644 index 000000000..c44bf5398 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-slider-hover.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-slider.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-slider.png new file mode 100644 index 000000000..7d4534769 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-slider.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-trough.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-trough.png new file mode 100644 index 000000000..7ee36826d Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-trough.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png new file mode 100644 index 000000000..86a7e94d9 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png new file mode 100644 index 000000000..e1bd86acd Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png new file mode 100644 index 000000000..0eab6abe2 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider.png new file mode 100644 index 000000000..bd8227ac6 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-trough.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-trough.png new file mode 100644 index 000000000..71b8d3b9b Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-trough.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png new file mode 100644 index 000000000..f219ede08 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png new file mode 100644 index 000000000..e8cf32691 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png new file mode 100644 index 000000000..fc02be481 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider.png new file mode 100644 index 000000000..8ab9c686a Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-trough.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-trough.png new file mode 100644 index 000000000..a7f788169 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-trough.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-down-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-down-active.png new file mode 100644 index 000000000..2db703e4d Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-down-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-down-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-down-disabled.png new file mode 100644 index 000000000..19139fdda Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-down-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-down-hover.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-down-hover.png new file mode 100644 index 000000000..64e8a4ced Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-down-hover.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-down.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-down.png new file mode 100644 index 000000000..020deb5fd Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-down.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-up-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-up-active.png new file mode 100644 index 000000000..555e7c1f6 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-up-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-up-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-up-disabled.png new file mode 100644 index 000000000..dcf55afeb Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-up-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-up-hover.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-up-hover.png new file mode 100644 index 000000000..4631e6fad Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-up-hover.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-up.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-up.png new file mode 100644 index 000000000..f9b8eb673 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-up.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-down-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-down-active.png new file mode 100644 index 000000000..d72288e84 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-down-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-down-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-down-disabled.png new file mode 100644 index 000000000..4c5e3b179 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-down-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-down-hover.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-down-hover.png new file mode 100644 index 000000000..af6410e7f Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-down-hover.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-down.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-down.png new file mode 100644 index 000000000..7eae42829 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-down.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-up-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-up-active.png new file mode 100644 index 000000000..ac479ef5e Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-up-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-up-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-up-disabled.png new file mode 100644 index 000000000..e229de473 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-up-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-up-hover.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-up-hover.png new file mode 100644 index 000000000..ed0c0ce8e Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-up-hover.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-up.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-up.png new file mode 100644 index 000000000..e3a59e86a Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-up.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/tab.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/tab.png new file mode 100644 index 000000000..3bc8ccb09 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/tab.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-ltr-button-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-ltr-button-active.png new file mode 100644 index 000000000..45da44f88 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-ltr-button-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-ltr-button-hover.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-ltr-button-hover.png new file mode 100644 index 000000000..a240cb649 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-ltr-button-hover.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-ltr-button.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-ltr-button.png new file mode 100644 index 000000000..cc77fcc32 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-ltr-button.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-rtl-button-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-rtl-button-active.png new file mode 100644 index 000000000..a5a46b99b Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-rtl-button-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-rtl-button-hover.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-rtl-button-hover.png new file mode 100644 index 000000000..810a277ee Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-rtl-button-hover.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-rtl-button.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-rtl-button.png new file mode 100644 index 000000000..cc77fcc32 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-rtl-button.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/gtkrc b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/gtkrc new file mode 100644 index 000000000..55ace5bd3 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/gtkrc @@ -0,0 +1,36 @@ +# 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 Materia. 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:#eff1f5\nbase_color:#1e1e2e" +# Foreground/background +gtk-color-scheme = "fg_color:#eff1f5\nbg_color:#1e1e2e" +# Selected foreground/background +gtk-color-scheme = "selected_fg_color:#eff1f5\nselected_bg_color:#89b4fa" +# Titlebar foreground/background +gtk-color-scheme = "titlebar_fg_color:#eff1f5\ntitlebar_bg_color:#11111b" +# Menus +gtk-color-scheme = "menu_color:#181825" +# Tooltips foreground/background +gtk-color-scheme = "tooltip_fg_color:#eff1f5\ntooltip_bg_color:#11111b" +# Links +gtk-color-scheme = "link_color:#8AB4F8\nvisited_link_color:#CE93D8" + +# 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/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/hacks.rc b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/hacks.rc new file mode 100644 index 000000000..c288da359 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/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/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/main.rc b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/main.rc new file mode 100644 index 000000000..8349b0e88 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/main.rc @@ -0,0 +1,2708 @@ +# 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 = {0, 0, 0, 0} + + GtkEntry::state-hint = 1 + GtkEntry::inner-border = {0, 0, 0, 0} + + 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 = {8, 8, 4, 4} + + 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.24, @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.5, @fg_color, @bg_color) + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @text_color + text[INSENSITIVE] = mix (0.5, @text_color, @base_color) + text[ACTIVE] = @text_color + + base[NORMAL] = @base_color + base[PRELIGHT] = mix (0.08, @text_color, @base_color) + base[SELECTED] = mix (0.24, @selected_bg_color, @base_color) + base[INSENSITIVE] = mix (0.5, @base_color, @bg_color) + base[ACTIVE] = mix (0.24, @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 = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/entry-disabled.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + file = "assets/entry.png" + border = {6, 6, 6, 6} + 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) + bg[INSENSITIVE] = @bg_color + # Needed to fix Firefox's menubar text + bg[SELECTED] = mix(0.12, @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.12, @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] = @menu_color + bg[INSENSITIVE] = @menu_color + bg[PRELIGHT] = @menu_color + bg[SELECTED] = mix(0.08, @fg_color, @menu_color) +} + +style "menu_item" { + xthickness = 4 + ythickness = 4 + + bg[PRELIGHT] = mix(0.08, @fg_color, @menu_color) + fg[PRELIGHT] = @fg_color + # Chromium uses this setting + bg[SELECTED] = mix(0.08, @fg_color, @menu_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.7, @fg_color, @bg_color) + # fg[INSENSITIVE] = mix(0.3, @fg_color, @bg_color) + + font_name = "Medium" +} + +style "normal_button_label" { + # fg[NORMAL] = @fg_color + # fg[INSENSITIVE] = mix(0.5, @fg_color, @bg_color) + + font_name = "Regular" +} + +style "button" { + xthickness = 6 + ythickness = 6 + + # For the sake of sanity style buttons this way + engine "pixmap" { + + ########### + # Buttons # + ########### + + image { + function = BOX + state = NORMAL + file = "assets/button.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + shadow = OUT + file = "assets/button-hover.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + # Don't add hover effect on pressed buttons + image { + function = BOX + state = PRELIGHT + shadow = IN + file = "assets/button-active.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/button-active.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/button-disabled.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + } +} + +style "link_button" { + # Disable the button effect, leave just the link + engine "pixmap" { + image { + function = BOX + } + } +} + +style "entry" { + base[NORMAL] = @bg_color + base[SELECTED] = mix (0.24, @selected_bg_color, @bg_color) + base[INSENSITIVE] = @bg_color + base[ACTIVE] = mix (0.24, @selected_bg_color, @bg_color) + + # 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} + + # For the sake of sanity style buttons this way + engine "pixmap" { + + ########### + # Buttons # + ########### + + image { + function = BOX + state = NORMAL + file = "assets/entry.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "assets/entry-hover.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/entry-active.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/entry-disabled.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + } +} + +style "combobox_cellview" { + # text[NORMAL] = mix(0.7, @fg_color, @bg_color) + # text[INSENSITIVE] = mix(0.3, @fg_color, @bg_color) +} + +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} + + base[NORMAL] = @base_color + base[ACTIVE] = @base_color + + engine "pixmap" { + + ############# + # LTR entry # + ############# + + image { + function = SHADOW + state = NORMAL + detail = "entry" + file = "assets/combo-left-entry.png" + border = {6, 6, 6, 6} + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/combo-left-entry-active.png" + border = {6, 6, 6, 6} + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/combo-left-entry-disabled.png" + border = {6, 6, 6, 6} + stretch = TRUE + direction = LTR + } + + ############# + # RTL entry # + ############# + + image { + function = SHADOW + state = NORMAL + detail = "entry" + file = "assets/combo-right-entry.png" + border = {6, 6, 6, 6} + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/combo-right-entry-active.png" + border = {6, 6, 6, 6} + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + state = INSENSITIVE + detail = "entry" + file = "assets/combo-right-entry-disabled.png" + border = {6, 6, 6, 6} + stretch = TRUE + direction = RTL + } + + ############## + # LTR button # + ############## + + image { + function = BOX + state = NORMAL + detail = "button" + file = "assets/combo-right-entry.png" + border = {0, 6, 6, 6} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "button" + file = "assets/combo-right-entry-hover.png" + border = {0, 6, 6, 6} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "button" + file = "assets/combo-right-entry-active.png" + border = {0, 6, 6, 6} + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "button" + file = "assets/combo-right-entry-disabled.png" + border = {0, 6, 6, 6} + stretch = TRUE + direction = LTR + } + + ############## + # RTL button # + ############## + + image { + function = BOX + state = NORMAL + detail = "button" + file = "assets/combo-left-entry.png" + border = {6, 0, 6, 6} + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "button" + file = "assets/combo-left-entry-hover.png" + border = {6, 0, 6, 6} + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "button" + file = "assets/combo-left-entry-active.png" + border = {6, 0, 6, 6} + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "button" + file = "assets/combo-left-entry-disabled.png" + border = {6, 0, 6, 6} + 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 + bg[NORMAL] = @base_color +} + +style "notebook_tab_label" { + fg[ACTIVE] = mix(0.7, @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" { + base[NORMAL] = @base_color + base[SELECTED] = mix (0.24, @selected_bg_color, @base_color) + base[INSENSITIVE] = @base_color + base[ACTIVE] = mix (0.24, @selected_bg_color, @base_color) +} + +style "normal_bg" { + bg[NORMAL] = @bg_color + bg[PRELIGHT] = @bg_color + bg[INSENSITIVE] = @bg_color +} + +style "normal_entry" { + base[NORMAL] = @bg_color + base[SELECTED] = mix (0.24, @selected_bg_color, @bg_color) + base[INSENSITIVE] = @bg_color + base[ACTIVE] = mix (0.24, @selected_bg_color, @bg_color) +} + +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.7, @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 = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + shadow = OUT + file = "assets/flat-button-hover.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + # Don't add hover effect on pressed buttons + image { + function = BOX + state = PRELIGHT + shadow = IN + file = "assets/flat-button-active.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/flat-button-active.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + shadow = OUT + file = "assets/flat-button-disabled.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + shadow = IN + file = "assets/button-disabled.png" + border = {6, 6, 6, 6} + 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 + bg[NORMAL] = @base_color + + 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" +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" + +# 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" + +# Button labels +widget_class "*." style "button_label" + +# Normalize button labels +widget_class "*." style "normal_button_label" +widget_class "*." style "normal_button_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/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg new file mode 100644 index 000000000..7b89e885e --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg @@ -0,0 +1,43 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/checkbox-checked-symbolic@2.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/checkbox-checked-symbolic@2.svg new file mode 100644 index 000000000..17e3c4af5 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/checkbox-checked-symbolic@2.svg @@ -0,0 +1,44 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/checkbox-mixed-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/checkbox-mixed-symbolic.svg new file mode 100644 index 000000000..b4808a6b5 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/checkbox-mixed-symbolic.svg @@ -0,0 +1,43 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/checkbox-mixed-symbolic@2.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/checkbox-mixed-symbolic@2.svg new file mode 100644 index 000000000..3ea0541a9 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/checkbox-mixed-symbolic@2.svg @@ -0,0 +1,44 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/close-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/close-symbolic.svg new file mode 100644 index 000000000..06201c39d --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/close-symbolic.svg @@ -0,0 +1,38 @@ + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/close-symbolic@2.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/close-symbolic@2.svg new file mode 100644 index 000000000..a26e6ff1f --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/close-symbolic@2.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg new file mode 100644 index 000000000..e2a252b5f --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/maximize-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/maximize-symbolic.svg new file mode 100644 index 000000000..39316eba5 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/maximize-symbolic.svg @@ -0,0 +1,38 @@ + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/maximize-symbolic@2.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/maximize-symbolic@2.svg new file mode 100644 index 000000000..8095f7593 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/maximize-symbolic@2.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/minimize-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/minimize-symbolic.svg new file mode 100644 index 000000000..f3683b9d7 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/minimize-symbolic.svg @@ -0,0 +1,43 @@ + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/minimize-symbolic@2.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/minimize-symbolic@2.svg new file mode 100644 index 000000000..741534bbd --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/minimize-symbolic@2.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/radio-checked-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/radio-checked-symbolic.svg new file mode 100644 index 000000000..67beb46b3 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/radio-checked-symbolic.svg @@ -0,0 +1,42 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/radio-checked-symbolic@2.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/radio-checked-symbolic@2.svg new file mode 100644 index 000000000..bf51d9ec8 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/radio-checked-symbolic@2.svg @@ -0,0 +1,43 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/radio-mixed-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/radio-mixed-symbolic.svg new file mode 100644 index 000000000..b4808a6b5 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/radio-mixed-symbolic.svg @@ -0,0 +1,43 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/radio-mixed-symbolic@2.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/radio-mixed-symbolic@2.svg new file mode 100644 index 000000000..3ea0541a9 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/radio-mixed-symbolic@2.svg @@ -0,0 +1,44 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-horz-marks-after-slider-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-horz-marks-after-slider-symbolic.svg new file mode 100644 index 000000000..de0d7899f --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-horz-marks-after-slider-symbolic.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-horz-marks-before-slider-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-horz-marks-before-slider-symbolic.svg new file mode 100644 index 000000000..7f0235f10 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-horz-marks-before-slider-symbolic.svg @@ -0,0 +1,47 @@ + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-slider-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-slider-symbolic.svg new file mode 100644 index 000000000..4b00bc195 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-slider-symbolic.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-vert-marks-after-slider-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-vert-marks-after-slider-symbolic.svg new file mode 100644 index 000000000..37d9c04b0 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-vert-marks-after-slider-symbolic.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-vert-marks-before-slider-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-vert-marks-before-slider-symbolic.svg new file mode 100644 index 000000000..1bc5cb6ff --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-vert-marks-before-slider-symbolic.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg new file mode 100644 index 000000000..4759e3243 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg @@ -0,0 +1,43 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic@2.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic@2.svg new file mode 100644 index 000000000..a44f5c9fb --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic@2.svg @@ -0,0 +1,44 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-checkbox-mixed-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-checkbox-mixed-symbolic.svg new file mode 100644 index 000000000..d621934bb --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-checkbox-mixed-symbolic.svg @@ -0,0 +1,42 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-checkbox-mixed-symbolic@2.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-checkbox-mixed-symbolic@2.svg new file mode 100644 index 000000000..91c7006b1 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-checkbox-mixed-symbolic@2.svg @@ -0,0 +1,43 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg new file mode 100644 index 000000000..f2c9cf9fe --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg @@ -0,0 +1,38 @@ + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-radio-checked-symbolic@2.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-radio-checked-symbolic@2.svg new file mode 100644 index 000000000..a06db4cde --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-radio-checked-symbolic@2.svg @@ -0,0 +1,39 @@ + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-radio-mixed-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-radio-mixed-symbolic.svg new file mode 100644 index 000000000..d621934bb --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-radio-mixed-symbolic.svg @@ -0,0 +1,42 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-radio-mixed-symbolic@2.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-radio-mixed-symbolic@2.svg new file mode 100644 index 000000000..91c7006b1 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-radio-mixed-symbolic@2.svg @@ -0,0 +1,43 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/unmaximize-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/unmaximize-symbolic.svg new file mode 100644 index 000000000..492d47a23 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/unmaximize-symbolic.svg @@ -0,0 +1,46 @@ + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/unmaximize-symbolic@2.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/unmaximize-symbolic@2.svg new file mode 100644 index 000000000..85f4f3a8e --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/unmaximize-symbolic@2.svg @@ -0,0 +1,4 @@ + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png new file mode 100644 index 000000000..00d08bd31 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png new file mode 100644 index 000000000..25abeb600 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png new file mode 100644 index 000000000..bb5607fb1 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png new file mode 100644 index 000000000..d6065db74 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png new file mode 100644 index 000000000..5861d66a6 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png new file mode 100644 index 000000000..52907bf63 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider.png new file mode 100644 index 000000000..29f1fcaa7 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider@2.png new file mode 100644 index 000000000..47b16ec73 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png new file mode 100644 index 000000000..22b3bc932 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png new file mode 100644 index 000000000..818c7edab Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png new file mode 100644 index 000000000..e5f083e39 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png new file mode 100644 index 000000000..2e8b6c7a4 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png new file mode 100644 index 000000000..239ca9a1f Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png new file mode 100644 index 000000000..adc1af7ba Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider.png new file mode 100644 index 000000000..3a4aa7f24 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider@2.png new file mode 100644 index 000000000..9dd390fb9 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png new file mode 100644 index 000000000..3231d1b44 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png new file mode 100644 index 000000000..78cff7e73 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png new file mode 100644 index 000000000..1bd736e2e Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png new file mode 100644 index 000000000..25f37aba2 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png new file mode 100644 index 000000000..8e9a3e2ed Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png new file mode 100644 index 000000000..47f06af37 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider.png new file mode 100644 index 000000000..fedff3d86 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider@2.png new file mode 100644 index 000000000..6215f7c45 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png new file mode 100644 index 000000000..5679039fc Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png new file mode 100644 index 000000000..03926a9f5 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png new file mode 100644 index 000000000..61283d73a Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png new file mode 100644 index 000000000..690689c3e Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png new file mode 100644 index 000000000..040f9f6c4 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png new file mode 100644 index 000000000..593ef55ae Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider.png new file mode 100644 index 000000000..57825fd77 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider@2.png new file mode 100644 index 000000000..b828dae4d Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png new file mode 100644 index 000000000..8dbedf610 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png new file mode 100644 index 000000000..d4b23d5ec Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-checked.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-checked.png new file mode 100644 index 000000000..a223d1ffe Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-checked.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-checked@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-checked@2.png new file mode 100644 index 000000000..a7723f1d5 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-checked@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png new file mode 100644 index 000000000..f6b914e58 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png new file mode 100644 index 000000000..29ecf2b8a Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-unchecked.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-unchecked.png new file mode 100644 index 000000000..40ff92e03 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-unchecked.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png new file mode 100644 index 000000000..8e87ea7e0 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/gtk-dark.css b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/gtk-dark.css new file mode 100644 index 000000000..f95aae349 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/gtk-dark.css @@ -0,0 +1,8075 @@ +@keyframes ripple { + to { + background-size: 1000% 1000%; + } +} + +@keyframes ripple-on-slider { + to { + background-size: auto, 1000% 1000%; + } +} + +@keyframes ripple-on-headerbar { + from { + background-image: radial-gradient(circle, #89b4fa 0%, transparent 0%); + } + to { + background-image: radial-gradient(circle, #89b4fa 100%, transparent 0%); + } +} + +* { + background-clip: padding-box; + -GtkToolButton-icon-spacing: 0; + -GtkTextView-error-underline-color: #F44336; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkToolItemGroup-expander-size: 11; + -GtkWidget-text-handle-width: 24; + -GtkWidget-text-handle-height: 24; + -GtkDialog-button-spacing: 6; + -GtkDialog-action-area-border: 6; + outline-style: solid; + outline-width: 2px; + outline-color: transparent; + outline-offset: -4px; + -gtk-outline-radius: 6px; + -gtk-secondary-caret-color: #89b4fa; +} + +*:focus { + outline-color: alpha(currentColor, 0.1); +} + +XfdesktopIconView.view:active, calendar.raven-calendar:selected, box.vertical > widget > widget:selected, calendar:selected, .csd treeview.view:selected, modelbutton.flat:selected, +.menuitem.button.flat:selected, .background.csd .view:selected { + color: #FFFFFF; + background-color: alpha(currentColor, 0.1); +} + +.nemo-window .view selection, .nemo-window .view:selected, .nautilus-window notebook .view:not(treeview) selection, .nautilus-window notebook .view:not(treeview):selected, .nautilus-window flowboxchild:selected .icon-item-background, flowbox flowboxchild:selected { + color: #89b4fa; + background-color: rgba(137, 180, 250, 0.2); +} + +.nemo-window .nemo-window-pane widget.entry:selected, window.background.csd evview.view.content-view:selected, window.background.csd evview.view.content-view:selected:backdrop, .nautilus-window.background.csd notebook widget.view:selected, spinbutton.vertical selection, spinbutton:not(.vertical) selection, +entry selection, label selection, textview text selection:focus, textview text selection, widget.view:selected, .view:selected { + color: rgba(0, 0, 0, 0.87); + background-color: #89b4fa; +} + +.linked:not(.vertical) > button, .linked:not(.vertical) > spinbutton.vertical, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry { + border-radius: 0; +} + +.linked:not(.vertical) > button:first-child, .linked:not(.vertical) > spinbutton.vertical:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; +} + +.linked:not(.vertical) > button:last-child, .linked:not(.vertical) > spinbutton.vertical:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} + +.linked:not(.vertical) > button:only-child, .linked:not(.vertical) > spinbutton.vertical:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child { + border-radius: 6px; +} + +.linked.vertical > button, .linked.vertical > spinbutton.vertical, .linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry { + border-radius: 0; +} + +.linked.vertical > button:first-child, .linked.vertical > spinbutton.vertical:first-child, .linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child { + border-top-left-radius: 6px; + border-top-right-radius: 6px; +} + +.linked.vertical > button:last-child, .linked.vertical > spinbutton.vertical:last-child, .linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; +} + +.linked.vertical > button:only-child, .linked.vertical > spinbutton.vertical:only-child, .linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child { + border-radius: 6px; +} + +/*************** + * Base States * + ***************/ +.background { + background-color: #1e1e2e; + color: #FFFFFF; +} + +.background.csd { + border-radius: 0 0 12px 12px; +} + +.background.maximized, .background.solid-csd { + border-radius: 0; +} + +*:disabled { + -gtk-icon-effect: dim; +} + +.gtkstyle-fallback { + background-color: #1e1e2e; + color: #FFFFFF; +} + +.gtkstyle-fallback:hover { + background-color: #14141f; + color: #FFFFFF; +} + +.gtkstyle-fallback:active { + background-color: #0a0a0f; + color: #FFFFFF; +} + +.gtkstyle-fallback:disabled { + background-color: #1e1e2e; + color: rgba(255, 255, 255, 0.5); +} + +.gtkstyle-fallback:selected { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + +.view { + background-color: #1e1e2e; + color: #FFFFFF; +} + +.view:hover { + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); +} + +.view:disabled { + color: rgba(255, 255, 255, 0.5); +} + +.view:selected:hover { + box-shadow: none; +} + +window.background.csd > stack.view { + border-radius: 0 0 12px 12px; +} + +textview text { + background-color: #1e1e2e; +} + +textview border { + background-color: #11111b; + color: rgba(255, 255, 255, 0.7); +} + +iconview:hover, iconview:selected { + border-radius: 6px; +} + +.rubberband, +rubberband, +XfdesktopIconView.view .rubberband, +.content-view rubberband, +.content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view .rubberband, +.content-view treeview.view rubberband, +.content-view treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view treeview.view .rubberband, +treeview.view .content-view rubberband, +treeview.view .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view .content-view .rubberband, +.content-view treeview.view flowbox rubberband, +.content-view treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view treeview.view flowbox .rubberband, +treeview.view flowbox .content-view rubberband, +treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view flowbox .content-view .rubberband, +.content-view flowbox treeview.view rubberband, +.content-view flowbox treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view flowbox treeview.view .rubberband, +flowbox treeview.view .content-view rubberband, +flowbox treeview.view .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view .content-view .rubberband, +.content-view treeview.view flowbox treeview.view rubberband, +.content-view treeview.view flowbox treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view treeview.view flowbox treeview.view .rubberband, +treeview.view flowbox treeview.view .content-view rubberband, +treeview.view flowbox treeview.view .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view flowbox treeview.view .content-view .rubberband, +.content-view flowbox treeview.view flowbox rubberband, +.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, +flowbox treeview.view flowbox .content-view rubberband, +flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband, +.content-view .rubberband, +treeview.view rubberband, +treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view .rubberband, +treeview.view .content-view rubberband, +treeview.view .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view .content-view .rubberband, +.content-view treeview.view rubberband, +.content-view treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view treeview.view .rubberband, +.content-view treeview.view flowbox rubberband, +.content-view treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view treeview.view flowbox .rubberband, +treeview.view flowbox .content-view rubberband, +treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view flowbox .content-view .rubberband, +.content-view flowbox treeview.view rubberband, +.content-view flowbox treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view flowbox treeview.view .rubberband, +flowbox treeview.view .content-view rubberband, +flowbox treeview.view .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view .content-view .rubberband, +.content-view flowbox treeview.view flowbox rubberband, +.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, +flowbox treeview.view flowbox .content-view rubberband, +flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband, +treeview.view .content-view .rubberband, +.content-view treeview.view .rubberband, +treeview.view flowbox rubberband, +treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view flowbox .rubberband, +treeview.view flowbox .content-view rubberband, +treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view flowbox .content-view .rubberband, +.content-view treeview.view flowbox rubberband, +.content-view treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view treeview.view flowbox .rubberband, +treeview.view .content-view flowbox rubberband, +treeview.view .content-view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view .content-view flowbox .rubberband, +treeview.view .content-view flowbox treeview.view rubberband, +treeview.view .content-view flowbox treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view .content-view flowbox treeview.view .rubberband, +.content-view flowbox treeview.view flowbox rubberband, +.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, +flowbox treeview.view flowbox .content-view rubberband, +flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband, +flowbox treeview.view rubberband, +flowbox treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view .rubberband, +flowbox treeview.view .content-view rubberband, +flowbox treeview.view .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view .content-view .rubberband, +.content-view flowbox treeview.view rubberband, +.content-view flowbox treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view flowbox treeview.view .rubberband, +flowbox .content-view treeview.view rubberband, +flowbox .content-view treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox .content-view treeview.view .rubberband, +flowbox .content-view treeview.view flowbox rubberband, +flowbox .content-view treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox .content-view treeview.view flowbox .rubberband, +.content-view flowbox treeview.view flowbox rubberband, +.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, +flowbox treeview.view flowbox .content-view rubberband, +flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband, +flowbox rubberband, +flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox .rubberband, +flowbox .content-view treeview.view rubberband, +flowbox .content-view treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox .content-view treeview.view .rubberband, +.content-view treeview.view flowbox rubberband, +.content-view treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view treeview.view flowbox .rubberband, +flowbox treeview.view .content-view rubberband, +flowbox treeview.view .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view .content-view .rubberband, +treeview.view .content-view flowbox rubberband, +treeview.view .content-view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view .content-view flowbox .rubberband, +treeview.view flowbox .content-view rubberband, +treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view flowbox .content-view .rubberband, +.content-view flowbox treeview.view rubberband, +.content-view flowbox treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view flowbox treeview.view .rubberband, +.content-view flowbox treeview.view flowbox rubberband, +.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, +flowbox treeview.view flowbox .content-view rubberband, +flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband, +flowbox treeview.view rubberband, +flowbox treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view .rubberband, +flowbox treeview.view .content-view rubberband, +flowbox treeview.view .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view .content-view .rubberband, +.content-view flowbox treeview.view rubberband, +.content-view flowbox treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view flowbox treeview.view .rubberband, +flowbox .content-view treeview.view rubberband, +flowbox .content-view treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox .content-view treeview.view .rubberband, +flowbox .content-view treeview.view flowbox rubberband, +flowbox .content-view treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox .content-view treeview.view flowbox .rubberband, +.content-view flowbox treeview.view flowbox rubberband, +.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, +flowbox treeview.view flowbox .content-view rubberband, +flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband, +treeview.view flowbox rubberband, +treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view flowbox .rubberband, +treeview.view flowbox .content-view rubberband, +treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view flowbox .content-view .rubberband, +.content-view treeview.view flowbox rubberband, +.content-view treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view treeview.view flowbox .rubberband, +treeview.view .content-view flowbox rubberband, +treeview.view .content-view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view .content-view flowbox .rubberband, +.content-view flowbox treeview.view flowbox rubberband, +.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, +flowbox treeview.view flowbox .content-view rubberband, +flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband { + border: 1px solid #89b4fa; + background-color: rgba(137, 180, 250, 0.3); +} + +flowbox flowboxchild { + padding: 3px; + border-radius: 6px; + color: #FFFFFF; +} + +flowbox flowboxchild button.osd.remove-button { + min-height: 28px; + min-width: 28px; + padding: 0; + margin: 6px; +} + +.content-view .tile:selected { + background-color: transparent; +} + +label { + caret-color: currentColor; +} + +label.separator { + color: rgba(255, 255, 255, 0.7); +} + +label:disabled { + color: rgba(255, 255, 255, 0.5); +} + +headerbar label:disabled, tab label:disabled, button label:disabled { + color: inherit; +} + +label.osd { + border-radius: 6px; + background-color: rgba(11, 11, 18, 0.9); + color: #FFFFFF; +} + +.dim-label { + color: rgba(255, 255, 255, 0.7); +} + +assistant .sidebar { + padding: 4px 0; +} + +assistant .sidebar label { + min-height: 36px; + padding: 0 12px; + color: rgba(255, 255, 255, 0.5); + font-weight: 500; +} + +assistant .sidebar label.highlight { + color: #FFFFFF; +} + +/********************* + * 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.vertical, spinbutton:not(.vertical), +entry { + min-height: 36px; + padding: 0 8px; + border-radius: 6px; + caret-color: currentColor; + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: #FFFFFF; +} + +spinbutton.vertical:focus, spinbutton:focus:not(.vertical), +entry:focus { + background-color: rgba(255, 255, 255, 0.08); + box-shadow: inset 0 0 0 2px #89b4fa; +} + +spinbutton.vertical:drop(active), spinbutton:drop(active):not(.vertical), +entry:drop(active) { + background-color: alpha(currentColor, 0.08); + box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); +} + +spinbutton.vertical:disabled, spinbutton:disabled:not(.vertical), +entry:disabled { + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: rgba(255, 255, 255, 0.5); +} + +spinbutton.flat.vertical, spinbutton.flat:not(.vertical), +entry.flat { + min-height: 0; + padding: 2px; + border-radius: 0; + background-color: transparent; +} + +spinbutton.vertical image, spinbutton:not(.vertical) image, +entry image { + color: rgba(255, 255, 255, 0.7); +} + +spinbutton.vertical image:hover, spinbutton:not(.vertical) image:hover, spinbutton.vertical image:active, spinbutton:not(.vertical) image:active, +entry image:hover, +entry image:active { + color: #FFFFFF; +} + +spinbutton.vertical image:disabled, spinbutton:not(.vertical) image:disabled, +entry image:disabled { + color: rgba(255, 255, 255, 0.5); +} + +spinbutton.vertical image.left, spinbutton:not(.vertical) image.left, +entry image.left { + margin-left: 2px; + margin-right: 6px; +} + +spinbutton.vertical image.right, spinbutton:not(.vertical) image.right, +entry image.right { + margin-left: 6px; + margin-right: 2px; +} + +spinbutton.vertical undershoot.left, spinbutton:not(.vertical) undershoot.left, +entry undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); + padding-left: 1px; + background-size: 1px 12px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left top; + margin: 0 4px; + margin: 4px 0; +} + +spinbutton.vertical undershoot.right, spinbutton:not(.vertical) undershoot.right, +entry undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); + padding-right: 1px; + background-size: 1px 12px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right top; + margin: 0 4px; + margin: 4px 0; +} + +spinbutton.error.vertical, spinbutton.error:not(.vertical), +entry.error { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: #FFFFFF; +} + +spinbutton.error.vertical:focus, spinbutton.error:focus:not(.vertical), +entry.error:focus { + background-color: rgba(255, 255, 255, 0.08); + box-shadow: inset 0 0 0 2px #F44336; +} + +spinbutton.error.vertical:disabled, spinbutton.error:disabled:not(.vertical), +entry.error:disabled { + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: rgba(255, 255, 255, 0.5); +} + +spinbutton.warning.vertical, spinbutton.warning:not(.vertical), +entry.warning { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: #FFFFFF; +} + +spinbutton.warning.vertical:focus, spinbutton.warning:focus:not(.vertical), +entry.warning:focus { + background-color: rgba(255, 255, 255, 0.08); + box-shadow: inset 0 0 0 2px #FBC02D; +} + +spinbutton.warning.vertical:disabled, spinbutton.warning:disabled:not(.vertical), +entry.warning:disabled { + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: rgba(255, 255, 255, 0.5); +} + +spinbutton.vertical progress, spinbutton:not(.vertical) progress, +entry progress { + margin: 2px -8px; + border-bottom: 2px solid #89b4fa; + background-color: transparent; +} + +treeview entry.flat, treeview entry { + background-color: #1e1e2e; +} + +treeview entry.flat, treeview entry.flat:focus, treeview entry, treeview entry:focus { + border-image: none; + box-shadow: none; +} + +.entry-tag, .photos-entry-tag, .documents-entry-tag { + margin: 2px; + border-radius: 9999px; + box-shadow: none; + background-color: rgba(255, 255, 255, 0.12); + color: #FFFFFF; +} + +.entry-tag:hover, .photos-entry-tag:hover, .documents-entry-tag:hover { + background-image: image(alpha(currentColor, 0.08)); +} + +:dir(ltr) .entry-tag, :dir(ltr) .photos-entry-tag, :dir(ltr) .documents-entry-tag { + margin-left: 4px; + margin-right: 0; + padding-left: 12px; + padding-right: 8px; +} + +:dir(rtl) .entry-tag, :dir(rtl) .photos-entry-tag, :dir(rtl) .documents-entry-tag { + margin-left: 0; + margin-right: 4px; + padding-left: 8px; + padding-right: 12px; +} + +.entry-tag.button, .button.photos-entry-tag, .button.documents-entry-tag { + box-shadow: none; + background-color: transparent; +} + +.entry-tag.button:not(:hover):not(:active), .button.photos-entry-tag:not(:hover):not(:active), .button.documents-entry-tag:not(:hover):not(:active) { + color: rgba(255, 255, 255, 0.7); +} + +/*********** + * Buttons * + ***********/ +@keyframes needs-attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#89b4fa), to(transparent)); + } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#89b4fa), to(transparent)); + } +} + +.xfce4-panel.background button, .raven-mpris button.image-button, .mate-panel-menu-bar button, infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button { + color: rgba(255, 255, 255, 0.7); +} + +.xfce4-panel.background button:focus, .raven-mpris button.image-button:focus, .mate-panel-menu-bar button:focus, infobar.warning > revealer > box button:focus, .xfce4-panel.background button:hover, .raven-mpris button.image-button:hover, .mate-panel-menu-bar button:hover, infobar.warning > revealer > box button:hover, .xfce4-panel.background button:active, .raven-mpris button.image-button:active, .mate-panel-menu-bar button:active, infobar.warning > revealer > box button:active, .xfce4-panel.background button:checked, .raven-mpris button.image-button:checked, .mate-panel-menu-bar button:checked, infobar.warning > revealer > box button:checked { + color: #FFFFFF; +} + +.xfce4-panel.background button:disabled, .raven-mpris button.image-button:disabled, .mate-panel-menu-bar button:disabled, infobar.warning > revealer > box button:disabled { + color: rgba(255, 255, 255, 0.32); +} + +.xfce4-panel.background button:checked:disabled, .raven-mpris button.image-button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, infobar.warning > revealer > box button:checked:disabled { + color: rgba(255, 255, 255, 0.5); +} + +actionbar > revealer > box .linked > button:not(.suggested-action):not(.destructive-action), button { + transition: all 75ms 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); + outline: none; + box-shadow: inset 0 0 0 9999px transparent; + background-color: rgba(255, 255, 255, 0.08); + background-image: radial-gradient(circle, transparent 10%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 1000% 1000%; + color: #FFFFFF; +} + +actionbar > revealer > box .linked > button:focus:not(.suggested-action):not(.destructive-action), button:focus { + box-shadow: 0 0 0 2px rgba(137, 180, 250, 0.35); +} + +actionbar > revealer > box .linked > button:hover:not(.suggested-action):not(.destructive-action), button:hover { + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); +} + +actionbar > revealer > box .linked > button:active:not(.suggested-action):not(.destructive-action), button:active { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; + 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, alpha(currentColor, 0.12) 10%, transparent 0%); + background-size: 0% 0%; +} + +actionbar > revealer > box .linked > button:disabled:not(.suggested-action):not(.destructive-action), button:disabled { + box-shadow: none; + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); +} + +actionbar > revealer > box .linked > button:checked:not(.suggested-action):not(.destructive-action), button:checked { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + +actionbar > revealer > box .linked > button:checked:hover:not(.suggested-action):not(.destructive-action), button:checked:hover { + box-shadow: inset 0 0 0 9999px transparent; +} + +actionbar > revealer > box .linked > button:checked:disabled:not(.suggested-action):not(.destructive-action), button:checked:disabled { + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1); + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); +} + +.raven .expander-button, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, +window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, +window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, +window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, +window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, .nautilus-window headerbar revealer > button, button.titlebutton:not(.suggested-action):not(.destructive-action), filechooser #pathbarbox > stack > box > button, button.close, button.circular, .inline-toolbar button:not(.text-button) { + border-radius: 9999px; +} + +.raven .expander-button label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle label, +window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) label, window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised label, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, +window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, +window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, +window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, .nautilus-window headerbar revealer > button label, button.titlebutton:not(.suggested-action):not(.destructive-action) label, filechooser #pathbarbox > stack > box > button label, button.close label, button.circular label, .inline-toolbar button:not(.text-button) label { + padding: 0; +} + +.pluma-window paned.horizontal box.vertical box.horizontal button.flat, .gedit-document-panel row button.flat, .nautilus-window .floating-bar button, placessidebar.sidebar row button.sidebar-button, notebook > header tab button.flat, spinbutton.vertical button, spinbutton:not(.vertical) button { + min-height: 24px; + min-width: 24px; + padding: 0; + border-radius: 9999px; +} + +button { + min-height: 24px; + min-width: 16px; + padding: 6px 10px; + border-radius: 6px; + font-weight: 500; +} + +button:drop(active) { + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); +} + +.budgie-session-dialog .linked.horizontal > button, +.budgie-polkit-dialog .linked.horizontal > button, +.budgie-run-dialog .linked.horizontal > button, .drop-shadow button, .budgie-panel button, .budgie-popover row button, .budgie-settings-window buttonbox.inline-toolbar button, #mate-menu button, #MatePanelPopupWindow button, popover.messagepopover .popover-action-area button, tabbox > tab button, placessidebar.sidebar row button.sidebar-button, calendar.button, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular, treeview.view header button button.circular, row.activatable button.circular, scrollbar button, notebook > header > tabs > arrow, spinbutton.vertical button, spinbutton:not(.vertical) button, modelbutton.flat, +.menuitem.button.flat, .nemo-window .toolbar button, #buttonbox_frame button, .xfce4-panel.background button, .raven stackswitcher.linked > button, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button, .lock-dialog button, .mate-panel-menu-bar button, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, +window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, layouttabbar button, filechooser #pathbarbox > stack > box > button, messagedialog .dialog-action-box button, messagedialog .dialog-action-box .linked:not(.vertical) > button, .app-notification button, actionbar > revealer > box button:not(.suggested-action):not(.destructive-action), popover.background.menu button, +popover.background button.model, .nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action), toolbar button, combobox > .linked:not(.vertical) > button:not(:only-child), button.flat { + transition: all 75ms 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); + outline: none; + box-shadow: inset 0 0 0 9999px transparent; + background-color: transparent; + background-image: radial-gradient(circle, transparent 10%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 1000% 1000%; + color: rgba(255, 255, 255, 0.7); +} + +.budgie-session-dialog .linked.horizontal > button:focus, +.budgie-polkit-dialog .linked.horizontal > button:focus, +.budgie-run-dialog .linked.horizontal > button:focus, .drop-shadow button:focus, .budgie-panel button:focus, .budgie-popover row button:focus, .budgie-settings-window buttonbox.inline-toolbar button:focus, #mate-menu button:focus, #MatePanelPopupWindow button:focus, popover.messagepopover .popover-action-area button:focus, tabbox > tab button:focus, placessidebar.sidebar row button.sidebar-button:focus, calendar.button:focus, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular:focus, treeview.view header button button.circular:focus, row.activatable button.circular:focus, scrollbar button:focus, notebook > header > tabs > arrow:focus, spinbutton.vertical button:focus, spinbutton:not(.vertical) button:focus, modelbutton.flat:focus, +.menuitem.button.flat:focus, .nemo-window .toolbar button:focus, #buttonbox_frame button:focus, .xfce4-panel.background button:focus, .raven stackswitcher.linked > button:focus, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:focus, .lock-dialog button:focus, .mate-panel-menu-bar button:focus, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, +window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, layouttabbar button:focus, filechooser #pathbarbox > stack > box > button:focus, messagedialog .dialog-action-box button:focus, messagedialog .dialog-action-box .linked:not(.vertical) > button:focus, .app-notification button:focus, actionbar > revealer > box button:focus:not(.suggested-action):not(.destructive-action), popover.background.menu button:focus, +popover.background button.model:focus, .nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), toolbar button:focus, combobox > .linked:not(.vertical) > button:focus:not(:only-child), button.flat:focus { + box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); + color: #FFFFFF; +} + +.budgie-session-dialog .linked.horizontal > button:hover, +.budgie-polkit-dialog .linked.horizontal > button:hover, +.budgie-run-dialog .linked.horizontal > button:hover, .drop-shadow button:hover, .budgie-panel button:hover, .budgie-popover row button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, #mate-menu button:hover, #MatePanelPopupWindow button:hover, popover.messagepopover .popover-action-area button:hover, tabbox > tab button:hover, placessidebar.sidebar row button.sidebar-button:hover, calendar.button:hover, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular:hover, treeview.view header button button.circular:hover, row.activatable button.circular:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, spinbutton.vertical button:hover, spinbutton:not(.vertical) button:hover, modelbutton.flat:hover, +.menuitem.button.flat:hover, .nemo-window .toolbar button:hover, #buttonbox_frame button:hover, .xfce4-panel.background button:hover, .raven stackswitcher.linked > button:hover, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:hover, .lock-dialog button:hover, .mate-panel-menu-bar button:hover, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, +window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, layouttabbar button:hover, filechooser #pathbarbox > stack > box > button:hover, messagedialog .dialog-action-box button:hover, messagedialog .dialog-action-box .linked:not(.vertical) > button:hover, .app-notification button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action), popover.background.menu button:hover, +popover.background button.model:hover, .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), toolbar button:hover, combobox > .linked:not(.vertical) > button:hover:not(:only-child), button.flat:hover { + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); + color: #FFFFFF; +} + +.budgie-session-dialog .linked.horizontal > button:active, +.budgie-polkit-dialog .linked.horizontal > button:active, +.budgie-run-dialog .linked.horizontal > button:active, .drop-shadow button:active, .budgie-panel button:active, .budgie-popover row button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, #mate-menu button:active, #MatePanelPopupWindow button:active, popover.messagepopover .popover-action-area button:active, tabbox > tab button:active, placessidebar.sidebar row button.sidebar-button:active, calendar.button:active, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular:active, treeview.view header button button.circular:active, row.activatable button.circular:active, scrollbar button:active, notebook > header > tabs > arrow:active, spinbutton.vertical button:active, spinbutton:not(.vertical) button:active, modelbutton.flat:active, +.menuitem.button.flat:active, .nemo-window .toolbar button:active, #buttonbox_frame button:active, .xfce4-panel.background button:active, .raven stackswitcher.linked > button:active, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:active, .lock-dialog button:active, .mate-panel-menu-bar button:active, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, +window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, layouttabbar button:active, filechooser #pathbarbox > stack > box > button:active, messagedialog .dialog-action-box button:active, messagedialog .dialog-action-box .linked:not(.vertical) > button:active, .app-notification button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action), popover.background.menu button:active, +popover.background button.model:active, .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), toolbar button:active, combobox > .linked:not(.vertical) > button:active:not(:only-child), button.flat:active { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; + 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, alpha(currentColor, 0.12) 10%, transparent 0%); + background-size: 0% 0%; + color: #FFFFFF; +} + +.budgie-session-dialog .linked.horizontal > button:disabled, +.budgie-polkit-dialog .linked.horizontal > button:disabled, +.budgie-run-dialog .linked.horizontal > button:disabled, .drop-shadow button:disabled, .budgie-panel button:disabled, .budgie-popover row button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, #mate-menu button:disabled, #MatePanelPopupWindow button:disabled, popover.messagepopover .popover-action-area button:disabled, tabbox > tab button:disabled, placessidebar.sidebar row button.sidebar-button:disabled, calendar.button:disabled, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular:disabled, treeview.view header button button.circular:disabled, row.activatable button.circular:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, spinbutton.vertical button:disabled, spinbutton:not(.vertical) button:disabled, modelbutton.flat:disabled, +.menuitem.button.flat:disabled, .nemo-window .toolbar button:disabled, #buttonbox_frame button:disabled, .xfce4-panel.background button:disabled, .raven stackswitcher.linked > button:disabled, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:disabled, .lock-dialog button:disabled, .mate-panel-menu-bar button:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, +window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, layouttabbar button:disabled, filechooser #pathbarbox > stack > box > button:disabled, messagedialog .dialog-action-box button:disabled, messagedialog .dialog-action-box .linked:not(.vertical) > button:disabled, .app-notification button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action), popover.background.menu button:disabled, +popover.background button.model:disabled, .nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action), toolbar button:disabled, combobox > .linked:not(.vertical) > button:disabled:not(:only-child), button.flat:disabled { + box-shadow: none; + background-color: transparent; + color: rgba(255, 255, 255, 0.32); +} + +.nemo-window .toolbar button:checked, #buttonbox_frame button:checked, .xfce4-panel.background button:checked, .raven stackswitcher.linked > button:checked, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:checked, .lock-dialog button:checked, .mate-panel-menu-bar button:checked, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, +window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, layouttabbar button:checked, filechooser #pathbarbox > stack > box > button:checked, messagedialog .dialog-action-box button:checked, messagedialog .dialog-action-box .linked:not(.vertical) > button:checked, .app-notification button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action), popover.background.menu button:checked, +popover.background button.model:checked, .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action), toolbar button:checked, combobox > .linked:not(.vertical) > button:checked:not(:only-child), button.flat:checked, button.flat:checked:hover { + background-color: alpha(currentColor, 0.1); + color: #FFFFFF; +} + +.nemo-window .toolbar button:checked:disabled, #buttonbox_frame button:checked:disabled, .xfce4-panel.background button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:checked:disabled, .lock-dialog button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, +window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, layouttabbar button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, messagedialog .dialog-action-box button:checked:disabled, .app-notification button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action), popover.background.menu button:checked:disabled, +popover.background button.model:checked:disabled, .nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), toolbar button:checked:disabled, combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), button.flat:checked:disabled { + background-color: alpha(currentColor, 0.1); + color: rgba(255, 255, 255, 0.5); +} + +button.text-button { + min-width: 32px; + padding-left: 16px; + padding-right: 16px; +} + +button.image-button { + min-width: 24px; + padding: 6px; +} + +button.text-button.image-button { + min-width: 24px; + padding: 6px; + border-radius: 6px; +} + +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.flat label:first-child { + margin-left: 6px; +} + +button.text-button.image-button.flat label:last-child { + margin-right: 6px; +} + +button.text-button.image-button image:not(:only-child) { + margin: 0 4px; +} + +.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { + border-radius: 6px; +} + +button.osd { + min-width: 24px; + min-width: 24px; + padding: 6px; + background-color: #11111b; + color: #FFFFFF; +} + +button.osd:focus { + box-shadow: none; +} + +button.osd:hover { + background-color: #35353d; + color: #FFFFFF; +} + +button.osd:active { + background-color: #4d4d54; + color: #FFFFFF; +} + +button.osd:disabled { + opacity: 0; +} + +button.osd.image-button, button.osd.circular { + padding: 12px; +} + +button.osd.image-button > image, button.osd.circular > image { + padding: 0; +} + +button.suggested-action { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); + box-shadow: none; +} + +button.suggested-action:disabled { + box-shadow: none; + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); +} + +button.suggested-action:hover { + box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(137, 180, 250, 0.2), 0 4px 3px 0 rgba(137, 180, 250, 0.14), 0 1px 6px 0 rgba(137, 180, 250, 0.12); +} + +button.suggested-action:checked { + background-color: rgba(103, 135, 188, 0.961); +} + +button.suggested-action:checked:hover { + box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(137, 180, 250, 0.3), 0 2px 3px -1px rgba(137, 180, 250, 0.24), 0 2px 5px 0 rgba(137, 180, 250, 0.12); +} + +button.suggested-action:focus { + box-shadow: 0 0 0 2px rgba(137, 180, 250, 0.35); +} + +button.suggested-action.flat { + background-color: transparent; + color: #89b4fa; +} + +button.suggested-action.flat:disabled { + box-shadow: none; + background-color: transparent; + color: rgba(255, 255, 255, 0.32); +} + +button.suggested-action.flat:checked { + background-color: rgba(137, 180, 250, 0.3); +} + +button.destructive-action { + background-color: #F44336; + color: #FFFFFF; + box-shadow: none; +} + +button.destructive-action:disabled { + box-shadow: none; + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); +} + +button.destructive-action:hover { + box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(244, 67, 54, 0.2), 0 4px 3px 0 rgba(244, 67, 54, 0.14), 0 1px 6px 0 rgba(244, 67, 54, 0.12); +} + +button.destructive-action:checked { + background-color: #f77b72; +} + +button.destructive-action:checked:hover { + box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(244, 67, 54, 0.3), 0 2px 3px -1px rgba(244, 67, 54, 0.24), 0 2px 5px 0 rgba(244, 67, 54, 0.12); +} + +button.destructive-action:focus { + box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.35); +} + +button.destructive-action.flat { + background-color: transparent; + color: #F44336; +} + +button.destructive-action.flat:disabled { + box-shadow: none; + background-color: transparent; + color: rgba(255, 255, 255, 0.32); +} + +button.destructive-action.flat:checked { + background-color: rgba(244, 67, 54, 0.3); +} + +.stack-switcher > button > label { + margin: 0 -6px; + padding: 0 6px; +} + +.stack-switcher > button > image { + margin: -3px -6px; + padding: 3px 6px; +} + +.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.close, button.circular { + min-width: 24px; + padding: 6px; +} + +stacksidebar.sidebar row.needs-attention > label, .stack-switcher > button.needs-attention > label, +.stack-switcher > button.needs-attention > image { + animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-repeat: no-repeat; + background-position: right 3px; + background-size: 6px 6px; +} + +stacksidebar.sidebar row.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > label:dir(rtl), +.stack-switcher > button.needs-attention > image:dir(rtl) { + background-position: left 3px; +} + +modelbutton.flat, +.menuitem.button.flat { + min-height: 28px; + padding: 0 8px; + border-radius: 6px; + color: #FFFFFF; +} + +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 { + color: #1e66f5; +} + +*:visited { + color: #BA68C8; +} + +button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { + color: #1e66f5; +} + +button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { + color: #BA68C8; +} + +button.link > 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:focus:not(:hover):not(:active):not(:disabled) { + box-shadow: inset 0 0 0 9999px transparent; + color: rgba(255, 255, 255, 0.7); +} + +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 { + padding: 0; +} + +spinbutton.vertical:disabled { + color: rgba(255, 255, 255, 0.5); +} + +spinbutton.vertical entry { + margin: 0; + border-image: none; + border-radius: 0; + box-shadow: none; + background-color: transparent; + min-height: 36px; + min-width: 42px; + padding: 0; +} + +spinbutton.vertical button { + padding: 0; + border: solid 6px transparent; +} + +spinbutton.vertical button:focus:not(:hover):not(:active) { + box-shadow: inset 0 0 0 9999px transparent; + color: rgba(255, 255, 255, 0.7); +} + +spinbutton.vertical button.up { + margin: 0 3px; +} + +spinbutton.vertical button.down { + margin: 0 3px; +} + +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 { + transition: none; +} + +combobox button.combo cellview:dir(ltr) { + margin-left: -2px; +} + +combobox button.combo cellview:dir(rtl) { + margin-right: -2px; +} + +combobox.linked button:nth-child(2):dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +combobox.linked button:nth-child(2):dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +combobox > .linked:not(.vertical) > entry:not(:only-child) { + border-radius: 6px; +} + +combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { + margin-right: -36px; + padding-right: 36px; +} + +combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { + margin-left: -36px; + padding-left: 36px; +} + +combobox > .linked:not(.vertical) > button:not(:only-child) { + min-height: 16px; + min-width: 16px; + margin: 6px; + padding: 4px; + border-radius: 6px; +} + +combobox > .linked > button.combo { + padding: 6px 10px; +} + +.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.linked.vertical > combobox:not(:first-child) > box > button.combo { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.linked.vertical > combobox:not(:last-child) > box > button.combo { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +button.combo:only-child { + border-radius: 6px; + font-weight: normal; + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: #FFFFFF; +} + +button.combo:only-child:focus { + background-color: alpha(currentColor, 0.08); + box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3); +} + +button.combo:only-child:hover { + background-color: alpha(currentColor, 0.08); + box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); +} + +button.combo:only-child:checked { + background-color: rgba(255, 255, 255, 0.08); + box-shadow: inset 0 0 0 2px #89b4fa; +} + +button.combo:only-child:disabled { + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: rgba(255, 255, 255, 0.5); +} + +/************ + * Toolbars * + ************/ +toolbar { + -GtkWidget-window-dragging: true; + padding: 2px 3px; + background-color: #1e1e2e; +} + +.osd toolbar { + background-color: transparent; +} + +frame.documents-dropdown, .app-notification, toolbar.osd { + transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); + padding: 6px; + border-radius: 12px; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #313244; +} + +frame.documents-dropdown:backdrop, .app-notification:backdrop, toolbar.osd:backdrop { + box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); +} + +frame.left.documents-dropdown, .left.app-notification, frame.right.documents-dropdown, .right.app-notification, frame.top.documents-dropdown, .top.app-notification, frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { + border-radius: 0; +} + +frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.bottom { + box-shadow: none; + background-color: transparent; + background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); +} + +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 1px; +} + +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(255, 255, 255, 0.12); + background-color: #11111b; +} + +.frame .inline-toolbar { + border-width: 1px 0 0; + background-color: transparent; +} + +searchbar > revealer > box, +.location-bar { + padding: 6px; + border-style: solid; + border-width: 0 0 1px; + border-color: rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; + background-clip: border-box; +} + +searchbar > revealer > box { + margin: -6px; +} + +/*************** + * Header bars * + ***************/ +.nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.7); +} + +.nemo-window .primary-toolbar .linked:not(.vertical) > button:not(.text-button), headerbar .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { + border-radius: 6px; +} + +.nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action) { + color: #FFFFFF; +} + +.nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.32); +} + +.nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { + background-color: transparent; + color: rgba(255, 255, 255, 0.5); +} + +.nemo-window .primary-toolbar button:backdrop:not(.text-button), headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.5); +} + +.nemo-window .primary-toolbar button:backdrop:focus:not(.text-button), headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:hover:not(.text-button), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:active:not(.text-button), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.7); +} + +.nemo-window .primary-toolbar button:backdrop:disabled:not(.text-button), headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.32); +} + +.nemo-window .primary-toolbar button:backdrop:checked:not(.text-button), headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.7); +} + +.nemo-window .primary-toolbar button:backdrop:checked:disabled:not(.text-button), headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.32); +} + +.nemo-window .primary-toolbar entry, .titlebar entry { + background-color: rgba(255, 255, 255, 0.04); + color: #FFFFFF; +} + +.nemo-window .primary-toolbar entry:disabled, .titlebar entry:disabled { + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); +} + +.nemo-window .primary-toolbar entry image, .titlebar entry image { + color: rgba(255, 255, 255, 0.7); +} + +.nemo-window .primary-toolbar entry image:hover, .titlebar entry image:hover, .nemo-window .primary-toolbar entry image:active, .titlebar entry image:active { + color: #FFFFFF; +} + +.nemo-window .primary-toolbar entry image:disabled, .titlebar entry image:disabled { + color: rgba(255, 255, 255, 0.5); +} + +.titlebar { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + background-color: #11111b; + color: #FFFFFF; + border-radius: 12px 12px 0 0; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +.titlebar:disabled { + color: rgba(255, 255, 255, 0.5); +} + +.titlebar:backdrop { + color: rgba(255, 255, 255, 0.7); +} + +.titlebar:backdrop:disabled { + color: rgba(255, 255, 255, 0.32); +} + +.csd .titlebar:backdrop { + background-color: #1e1e2e; +} + +.titlebar .title { + padding: 0 12px; + font-weight: bold; +} + +.titlebar .subtitle { + padding: 0 12px; + font-size: smaller; +} + +.titlebar .subtitle, +.titlebar .dim-label { + transition: color 75ms cubic-bezier(0, 0, 0.2, 1); + color: rgba(255, 255, 255, 0.7); +} + +.titlebar .subtitle:backdrop, +.titlebar .dim-label:backdrop { + color: rgba(255, 255, 255, 0.5); +} + +.titlebar .titlebar { + background-color: transparent; + box-shadow: none; +} + +.titlebar + separator, .titlebar + separator.sidebar { + background-color: #11111b; + background-image: none; + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +.titlebar + separator:backdrop, .titlebar + separator.sidebar:backdrop { + background-color: #1e1e2e; +} + +.titlebar.selection-mode + separator, .titlebar.selection-mode + separator.sidebar, .selection-mode .titlebar + separator, .selection-mode .titlebar + separator.sidebar { + background-color: #89b4fa; +} + +.titlebar.selection-mode + separator:backdrop, .titlebar.selection-mode + separator.sidebar:backdrop, .selection-mode .titlebar + separator:backdrop, .selection-mode .titlebar + separator.sidebar:backdrop { + background-color: #89b4fa; +} + +.background.csd.unified .titlebar + separator, .background.csd.unified .titlebar + separator.sidebar { + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +.titlebar .linked:not(.vertical) > entry { + border-radius: 6px; + margin-left: 3px; + margin-right: 3px; +} + +.titlebar button.suggested-action:disabled, .titlebar button.destructive-action:disabled { + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); +} + +.titlebar .path-bar button:not(.suggested-action):not(.destructive-action).text-button { + min-width: 0; + padding-left: 6px; + padding-right: 6px; +} + +.titlebar.selection-mode { + transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); + animation: ripple-on-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +.titlebar.selection-mode:backdrop { + color: rgba(0, 0, 0, 0.6); + background-color: #a6c7fb; +} + +.titlebar.selection-mode .subtitle:link { + color: rgba(0, 0, 0, 0.87); +} + +.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action) { + color: rgba(0, 0, 0, 0.87); +} + +.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):disabled { + color: rgba(0, 0, 0, 0.38); +} + +.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked { + color: rgba(0, 0, 0, 0.87); +} + +.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:disabled { + color: rgba(0, 0, 0, 0.38); +} + +.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:not(.titlebutton) { + color: rgba(0, 0, 0, 0.6); +} + +.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:disabled { + color: rgba(0, 0, 0, 0.3); +} + +.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked { + color: rgba(0, 0, 0, 0.6); +} + +.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled { + color: rgba(0, 0, 0, 0.3); +} + +.titlebar.selection-mode .selection-menu { + padding-left: 16px; + padding-right: 16px; +} + +.titlebar.selection-mode .selection-menu arrow { + -GtkArrow-arrow-scaling: 1; +} + +.titlebar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +.tiled .titlebar, .tiled-top .titlebar, .tiled-right .titlebar, .tiled-bottom .titlebar, .tiled-left .titlebar, .maximized .titlebar, .fullscreen .titlebar { + border-radius: 0; +} + +.titlebar.default-decoration { + min-height: 24px; + padding: 6px 12px; + border-radius: 12px 12px 0 0; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #11111b; +} + +.titlebar.default-decoration:backdrop { + background-color: #1e1e2e; +} + +.tiled .titlebar.default-decoration, .maximized .titlebar.default-decoration, .fullscreen .titlebar.default-decoration { + box-shadow: none; + border-radius: 0; +} + +.titlebar.default-decoration button.titlebutton { + min-height: 24px; + min-width: 24px; + margin: 0; + padding: 0; +} + +.background.csd .titlebar.default-decoration { + padding: 6px; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +.background:not(.csd) .titlebar.default-decoration button.titlebutton:active { + background-size: 1000% 1000%; +} + +.solid-csd .titlebar:dir(rtl), .solid-csd .titlebar:dir(ltr) { + border-radius: 0; + box-shadow: none; +} + +headerbar { + min-height: 48px; + padding: 0 6px; +} + +box.vertical headerbar { + background-color: #11111b; +} + +headerbar entry, +headerbar spinbutton, +headerbar button { + margin-top: 6px; + margin-bottom: 6px; +} + +headerbar button, headerbar button.image-button { + border-radius: 6px; +} + +headerbar > box.left, +headerbar > box.right { + padding: 0 6px; +} + +headerbar separator.titlebutton, headerbar separator.sidebar { + margin-top: 12px; + margin-bottom: 12px; + background-color: transparent; +} + +headerbar switch { + margin-top: 12px; + margin-bottom: 12px; +} + +headerbar spinbutton button { + margin-top: 0; + margin-bottom: 0; +} + +headerbar .entry-tag, headerbar .photos-entry-tag, headerbar .documents-entry-tag { + margin-top: 5px; + margin-bottom: 5px; +} + +headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) { + border-radius: 0; + margin: 0; + min-width: 120px; + padding: 0; +} + +headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box { + padding: 0 12px; +} + +headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action):focus { + box-shadow: none; +} + +headerbar.windowhandle > button.popup label, headerbar.windowhandle > button.popup image { + min-height: 0; +} + +headerbar.windowhandle viewswitchertitle > squeezer { + margin-top: 0; + margin-bottom: 0; + background: none; +} + +headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher { + margin: 0 0; + background: none; +} + +headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { + margin: 0; + padding: 0; + border-radius: 0; +} + +/************ + * Pathbars * + ************/ +.caja-pathbar button, +.path-bar.linked:not(.vertical) > button { + padding-left: 6px; + padding-right: 6px; + border-radius: 3px; + margin-left: 1px; + margin-right: 1px; + background-color: alpha(currentColor, 0.08); +} + +.caja-pathbar button:disabled, +.path-bar.linked:not(.vertical) > button:disabled { + background-color: alpha(currentColor, 0.05); +} + +.caja-pathbar button:first-child, +.path-bar.linked:not(.vertical) > button:first-child { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; +} + +.caja-pathbar button:last-child, +.path-bar.linked:not(.vertical) > button:last-child { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} + +.caja-pathbar button:checked, +.path-bar.linked:not(.vertical) > button:checked { + background-color: alpha(currentColor, 0.16); + color: #FFFFFF; +} + +.caja-pathbar button label, .caja-pathbar button image, +.path-bar.linked:not(.vertical) > button label, +.path-bar.linked:not(.vertical) > button image { + margin-left: 3px; + margin-right: 3px; +} + +.caja-pathbar button.slider-button, +.path-bar.linked:not(.vertical) > button.slider-button { + padding-left: 4px; + padding-right: 4px; +} + +/************** + * Tree Views * + **************/ +treeview.view { + border-left-color: rgba(255, 255, 255, 0.3); + border-top-color: rgba(255, 255, 255, 0.12); +} + +* { + -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; +} + +.csd treeview.view:not(:selected):not(:hover):not(.progressbar):not(.expander):not(.trough):not(.separator) { + background-color: transparent; +} + +treeview.view:selected { + background-image: image(alpha(currentColor, 0.1)); + background-color: #1e1e2e; + color: #FFFFFF; +} + +.csd treeview.view:selected { + background-image: none; +} + +treeview.view.separator { + min-height: 6px; + color: rgba(255, 255, 255, 0.12); +} + +treeview.view:drop(active) { + border-style: solid none; + border-width: 9999px; + border-color: alpha(currentColor, 0.08); +} + +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(255, 255, 255, 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: #FFFFFF; +} + +treeview.view.expander:disabled { + color: rgba(255, 255, 255, 0.32); +} + +treeview.view.progressbar { + border: none; + box-shadow: none; + background-color: #89b4fa; + background-image: none; + border-radius: 9999px; + color: rgba(0, 0, 0, 0.87); +} + +treeview.view.progressbar:selected, treeview.view.progressbar:selected:hover, treeview.view.progressbar:selected:focus { + box-shadow: none; + background-color: #9bbffb; + color: rgba(0, 0, 0, 0.87); +} + +treeview.view.progressbar:selected:backdrop, treeview.view.progressbar:selected:hover:backdrop, treeview.view.progressbar:selected:focus:backdrop { + color: rgba(0, 0, 0, 0.87); +} + +treeview.view.progressbar:backdrop, treeview.view.progressbar:selected:backdrop { + background-color: rgba(255, 255, 255, 0.3); +} + +treeview.view.trough { + border: none; + box-shadow: none; + background-color: rgba(255, 255, 255, 0.12); + background-image: none; + border-radius: 9999px; + padding: 0; + margin: 0; +} + +treeview.view.trough:selected, treeview.view.trough:selected:hover, treeview.view.trough:selected:focus { + box-shadow: none; + background-color: rgba(255, 255, 255, 0.12); +} + +treeview.view.trough:backdrop, treeview.view.trough:selected:backdrop { + background-color: rgba(255, 255, 255, 0.12); +} + +treeview.view header button { + padding: 2px 6px; + border-style: none solid solid none; + border-width: 1px; + border-color: rgba(255, 255, 255, 0.12); + border-radius: 0; + background-clip: border-box; +} + +treeview.view header button:not(:focus):not(:hover):not(:active) { + color: rgba(255, 255, 255, 0.7); +} + +treeview.view header button, treeview.view header button:disabled { + background-color: #1e1e2e; +} + +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(255, 255, 255, 0.12); + border-radius: 0; + box-shadow: none; + background-color: #1e1e2e; + background-clip: border-box; + color: #89b4fa; +} + +treeview.view acceleditor > label { + background-color: #89b4fa; +} + +/********* + * Menus * + *********/ +menubar, +.menubar { + -GtkWidget-window-dragging: true; + padding: 0; + background-color: #11111b; + color: #FFFFFF; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +menubar:backdrop, +.menubar:backdrop { + color: rgba(255, 255, 255, 0.7); + background-color: #1e1e2e; +} + +.csd menubar, .csd .menubar { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); +} + +menubar > menuitem, +.menubar > menuitem { + transition: none; + min-height: 20px; + padding: 4px 8px; + color: rgba(255, 255, 255, 0.7); + border-radius: 6px; +} + +menubar > menuitem:hover, +.menubar > menuitem:hover { + transition: none; + background-color: alpha(currentColor, 0.1); + color: #FFFFFF; +} + +menubar > menuitem:backdrop, +.menubar > menuitem:backdrop { + color: rgba(255, 255, 255, 0.5); +} + +menubar > menuitem:disabled, +.menubar > menuitem:disabled { + color: rgba(255, 255, 255, 0.32); +} + +menubar > menuitem label:disabled, +.menubar > menuitem label:disabled { + color: inherit; +} + +menubar > menuitem > window.background.csd.popup > decoration, +menubar > menuitem > window.background.csd.popup > menu, +.menubar > menuitem > window.background.csd.popup > decoration, +.menubar > menuitem > window.background.csd.popup > menu { + border-radius: 0 0 12px 12px; +} + +menubar > menuitem > window.popup.background > menu menuitem, +.menubar > menuitem > window.popup.background > menu menuitem { + transition: none; +} + +.background.popup { + background-color: transparent; +} + +menu, +.menu, +.context-menu { + margin: 6px; + padding: 6px; + background-color: #313244; + background-clip: border-box; + border-radius: 12px; + border: 1px solid #393947; +} + +.csd menu, .csd .menu, .csd .context-menu { + border: none; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); +} + +menu menuitem, +.menu menuitem, +.context-menu menuitem { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); + min-height: 20px; + min-width: 40px; + padding: 4px 8px; + color: #FFFFFF; + font: initial; + text-shadow: none; + border-radius: 6px; +} + +menu menuitem:hover, +.menu menuitem:hover, +.context-menu menuitem:hover { + background-color: alpha(currentColor, 0.08); +} + +menu menuitem:active, +.menu menuitem:active, +.context-menu menuitem:active { + background-color: alpha(currentColor, 0.12); +} + +menu menuitem:disabled, +.menu menuitem:disabled, +.context-menu menuitem:disabled { + color: rgba(255, 255, 255, 0.5); +} + +menu menuitem accelerator, +.menu menuitem accelerator, +.context-menu menuitem accelerator { + color: rgba(255, 255, 255, 0.7); +} + +menu menuitem:disabled accelerator, +.menu menuitem:disabled accelerator, +.context-menu menuitem:disabled accelerator { + color: rgba(255, 255, 255, 0.32); +} + +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 .view:selected, +.menu .view:selected, +.context-menu .view:selected { + background-color: #464757; +} + +menu > arrow, +.menu > arrow, +.context-menu > arrow { + min-height: 16px; + min-width: 16px; + padding: 4px; + background-color: #313244; + color: rgba(255, 255, 255, 0.7); +} + +menu > arrow.top, +.menu > arrow.top, +.context-menu > arrow.top { + margin-top: 0; + border-radius: 6px; + -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-radius: 6px; + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +menu > arrow:hover, +.menu > arrow:hover, +.context-menu > arrow:hover { + background-image: image(alpha(currentColor, 0.08)); + color: #FFFFFF; +} + +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; +} + +/************ + * Popovers * + ************/ +popover.background { + transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); + padding: 0; + background-color: #313244; + border-radius: 12px; +} + +popover.background, .csd popover.background { + border: 1px solid rgba(255, 255, 255, 0.1); + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.75); + background-clip: border-box; +} + +popover.background:backdrop, .csd popover.background:backdrop { + box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.75); +} + +popover.background > stack { + margin: 0; +} + +popover.background > toolbar { + margin: 0; +} + +popover.background > list, +popover.background > .view, +popover.background > toolbar { + border-style: none; + box-shadow: none; + background-color: transparent; +} + +popover.background > scrolledwindow > viewport.frame > list { + background-color: transparent; + padding: 6px; +} + +popover.background > scrolledwindow > viewport.frame > list > row { + border-radius: 6px; + padding: 6px; +} + +popover.background .view:not(:selected), +popover.background toolbar { + background-color: #313244; +} + +popover.background .linked > button:not(.radio) { + border-radius: 6px; +} + +popover.background .linked > button:not(.radio):first-child { + border-radius: 6px; +} + +popover.background .linked > button:not(.radio):last-child { + border-radius: 6px; +} + +popover.background .linked > button:not(.radio):only-child { + border-radius: 6px; +} + +popover.background.menu button, +popover.background button.model { + min-height: 32px; + padding: 0 8px; + border-radius: 6px; +} + +popover.background separator { + margin: 3px 0; +} + +popover.background list separator { + margin: 0; +} + +/************* + * Notebooks * + *************/ +tabbox > tab, notebook > header tab { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; + min-height: 24px; + min-width: 24px; + padding: 3px 12px; + border: none; + outline: none; + background-clip: padding-box; + color: rgba(255, 255, 255, 0.7); + font-weight: 500; + border-radius: 6px; +} + +tabbox > tab:hover, notebook > header tab:hover { + background-color: rgba(255, 255, 255, 0.04); + color: #FFFFFF; +} + +tabbox > tab:disabled, notebook > header tab:disabled { + color: rgba(255, 255, 255, 0.32); +} + +tabbox > tab:checked, notebook > header tab:checked { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + background-color: rgba(255, 255, 255, 0.15); + color: #FFFFFF; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); +} + +tabbox > tab:checked:disabled, notebook > header tab:checked:disabled { + color: rgba(255, 255, 255, 0.5); +} + +notebook { + background-color: #1e1e2e; +} + +frame > paned > notebook > header, notebook.frame > header { + background-color: rgba(255, 255, 255, 0.04); +} + +notebook.frame { + border-radius: 12px; +} + +notebook.frame scrolledwindow.frame { + border: none; +} + +notebook.frame frame > border { + border: none; + border-radius: 6px; +} + +notebook.frame frame > list row.activatable { + border-radius: 6px; +} + +notebook > header { + border: none; + background-color: rgba(255, 255, 255, 0.04); + padding: 3px; + margin: 3px; + border-radius: 9px; +} + +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: 0; + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); +} + +notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { + margin-right: 0; + -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: 0; + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); +} + +notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { + margin-bottom: 0; + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +notebook > header > tabs > arrow { + min-height: 16px; + min-width: 16px; + border-radius: 6px; +} + +notebook > header tab > box { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); + margin: -6px -12px; + padding: 6px 12px; +} + +notebook > header tab > box:drop(active) { + background-color: rgba(255, 255, 255, 0.12); + color: #FFFFFF; +} + +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 tab button.close-button { + min-width: 24px; + min-height: 24px; +} + +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: solid; +} + +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; +} + +notebook > stack:not(:only-child) { + background-color: transparent; + border-radius: 6px; +} + +/************** + * Scrollbars * + **************/ +scrollbar { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + background-color: #1e1e2e; +} + +* { + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; +} + +scrollbar.top { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +scrollbar.bottom { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +scrollbar.left { + border-right: 1px solid rgba(255, 255, 255, 0.12); +} + +scrollbar.right { + border-left: 1px solid rgba(255, 255, 255, 0.12); +} + +scrollbar slider { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); + min-width: 8px; + min-height: 8px; + border: 4px solid transparent; + border-radius: 9999px; + background-clip: padding-box; + background-color: rgba(255, 255, 255, 0.5); +} + +scrollbar slider:hover { + background-color: rgba(255, 255, 255, 0.7); +} + +scrollbar slider:active { + background-color: #FFFFFF; +} + +scrollbar slider:disabled { + background-color: rgba(255, 255, 255, 0.32); +} + +scrollbar.fine-tune slider { + 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(.fine-tune) slider { + transition-property: background-color, min-height, min-width; +} + +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(30, 30, 46, 0.3); +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { + min-width: 4px; + min-height: 4px; + margin: 3px; + border: 1px solid rgba(30, 30, 46, 0.3); + border-radius: 9999px; + background-color: rgba(255, 255, 255, 0.5); + background-clip: padding-box; + -gtk-icon-source: none; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { + background-color: rgba(255, 255, 255, 0.32); +} + +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(49, 50, 68, 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 75ms cubic-bezier(0, 0, 0.2, 1); + margin: 6px 0; + border: none; + border-radius: 9999px; + background-color: rgba(255, 255, 255, 0.5); + background-clip: padding-box; + font-size: 0; + color: transparent; +} + +switch:checked { + background-color: #89b4fa; +} + +switch:disabled { + opacity: 0.5; +} + +switch slider { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + min-width: 18px; + min-height: 18px; + margin: 3px; + border-radius: 9999px; + outline: none; + box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); + background-color: white; + border: none; + color: transparent; +} + +switch:focus slider, switch:hover slider, switch:focus:hover slider { + box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12); +} + +/************************* + * 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; +} + +.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: 20px; + min-width: 20px; + margin: 3px; + padding: 0; + border-radius: 9999px; + color: transparent; + background-color: rgba(255, 255, 255, 0.12); + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0, 0, 0.2, 1); +} + +check:hover, +radio:hover { + box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.04); + background-color: rgba(255, 255, 255, 0.15); +} + +check:active, +radio:active { + box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12); + background-color: rgba(255, 255, 255, 0.2); +} + +check:disabled, +radio:disabled { + background-color: rgba(255, 255, 255, 0.04); +} + +check:checked, check:indeterminate, +radio:checked, +radio:indeterminate { + color: rgba(0, 0, 0, 0.87); + background-color: #89b4fa; +} + +check:checked:hover, check:indeterminate:hover, +radio:checked:hover, +radio:indeterminate:hover { + box-shadow: 0 0 0 6px rgba(137, 180, 250, 0.15); + background-color: #bad3fc; +} + +check:checked:active, check:indeterminate:active, +radio:checked:active, +radio:indeterminate:active { + box-shadow: 0 0 0 6px rgba(137, 180, 250, 0.2); + background-color: #89b4fa; +} + +check:checked:disabled, check:indeterminate:disabled, +radio:checked:disabled, +radio:indeterminate:disabled { + color: rgba(0, 0, 0, 0.38); + background-color: rgba(137, 180, 250, 0.35); +} + +popover modelbutton.flat check, popover modelbutton.flat check:focus, popover modelbutton.flat check:hover, popover modelbutton.flat check:focus:hover, popover modelbutton.flat check:active, popover modelbutton.flat check:disabled, popover modelbutton.flat radio, popover modelbutton.flat radio:focus, popover modelbutton.flat radio:hover, 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.left:dir(rtl), popover modelbutton.flat radio.left:dir(rtl) { + margin-left: -3px; + margin-right: 6px; +} + +popover modelbutton.flat check.right:dir(ltr), popover modelbutton.flat radio.right:dir(ltr) { + margin-left: 6px; + margin-right: -3px; +} + +menu menuitem check, menu menuitem radio { + transition: none; + margin: 0; + padding: 0; +} + +menu menuitem check:dir(ltr), menu menuitem radio:dir(ltr) { + margin-right: 6px; + margin-left: -3px; +} + +menu menuitem check:dir(rtl), menu menuitem radio:dir(rtl) { + margin-left: 6px; + margin-right: -3px; +} + +menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem check:checked:hover, menu menuitem check:indeterminate:hover, menu menuitem radio, menu menuitem radio:hover, menu menuitem radio:disabled, menu menuitem radio:checked:hover, menu menuitem radio:indeterminate:hover { + box-shadow: none; +} + + +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:checked { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); +} + + +radio:indeterminate { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-mixed-symbolic.svg")); +} + +#MozillaGtkWidget > widget > checkbutton > check, +menu menuitem check { + min-height: 16px; + min-width: 16px; +} + +#MozillaGtkWidget > widget > checkbutton > check:checked, +menu menuitem check:checked { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")); +} + +#MozillaGtkWidget > widget > checkbutton > check:indeterminate, +menu menuitem check:indeterminate { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-mixed-symbolic.svg")); +} + +#MozillaGtkWidget > widget > radiobutton > radio, +menu menuitem radio { + min-height: 16px; + min-width: 16px; +} + +#MozillaGtkWidget > widget > radiobutton > radio:checked, +menu menuitem radio:checked { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")); +} + +#MozillaGtkWidget > widget > radiobutton > radio:indeterminate, +menu menuitem radio:indeterminate { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-mixed-symbolic.svg")); +} + +check:not(:checked):active { + -gtk-icon-transform: rotate(90deg); +} + +check:not(:checked):indeterminate:active, +radio:not(:checked):indeterminate:active { + -gtk-icon-transform: scaleX(-1); +} + +treeview.view radio, treeview.view check { + padding: 0; + margin: 0; +} + +treeview.view radio:not(:disabled):not(:checked):not(:indeterminate), treeview.view check:not(:disabled):not(:checked):not(:indeterminate) { + background-color: rgba(255, 255, 255, 0.12); +} + +treeview.view radio, treeview.view radio:hover, treeview.view radio:disabled, treeview.view radio:checked:hover, treeview.view radio:indeterminate:hover, treeview.view check, treeview.view check:hover, treeview.view check:disabled, treeview.view check:checked:hover, treeview.view check:indeterminate:hover { + box-shadow: none; +} + +treeview.view radio:checked, treeview.view radio:indeterminate, treeview.view check:checked, treeview.view check:indeterminate, treeview.view:hover radio:checked, treeview.view:hover radio:indeterminate, treeview.view:hover check:checked, treeview.view:hover check:indeterminate, treeview.view:selected radio:checked, treeview.view:selected radio:indeterminate, treeview.view:selected check:checked, treeview.view:selected check:indeterminate { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); + background-image: none; +} + +/************ + * GtkScale * + ************/ +scale { + min-height: 2px; + min-width: 2px; +} + +scale.horizontal { + padding: 17px 12px; +} + +scale.vertical { + padding: 12px 17px; +} + +scale slider { + min-height: 18px; + min-width: 18px; + margin: -8px; +} + +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: -7px; +} + +scale trough { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); + outline: none; + background-color: rgba(255, 255, 255, 0.3); +} + +scale trough:disabled { + background-color: rgba(255, 255, 255, 0.12); +} + +scale highlight { + transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); + background-image: image(#89b4fa); +} + +scale highlight:disabled { + background-color: #1e1e2e; + background-image: image(rgba(255, 255, 255, 0.32)); +} + +scale fill { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); + background-color: rgba(255, 255, 255, 0.3); +} + +scale fill:disabled { + background-color: transparent; +} + +scale slider { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + border-radius: 9999px; + color: #89b4fa; + background-color: #1e1e2e; + box-shadow: inset 0 0 0 2px #89b4fa; +} + +scale slider:hover { + box-shadow: inset 0 0 0 2px #89b4fa, 0 0 0 8px rgba(255, 255, 255, 0.12); +} + +scale slider:active { + box-shadow: inset 0 0 0 4px #89b4fa, 0 0 0 8px rgba(255, 255, 255, 0.12); +} + +scale slider:disabled { + box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.32); +} + +scale marks, +scale value { + color: rgba(255, 255, 255, 0.7); +} + +scale indicator { + background-color: rgba(255, 255, 255, 0.3); + color: transparent; +} + +scale.horizontal marks.top { + margin-bottom: 7px; + margin-top: -15px; +} + +scale.horizontal.fine-tune marks.top { + margin-bottom: 6px; + margin-top: -14px; +} + +scale.horizontal marks.bottom { + margin-top: 7px; + margin-bottom: -15px; +} + +scale.horizontal.fine-tune marks.bottom { + margin-top: 6px; + margin-bottom: -14px; +} + +scale.vertical marks.top { + margin-right: 7px; + margin-left: -15px; +} + +scale.vertical.fine-tune marks.top { + margin-right: 6px; + margin-left: -14px; +} + +scale.vertical marks.bottom { + margin-left: 7px; + margin-right: -15px; +} + +scale.vertical.fine-tune marks.bottom { + 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 { + transition: background-color 75ms 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); + min-height: 32px; + min-width: 32px; + margin: -15px; + border-radius: 50%; + background-size: auto, 1000% 1000%; + background-repeat: no-repeat; + background-position: center center; + background-color: transparent; +} + +scale.horizontal.marks-before:not(.marks-after) slider, scale.horizontal.marks-before:not(.marks-after) slider:hover, scale.horizontal.marks-before:not(.marks-after) slider:active, scale.horizontal.marks-before:not(.marks-after) slider:disabled { + box-shadow: none; +} + +scale.horizontal.marks-before:not(.marks-after) slider:focus { + background-color: alpha(currentColor, 0.08); +} + +scale.horizontal.marks-before:not(.marks-after) slider:hover { + background-color: alpha(currentColor, 0.08); +} + +scale.horizontal.marks-before:not(.marks-after) slider:focus:hover { + background-color: alpha(currentColor, 0.16); +} + +scale.horizontal.marks-before:not(.marks-after) slider:active { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; + animation: ripple-on-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-size: auto, 0% 0%; + background-color: alpha(currentColor, 0.08); +} + +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, transparent 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, transparent 10%, transparent 0%); +} + +scale.horizontal.marks-before:not(.marks-after) slider:active { + 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, alpha(currentColor, 0.12) 10%, transparent 0%); +} + +scale.horizontal.marks-after:not(.marks-before) slider { + transition: background-color 75ms 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); + min-height: 32px; + min-width: 32px; + margin: -15px; + border-radius: 50%; + background-size: auto, 1000% 1000%; + background-repeat: no-repeat; + background-position: center center; + background-color: transparent; +} + +scale.horizontal.marks-after:not(.marks-before) slider, scale.horizontal.marks-after:not(.marks-before) slider:hover, scale.horizontal.marks-after:not(.marks-before) slider:active, scale.horizontal.marks-after:not(.marks-before) slider:disabled { + box-shadow: none; +} + +scale.horizontal.marks-after:not(.marks-before) slider:focus { + background-color: alpha(currentColor, 0.08); +} + +scale.horizontal.marks-after:not(.marks-before) slider:hover { + background-color: alpha(currentColor, 0.08); +} + +scale.horizontal.marks-after:not(.marks-before) slider:focus:hover { + background-color: alpha(currentColor, 0.16); +} + +scale.horizontal.marks-after:not(.marks-before) slider:active { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; + animation: ripple-on-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-size: auto, 0% 0%; + background-color: alpha(currentColor, 0.08); +} + +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, transparent 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, transparent 10%, transparent 0%); +} + +scale.horizontal.marks-after:not(.marks-before) slider:active { + 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, alpha(currentColor, 0.12) 10%, transparent 0%); +} + +scale.vertical.marks-before:not(.marks-after) slider { + transition: background-color 75ms 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); + min-height: 32px; + min-width: 32px; + margin: -15px; + border-radius: 50%; + background-size: auto, 1000% 1000%; + background-repeat: no-repeat; + background-position: center center; + background-color: transparent; +} + +scale.vertical.marks-before:not(.marks-after) slider, scale.vertical.marks-before:not(.marks-after) slider:hover, scale.vertical.marks-before:not(.marks-after) slider:active, scale.vertical.marks-before:not(.marks-after) slider:disabled { + box-shadow: none; +} + +scale.vertical.marks-before:not(.marks-after) slider:focus { + background-color: alpha(currentColor, 0.08); +} + +scale.vertical.marks-before:not(.marks-after) slider:hover { + background-color: alpha(currentColor, 0.08); +} + +scale.vertical.marks-before:not(.marks-after) slider:focus:hover { + background-color: alpha(currentColor, 0.16); +} + +scale.vertical.marks-before:not(.marks-after) slider:active { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; + animation: ripple-on-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-size: auto, 0% 0%; + background-color: alpha(currentColor, 0.08); +} + +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, transparent 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, transparent 10%, transparent 0%); +} + +scale.vertical.marks-before:not(.marks-after) slider:active { + 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, alpha(currentColor, 0.12) 10%, transparent 0%); +} + +scale.vertical.marks-after:not(.marks-before) slider { + transition: background-color 75ms 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); + min-height: 32px; + min-width: 32px; + margin: -15px; + border-radius: 50%; + background-size: auto, 1000% 1000%; + background-repeat: no-repeat; + background-position: center center; + background-color: transparent; +} + +scale.vertical.marks-after:not(.marks-before) slider, scale.vertical.marks-after:not(.marks-before) slider:hover, scale.vertical.marks-after:not(.marks-before) slider:active, scale.vertical.marks-after:not(.marks-before) slider:disabled { + box-shadow: none; +} + +scale.vertical.marks-after:not(.marks-before) slider:focus { + background-color: alpha(currentColor, 0.08); +} + +scale.vertical.marks-after:not(.marks-before) slider:hover { + background-color: alpha(currentColor, 0.08); +} + +scale.vertical.marks-after:not(.marks-before) slider:focus:hover { + background-color: alpha(currentColor, 0.16); +} + +scale.vertical.marks-after:not(.marks-before) slider:active { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; + animation: ripple-on-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-size: auto, 0% 0%; + background-color: alpha(currentColor, 0.08); +} + +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, transparent 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, transparent 10%, transparent 0%); +} + +scale.vertical.marks-after:not(.marks-before) slider:active { + 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, alpha(currentColor, 0.12) 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: -13.5px; + margin-top: 11.5px; +} + +scale.color.vertical:dir(ltr) { + padding: 0 0 0 12px; +} + +scale.color.vertical:dir(ltr) slider { + margin-left: -13.5px; + margin-right: 11.5px; +} + +scale.color.vertical:dir(rtl) { + padding: 0 12px 0 0; +} + +scale.color.vertical:dir(rtl) slider { + margin-right: -13.5px; + margin-left: 11.5px; +} + +/***************** + * Progress bars * + *****************/ +progressbar { + color: rgba(255, 255, 255, 0.7); + font-size: smaller; +} + +progressbar.horizontal trough, +progressbar.horizontal progress { + min-height: 6px; +} + +progressbar.vertical trough, +progressbar.vertical progress { + min-width: 6px; +} + +progressbar trough { + border-radius: 6px; + background-color: rgba(255, 255, 255, 0.12); +} + +progressbar progress { + border-radius: 6px; + background-color: #89b4fa; +} + +progressbar.osd { + min-width: 6px; + min-height: 6px; + background-color: transparent; +} + +progressbar.osd trough { + background-color: transparent; +} + +progressbar.osd progress { + background-color: #89b4fa; +} + +progressbar trough.empty progress { + all: unset; +} + +/************* + * Level Bar * + *************/ +levelbar.horizontal block { + min-height: 6px; +} + +levelbar.horizontal.discrete block { + min-width: 36px; +} + +levelbar.horizontal.discrete block:not(:last-child) { + margin-right: 2px; +} + +levelbar.vertical block { + min-width: 6px; +} + +levelbar.vertical.discrete block { + min-height: 36px; +} + +levelbar.vertical.discrete block:not(:last-child) { + margin-bottom: 2px; +} + +levelbar trough { + border-radius: 6px; +} + +levelbar block.low { + background-color: #FBC02D; +} + +levelbar block.high, levelbar block:not(.empty) { + background-color: #89b4fa; +} + +levelbar block.full { + background-color: #66BB6A; +} + +levelbar block.empty { + background-color: rgba(255, 255, 255, 0.12); +} + +/**************** + * Print dialog * +*****************/ +printdialog paper { + padding: 0; + border: 1px solid rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; + color: #FFFFFF; +} + +printdialog .dialog-action-box { + margin: 12px; +} + +/********** + * Frames * + **********/ +frame > border, .frame { + margin: 0; + padding: 0; + border: 1px solid rgba(255, 255, 255, 0.12); + border-radius: 0; + box-shadow: none; +} + +.frame.view { + border-radius: 6px; +} + +.frame.flat { + border-style: none; +} + +frame.flat > border, frame > border.flat, statusbar frame > border { + border: none; +} + +actionbar > revealer > box { + padding: 6px; + border-top: 1px solid rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; + background-clip: border-box; +} + +.background.csd box.vertical > actionbar > revealer > box .background.csd box.vertical > revealer > actionbar > revealer > box { + border-radius: 0 0 12px 12px; +} + +scrolledwindow viewport.frame { + border: none; +} + +stack scrolledwindow.frame viewport.frame list { + border: none; +} + +overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(255, 255, 255, 0.07)), to(rgba(255, 255, 255, 0))); + background-size: 100% 5%, 100% 100%; + 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.5, to(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(255, 255, 255, 0.07)), to(rgba(255, 255, 255, 0))); + background-size: 100% 5%, 100% 100%; + 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.5, to(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(255, 255, 255, 0.07)), to(rgba(255, 255, 255, 0))); + background-size: 5% 100%, 100% 100%; + 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.5, to(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(255, 255, 255, 0.07)), to(rgba(255, 255, 255, 0))); + background-size: 5% 100%, 100% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; +} + +junction { + border-style: solid none none solid; + border-width: 1px; + border-color: rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; +} + +junction:dir(rtl) { + border-style: solid solid none none; +} + +separator { + min-width: 1px; + min-height: 1px; + background-color: rgba(255, 255, 255, 0.12); +} + +preferences stacksidebar.sidebar list separator, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) separator, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) separator, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) separator, window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list separator, +window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list separator, +window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list separator, .tweak-categories separator, placessidebar.sidebar list > separator, stacksidebar.sidebar + separator.vertical, +stacksidebar.sidebar separator.horizontal, button.font separator, button.file separator { + min-width: 0; + min-height: 0; + background-color: transparent; +} + +/********* + * Lists * + *********/ +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, preferencesgroup list, .geary-accounts-editor-pane list, window.background.csd.unified > deck > deck > deck list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet stack.background scrolledwindow > viewport list, hdyleaflet overlay scrolledwindow > viewport list, leaflet stack.background scrolledwindow > viewport list, leaflet overlay scrolledwindow > viewport list, box.horizontal > stack.background stack.background scrolledwindow > viewport list, box.horizontal > stack.background overlay scrolledwindow > viewport list, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list), list.tweak-group list, .tweak-group-startup, list.content:not(.conversation-listbox) { + border-radius: 7px; + box-shadow: none; + border: 1px solid rgba(255, 255, 255, 0.12); +} + +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, preferencesgroup list > separator, .geary-accounts-editor-pane list > separator, window.background.csd.unified > deck > deck > deck list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet stack.background scrolledwindow > viewport list > separator, hdyleaflet overlay scrolledwindow > viewport list > separator, leaflet stack.background scrolledwindow > viewport list > separator, leaflet overlay scrolledwindow > viewport list > separator, box.horizontal > stack.background stack.background scrolledwindow > viewport list > separator, box.horizontal > stack.background overlay scrolledwindow > viewport list > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator, list.tweak-group list > separator, .tweak-group-startup > separator, list.content:not(.conversation-listbox) > separator { + background: none; + min-height: 0; +} + +window.background.csd stack stack stack frame > list row, +window.background.csd > stack > stack > box > frame > list row, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list row, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list row, window.background.csd > stack > list row, +window.background.csd > stack > scrolledwindow > viewport > box > list row, preferencesgroup list row, .geary-accounts-editor-pane list row, window.background.csd.unified > deck > deck > deck list row, hdyleaflet list.view row, hdyleaflet list.frame row, leaflet list.view row, leaflet list.frame row, box.horizontal > stack.background list.view row, box.horizontal > stack.background list.frame row, hdyleaflet stack.background scrolledwindow > viewport list row, hdyleaflet overlay scrolledwindow > viewport list row, leaflet stack.background scrolledwindow > viewport list row, leaflet overlay scrolledwindow > viewport list row, box.horizontal > stack.background stack.background scrolledwindow > viewport list row, box.horizontal > stack.background overlay scrolledwindow > viewport list row, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row, leaflet frame:not(.view) list:not(.contacts-contact-list) row, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row, list.tweak-group list row, .tweak-group-startup row, list.content:not(.conversation-listbox) > row { + border-radius: 0; +} + +window.background.csd stack stack stack frame > list row:not(:first-child), window.background.csd > stack > list row:not(:first-child), preferencesgroup list row:not(:first-child), .geary-accounts-editor-pane list row:not(:first-child), window.background.csd.unified > deck > deck > deck list row:not(:first-child), hdyleaflet list.view row:not(:first-child), hdyleaflet list.frame row:not(:first-child), leaflet list.view row:not(:first-child), leaflet list.frame row:not(:first-child), box.horizontal > stack.background list.view row:not(:first-child), box.horizontal > stack.background list.frame row:not(:first-child), hdyleaflet stack.background scrolledwindow > viewport list row:not(:first-child), hdyleaflet overlay scrolledwindow > viewport list row:not(:first-child), leaflet stack.background scrolledwindow > viewport list row:not(:first-child), leaflet overlay scrolledwindow > viewport list row:not(:first-child), box.horizontal > stack.background stack.background scrolledwindow > viewport list row:not(:first-child), box.horizontal > stack.background overlay scrolledwindow > viewport list row:not(:first-child), hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:not(:first-child), leaflet frame:not(.view) list:not(.contacts-contact-list) row:not(:first-child), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:not(:first-child), list.tweak-group list row:not(:first-child), .tweak-group-startup row:not(:first-child), list.content:not(.conversation-listbox) > row:not(:first-child) { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +window.background.csd stack stack stack frame > list row:first-child, window.background.csd > stack > list row:first-child, preferencesgroup list row:first-child, .geary-accounts-editor-pane list row:first-child, window.background.csd.unified > deck > deck > deck list row:first-child, hdyleaflet list.view row:first-child, hdyleaflet list.frame row:first-child, leaflet list.view row:first-child, leaflet list.frame row:first-child, box.horizontal > stack.background list.view row:first-child, box.horizontal > stack.background list.frame row:first-child, hdyleaflet stack.background scrolledwindow > viewport list row:first-child, hdyleaflet overlay scrolledwindow > viewport list row:first-child, leaflet stack.background scrolledwindow > viewport list row:first-child, leaflet overlay scrolledwindow > viewport list row:first-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row:first-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:first-child, list.tweak-group list row:first-child, .tweak-group-startup row:first-child, list.content:not(.conversation-listbox) > row:first-child { + border-top-left-radius: 6px; + border-top-right-radius: 6px; +} + +window.background.csd stack stack stack frame > list row:last-child, window.background.csd > stack > list row:last-child, preferencesgroup list row:last-child, .geary-accounts-editor-pane list row:last-child, window.background.csd.unified > deck > deck > deck list row:last-child, hdyleaflet list.view row:last-child, hdyleaflet list.frame row:last-child, leaflet list.view row:last-child, leaflet list.frame row:last-child, box.horizontal > stack.background list.view row:last-child, box.horizontal > stack.background list.frame row:last-child, hdyleaflet stack.background scrolledwindow > viewport list row:last-child, hdyleaflet overlay scrolledwindow > viewport list row:last-child, leaflet stack.background scrolledwindow > viewport list row:last-child, leaflet overlay scrolledwindow > viewport list row:last-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row:last-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:last-child, list.tweak-group list row:last-child, .tweak-group-startup row:last-child, list.content:not(.conversation-listbox) > row:last-child { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; +} + +window.background.csd stack stack stack frame > list row:only-child, window.background.csd > stack > list row:only-child, preferencesgroup list row:only-child, .geary-accounts-editor-pane list row:only-child, window.background.csd.unified > deck > deck > deck list row:only-child, hdyleaflet list.view row:only-child, hdyleaflet list.frame row:only-child, leaflet list.view row:only-child, leaflet list.frame row:only-child, box.horizontal > stack.background list.view row:only-child, box.horizontal > stack.background list.frame row:only-child, hdyleaflet stack.background scrolledwindow > viewport list row:only-child, hdyleaflet overlay scrolledwindow > viewport list row:only-child, leaflet stack.background scrolledwindow > viewport list row:only-child, leaflet overlay scrolledwindow > viewport list row:only-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row:only-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:only-child, list.tweak-group list row:only-child, .tweak-group-startup row:only-child, list.content:not(.conversation-listbox) > row:only-child { + border-radius: 6px; +} + +window.background.csd stack stack stack frame > list row:focus, window.background.csd > stack > list row:focus, preferencesgroup list row:focus, .geary-accounts-editor-pane list row:focus, window.background.csd.unified > deck > deck > deck list row:focus, hdyleaflet list.view row:focus, hdyleaflet list.frame row:focus, leaflet list.view row:focus, leaflet list.frame row:focus, box.horizontal > stack.background list.view row:focus, box.horizontal > stack.background list.frame row:focus, hdyleaflet stack.background scrolledwindow > viewport list row:focus, hdyleaflet overlay scrolledwindow > viewport list row:focus, leaflet stack.background scrolledwindow > viewport list row:focus, leaflet overlay scrolledwindow > viewport list row:focus, box.horizontal > stack.background stack.background scrolledwindow > viewport list row:focus, box.horizontal > stack.background overlay scrolledwindow > viewport list row:focus, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:focus, leaflet frame:not(.view) list:not(.contacts-contact-list) row:focus, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:focus, list.tweak-group list row:focus, .tweak-group-startup row:focus, list.content:not(.conversation-listbox) > row:focus { + box-shadow: inset 0 0 0 1000px alpha(currentColor, 0.05); +} + +list { + border-color: rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; +} + +list row { + padding: 3px; +} + +list.navigation-sidebar { + padding: 3px; +} + +list.navigation-sidebar > row { + border-radius: 6px; +} + +.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable, treeview.view header button, row.activatable { + transition: all 75ms 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); + outline: none; + box-shadow: inset 0 0 0 9999px transparent; + background-image: radial-gradient(circle, transparent 10%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 1000% 1000%; +} + +.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:focus, treeview.view header button:focus, row.activatable:focus { + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.05); +} + +.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:hover, treeview.view header button:hover, row.activatable:hover { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, 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.05); +} + +.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.has-open-popup.activatable, treeview.view header button.has-open-popup, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:active, treeview.view header button:active, row.activatable.has-open-popup, row.activatable:active { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; + animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.05); + background-image: radial-gradient(circle, alpha(currentColor, 0.05) 10%, transparent 0%); + background-size: 0% 0%; +} + +row:selected { + color: inherit; + background-color: alpha(currentColor, 0.06); +} + +row:selected image, +row:selected label { + color: #FFFFFF; +} + +row:selected button image, +row:selected button label { + color: inherit; +} + +row:selected:disabled image, +row:selected:disabled label { + color: rgba(255, 255, 255, 0.5); +} + +/********************* + * App Notifications * + *********************/ +.app-notification { + margin: 8px; +} + +.app-notification button.text-button:not(:disabled) { + color: #89b4fa; +} + +.app-notification > box > label { + margin-left: 9px; +} + +.app-notification.frame, +.app-notification border { + border-style: none; +} + +/************* + * Expanders * + *************/ +expander title > arrow { + transition: all 75ms 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(255, 255, 255, 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: #FFFFFF; +} + +expander title > arrow:disabled { + color: rgba(255, 255, 255, 0.32); +} + +/************ + * Calendar * + ************/ +calendar { + padding: 1px; + border: 1px solid rgba(255, 255, 255, 0.12); + color: #FFFFFF; +} + +calendar:disabled { + color: rgba(255, 255, 255, 0.5); +} + +calendar:selected { + border-radius: 7px; +} + +calendar.header { + border-style: none none solid; + border-color: rgba(255, 255, 255, 0.12); + border-radius: 0; +} + +calendar.highlight { + color: rgba(255, 255, 255, 0.7); + font-weight: 500; +} + +calendar:indeterminate { + color: rgba(255, 255, 255, 0.32); +} + +/*********** + * Dialogs * + ***********/ +messagedialog.background { + background-color: #313244; +} + +messagedialog.background.csd { + border-bottom-left-radius: 12px; + border-bottom-right-radius: 12px; +} + +messagedialog .titlebar { + min-height: 24px; + border-style: none; + box-shadow: none; + background-color: #313244; + color: #FFFFFF; +} + +messagedialog .titlebar:backdrop { + background-color: #313244; + color: rgba(255, 255, 255, 0.7); +} + +messagedialog .dialog-action-box { + margin-top: -6px; +} + +messagedialog .dialog-action-box button, messagedialog .dialog-action-box button:first-child, messagedialog .dialog-action-box button:last-child, messagedialog .dialog-action-box .linked:not(.vertical) > button, messagedialog .dialog-action-box .linked:not(.vertical) > button:first-child, messagedialog .dialog-action-box .linked:not(.vertical) > button:last-child { + border-radius: 6px; +} + +messagedialog .dialog-action-box button:not(:last-child), messagedialog .dialog-action-box .linked:not(.vertical) > button:not(:last-child) { + margin-right: 6px; +} + +messagedialog .dialog-action-box button.suggested-action:not(:disabled), messagedialog .dialog-action-box .linked:not(.vertical) > button.suggested-action:not(:disabled) { + color: #89b4fa; +} + +messagedialog .dialog-action-box button.destructive-action:not(:disabled), messagedialog .dialog-action-box .linked:not(.vertical) > button.destructive-action:not(:disabled) { + color: #F44336; +} + +.csd filechooser { + background-color: #1e1e2e; + border-radius: 0 0 12px 12px; +} + +filechooser .dialog-action-box { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +filechooser #pathbarbox { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; +} + +filechooser stack.view { + background-color: transparent; + padding: 0; +} + +filechooser stack.view scrolledwindow { + background-color: transparent; + border-radius: 0 0 12px 0; +} + +filechooser stack.view scrolledwindow list { + background-color: transparent; +} + +filechooser stack.view > placesview { + background-color: transparent; +} + +filechooser stack.view > placesview > actionbar, filechooser stack.view > placesview > actionbar > revealer > box { + background-color: transparent; +} + +filechooser stack.view frame > border { + border: none; +} + +.csd filechooser placessidebar { + background: none; + border-bottom-left-radius: 12px; +} + +filechooser actionbar, filechooser actionbar > revealer > box { + background-color: transparent; +} + +/*********** + * Sidebar * + ***********/ +.sidebar { + border-style: none; +} + +stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:not(separator):dir(ltr), .sidebar:not(separator).left { + border-right: 1px solid rgba(255, 255, 255, 0.12); + 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(255, 255, 255, 0.12); + 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.sidebar list { + padding: 3px; + background-color: #1e1e2e; +} + +stacksidebar.sidebar row { + min-height: 32px; + padding: 0 3px; + border-radius: 6px; +} + +stacksidebar.sidebar row:selected { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); + font-weight: 500; +} + +stacksidebar.sidebar row:selected label, stacksidebar.sidebar row:selected image { + color: rgba(0, 0, 0, 0.87); +} + +stacksidebar.sidebar row + row { + margin-top: 3px; +} + +stacksidebar.sidebar row > label { + padding-left: 6px; + padding-right: 6px; + color: inherit; +} + +/**************** + * File chooser * + ****************/ +row image.sidebar-icon { + transition: color 75ms cubic-bezier(0, 0, 0.2, 1); + color: rgba(255, 255, 255, 0.7); +} + +row image.sidebar-icon:disabled { + color: rgba(255, 255, 255, 0.32); +} + +placessidebar.sidebar > viewport.frame { + border-style: none; +} + +placessidebar.sidebar list { + padding: 6px; +} + +placessidebar.sidebar row { + min-height: 32px; + margin: 0; + padding: 0; + border-radius: 6px; +} + +placessidebar.sidebar row > revealer { + padding: 0 8px 0 16px; +} + +placessidebar.sidebar row:selected { + background-color: rgba(255, 255, 255, 0.12); + font-weight: 500; +} + +placessidebar.sidebar row:disabled { + color: rgba(255, 255, 255, 0.5); +} + +placessidebar.sidebar row image.sidebar-icon:dir(ltr) { + padding-right: 8px; +} + +placessidebar.sidebar row image.sidebar-icon:dir(rtl) { + padding-left: 8px; +} + +placessidebar.sidebar row label.sidebar-label { + color: inherit; +} + +placessidebar.sidebar row label.sidebar-label:dir(ltr) { + padding-right: 2px; +} + +placessidebar.sidebar row label.sidebar-label:dir(rtl) { + padding-left: 2px; +} + +placessidebar.sidebar row.sidebar-placeholder-row { + background-color: alpha(currentColor, 0.08); +} + +placessidebar.sidebar row.sidebar-new-bookmark-row { + color: #89b4fa; +} + +placessidebar.sidebar row.sidebar-new-bookmark-row image.sidebar-icon { + color: #89b4fa; +} + +placessidebar.sidebar row:drop(active) { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, 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); +} + +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(255, 255, 255, 0.12)); + background-size: 1px 1px; + background-clip: content-box; +} + +paned > separator.wide { + min-width: 6px; + min-height: 6px; + background-color: #1e1e2e; + background-image: image(rgba(255, 255, 255, 0.12)), image(rgba(255, 255, 255, 0.12)); + 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: none; + margin-bottom: 0; +} + +infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { + background-color: #1e1e2e; +} + +infobar.info > revealer > box link:link, infobar.info:hover > revealer > box link:link, infobar.info:backdrop > revealer > box link:link { + color: rgba(0, 0, 0, 0.87); +} + +infobar.info > revealer > box button.text-button:not(:disabled):not(.suggested-action):not(.destructive-action), infobar.info:hover > revealer > box button.text-button:not(:disabled):not(.suggested-action):not(.destructive-action), infobar.info:backdrop > revealer > box button.text-button:not(:disabled):not(.suggested-action):not(.destructive-action) { + color: #89b4fa; +} + +infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + +infobar.action > revealer > box link:link, infobar.action:backdrop > revealer > box link:link, infobar.question > revealer > box link:link, infobar.question:backdrop > revealer > box link:link { + color: rgba(0, 0, 0, 0.87); +} + +infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { + color: rgba(0, 0, 0, 0.87); +} + +infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { + background-color: #71a4f9; +} + +infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { + background-color: #FBC02D; + color: rgba(0, 0, 0, 0.87); +} + +infobar.warning > revealer > box link:link, infobar.warning:backdrop > revealer > box link:link { + color: rgba(0, 0, 0, 0.87); +} + +infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { + color: rgba(0, 0, 0, 0.87); +} + +infobar.warning:hover > revealer > box { + background-color: #fbb814; +} + +infobar.error > revealer > box, infobar.error:backdrop > revealer > box { + background-color: #F44336; + color: #FFFFFF; +} + +infobar.error > revealer > box link:link, infobar.error:backdrop > revealer > box link:link { + color: #FFFFFF; +} + +infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { + color: #FFFFFF; +} + +infobar.error:hover > revealer > box { + background-color: #f32c1e; +} + +/************ + * Tooltips * + ************/ +tooltip { + box-shadow: none; +} + +tooltip.background { + background-color: rgba(11, 11, 18, 0.9); + color: #FFFFFF; + border-radius: 6px; +} + +tooltip.background.csd { + border-radius: 6px; + box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); +} + +tooltip decoration { + background-color: transparent; +} + +tooltip > box { + margin: -6px; + min-height: 24px; + padding: 4px 8px; +} + +/***************** + * Color Chooser * + *****************/ +colorswatch.top { + border-top-left-radius: 6px; + border-top-right-radius: 6px; +} + +colorswatch.top overlay { + border-top-left-radius: 6px; + border-top-right-radius: 6px; +} + +colorswatch.bottom { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; +} + +colorswatch.bottom overlay { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; +} + +colorswatch.left, colorswatch:first-child:not(.top) { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; +} + +colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; +} + +colorswatch.right, colorswatch:last-child:not(.bottom) { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} + +colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} + +colorswatch.dark { + color: #FFFFFF; +} + +colorswatch.light { + color: rgba(0, 0, 0, 0.87); +} + +colorswatch overlay { + transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); +} + +colorswatch overlay:hover { + box-shadow: 0 0 0 2px #89b4fa; +} + +colorswatch#add-color-button { + border-radius: 6px 0 0 6px; +} + +colorswatch#add-color-button:only-child { + border-radius: 6px; +} + +colorswatch#add-color-button overlay { + background-color: rgba(255, 255, 255, 0.04); +} + +colorswatch#add-color-button overlay:hover { + background-color: rgba(255, 255, 255, 0.12); + box-shadow: none; +} + +colorswatch#add-color-button overlay:active { + background-color: rgba(255, 255, 255, 0.3); +} + +colorswatch:disabled { + opacity: 0.5; +} + +colorswatch:disabled overlay { + box-shadow: none; +} + +colorswatch#editor-color-sample { + border-radius: 12px; +} + +colorswatch#editor-color-sample overlay { + border-radius: 12px; +} + +colorswatch#editor-color-sample overlay:hover { + box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -0.6px rgba(0, 0, 0, 0.17); +} + +colorchooser .popover.osd { + transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); + border-radius: 6px; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #313244; +} + +colorchooser .popover.osd:backdrop { + box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); +} + +/******** + * Misc * + ********/ +.content-view { + background-color: #1e1e2e; +} + +/********************** + * Window Decorations * + **********************/ +decoration { + transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); + border-radius: 12px; + box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75), 0 0 36px transparent; + margin: 8px; +} + +.background.csd decoration { + border: 1px solid rgba(255, 255, 255, 0.1); + background-clip: border-box; + background-color: #1e1e2e; +} + +decoration:backdrop { + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75), 0 0 36px 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; + border: none; +} + +.ssd decoration { + border: none; + border-radius: 12px 12px 0 0; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75); +} + +.metacity decoration { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border: none; +} + +.csd.popup decoration { + border-radius: 12px; + border: none; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.75); +} + +tooltip.csd decoration { + border-radius: 6px; + box-shadow: none; + border: none; +} + +messagedialog.csd decoration { + border-radius: 12px; + border: 1px solid rgba(255, 255, 255, 0.1); + background-color: #313244; + background-clip: border-box; +} + +.solid-csd decoration { + margin: 0; + padding: 2px; + border-radius: 0; + box-shadow: none; + background-color: #11111b; + border: 1px solid #393947; +} + +.solid-csd decoration:backdrop { + background-color: #1e1e2e; +} + +button.titlebutton:not(.suggested-action):not(.destructive-action) { + min-height: 16px; + min-width: 16px; + padding: 0; + margin: 0 4px; +} + +button.minimize.titlebutton:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:not(.suggested-action):not(.destructive-action), button.close.titlebutton:not(.suggested-action):not(.destructive-action) { + color: transparent; +} + +button.minimize.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.close.titlebutton:hover:not(.suggested-action):not(.destructive-action) { + box-shadow: none; +} + +button.minimize.titlebutton:active:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:active:not(.suggested-action):not(.destructive-action), button.close.titlebutton:active:not(.suggested-action):not(.destructive-action) { + box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.12); + background-image: radial-gradient(circle, rgba(0, 0, 0, 0.12) 10%, transparent 0%); +} + +button.minimize.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.minimize.titlebutton:active:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:active:not(.suggested-action):not(.destructive-action), button.close.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.close.titlebutton:active:not(.suggested-action):not(.destructive-action) { + color: rgba(0, 0, 0, 0.5); +} + +button.minimize.titlebutton:backdrop:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:backdrop:not(.suggested-action):not(.destructive-action), button.close.titlebutton:backdrop:not(.suggested-action):not(.destructive-action) { + background-color: rgba(255, 255, 255, 0.3); +} + +button.minimize.titlebutton:backdrop:hover:not(.suggested-action):not(.destructive-action), button.minimize.titlebutton:backdrop:active:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:backdrop:hover:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:backdrop:active:not(.suggested-action):not(.destructive-action), button.close.titlebutton:backdrop:hover:not(.suggested-action):not(.destructive-action), button.close.titlebutton:backdrop:active:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.5); +} + +button.minimize.titlebutton:not(.suggested-action):not(.destructive-action) { + background-color: #f9e2af; +} + +button.minimize.titlebutton:active:not(.suggested-action):not(.destructive-action) { + background-color: #fbe9c3; +} + +button.maximize.titlebutton:not(.suggested-action):not(.destructive-action) { + background-color: #a6e3a1; +} + +button.maximize.titlebutton:active:not(.suggested-action):not(.destructive-action) { + background-color: #bceab9; +} + +button.close.titlebutton:not(.suggested-action):not(.destructive-action) { + background-color: #f38ba8; +} + +button.close.titlebutton:active:not(.suggested-action):not(.destructive-action) { + background-color: #f6a8be; +} + +#MozillaGtkWidget.background headerbar.titlebar.default-decoration button.minimize.titlebutton, .background.csd headerbar.titlebar.default-decoration button.minimize.titlebutton:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.maximize.titlebutton, .background.csd headerbar.titlebar.default-decoration button.maximize.titlebutton:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.close.titlebutton, .background.csd headerbar.titlebar.default-decoration button.close.titlebutton:not(.suggested-action):not(.destructive-action) { + background-repeat: no-repeat; + background-size: 16px 16px; + background-position: center; +} + +#MozillaGtkWidget.background headerbar.titlebar.default-decoration button.minimize.titlebutton, .background.csd headerbar.titlebar.default-decoration button.minimize.titlebutton:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.maximize.titlebutton, .background.csd headerbar.titlebar.default-decoration button.maximize.titlebutton:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.close.titlebutton, .background.csd headerbar.titlebar.default-decoration button.close.titlebutton:not(.suggested-action):not(.destructive-action) { + box-shadow: none; + color: transparent; + animation: none; + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); +} + +#MozillaGtkWidget.background headerbar.titlebar.default-decoration button.minimize.titlebutton:hover, .background.csd headerbar.titlebar.default-decoration button.minimize.titlebutton:hover:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.minimize.titlebutton:active, .background.csd headerbar.titlebar.default-decoration button.minimize.titlebutton:active:not(.suggested-action):not(.destructive-action) { + background-image: -gtk-scaled(url("assets/scalable/minimize-symbolic.svg"), url("assets/scalable/minimize-symbolic@2.svg")); +} + +#MozillaGtkWidget.background headerbar.titlebar.default-decoration button.maximize.titlebutton:hover, .background.csd headerbar.titlebar.default-decoration button.maximize.titlebutton:hover:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.maximize.titlebutton:active, .background.csd headerbar.titlebar.default-decoration button.maximize.titlebutton:active:not(.suggested-action):not(.destructive-action) { + background-image: -gtk-scaled(url("assets/scalable/maximize-symbolic.svg"), url("assets/scalable/maximize-symbolic@2.svg")); +} + +#MozillaGtkWidget.background headerbar.titlebar.default-decoration button.close.titlebutton:hover, .background.csd headerbar.titlebar.default-decoration button.close.titlebutton:hover:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.close.titlebutton:active, .background.csd headerbar.titlebar.default-decoration button.close.titlebutton:active:not(.suggested-action):not(.destructive-action) { + background-image: -gtk-scaled(url("assets/scalable/close-symbolic.svg"), url("assets/scalable/close-symbolic@2.svg")); +} + +.background.csd.maximized headerbar.titlebar.default-decoration button.titlebutton:not(.suggested-action):not(.destructive-action).maximize:hover, .background.csd.maximized headerbar.titlebar.default-decoration button.titlebutton:not(.suggested-action):not(.destructive-action).maximize:active { + background-image: -gtk-scaled(url("assets/scalable/unmaximize-symbolic.svg"), url("assets/scalable/unmaximize-symbolic@2.svg")); +} + +.monospace { + font-family: monospace; +} + +/********************** + * Touch Copy & Paste * + **********************/ +cursor-handle { + color: #89b4fa; + -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(255, 255, 255, 0.12); + border-radius: 7px; + box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12); + background-color: #313244; + color: #FFFFFF; + font-size: smaller; +} + +:not(decoration):not(window):drop(active) { + caret-color: #89b4fa; +} + +stackswitcher { + min-height: 0; + padding: 3px; + border-radius: 9px; + background-color: rgba(255, 255, 255, 0.04); + border: none; +} + +stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { + margin: 0 0; + background-color: transparent; + border-radius: 6px; + padding: 3px 10px; +} + +stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { + min-width: 100px; +} + +stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):focus:not(:hover):not(:checked) { + box-shadow: none; +} + +stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + background-color: rgba(255, 255, 255, 0.15); + color: #FFFFFF; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06); +} + +stackswitcher button.text-button { + min-width: 100px; +} + +stackswitcher button.circular, +stackswitcher button.text-button.circular { + min-width: 36px; + min-height: 36px; + padding: 0; +} + +/********* + * Emoji * + *********/ +popover.emoji-picker { + padding: 0; +} + +popover.emoji-picker entry { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + border-image: none; + border-radius: 0; + box-shadow: none; + background-color: transparent; +} + +popover.emoji-picker scrolledwindow { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +button.emoji-section { + margin: 4px; +} + +button.emoji-section:checked { + color: #89b4fa; +} + +button.emoji-section:not(:last-child) { + margin-right: 0; +} + +popover.emoji-picker .emoji { + min-width: 3em; + min-height: 3em; + padding: 0 8px; +} + +popover.emoji-picker .emoji widget { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + border-radius: 6px; +} + +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.background.csd { + border-radius: 0 0 12px 12px; + background-color: #11111b; +} + +.nautilus-window.background.csd:backdrop { + background-color: #1e1e2e; +} + +.nautilus-window.background.csd > grid.horizontal > paned.horizontal > separator, +.nautilus-window.background.csd > deck > box.vertical > paned.horizontal > separator { + margin-left: 0; +} + +.nautilus-window.background.csd placessidebar > viewport.frame > list > separator { + background: none; +} + +.nautilus-window.background.csd.unified notebook { + border-radius: 0; +} + +.nautilus-window.background.csd:not(.unified) .nautilus-list-view { + background-color: transparent; + border-bottom-right-radius: 12px; +} + +.nautilus-window.background.csd:not(.unified) notebook { + background-color: #1e1e2e; + border-radius: 0 0 12px 12px; +} + +.nautilus-window.background.csd:not(.unified) notebook > stack { + background-color: transparent; +} + +.nautilus-window.background.csd:not(.unified) notebook scrolledwindow > .view:not(:selected):not(:hover):not(:checked) { + background-color: transparent; +} + +.nautilus-window.background.csd:not(.unified) notebook placesview > stack > frame > scrolledwindow > viewport > list { + background-color: transparent; +} + +.nautilus-window.background.csd:not(.unified) notebook placesview > actionbar { + background-color: transparent; + border-radius: 0 0 12px 12px; +} + +.nautilus-window.background.csd:not(.unified) notebook placesview > actionbar > revealer > box { + background-color: transparent; +} + +.nautilus-window.background.csd:not(.unified) paned > separator.wide { + min-width: 12px; + box-shadow: 12px 0 #1e1e2e; + background-color: #1e1e2e; + background-image: image(#2e2e36); +} + +.nautilus-window.maximized, .nautilus-window.maximized placessidebar { + border-radius: 0; +} + +.nautilus-window .floating-bar { + min-height: 32px; + padding: 0; + margin: 6px; + border: none; + border-radius: 6px; + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); + box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); +} + +.nautilus-window .floating-bar button { + margin: 4px; + color: rgba(0, 0, 0, 0.87); +} + +.nautilus-canvas-item.dim-label, +.nautilus-list-dim-label { + color: rgba(255, 255, 255, 0.7); +} + +.nemo-desktop.nemo-canvas-item, .caja-desktop.caja-canvas-item, +.nautilus-desktop.nautilus-canvas-item { + color: #FFFFFF; +} + +@keyframes nautilus-operations-button-needs-attention { + to { + background-color: alpha(currentColor, 0.08); + } +} + +.nautilus-operations-button-needs-attention { + animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 2 alternate; +} + +.nautilus-operations-button-needs-attention-multiple { + animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 6 alternate; +} + +.path-bar-box { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); + margin: 6px 0; + border-radius: 6px; +} + +.path-bar-box button { + margin: 0; +} + +.path-bar-box.width-maximized { + background-color: rgba(255, 255, 255, 0.04); +} + +.path-bar-box.background.frame { + border-style: none; + background-color: rgba(255, 255, 255, 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 .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { + padding-left: 12px; + padding-right: 12px; + margin-left: 1px; + margin-right: 1px; +} + +.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):first-child { + margin-left: 0; +} + +.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):last-child { + margin-right: 0; +} + +.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button { + min-width: 0; +} + +.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button.image-button image:not(:only-child) { + margin: 0; +} + +.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr), .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl) { + background-color: rgba(255, 255, 255, 0.08); +} + +.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr):disabled, .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl):disabled { + background-color: transparent; + color: rgba(255, 255, 255, 0.5); +} + +.windowhandle .linked.nautilus-path-bar { + background-color: rgba(255, 255, 255, 0.04); + border-radius: 6px; + margin: 6px 0; +} + +.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { + margin-top: 0; + margin-bottom: 0; +} + +.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir { + color: #FFFFFF; +} + +.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:hover, .windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:active { + background: none; + box-shadow: none; +} + +.disk-space-display.unknown { + background-color: rgba(255, 255, 255, 0.3); + color: rgba(255, 255, 255, 0.3); +} + +.disk-space-display.used { + background-color: #89b4fa; + color: #89b4fa; +} + +.disk-space-display.free { + background-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.12); +} + +.search-information { + padding: 2px; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; + color: #FFFFFF; +} + +.conflict-row:not(:selected) { + background-color: #604f2e; +} + +.nautilus-window flowboxchild .icon-item-background { + padding: 4px; + border-radius: 6px; +} + +.nautilus-window flowboxchild:selected { + background-color: transparent; +} + +.nautilus-window notebook :not(treeview).view { + border-radius: 6px; +} + +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(255, 255, 255, 0.12); +} + +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(255, 255, 255, 0.7); +} + +.nautilus-window paned > separator { + background-color: #11111b; +} + +/********* + * gedit * + *********/ +window.org-gnome-gedit > paned.titlebar > separator { + background-color: transparent; +} + +window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal { + margin: 4px 0; +} + +window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow { + border-bottom-left-radius: 12px; +} + +window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned stack scrolledwindow viewport.frame list.gedit-document-panel { + background: none; +} + +.open-document-selector-path-label { + color: rgba(255, 255, 255, 0.7); + font-size: smaller; +} + +.open-document-selector-match { + background-color: #FBC02D; + color: rgba(0, 0, 0, 0.87); +} + +.gedit-document-panel { + background-color: #11111b; +} + +.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(255, 255, 255, 0.12); +} + +.gedit-side-panel-paned statusbar { + border-top: 1px solid rgba(255, 255, 255, 0.12); + border-radius: 0 0 12px 12px; +} + +.gedit-search-slider { + margin: 0 6px 10px; + padding: 6px; + background-color: #313244; + border-radius: 0 0 12px 12px; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.75); +} + +.gedit-search-slider .linked:not(.vertical) > entry .gedit-search-entry-occurrences-tag { + all: unset; + color: rgba(255, 255, 255, 0.7); +} + +.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) .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: #313244; +} + +.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: #FFFFFF; +} + +.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:disabled { + color: rgba(255, 255, 255, 0.32); +} + +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 * + **********/ +.csd .tweak-categories { + border-bottom-left-radius: 12px; +} + +.tweak { + padding: 3px; +} + +.tweak.title:hover { + box-shadow: none; +} + +.tweak-group-white, +.tweak-white, +.tweak-white:hover { + background-image: image(#1e1e2e); +} + +.tweak-startup, +.tweak-startup:hover { + background-image: image(#1e1e2e); +} + +.tweak-group-startup { + background-image: image(#1e1e2e); +} + +.tweak-group-startup row.tweak-startup { + border-radius: 6px; + background-color: transparent; + background-image: none; +} + +row#Focus, +row#ClickMethod, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + margin-top: 4px; +} + +leaflet.titlebar > .titlebar.tweak-titlebar-left, +leaflet.titlebar > .titlebar.tweak-titlebar-right, +hdyleaflet.titlebar > .titlebar.tweak-titlebar-left, +hdyleaflet.titlebar > .titlebar.tweak-titlebar-right { + background-color: inherit; + box-shadow: inherit; + transition: color 75ms cubic-bezier(0, 0, 0.2, 1); +} + +/************************ + * Gnome Control Center * + ************************/ +window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child:not(:only-child), +window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child:not(:only-child) { + border-top-left-radius: 12px; +} + +window.background.csd > headerbar.titlebar > leaflet > headerbar:last-child:not(:only-child), +window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:last-child:not(:only-child) { + border-top-right-radius: 12px; +} + +window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child:only-child, window.background.csd > headerbar.titlebar > leaflet > headerbar:last-child:only-child, +window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child:only-child, +window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:last-child:only-child { + border-top-right-radius: 12px; + border-top-left-radius: 12px; +} + +window.background.csd > stack:not(.titlebar) > stack.background { + border-radius: 0 0 12px 12px; +} + +window.background.csd > leaflet > stack.background, +window.background.csd > hdyleaflet > stack.background, +window.background.csd > box.horizontal > stack.background { + background: none; +} + +window.background.csd > leaflet > stack.background frame > border, +window.background.csd > hdyleaflet > stack.background frame > border, +window.background.csd > box.horizontal > stack.background frame > border { + border: none; +} + +window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, +window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, +window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { + background-color: #1e1e2e; + border-bottom-right-radius: 12px; +} + +window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, +window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, +window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view { + background: none; +} + +window.background.csd > leaflet frame.view, +window.background.csd > hdyleaflet frame.view, +window.background.csd > box.horizontal frame.view { + border-radius: 6px; + background: none; +} + +window.background.csd > leaflet > box.vertical > scrolledwindow.view, +window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, +window.background.csd > box.horizontal > box.vertical > scrolledwindow.view { + background-color: #1e1e2e; + border-bottom-left-radius: 12px; +} + +window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, +window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, +window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack { + background-color: transparent; +} + +window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, +window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, +window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list { + background-color: transparent; + padding: 3px; +} + +window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable, +window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable, +window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable { + border-radius: 6px; +} + +window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), +window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), +window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected) { + background-color: transparent; +} + +window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list { + border-top-width: 0; + border-bottom-width: 0; +} + +window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list > row { + border-radius: 0; +} + +window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list { + border-top-width: 1px; +} + +window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list > row { + border-radius: 6px 6px 0 0; +} + +window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list { + border-bottom-width: 1px; +} + +window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list > row { + border-radius: 0 0 6px 6px; +} + +window.background.csd hdycolumn stack frame.view > stack > stack list > separator { + background-color: rgba(255, 255, 255, 0.12); +} + +dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack { + border-radius: 0 0 12px 12px; +} + +dialog.background.csd > box.vertical.dialog-vbox > scrolledwindow > viewport.frame > list { + background: none; +} + +dialog.background.csd > box.vertical.dialog-vbox > scrolledwindow > viewport.frame > list > row:not(:hover):not(:active):not(:selected) { + background-color: transparent; +} + +hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group), leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group), box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) { + padding: 3px; +} + +hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable { + border-radius: 6px; +} + +/************************ + * Gnome system monitor * + ************************/ +window#gnome-system-monitor.background.csd > box.vertical > stack { + background-color: #1e1e2e; + border-radius: 0 0 12px 12px; +} + +window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > revealer > actionbar > revealer > box { + border-radius: 0 0 12px 12px; +} + +window#gnome-system-monitor.background:not(.csd) > box.vertical > headerbar { + box-shadow: none; +} + +/************************ + * Gnome Sound Recorder * + ************************/ +stack > grid.vertical > scrolledwindow { + border: none; + border-radius: 0 0 12px 12px; +} + +stack > grid.vertical > scrolledwindow > viewport.frame list { + border-radius: 0 0 12px 12px; +} + +stack > grid.vertical scrolledwindow.frame.emptyGrid { + border: none; +} + +/****************** + * Gnome Contacts * + ******************/ +window.background.csd scrolledwindow.contacts-contact-form { + border-bottom-right-radius: 12px; +} + +/************************ + * Epiphany (Gnome Web) * + ************************/ +tabbox { + border: none; + background-color: rgba(255, 255, 255, 0.04); + padding: 3px; + margin: 3px; + border-radius: 9px; +} + +tabbox > tab button { + min-height: 24px; + min-width: 24px; + border-radius: 9999px; + border: none; + padding: 0; + margin-right: -6px; +} + +/***************** + * Gnome Weather * + *****************/ +#weather-page, +#weekly-forecast-frame { + border-bottom-right-radius: 12px; +} + +#weather-page-content-view { + border-bottom-right-radius: 12px; + border-bottom-left-radius: 12px; +} + +/*************** + * Gnome Music * + ***************/ +window.background.csd box.vertical > overlay > stack.background { + border-radius: 0 0 12px 12px; +} + +/**************** + * Gnome Clocks * + ****************/ +/************* + * Rhythmbox * + *************/ +window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, +window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, +window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, +window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, +window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button { + min-height: 24px; + min-width: 24px; + padding: 6px; + margin: 0; +} + +.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button { + border-radius: 9999px; +} + +.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:first-child), .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:last-child) { + border-top-left-radius: 9999px; + border-bottom-left-radius: 9999px; + border-top-right-radius: 9999px; + border-bottom-right-radius: 9999px; +} + +.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):first-child { + border-top-left-radius: 9999px; + border-bottom-left-radius: 9999px; +} + +.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):last-child { + border-top-right-radius: 9999px; + border-bottom-right-radius: 9999px; +} + +.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { + padding: 0; +} + +window.csd > box.vertical > box.vertical > toolbar.horizontal, +window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { + padding: 6px; + border-bottom: none; + box-shadow: none; + background-color: transparent; +} + +window.csd > box.vertical > box.vertical > frame, +window.solid-csd > box.vertical > box.vertical > frame { + margin: -1px 0; + padding: 0; +} + +window.csd > box.vertical > box.vertical > frame > border, +window.solid-csd > box.vertical > box.vertical > frame > border { + border: none; +} + +window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised > widget > box > image { + padding: 0; +} + +/********** + * Polari * + **********/ +.polari-room-list .sidebar { + background: none; +} + +.polari-room-list .sidebar > row.activatable:selected { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + +stack.view.polari-entry-area { + background-color: #1e1e2e; + border-top: 1px solid rgba(255, 255, 255, 0.12); + border-bottom-right-radius: 12px; +} + +stack:disabled.view.polari-entry-area { + background-image: image(#1e1e2e); +} + +/*********** + * Builder * + ***********/ +layouttabbar { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; +} + +layouttabbar > box > button { + margin: 2px 0; +} + +layouttab { + margin: 0 8px; + border-style: none solid; + border-width: 1px; + border-color: rgba(0, 0, 0, 0.2); + box-shadow: inset 0 -2px #89b4fa; + background-color: #1e1e2e; +} + +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.2); + -PnlDockBin-handle-size: 1; +} + +entry.search-missing { + background-color: #F44336; + color: #FFFFFF; +} + +window.workbench treeview.image { + color: rgba(255, 255, 255, 0.7); +} + +popover.popover-selector list { + padding: 6px; +} + +popover.popover-selector list row { + border-radius: 6px; +} + +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: 6px; +} + +omnibar:not(:hover):not(:active) entry { + color: rgba(255, 255, 255, 0.7); +} + +popover.omnibar list row:not(:last-child) { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +entry.preferences-search { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; + background-color: #1e1e2e; +} + +preferences stacksidebar.sidebar list { + background-color: #11111b; +} + +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(255, 255, 255, 0.12); +} + +preferences > box > box:dir(rtl) { + border-left: 1px solid rgba(255, 255, 255, 0.12); +} + +popover.messagepopover.background { + padding: 0; +} + +popover.messagepopover .popover-action-area button { + padding: 8px 16px; + border-top: 1px solid rgba(255, 255, 255, 0.12); + border-radius: 0; +} + +popover.messagepopover .popover-action-area button:first-child { + border-bottom-left-radius: 6px; +} + +popover.messagepopover .popover-action-area button:last-child { + border-bottom-right-radius: 6px; +} + +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(255, 255, 255, 0.12); +} + +popover.transfers list row > box { + padding: 10px; +} + +dockbin { + border: 1px solid rgba(0, 0, 0, 0.2); + -PnlDockBin-handle-size: 1; +} + +dockpaned { + border: 1px solid rgba(0, 0, 0, 0.2); +} + +eggsearchbar box.search-bar { + padding: 0 8px; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; +} + +docktabstrip { + padding: 0 8px; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; +} + +docktab { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; + min-height: 24px; + min-width: 24px; + margin-bottom: -1px; + padding: 6px 6px; + border-width: 1px; + border-color: transparent; + box-shadow: inset 0 -2px transparent; + background-image: radial-gradient(circle, #89b4fa 10%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 0% 0%; + color: rgba(255, 255, 255, 0.7); + font-weight: 500; +} + +docktab:hover { + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; +} + +docktab:checked { + transition: all 75ms 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 #89b4fa; + background-color: transparent; + background-image: radial-gradient(circle, transparent 10%, transparent 0%); + background-size: 1000% 1000%; + color: #FFFFFF; +} + +dockoverlayedge { + background-color: #1e1e2e; +} + +dockoverlayedge docktabstrip { + padding: 0; + border: none; +} + +dockoverlayedge.left-edge docktab:checked { + box-shadow: inset -2px 0 #89b4fa; +} + +dockoverlayedge.right-edge docktab:checked { + box-shadow: inset 2px 0 #89b4fa; +} + +pillbox { + background-color: #1e1e2e; + border-radius: 6px; +} + +layoutpane entry.search { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; + background-color: #1e1e2e; +} + +editortweak entry.search { + margin-bottom: -1px; + box-shadow: none; + background-color: transparent; +} + +.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: #FFFFFF; + font-weight: normal; +} + +button.dzlmenubuttonitem:disabled { + color: rgba(255, 255, 255, 0.5); +} + +idelayoutstackheader { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +idelayoutstackheader button:checked { + color: #FFFFFF; +} + +ideeditorutilities > dzldockpaned > box > stackswitcher { + padding: 8px 0; + background-color: #1e1e2e; +} + +ideeditorutilities > dzldockpaned > box > stackswitcher:dir(ltr) { + border-right: 1px solid rgba(255, 255, 255, 0.12); +} + +ideeditorutilities > dzldockpaned > box > stackswitcher:dir(rtl) { + border-left: 1px solid rgba(255, 255, 255, 0.12); +} + +ideeditorutilities > dzldockpaned > box > stackswitcher button { + border-radius: 0; + box-shadow: none; + background-color: transparent; +} + +ideeditorutilities > dzldockpaned > box > stackswitcher button:active { + background-image: radial-gradient(circle, rgba(137, 180, 250, 0.7) 10%, transparent 0%); +} + +ideeditorutilities > dzldockpaned > box > stackswitcher button:checked { + background-color: transparent; + color: #FFFFFF; +} + +ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr) { + margin-right: -1px; +} + +ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):checked { + box-shadow: inset -2px 0 #89b4fa; +} + +ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl) { + margin-left: -1px; +} + +ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):checked { + box-shadow: inset 2px 0 #89b4fa; +} + +ideeditorsidebar notebook header { + background: transparent; +} + +popover.messagepopover list { + border: 1px solid rgba(255, 255, 255, 0.12); +} + +popover.messagepopover list row:not(:last-child) { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +/********** + * Photos * + **********/ +GdMainIconView.content-view { + -GdMainIconView-icon-size: 48; +} + +.documents-counter { + margin: 8px; + border-radius: 9999px; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12); + background-color: #89b4fa; + 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 75ms cubic-bezier(0, 0, 0.2, 1); +} + +.photos-fade-out { + opacity: 0; + transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); +} + +button.photos-filter-preview { + color: #FFFFFF; + font-weight: normal; +} + +button.photos-filter-preview:checked { + background-color: alpha(currentColor, 0.06); + color: #FFFFFF; +} + +button.photos-filter-preview:checked image { + color: #FFFFFF; +} + +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(255, 255, 255, 0.12); +} + +.side-panel:dir(rtl) { + border-style: solid; + border-color: rgba(255, 255, 255, 0.12); +} + +.side-panel .view { + background-image: image(#11111b); +} + +.side-panel .view:hover { + background-image: image(#24242d); +} + +.side-panel .view:selected { + background-image: image(#89b4fa); +} + +.side-panel .view:selected:hover { + background-image: image(rgba(128, 169, 234, 0.9896)); +} + +.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(255, 255, 255, 0.12); + background-clip: border-box; +} + +box.vertical > revealer > toolbar.search-bar button > widget { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +/************* + * Documents * + *************/ +.documents-scrolledwin { + background-color: transparent; +} + +.documents-scrolledwin .content-view:not(:selected):not(:hover) { + background-color: transparent; +} + +.documents-scrolledwin viewport.frame { + background-color: transparent; +} + +.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) { + background-color: transparent; +} + +.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) border { + border: none; +} + +window.background.csd > stack > box > revealer > actionbar > revealer > box { + border-bottom-left-radius: 12px; + border-bottom-right-radius: 12px; +} + +/******************* + * Document Viewer * + *******************/ +window.background.csd evview.view.content-view { + border-radius: 0 0 12px 12px; +} + +/********************************* + * Archive Manager (File roller) * + *********************************/ +.background.csd > grid.horizontal > paned.horizontal > scrolledwindow { + border-radius: 0 0 12px 12px; + background-color: #1e1e2e; +} + +.background.csd > grid.horizontal > paned.horizontal > scrolledwindow > treeview.view:not(:hover):not(:selected):not(:selected):not(:hover):not(.progressbar):not(.expander):not(.trough):not(.separator) { + background-color: #1e1e2e; +} + +.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow { + border-radius: 0 0 0 12px; + background-color: #1e1e2e; +} + +/************ + * Terminal * + ************/ +terminal-window decoration { + border-radius: 12px 12px 0 0; +} + +terminal-window.background.csd, terminal-window.background.csd.maximized { + border-radius: 0 0 0 0; +} + +terminal-window notebook > header > box { + margin: -2px -2px -2px 1px; +} + +terminal-window notebook > header > box button { + min-height: 24px; + min-width: 24px; + padding: 3px; +} + +window.background > box.vertical > box.horizontal > frame > border { + border-width: 0 1px 0 0; +} + +window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list { + border-bottom-left-radius: 12px; +} + +window.background > box.vertical > box.horizontal > stack > widget > notebook.frame { + border-width: 0; + border-radius: 0 0 12px 0; +} + +window.background > box.vertical > box.horizontal > stack > widget > notebook.frame > stack { + border-bottom-right-radius: 12px; +} + +.terminal-window { + background-color: #1e1e2e; +} + +.terminal-window tabbar tabbox { + background-color: #11111b; + margin: 0; + border-radius: 0; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + background-clip: border-box; +} + +/********* + * To Do * + *********/ +task-list-view taskrow { + transition: all 75ms 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 { + min-width: 16px; +} + +task-list-view > box > revealer > box > button { + margin: -6px; +} + +task-list-view > box > revealer > box > button .dim-label { + color: inherit; +} + +tasklistview taskrow { + outline: none; +} + +tasklistview taskrow entry, tasklistview taskrow entry:focus, tasklistview taskrow entry:disabled { + box-shadow: none; +} + +tasklistview taskrow image.dim-label { + min-width: 16px; +} + +tasklistview > box > revealer > box > button { + margin: -6px; +} + +tasklistview > box > revealer > box > button .dim-label { + color: inherit; +} + +/******* + * Eog * + *******/ +#eog-thumb-nav scrolledwindow { + border-top: none; +} + +/************* + * Evolution * + *************/ +frame.taskbar > border { + border-style: solid none none; +} + +box.vertical > paned.horizontal notebook widget .frame { + border-style: none; +} + +/*********** + * Fractal * + ***********/ +.background.csd.main-window .sidebar.rooms-sidebar { + border-bottom-left-radius: 12px; +} + +/******** + * Gitg * + ********/ +frame.commit-frame > border { + border-style: solid none none; +} + +/************** + * Characters * + **************/ +box.dialog-vbox scrolledwindow.related { + border: 1px solid rgba(0, 0, 0, 0.2); +} + +list.categories { + background-image: image(#11111b); +} + +/********* + * Boxes * + *********/ +.transparent-bg + stack overlay > label { + min-height: 24px; + padding: 0 4px; + border-radius: 6px; + background-color: #11111b; + color: #FFFFFF; +} + +/************** + * Calculator * + **************/ +button.title label { + min-height: 36px; +} + +/********* + * Geary * + *********/ +window.background.csd.geary-main-window > deck > overlay > box.vertical > paned.horizontal > box.sidebar.vertical, +window#GearyMainWindow.background.csd > deck > overlay > box.vertical > paned.horizontal > box.sidebar.vertical { + border-bottom-left-radius: 12px; +} + +window.background.csd.geary-main-window > deck > overlay > box.vertical > paned.horizontal > box.sidebar.vertical statusbar, +window#GearyMainWindow.background.csd > deck > overlay > box.vertical > paned.horizontal > box.sidebar.vertical statusbar { + border-bottom-left-radius: 12px; +} + +window.background.csd.geary-main-window stack#conversation_viewer, +window#GearyMainWindow.background.csd stack#conversation_viewer { + border-bottom-right-radius: 12px; +} + +window.background.csd.geary-main-window stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox, +window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox { + background: none; + border-bottom-right-radius: 12px; +} + +window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded, +window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded { + animation: none; + background-image: none; +} + +window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box, +window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box { + border-radius: 0; +} + +window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar, +window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar { + color: #FFFFFF; + background-color: #1e1e2e; + box-shadow: none; + border-bottom: 1px solid rgba(0, 0, 0, 0.2); +} + +window.background.csd.geary-main-window stack#conversation_viewer .geary-composer-box actionbar > revealer > box, +window#GearyMainWindow.background.csd stack#conversation_viewer .geary-composer-box actionbar > revealer > box { + border-bottom-left-radius: 0; +} + +.geary-accounts-editor-pane frame:not(.geary-signature) > border, +.geary-accounts-editor-pane scrolledwindow.frame { + border: none; +} + +.geary-main-window.unified > deck > overlay > .geary-main-layout { + background-color: #1e1e2e; +} + +.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > headerbar, +.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > headerbar { + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, +.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { + background-color: #11111b; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); +} + +.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > separator.sidebar:backdrop, +.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar:backdrop { + background-color: #1e1e2e; +} + +.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { + min-width: 1px; + background-color: rgba(255, 255, 255, 0.12); +} + +.geary-main-window.unified frame.geary-conversation-frame scrolledwindow { + padding: 3px; +} + +.geary-main-window.unified frame.geary-conversation-frame scrolledwindow treeview.view { + border: 1px solid transparent; + border-radius: 6px; + padding: 6px; +} + +.geary-main-window.unified frame.geary-conversation-frame scrolledwindow treeview.view:selected, .geary-main-window.unified frame.geary-conversation-frame scrolledwindow treeview.view:active { + border-radius: 6px; + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + +.geary-main-window.unified separator.geary-sidebar-pane-separator { + min-width: 1px; + background-color: rgba(255, 255, 255, 0.12); +} + +.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { + border: 1px solid rgba(255, 255, 255, 0.12); + border-bottom-width: 0; + background-color: #1e1e2e; +} + +.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { + border-top-left-radius: 8px; + border-top-right-radius: 8px; +} + +.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane { + border-radius: 0 0 8px 8px; +} + +.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background { + background-color: transparent; +} + +.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background > revealer > box { + border-radius: 0 0 6px 6px; +} + +/************** + * Extensions * + **************/ +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + +window.background.csd > stack > box > .sidebar > scrolledwindow > viewport > list { + padding: 0 0; +} + +/*********** + * Dialogs * + ***********/ +dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child { + border-radius: 0 0 0 12px; +} + +dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child { + border-radius: 0 0 12px 0; +} + +dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow, +dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow { + border-radius: 0 0 12px 12px; + background-color: #1e1e2e; +} + +dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active), +dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active) { + background-color: transparent; +} + +dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list { + border-radius: 0 0 12px 12px; +} + +dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) { + background-color: transparent; +} + +dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar { + border-radius: 0 0 12px 12px; +} + +dialog.background.csd > box.vertical.dialog-vbox > notebook > stack { + border-radius: 0 0 12px 12px; +} + +dialog.background.csd stack scrolledwindow.frame { + border-radius: 6px; +} + +dialog.background.csd stack scrolledwindow.frame textview.view { + border-radius: 6px; +} + +dialog.background.csd stack scrolledwindow.frame textview.view > text { + background: none; +} + +dialog.background.csd stack scrolledwindow viewport.frame.view { + border-radius: 6px; +} + +window.background.csd.unified { + background-color: #1e1e2e; +} + +window.background.csd.unified headerbar { + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +window.background.csd.unified > decoration-overlay { + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); +} + +window.background.csd.unified, +window.background.csd.unified > decoration, +window.background.csd.unified > decoration-overlay { + border-radius: 12px; +} + +window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen > decoration-overlay { + box-shadow: none; +} + +window.background.csd.unified.tiled, +window.background.csd.unified.tiled > decoration, +window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top, +window.background.csd.unified.tiled-top > decoration, +window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right, +window.background.csd.unified.tiled-right > decoration, +window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom, +window.background.csd.unified.tiled-bottom > decoration, +window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left, +window.background.csd.unified.tiled-left > decoration, +window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized, +window.background.csd.unified.maximized > decoration, +window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen, +window.background.csd.unified.fullscreen > decoration, +window.background.csd.unified.fullscreen > decoration-overlay { + border-radius: 0; +} + +/********* + * Tilix * + *********/ +overlay > revealer.left > scrolledwindow.frame, overlay > revealer.right > scrolledwindow.frame { + border-style: none; + box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); +} + +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(#313244); +} + +.terminal-titlebar button { + border-radius: 0; +} + +button.image-button.session-new-button { + min-width: 32px; +} + +notebook.tilix-background tab > box > stack { + margin: -6px; +} + +button.flat.tilix-small-button { + min-height: 20px; + min-width: 16px; +} + +/************** + * Terminator * + **************/ +.terminator-terminal-window paned > separator { + background-color: #1e1e2e; +} + +.terminator-terminal-window notebook.frame { + border-style: none; +} + +/************* + * Ubitquity * + *************/ +#live_installer .menubar progressbar trough { + border-radius: 4px; + background-color: rgba(255, 255, 255, 0.12); +} + +/********* + * Meld * + ********/ +.meld-notebook, .meld-notebook > stack { + background: none; + border-radius: 0 0 12px 12px; +} + +.meld-notebook-child { + background-color: #11111b; + border-radius: 0 0 12px 12px; +} + +statusbar.meld-status-bar { + background: 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: 6px; +} + +/************ + * Chromium * + ************/ +window.background.chromium { + background-color: #313244; +} + +window.background.chromium entry, +window.background.chromium > button { + border: 1px solid #393947; +} + +window.background.chromium > button { + color: #89b4fa; +} + +window.background.chromium > button:disabled { + color: rgba(255, 255, 255, 0.32); +} + +window.background.chromium menubar, +window.background.chromium headerbar { + color: rgba(255, 255, 255, 0.7); +} + +window.background.chromium headerbar button:active { + background-color: alpha(currentColor, 0.12); +} + +window.background.chromium spinner { + color: #89b4fa; +} + +window.background.chromium textview.view { + background-color: transparent; +} + +window.background.chromium treeview.view.cell:selected:focus { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + +window.background.chromium treeview.view button { + border: 1px solid rgba(255, 255, 255, 0.3); + background-color: #1e1e2e; +} + +window.background.chromium menu { + border-color: #3e3e5f; +} + +window.background.chromium menu menuitem { + border-radius: 0; +} + +tooltip.background.chromium { + background-color: #0b0b12; +} + +/*********** + * Firefox * + ***********/ +#MozillaGtkWidget decoration { + border: none; +} + +#MozillaGtkWidget > widget text { + background-color: #313244; +} + +#MozillaGtkWidget > widget text:selected { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + +#MozillaGtkWidget > widget > separator { + color: #393947; +} + +#MozillaGtkWidget > widget > scrollbar { + background-clip: border-box; +} + +#MozillaGtkWidget > widget > frame > border { + border-color: #393947; +} + +#MozillaGtkWidget > widget > entry, +#MozillaGtkWidget > widget > button > button { + border: 1px solid #393947; + border-radius: 6px; + box-shadow: none; +} + +#MozillaGtkWidget > widget > entry:disabled, +#MozillaGtkWidget > widget > button > button:disabled { + border-color: rgba(255, 255, 255, 0.12); +} + +#MozillaGtkWidget > widget > entry { + min-height: 30px; + background-color: #1e1e2e; +} + +#MozillaGtkWidget > widget > entry:focus { + border-color: #89b4fa; + box-shadow: inset 0 0 0 1px #89b4fa; +} + +#MozillaGtkWidget > widget > entry:disabled { + background-color: #11111b; +} + +#MozillaGtkWidget > widget > button > button { + padding: 4px 8px; + background-size: auto; +} + +#MozillaGtkWidget > widget > button > button:hover { + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); +} + +#MozillaGtkWidget > widget > button > button:active { + background-image: image(alpha(currentColor, 0.12)); +} + +#MozillaGtkWidget > widget > checkbutton > check, +#MozillaGtkWidget > widget > radiobutton > radio { + margin: 0; + padding: 0; +} + +#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate), +#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate) { + color: #464646; +} + +#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):hover, #MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):active, +#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):hover, +#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):active { + color: #727272; +} + +#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):disabled, +#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):disabled { + color: rgba(70, 70, 70, 0.5); +} + +#MozillaGtkWidget menu { + border: none; +} + +#MozillaGtkWidget > widget > menubar { + color: rgba(255, 255, 255, 0.7); +} + +#MozillaGtkWidget > widget > menubar:hover { + color: #FFFFFF; +} + +#MozillaGtkWidget > widget > menubar:disabled { + color: rgba(255, 255, 255, 0.32); +} + +#MozillaGtkWidget > widget > frame { + color: #393947; +} + +#MozillaGtkWidget menu > separator { + color: #393947; +} + +window.background:not(.csd) > window > menu menuitem { + transition: none; +} + +/************ + * 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; +} + +#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; +} + +#CanvasTable button { + min-height: 16px; + min-width: 16px; + padding: 0; +} + +#CanvasTable #HorizontalScrollbar { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +#CanvasTable #VerticalScrollbar:dir(ltr) { + border-left: 1px solid rgba(255, 255, 255, 0.12); +} + +#CanvasTable #VerticalScrollbar:dir(rtl) { + border-right: 1px solid rgba(255, 255, 255, 0.12); +} + +#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; +} + +scrolledwindow#DialogNotebook > viewport.frame > notebook.frame button.close-button image { + padding: 4px; +} + +/*********** + * Synapse * + ***********/ +/*************** + * Libreoffice * + ***************/ +window.background > grid > widget > widget > scrolledwindow > viewport > grid > box > box > frame > box { + background-color: #1e1e2e; +} + +/********* + * Pamac * + *********/ +window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list, +window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list, +window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list { + border: none; + border-radius: 0; +} + +window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable, +window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable, +window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable { + border-radius: 6px; +} + +/********* + * 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: #89b4fa; + -UnityDecoration-title-indent: 4px; + -UnityDecoration-title-fade: 32px; + -UnityDecoration-title-alignment: 0.0; +} + +UnityDecoration .top { + padding: 0 2px; + border-style: none; + border-radius: 12px 12px 0 0; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #11111b; + color: #FFFFFF; +} + +UnityDecoration .top:backdrop { + background-color: #1e1e2e; + color: rgba(255, 255, 255, 0.7); +} + +UnityDecoration .menuitem { + color: rgba(255, 255, 255, 0.7); +} + +UnityDecoration .menuitem:hover { + box-shadow: inset 0 -2px currentColor; + background-color: transparent; + color: #FFFFFF; +} + +.background:not(.csd) headerbar:not(.titlebar) { + border-radius: 0; + box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -0.6px rgba(0, 0, 0, 0.17); +} + +.background:not(.csd) headerbar:not(.titlebar).inline-toolbar { + border-style: none; +} + +UnityPanelWidget, +.unity-panel { + background-color: #11111b; + color: #FFFFFF; +} + +UnityPanelWidget:backdrop, +.unity-panel:backdrop { + color: rgba(255, 255, 255, 0.7); +} + +.unity-panel.menuitem, +.unity-panel .menuitem { + color: rgba(255, 255, 255, 0.7); +} + +.unity-panel.menubar.menuitem:hover, +.unity-panel.menubar .menuitem *:hover { + box-shadow: inset 0 -2px currentColor; + background-color: transparent; + color: #FFFFFF; +} + +.menu IdoPlaybackMenuItem.menuitem:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: spin 1s linear infinite; + color: #89b4fa; +} + +/************** + * Mate-Panel * + **************/ +.mate-panel-menu-bar menubar, +#PanelApplet-window-menu-applet-button { + background-color: transparent; +} + +.mate-panel-menu-bar { + background-color: #11111b; + color: rgba(255, 255, 255, 0.7); + font-weight: 500; +} + +.mate-panel-menu-bar button { + min-height: 16px; + min-width: 16px; + padding: 0; + border-radius: 0; +} + +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 { + color: #FFFFFF; +} + +.mate-panel-menu-bar menubar > menuitem:disabled { + color: rgba(255, 255, 255, 0.32); +} + +.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: #89b4fa; +} + +PanelApplet.wnck-applet .wnck-pager:hover { + background-color: alpha(currentColor, 0.08); +} + +PanelApplet.wnck-applet .wnck-pager:active { + background-color: alpha(currentColor, 0.12); +} + +PanelApplet.wnck-applet .wnck-pager:selected { + background-color: #89b4fa; +} + +.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.2); + border-radius: 7px; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #313244; +} + +#MatePanelPopupWindow frame > border { + border-style: none; +} + +#MatePanelPopupWindow calendar { + border-style: none; +} + +#MatePanelPopupWindow calendar:not(:selected) { + background-color: transparent; +} + +#MatePanelPopupWindow calendar + box { + margin-top: -5px; + padding-top: 5px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +#MatePanelPopupWindow expander > title { + min-height: 32px; +} + +#MatePanelPopupWindow button { + padding: 4px 16px; +} + +#MatePanelPopupWindow > frame > box > box > box > widget { + color: rgba(255, 255, 255, 0.12); +} + +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.2); + border-radius: 7px; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #313244; +} + +.mate-panel-applet-slider frame > border { + border-style: none; +} + +#PanelApplet:not(:selected) > box { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); +} + +#PanelApplet:selected > box { + background-color: alpha(currentColor, 0.1); + color: #FFFFFF; +} + +#mate-menu { + border: 1px solid rgba(0, 0, 0, 0.2); + background-color: #313244; +} + +#mate-menu button { + min-height: 24px; + min-width: 24px; + padding: 4px 0; + color: #FFFFFF; + font-weight: normal; +} + +#mate-menu button:not(.flat) { + background-color: alpha(currentColor, 0.1); +} + +#mate-menu button image, +#mate-menu button label + label { + color: rgba(255, 255, 255, 0.7); +} + +#mate-menu entry { + margin: 0 0 4px; +} + +#mate-menu entry image { + margin: 0; +} + +#mate-menu entry + button { + margin: 0 4px 4px; + padding: 6px; +} + +.brisk-menu { + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #313244; +} + +.brisk-menu entry { + margin-bottom: -2px; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + border-image: none; + box-shadow: none; + background-color: transparent; +} + +.brisk-menu entry + box > box:dir(ltr) { + margin-right: -2px; + border-right: 1px solid rgba(255, 255, 255, 0.12); +} + +.brisk-menu entry + box > box:dir(rtl) { + margin-left: -2px; + border-left: 1px solid rgba(255, 255, 255, 0.12); +} + +.brisk-menu .categories-list { + padding-top: 4px; +} + +.brisk-menu .categories-list button { + margin: 0 4px; +} + +.brisk-menu .categories-list button:checked { + color: #89b4fa; +} + +.brisk-menu .session-button { + padding: 12px; +} + +.brisk-menu .frame { + border-style: none; +} + +.brisk-menu .apps-list { + padding: 4px 0; + background-color: transparent; +} + +.brisk-menu .apps-list row { + padding: 0; +} + +.brisk-menu .apps-list row:hover { + box-shadow: none; +} + +.brisk-menu .apps-list button { + border-radius: 0; + color: #FFFFFF; + font-weight: normal; +} + +/********************* + * CAJA File manager * + *********************/ +.caja-navigation-window button.toggle.image-button { + border-radius: 6px; +} + +.caja-pathbar button { + margin: 0 -1px 0 -2px; +} + +.caja-pathbar button.slider-button { + min-width: 24px; +} + +.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: #1e1e2e; +} + +.caja-side-pane notebook, +.caja-notebook { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +.caja-side-pane notebook .frame, +.caja-notebook .frame { + border-style: none; +} + +.caja-canvas-item { + border-radius: 6px; +} + +.caja-desktop.view .entry, +.caja-navigation-window .view .entry { + border: none; + border-radius: 6px; + background-color: rgba(255, 255, 255, 0.04); + background-image: none; + color: #FFFFFF; +} + +.caja-desktop.view .entry:selected, +.caja-navigation-window .view .entry:selected { + background-color: alpha(currentColor, 0.06); +} + +.caja-desktop.view .entry { + background-color: #1e1e2e; + color: #FFFFFF; + caret-color: currentColor; +} + +.caja-desktop.view .entry:selected { + background-color: alpha(currentColor, 0.06); +} + +.caja-navigation-window statusbar { + margin: 0 -10px; + padding: 0 4px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +.caja-notebook frame > border { + border-style: none; +} + +#caja-extra-view-widget { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; +} + +#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(255, 255, 255, 0.12); +} + +.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(255, 255, 255, 0.12); +} + +.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(255, 255, 255, 0.12); +} + +.pluma-window paned.horizontal box.vertical notebook.frame box.vertical toolbar.horizontal { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +/********* + * Atril * + *********/ +.atril-window paned.horizontal box.vertical .frame { + border-style: none; +} + +.atril-window paned.horizontal box.vertical notebook .frame { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +/* mate-screensaver lock dialog */ +.lock-dialog { + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 7px; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #313244; +} + +.lock-dialog frame > border { + border-style: none; +} + +.lock-dialog button:not(:disabled) { + color: #89b4fa; +} + +/* multimedia OSD */ +MsdOsdWindow.background.osd { + border-radius: 6px; + background-color: rgba(11, 11, 18, 0.9); + color: #FFFFFF; +} + +MsdOsdWindow.background.osd .trough { + border-radius: 0; + background-color: rgba(255, 255, 255, 0.12); +} + +MsdOsdWindow.background.osd .progressbar { + border-radius: 0; + background-color: #89b4fa; +} + +/****************** + * Budgie Desktop * + ******************/ +.budgie-container { + background-color: transparent; +} + +.budgie-settings-window list.sidebar { + background: none; + border-radius: 0 0 0 12px; +} + +.budgie-settings-window buttonbox.inline-toolbar { + border-style: none none solid; +} + +.budgie-settings-window buttonbox.inline-toolbar button { + border-radius: 6px; +} + +.budgie-popover { + border: 1px solid rgba(255, 255, 255, 0.1); + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75); + background-clip: border-box; + background-color: #1e1e2e; + border-radius: 12px; +} + +.budgie-popover .container, .budgie-popover list, .budgie-popover row { + padding: 0; +} + +.budgie-popover separator { + margin: 3px 0; +} + +.budgie-popover border { + border: none; +} + +.budgie-popover list { + background-color: transparent; +} + +.budgie-popover row:hover { + box-shadow: none; +} + +.budgie-popover scrolledwindow.sidebar:not(.categories) { + background-color: rgba(255, 255, 255, 0.04); + border-right: none; + border-bottom-left-radius: 12px; +} + +.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable { + padding: 6px 8px; +} + +.budgie-popover treeview.view.sidebar { + border-right: none; + background: none; +} + +.budgie-popover treeview.view.sidebar:hover { + background-color: alpha(currentColor, 0.08); +} + +.budgie-popover treeview.view.sidebar:selected { + background-color: alpha(currentColor, 0.12); +} + +.budgie-popover.bottom scrolledwindow.sidebar:not(.categories) { + padding-top: 12px; + border-top-left-radius: 12px; + border-bottom-left-radius: 0; +} + +.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +.budgie-popover.bottom > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { + border-top: none; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +.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(255, 255, 255, 0.12); + border-image: none; + border-radius: 0; + box-shadow: none; + font-size: 120%; +} + +.budgie-popover.budgie-menu scrolledwindow.sidebar.categories { + background-color: rgba(255, 255, 255, 0.04); + padding-bottom: 12px; +} + +.budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button { + border-radius: 0; +} + +.budgie-popover.budgie-menu scrolledwindow > viewport.frame > list > row.activatable > button.flat { + border-radius: 0; +} + +.budgie-popover.user-menu .container { + padding: 6px; +} + +.budgie-popover.user-menu list, +.budgie-popover.user-menu row { + border: none; + background: none; + box-shadow: none; +} + +.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child { + margin-bottom: 0; + outline-width: 0; + border-radius: 6px; +} + +.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child button.indicator-item { + transition: none; + animation: none; +} + +.budgie-popover.caffeine-popover frame > .container { + padding: 6px; +} + +.budgie-popover.night-light-indicator .container { + padding: 3px; +} + +.budgie-popover.night-light-indicator .view-header { + margin: 0 6px; +} + +.budgie-popover.places-menu .container { + padding: 3px; +} + +.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: 3px; + padding-top: 3px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +.budgie-popover.places-menu .alternative-label { + padding: 3px; + font-size: 15px; +} + +.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 75ms cubic-bezier(0, 0, 0.2, 1); +} + +.workspace-switcher .workspace-item.current-workspace { + background-color: alpha(currentColor, 0.1); +} + +.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: 6px; +} + +.budgie-panel { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); + background-color: #11111b; + color: rgba(255, 255, 255, 0.7); + font-weight: 500; +} + +.budgie-panel.transparent { + background-color: rgba(17, 17, 27, 0.75); +} + +.budgie-panel button { + color: rgba(255, 255, 255, 0.7); + min-height: 24px; + min-width: 24px; + padding: 0; + border-radius: 0; +} + +.budgie-panel button:hover { + color: #FFFFFF; +} + +.budgie-panel button:active { + color: rgba(255, 255, 255, 0.7); +} + +.budgie-panel button.budgie-menu-launcher { + color: rgba(255, 255, 255, 0.7); +} + +.budgie-panel button.budgie-menu-launcher:focus { + box-shadow: none; + border: none; + color: #FFFFFF; +} + +.budgie-panel button.raven-trigger { + color: rgba(255, 255, 255, 0.7); +} + +.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: #F44336; +} + +.budgie-panel .titlebar:not(headerbar) { + min-height: 0; + padding: 0; + box-shadow: none; + background-color: transparent; + color: #FFFFFF; +} + +.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: #FFFFFF; +} + +.budgie-panel menubar, +.budgie-panel .menubar { + color: rgba(255, 255, 255, 0.7); + box-shadow: none; + border: none; +} + +.budgie-panel menubar > menuitem, +.budgie-panel .menubar > menuitem { + color: rgba(255, 255, 255, 0.7); +} + +.budgie-panel menubar > menuitem:hover, .budgie-panel menubar > menuitem:active, +.budgie-panel .menubar > menuitem:hover, +.budgie-panel .menubar > menuitem:active { + color: #FFFFFF; +} + +.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.32); +} + +.top .budgie-panel .unpinned button.flat.launcher:checked, .top .budgie-panel .pinned button.flat.launcher.running:checked { + 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 .unpinned button.flat.launcher:checked, .bottom .budgie-panel .pinned button.flat.launcher.running:checked { + 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 .unpinned button.flat.launcher:checked, .left .budgie-panel .pinned button.flat.launcher.running:checked { + 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 .unpinned button.flat.launcher:checked, .right .budgie-panel .pinned button.flat.launcher.running:checked { + border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; +} + +.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button { + 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 { + 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 { + 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 { + 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 { + 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 { + 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 { + 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 { + 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; +} + +.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: #313244; + box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); +} + +.raven > box { + margin-bottom: -10px; +} + +.raven stackswitcher.linked { + margin: 6px 16px; +} + +.raven stackswitcher.linked > button:focus { + box-shadow: none; +} + +.raven .raven-header { + min-height: 36px; + padding: 3px; +} + +.raven .raven-header.top { + padding: 0; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +.raven .raven-header.top stackswitcher button { + margin: -4px 0 -5px; + padding: 0 16px; + min-height: 24px; +} + +.raven .raven-header.bottom { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +.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(255, 255, 255, 0.12); + background-color: #1e1e2e; +} + +.raven .raven-background > overlay > widget > image { + color: rgba(255, 255, 255, 0.12); +} + +.raven scrolledwindow.raven-background { + border-bottom-style: none; +} + +.raven .powerstrip button { + margin: 2px 0 1px; + padding: 12px; + border-radius: 9999px; +} + +.raven .option-subtitle { + font-size: smaller; +} + +.raven .audio-widget scale.marks-after { + padding-top: 0; + padding-bottom: 0; +} + +.raven .audio-widget scale.marks-after label { + font-size: 90%; + padding: 0; + margin: -10px 0 0 6px; +} + +.raven .audio-widget button.flat.expander-button { + margin-top: 4px; + margin-bottom: 4px; +} + +.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked { + background-color: rgba(255, 255, 255, 0.06); + color: #FFFFFF; +} + +.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected label, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked label { + color: #FFFFFF; +} + +.raven .audio-widget list.devices-list.sound-devices > row.activatable label { + padding-left: 12px; +} + +calendar.raven-calendar { + border-style: none; + background-color: transparent; +} + +calendar.raven-calendar:selected { + border-radius: 6px; +} + +.raven-mpris { + background-color: #11111b; + color: #FFFFFF; +} + +.raven-mpris label { + min-height: 24px; +} + +.raven-mpris button.image-button { + padding: 12px; +} + +.raven-notifications-view > .raven-background > viewport.frame { + padding: 0; +} + +.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable { + margin-left: -6px; + margin-right: -3px; +} + +.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable .raven-notifications-group-header { + padding: 0 12px; +} + +.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list { + padding: 6px; + background: none; +} + +.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable { + border: none; + padding: 6px; + padding-left: 12px; + margin: 3px; + border-radius: 6px; + background-color: rgba(255, 255, 255, 0.04); +} + +.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { + background-color: rgba(255, 255, 255, 0.12); +} + +.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:active, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:focus { + background: none; + box-shadow: none; +} + +.budgie-notification-window, .budgie-switcher-window, .budgie-osd-window { + background-color: transparent; +} + +.budgie-notification .notification-title, .budgie-switcher .notification-title { + font-size: 120%; +} + +.budgie-notification .notification-body, .budgie-switcher .notification-body { + color: rgba(255, 255, 255, 0.7); +} + +.budgie-osd .budgie-osd-text { + font-size: 120%; +} + +.budgie-panel .lock-keys image:disabled { + color: rgba(255, 255, 255, 0.32); +} + +.drop-shadow { + margin: 5px 9px; + padding: 3px; + border-radius: 12px; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #313244; +} + +.drop-shadow .linked > button { + border-radius: 12px; +} + +.budgie-session-dialog, +.budgie-polkit-dialog, +.budgie-run-dialog { + background-color: #313244; + border: none; + padding: 0; +} + +.budgie-session-dialog.background, .budgie-session-dialog > decoration, +.budgie-polkit-dialog.background, +.budgie-polkit-dialog > decoration, +.budgie-run-dialog.background, +.budgie-run-dialog > decoration { + border-radius: 12px; +} + +.budgie-session-dialog > decoration, +.budgie-polkit-dialog > decoration, +.budgie-run-dialog > decoration { + border: none; + box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75); +} + +.budgie-session-dialog label:not(:last-child), +.budgie-session-dialog .dialog-title, +.budgie-polkit-dialog label:not(:last-child), +.budgie-polkit-dialog .dialog-title, +.budgie-run-dialog label:not(:last-child), +.budgie-run-dialog .dialog-title { + font-size: 120%; +} + +.budgie-session-dialog .linked.horizontal > button, +.budgie-polkit-dialog .linked.horizontal > button, +.budgie-run-dialog .linked.horizontal > button { + padding: 8px 16px; + border-top: 1px solid rgba(255, 255, 255, 0.12); + border-radius: 0; +} + +.budgie-session-dialog .linked.horizontal > button:first-child, +.budgie-polkit-dialog .linked.horizontal > button:first-child, +.budgie-run-dialog .linked.horizontal > button:first-child { + border-bottom-left-radius: 12px; +} + +.budgie-session-dialog .linked.horizontal > button:last-child, +.budgie-polkit-dialog .linked.horizontal > button:last-child, +.budgie-run-dialog .linked.horizontal > button:last-child { + border-bottom-right-radius: 12px; +} + +.budgie-polkit-dialog .message { + color: rgba(255, 255, 255, 0.7); +} + +.budgie-polkit-dialog .failure { + color: #F44336; +} + +.budgie-run-dialog entry.search { + font-size: 120%; + padding: 6px 14px; + border-image: none; + box-shadow: none; + background-color: transparent; +} + +.budgie-run-dialog list .dim-label { + color: #FFFFFF; +} + +.budgie-run-dialog scrolledwindow { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +/************** + * Xfce4 Apps * + **************/ +.XfceHeading { + background-color: #1e1e2e; +} + +/*************** + * xfce4-panel * + ***************/ +.xfce4-panel.background { + border: none; + background-color: #11111b; + 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 .tasklist button image { + padding: 4px; +} + +wnck-pager:hover { + background-color: alpha(currentColor, 0.08); +} + +wnck-pager:active { + background-color: alpha(currentColor, 0.12); +} + +wnck-pager:selected { + background-color: #89b4fa; +} + +#xfce4-mpc-plugin-26 > frame > border { + border: none; +} + +#xfce-panel-button { + -gtk-icon-style: symbolic; +} + +XfdesktopIconView.view { + border-radius: 6px; + background-color: transparent; + color: #FFFFFF; +} + +XfdesktopIconView.view:active { + box-shadow: none; +} + +XfdesktopIconView.view .rubberband { + border-radius: 0; +} + +window#whiskermenu-window { + border-radius: 12px; + background-color: transparent; + border: none; +} + +window#whiskermenu-window entry.search:focus { + background-color: #1e1e2e; +} + +window#whiskermenu-window > frame > border { + border-radius: 12px; + padding: 6px 8px 6px 9px; + margin: 6px; + border: none; + background-color: #1e1e2e; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75), inset 0 0 0 1px rgba(255, 255, 255, 0.1); +} + +window#whiskermenu-window box.categories > button.radio { + padding: 3px 6px; + margin: 1px 0; +} + +window#whiskermenu-window box.categories > button.radio:hover { + background-color: rgba(255, 255, 255, 0.12); +} + +window#whiskermenu-window box.categories > button.radio:checked, window#whiskermenu-window box.categories > button.radio:active { + background-color: rgba(255, 255, 255, 0.3); + color: #FFFFFF; +} + +window#whiskermenu-window box.categories > button.radio:checked:hover, window#whiskermenu-window box.categories > button.radio:active:hover { + background-image: none; +} + +window#whiskermenu-window scrolledwindow.frame { + padding: 3px; + background-color: #1e1e2e; + border-radius: 6px; +} + +window#whiskermenu-window scrolledwindow.frame treeview.view { + border-radius: 6px; +} + +window#whiskermenu-window scrolledwindow.frame treeview.view:not(:hover):not(:selected) { + background: none; +} + +window#whiskermenu-window scrolledwindow.frame treeview.view:selected:hover { + background-color: rgba(255, 255, 255, 0.12); + color: #FFFFFF; +} + +window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:checked, window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:active { + background-color: rgba(255, 255, 255, 0.3); + color: #FFFFFF; +} + +#XfceNotifyWindow { + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75); +} + +#XfceNotifyWindow buttonbox { + padding: 0; +} + +#XfceNotifyWindow label#summary { + font-weight: bold; +} + +#xfwm-tabwin { + padding: 12px; + border-radius: 6px; + -XfwmTabwinWidget-icon-size: 64px; + -XfwmTabwinWidget-preview-size: 64px; +} + +/********** + * Thunar * + **********/ +.thunar toolbar { + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +.thunar .standard-view.frame { + border-style: none; +} + +.thunar .sidebar .view:not(:selected) { + background-color: transparent; +} + +.thunar .path-bar.linked:not(.vertical) > button.path-bar-button { + margin-left: 2px; + margin-right: 2px; +} + +.thunar statusbar { + margin: 0 -10px; + padding: 0 4px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { + border-top: none; +} + +window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { + border-bottom-left-radius: 12px; +} + +menubar.-vala-panel-appmenu-private, +menubar.-vala-panel-background { + background: none; + border: none; + box-shadow: none; + animation: none; +} + +menubar.-vala-panel-appmenu-private > menuitem, +menubar.-vala-panel-background > menuitem { + color: rgba(255, 255, 255, 0.7); + font-weight: normal; +} + +menubar.-vala-panel-appmenu-private > menuitem:hover, +menubar.-vala-panel-background > menuitem:hover { + color: #FFFFFF; + border-radius: 0; +} + +menubar.-vala-panel-appmenu-private > menuitem:disabled, +menubar.-vala-panel-background > menuitem:disabled { + color: rgba(255, 255, 255, 0.32); +} + +/************************ + * LightDM GTK+ Greeter * + ************************/ +#panel_window { + background-color: #1e1e2e; + color: #FFFFFF; +} + +#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: #FFFFFF; +} + +#panel_window menubar > menuitem:disabled label { + color: rgba(255, 255, 255, 0.32); +} + +#login_window, +#shutdown_dialog, +#restart_dialog { + margin: 8px; + border-radius: 6px; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #313244; +} + +#content_frame { + padding-bottom: 16px; +} + +#buttonbox_frame { + padding-top: 24px; +} + +#buttonbox_frame > box, +#buttonbox_frame > buttonbox { + margin: -16px; +} + +#buttonbox_frame button:not(:disabled) { + color: #89b4fa; +} + +/******** + * Nemo * + ********/ +.nemo-window .primary-toolbar { + background-color: #11111b; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + padding: 2px 3px; +} + +.nemo-window .primary-toolbar entry { + min-height: 0; + margin: 0; +} + +.nemo-window .primary-toolbar > toolitem > box > button.image-button, +.nemo-window .primary-toolbar > toolitem > .linked > button.image-button { + margin-left: 1px; + margin-right: 1px; +} + +.nemo-window .primary-toolbar button.text-button { + padding-left: 8px; + padding-right: 8px; + color: rgba(255, 255, 255, 0.7); +} + +.nemo-window .primary-toolbar button.text-button:hover, .nemo-window .primary-toolbar button.text-button:active, .nemo-window .primary-toolbar button.text-button:checked { + color: #FFFFFF; +} + +.nemo-window .primary-toolbar button.text-button:disabled { + color: rgba(255, 255, 255, 0.32); +} + +.nemo-window .primary-toolbar button.text-button:backdrop { + color: rgba(255, 255, 255, 0.5); +} + +.nemo-window .primary-toolbar .path-bar.linked:not(.vertical) > button { + margin-left: 1px; + margin-right: 1px; +} + +.nemo-window .primary-toolbar .path-bar.linked:not(.vertical) > button.slider-button { + border-radius: 3px; +} + +.nemo-window .primary-toolbar .path-bar.linked:not(.vertical) > button.slider-button:first-child { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; +} + +.nemo-window .primary-toolbar .path-bar.linked:not(.vertical) > button.slider-button:last-child { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} + +.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 .nemo-inactive-pane .view:not(:selected) { + background-color: #11111b; +} + +.nemo-window .nemo-window-pane widget.entry { + border-radius: 6px; + background-color: rgba(255, 255, 255, 0.04); +} + +.nemo-window .toolbar { + padding: 0; +} + +.nemo-window .toolbar button { + margin: 3px 0; + padding: 3px; +} + +.nemo-window .toolbar separator { + margin: 6px 0; +} + +.places-treeview { + -NemoPlacesTreeView-disk-full-bg-color: #62626d; + -NemoPlacesTreeView-disk-full-fg-color: #89b4fa; + -NemoPlacesTreeView-disk-full-bar-width: 2px; + -NemoPlacesTreeView-disk-full-bar-radius: 0; + -NemoPlacesTreeView-disk-full-bottom-padding: 1px; + -NemoPlacesTreeView-disk-full-max-length: 80px; + padding-top: 3px; + padding-bottom: 3px; +} + +/* GTK NAMED COLORS + ---------------- + use responsibly! */ +/* +widget text/foreground color */ +@define-color theme_fg_color #FFFFFF; +/* +text color for entries, views and content in general */ +@define-color theme_text_color #FFFFFF; +/* +widget base background color */ +@define-color theme_bg_color #1e1e2e; +/* +text widgets and the like base background color */ +@define-color theme_base_color #1e1e2e; +/* +base background color of selections */ +@define-color theme_selected_bg_color #89b4fa; +/* +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 #1e1e2e; +/* +text foreground color of insensitive widgets */ +@define-color insensitive_fg_color rgba(255, 255, 255, 0.5); +/* +insensitive text widgets and the like base background color */ +@define-color insensitive_base_color #11111b; +/* +widget text/foreground color on backdrop windows */ +@define-color theme_unfocused_fg_color #FFFFFF; +/* +text color for entries, views and content in general on backdrop windows */ +@define-color theme_unfocused_text_color #FFFFFF; +/* +widget base background color on backdrop windows */ +@define-color theme_unfocused_bg_color #1e1e2e; +/* +text widgets and the like base background color on backdrop windows */ +@define-color theme_unfocused_base_color #1e1e2e; +/* +base background color of selections on backdrop windows */ +@define-color theme_unfocused_selected_bg_color #89b4fa; +/* +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(255, 255, 255, 0.5); +/* +widgets main borders color */ +@define-color borders rgba(255, 255, 255, 0.12); +/* +widgets main borders color on backdrop windows */ +@define-color unfocused_borders rgba(255, 255, 255, 0.12); +/* +these are pretty self explicative */ +@define-color warning_color #FBC02D; +@define-color error_color #F44336; +@define-color success_color #66BB6A; +/* +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 #FFFFFF; +@define-color wm_unfocused_title rgba(255, 255, 255, 0.7); +@define-color wm_highlight rgba(255, 255, 255, 0.1); +@define-color wm_border #060609; +@define-color wm_bg #11111b; +@define-color wm_unfocused_bg #1e1e2e; +@define-color wm_button_icon white; +@define-color wm_button_close_hover_bg #f38ba8; +@define-color wm_button_close_active_bg #ed547e; +@define-color wm_button_max_hover_bg #a6e3a1; +@define-color wm_button_max_active_bg #79d572; +@define-color wm_button_min_hover_bg #f9e2af; +@define-color wm_button_min_active_bg #f5cd76; +/* +FIXME this is really an API */ +@define-color content_view_bg #1e1e2e; +@define-color placeholder_text_color #bcbcc0; +/* Very contrasty background for text views (@theme_text_color foreground) */ +@define-color text_view_bg #1e1e2e; +@define-color budgie_tasklist_indicator_color rgba(255, 255, 255, 0.3); +@define-color budgie_tasklist_indicator_color_active #89b4fa; +@define-color budgie_tasklist_indicator_color_active_window #526993; +@define-color budgie_tasklist_indicator_color_attention #FBC02D; +@define-color STRAWBERRY_100 #FF9262; +@define-color STRAWBERRY_300 #FF793E; +@define-color STRAWBERRY_500 #F15D22; +@define-color STRAWBERRY_700 #CF3B00; +@define-color STRAWBERRY_900 #AC1800; +@define-color ORANGE_100 #FFDB91; +@define-color ORANGE_300 #FFCA40; +@define-color ORANGE_500 #FAA41A; +@define-color ORANGE_700 #DE8800; +@define-color ORANGE_900 #C26C00; +@define-color BANANA_100 #FFFFA8; +@define-color BANANA_300 #FFFA7D; +@define-color BANANA_500 #FFCE51; +@define-color BANANA_700 #D1A023; +@define-color BANANA_900 #A27100; +@define-color LIME_100 #A2F3BE; +@define-color LIME_300 #8ADBA6; +@define-color LIME_500 #73C48F; +@define-color LIME_700 #479863; +@define-color LIME_900 #1C6D38; +@define-color BLUEBERRY_100 #94A6FF; +@define-color BLUEBERRY_300 #6A7CE0; +@define-color BLUEBERRY_500 #3F51B5; +@define-color BLUEBERRY_700 #213397; +@define-color BLUEBERRY_900 #031579; +@define-color GRAPE_100 #D25DE6; +@define-color GRAPE_300 #B84ACB; +@define-color GRAPE_500 #9C27B0; +@define-color GRAPE_700 #830E97; +@define-color GRAPE_900 #6A007E; +@define-color COCOA_100 #9F9792; +@define-color COCOA_300 #7B736E; +@define-color COCOA_500 #574F4A; +@define-color COCOA_700 #463E39; +@define-color COCOA_900 #342C27; +@define-color SILVER_100 #EEE; +@define-color SILVER_300 #CCC; +@define-color SILVER_500 #AAA; +@define-color SILVER_700 #888; +@define-color SILVER_900 #666; +@define-color SLATE_100 #888; +@define-color SLATE_300 #666; +@define-color SLATE_500 #444; +@define-color SLATE_700 #222; +@define-color SLATE_900 #111; +@define-color BLACK_100 #474341; +@define-color BLACK_300 #403C3A; +@define-color BLACK_500 #393634; +@define-color BLACK_700 #33302F; +@define-color BLACK_900 #2B2928; diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/gtk.css b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/gtk.css new file mode 100644 index 000000000..f95aae349 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/gtk.css @@ -0,0 +1,8075 @@ +@keyframes ripple { + to { + background-size: 1000% 1000%; + } +} + +@keyframes ripple-on-slider { + to { + background-size: auto, 1000% 1000%; + } +} + +@keyframes ripple-on-headerbar { + from { + background-image: radial-gradient(circle, #89b4fa 0%, transparent 0%); + } + to { + background-image: radial-gradient(circle, #89b4fa 100%, transparent 0%); + } +} + +* { + background-clip: padding-box; + -GtkToolButton-icon-spacing: 0; + -GtkTextView-error-underline-color: #F44336; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkToolItemGroup-expander-size: 11; + -GtkWidget-text-handle-width: 24; + -GtkWidget-text-handle-height: 24; + -GtkDialog-button-spacing: 6; + -GtkDialog-action-area-border: 6; + outline-style: solid; + outline-width: 2px; + outline-color: transparent; + outline-offset: -4px; + -gtk-outline-radius: 6px; + -gtk-secondary-caret-color: #89b4fa; +} + +*:focus { + outline-color: alpha(currentColor, 0.1); +} + +XfdesktopIconView.view:active, calendar.raven-calendar:selected, box.vertical > widget > widget:selected, calendar:selected, .csd treeview.view:selected, modelbutton.flat:selected, +.menuitem.button.flat:selected, .background.csd .view:selected { + color: #FFFFFF; + background-color: alpha(currentColor, 0.1); +} + +.nemo-window .view selection, .nemo-window .view:selected, .nautilus-window notebook .view:not(treeview) selection, .nautilus-window notebook .view:not(treeview):selected, .nautilus-window flowboxchild:selected .icon-item-background, flowbox flowboxchild:selected { + color: #89b4fa; + background-color: rgba(137, 180, 250, 0.2); +} + +.nemo-window .nemo-window-pane widget.entry:selected, window.background.csd evview.view.content-view:selected, window.background.csd evview.view.content-view:selected:backdrop, .nautilus-window.background.csd notebook widget.view:selected, spinbutton.vertical selection, spinbutton:not(.vertical) selection, +entry selection, label selection, textview text selection:focus, textview text selection, widget.view:selected, .view:selected { + color: rgba(0, 0, 0, 0.87); + background-color: #89b4fa; +} + +.linked:not(.vertical) > button, .linked:not(.vertical) > spinbutton.vertical, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry { + border-radius: 0; +} + +.linked:not(.vertical) > button:first-child, .linked:not(.vertical) > spinbutton.vertical:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; +} + +.linked:not(.vertical) > button:last-child, .linked:not(.vertical) > spinbutton.vertical:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} + +.linked:not(.vertical) > button:only-child, .linked:not(.vertical) > spinbutton.vertical:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child { + border-radius: 6px; +} + +.linked.vertical > button, .linked.vertical > spinbutton.vertical, .linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry { + border-radius: 0; +} + +.linked.vertical > button:first-child, .linked.vertical > spinbutton.vertical:first-child, .linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child { + border-top-left-radius: 6px; + border-top-right-radius: 6px; +} + +.linked.vertical > button:last-child, .linked.vertical > spinbutton.vertical:last-child, .linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; +} + +.linked.vertical > button:only-child, .linked.vertical > spinbutton.vertical:only-child, .linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child { + border-radius: 6px; +} + +/*************** + * Base States * + ***************/ +.background { + background-color: #1e1e2e; + color: #FFFFFF; +} + +.background.csd { + border-radius: 0 0 12px 12px; +} + +.background.maximized, .background.solid-csd { + border-radius: 0; +} + +*:disabled { + -gtk-icon-effect: dim; +} + +.gtkstyle-fallback { + background-color: #1e1e2e; + color: #FFFFFF; +} + +.gtkstyle-fallback:hover { + background-color: #14141f; + color: #FFFFFF; +} + +.gtkstyle-fallback:active { + background-color: #0a0a0f; + color: #FFFFFF; +} + +.gtkstyle-fallback:disabled { + background-color: #1e1e2e; + color: rgba(255, 255, 255, 0.5); +} + +.gtkstyle-fallback:selected { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + +.view { + background-color: #1e1e2e; + color: #FFFFFF; +} + +.view:hover { + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); +} + +.view:disabled { + color: rgba(255, 255, 255, 0.5); +} + +.view:selected:hover { + box-shadow: none; +} + +window.background.csd > stack.view { + border-radius: 0 0 12px 12px; +} + +textview text { + background-color: #1e1e2e; +} + +textview border { + background-color: #11111b; + color: rgba(255, 255, 255, 0.7); +} + +iconview:hover, iconview:selected { + border-radius: 6px; +} + +.rubberband, +rubberband, +XfdesktopIconView.view .rubberband, +.content-view rubberband, +.content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view .rubberband, +.content-view treeview.view rubberband, +.content-view treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view treeview.view .rubberband, +treeview.view .content-view rubberband, +treeview.view .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view .content-view .rubberband, +.content-view treeview.view flowbox rubberband, +.content-view treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view treeview.view flowbox .rubberband, +treeview.view flowbox .content-view rubberband, +treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view flowbox .content-view .rubberband, +.content-view flowbox treeview.view rubberband, +.content-view flowbox treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view flowbox treeview.view .rubberband, +flowbox treeview.view .content-view rubberband, +flowbox treeview.view .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view .content-view .rubberband, +.content-view treeview.view flowbox treeview.view rubberband, +.content-view treeview.view flowbox treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view treeview.view flowbox treeview.view .rubberband, +treeview.view flowbox treeview.view .content-view rubberband, +treeview.view flowbox treeview.view .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view flowbox treeview.view .content-view .rubberband, +.content-view flowbox treeview.view flowbox rubberband, +.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, +flowbox treeview.view flowbox .content-view rubberband, +flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband, +.content-view .rubberband, +treeview.view rubberband, +treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view .rubberband, +treeview.view .content-view rubberband, +treeview.view .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view .content-view .rubberband, +.content-view treeview.view rubberband, +.content-view treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view treeview.view .rubberband, +.content-view treeview.view flowbox rubberband, +.content-view treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view treeview.view flowbox .rubberband, +treeview.view flowbox .content-view rubberband, +treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view flowbox .content-view .rubberband, +.content-view flowbox treeview.view rubberband, +.content-view flowbox treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view flowbox treeview.view .rubberband, +flowbox treeview.view .content-view rubberband, +flowbox treeview.view .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view .content-view .rubberband, +.content-view flowbox treeview.view flowbox rubberband, +.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, +flowbox treeview.view flowbox .content-view rubberband, +flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband, +treeview.view .content-view .rubberband, +.content-view treeview.view .rubberband, +treeview.view flowbox rubberband, +treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view flowbox .rubberband, +treeview.view flowbox .content-view rubberband, +treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view flowbox .content-view .rubberband, +.content-view treeview.view flowbox rubberband, +.content-view treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view treeview.view flowbox .rubberband, +treeview.view .content-view flowbox rubberband, +treeview.view .content-view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view .content-view flowbox .rubberband, +treeview.view .content-view flowbox treeview.view rubberband, +treeview.view .content-view flowbox treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view .content-view flowbox treeview.view .rubberband, +.content-view flowbox treeview.view flowbox rubberband, +.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, +flowbox treeview.view flowbox .content-view rubberband, +flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband, +flowbox treeview.view rubberband, +flowbox treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view .rubberband, +flowbox treeview.view .content-view rubberband, +flowbox treeview.view .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view .content-view .rubberband, +.content-view flowbox treeview.view rubberband, +.content-view flowbox treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view flowbox treeview.view .rubberband, +flowbox .content-view treeview.view rubberband, +flowbox .content-view treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox .content-view treeview.view .rubberband, +flowbox .content-view treeview.view flowbox rubberband, +flowbox .content-view treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox .content-view treeview.view flowbox .rubberband, +.content-view flowbox treeview.view flowbox rubberband, +.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, +flowbox treeview.view flowbox .content-view rubberband, +flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband, +flowbox rubberband, +flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox .rubberband, +flowbox .content-view treeview.view rubberband, +flowbox .content-view treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox .content-view treeview.view .rubberband, +.content-view treeview.view flowbox rubberband, +.content-view treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view treeview.view flowbox .rubberband, +flowbox treeview.view .content-view rubberband, +flowbox treeview.view .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view .content-view .rubberband, +treeview.view .content-view flowbox rubberband, +treeview.view .content-view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view .content-view flowbox .rubberband, +treeview.view flowbox .content-view rubberband, +treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view flowbox .content-view .rubberband, +.content-view flowbox treeview.view rubberband, +.content-view flowbox treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view flowbox treeview.view .rubberband, +.content-view flowbox treeview.view flowbox rubberband, +.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, +flowbox treeview.view flowbox .content-view rubberband, +flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband, +flowbox treeview.view rubberband, +flowbox treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view .rubberband, +flowbox treeview.view .content-view rubberband, +flowbox treeview.view .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view .content-view .rubberband, +.content-view flowbox treeview.view rubberband, +.content-view flowbox treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view flowbox treeview.view .rubberband, +flowbox .content-view treeview.view rubberband, +flowbox .content-view treeview.view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox .content-view treeview.view .rubberband, +flowbox .content-view treeview.view flowbox rubberband, +flowbox .content-view treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox .content-view treeview.view flowbox .rubberband, +.content-view flowbox treeview.view flowbox rubberband, +.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, +flowbox treeview.view flowbox .content-view rubberband, +flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband, +treeview.view flowbox rubberband, +treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view flowbox .rubberband, +treeview.view flowbox .content-view rubberband, +treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view flowbox .content-view .rubberband, +.content-view treeview.view flowbox rubberband, +.content-view treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view treeview.view flowbox .rubberband, +treeview.view .content-view flowbox rubberband, +treeview.view .content-view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view treeview.view .content-view flowbox .rubberband, +.content-view flowbox treeview.view flowbox rubberband, +.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, +XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, +flowbox treeview.view flowbox .content-view rubberband, +flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, +XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband { + border: 1px solid #89b4fa; + background-color: rgba(137, 180, 250, 0.3); +} + +flowbox flowboxchild { + padding: 3px; + border-radius: 6px; + color: #FFFFFF; +} + +flowbox flowboxchild button.osd.remove-button { + min-height: 28px; + min-width: 28px; + padding: 0; + margin: 6px; +} + +.content-view .tile:selected { + background-color: transparent; +} + +label { + caret-color: currentColor; +} + +label.separator { + color: rgba(255, 255, 255, 0.7); +} + +label:disabled { + color: rgba(255, 255, 255, 0.5); +} + +headerbar label:disabled, tab label:disabled, button label:disabled { + color: inherit; +} + +label.osd { + border-radius: 6px; + background-color: rgba(11, 11, 18, 0.9); + color: #FFFFFF; +} + +.dim-label { + color: rgba(255, 255, 255, 0.7); +} + +assistant .sidebar { + padding: 4px 0; +} + +assistant .sidebar label { + min-height: 36px; + padding: 0 12px; + color: rgba(255, 255, 255, 0.5); + font-weight: 500; +} + +assistant .sidebar label.highlight { + color: #FFFFFF; +} + +/********************* + * 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.vertical, spinbutton:not(.vertical), +entry { + min-height: 36px; + padding: 0 8px; + border-radius: 6px; + caret-color: currentColor; + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: #FFFFFF; +} + +spinbutton.vertical:focus, spinbutton:focus:not(.vertical), +entry:focus { + background-color: rgba(255, 255, 255, 0.08); + box-shadow: inset 0 0 0 2px #89b4fa; +} + +spinbutton.vertical:drop(active), spinbutton:drop(active):not(.vertical), +entry:drop(active) { + background-color: alpha(currentColor, 0.08); + box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); +} + +spinbutton.vertical:disabled, spinbutton:disabled:not(.vertical), +entry:disabled { + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: rgba(255, 255, 255, 0.5); +} + +spinbutton.flat.vertical, spinbutton.flat:not(.vertical), +entry.flat { + min-height: 0; + padding: 2px; + border-radius: 0; + background-color: transparent; +} + +spinbutton.vertical image, spinbutton:not(.vertical) image, +entry image { + color: rgba(255, 255, 255, 0.7); +} + +spinbutton.vertical image:hover, spinbutton:not(.vertical) image:hover, spinbutton.vertical image:active, spinbutton:not(.vertical) image:active, +entry image:hover, +entry image:active { + color: #FFFFFF; +} + +spinbutton.vertical image:disabled, spinbutton:not(.vertical) image:disabled, +entry image:disabled { + color: rgba(255, 255, 255, 0.5); +} + +spinbutton.vertical image.left, spinbutton:not(.vertical) image.left, +entry image.left { + margin-left: 2px; + margin-right: 6px; +} + +spinbutton.vertical image.right, spinbutton:not(.vertical) image.right, +entry image.right { + margin-left: 6px; + margin-right: 2px; +} + +spinbutton.vertical undershoot.left, spinbutton:not(.vertical) undershoot.left, +entry undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); + padding-left: 1px; + background-size: 1px 12px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left top; + margin: 0 4px; + margin: 4px 0; +} + +spinbutton.vertical undershoot.right, spinbutton:not(.vertical) undershoot.right, +entry undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); + padding-right: 1px; + background-size: 1px 12px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right top; + margin: 0 4px; + margin: 4px 0; +} + +spinbutton.error.vertical, spinbutton.error:not(.vertical), +entry.error { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: #FFFFFF; +} + +spinbutton.error.vertical:focus, spinbutton.error:focus:not(.vertical), +entry.error:focus { + background-color: rgba(255, 255, 255, 0.08); + box-shadow: inset 0 0 0 2px #F44336; +} + +spinbutton.error.vertical:disabled, spinbutton.error:disabled:not(.vertical), +entry.error:disabled { + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: rgba(255, 255, 255, 0.5); +} + +spinbutton.warning.vertical, spinbutton.warning:not(.vertical), +entry.warning { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: #FFFFFF; +} + +spinbutton.warning.vertical:focus, spinbutton.warning:focus:not(.vertical), +entry.warning:focus { + background-color: rgba(255, 255, 255, 0.08); + box-shadow: inset 0 0 0 2px #FBC02D; +} + +spinbutton.warning.vertical:disabled, spinbutton.warning:disabled:not(.vertical), +entry.warning:disabled { + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: rgba(255, 255, 255, 0.5); +} + +spinbutton.vertical progress, spinbutton:not(.vertical) progress, +entry progress { + margin: 2px -8px; + border-bottom: 2px solid #89b4fa; + background-color: transparent; +} + +treeview entry.flat, treeview entry { + background-color: #1e1e2e; +} + +treeview entry.flat, treeview entry.flat:focus, treeview entry, treeview entry:focus { + border-image: none; + box-shadow: none; +} + +.entry-tag, .photos-entry-tag, .documents-entry-tag { + margin: 2px; + border-radius: 9999px; + box-shadow: none; + background-color: rgba(255, 255, 255, 0.12); + color: #FFFFFF; +} + +.entry-tag:hover, .photos-entry-tag:hover, .documents-entry-tag:hover { + background-image: image(alpha(currentColor, 0.08)); +} + +:dir(ltr) .entry-tag, :dir(ltr) .photos-entry-tag, :dir(ltr) .documents-entry-tag { + margin-left: 4px; + margin-right: 0; + padding-left: 12px; + padding-right: 8px; +} + +:dir(rtl) .entry-tag, :dir(rtl) .photos-entry-tag, :dir(rtl) .documents-entry-tag { + margin-left: 0; + margin-right: 4px; + padding-left: 8px; + padding-right: 12px; +} + +.entry-tag.button, .button.photos-entry-tag, .button.documents-entry-tag { + box-shadow: none; + background-color: transparent; +} + +.entry-tag.button:not(:hover):not(:active), .button.photos-entry-tag:not(:hover):not(:active), .button.documents-entry-tag:not(:hover):not(:active) { + color: rgba(255, 255, 255, 0.7); +} + +/*********** + * Buttons * + ***********/ +@keyframes needs-attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#89b4fa), to(transparent)); + } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#89b4fa), to(transparent)); + } +} + +.xfce4-panel.background button, .raven-mpris button.image-button, .mate-panel-menu-bar button, infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button { + color: rgba(255, 255, 255, 0.7); +} + +.xfce4-panel.background button:focus, .raven-mpris button.image-button:focus, .mate-panel-menu-bar button:focus, infobar.warning > revealer > box button:focus, .xfce4-panel.background button:hover, .raven-mpris button.image-button:hover, .mate-panel-menu-bar button:hover, infobar.warning > revealer > box button:hover, .xfce4-panel.background button:active, .raven-mpris button.image-button:active, .mate-panel-menu-bar button:active, infobar.warning > revealer > box button:active, .xfce4-panel.background button:checked, .raven-mpris button.image-button:checked, .mate-panel-menu-bar button:checked, infobar.warning > revealer > box button:checked { + color: #FFFFFF; +} + +.xfce4-panel.background button:disabled, .raven-mpris button.image-button:disabled, .mate-panel-menu-bar button:disabled, infobar.warning > revealer > box button:disabled { + color: rgba(255, 255, 255, 0.32); +} + +.xfce4-panel.background button:checked:disabled, .raven-mpris button.image-button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, infobar.warning > revealer > box button:checked:disabled { + color: rgba(255, 255, 255, 0.5); +} + +actionbar > revealer > box .linked > button:not(.suggested-action):not(.destructive-action), button { + transition: all 75ms 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); + outline: none; + box-shadow: inset 0 0 0 9999px transparent; + background-color: rgba(255, 255, 255, 0.08); + background-image: radial-gradient(circle, transparent 10%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 1000% 1000%; + color: #FFFFFF; +} + +actionbar > revealer > box .linked > button:focus:not(.suggested-action):not(.destructive-action), button:focus { + box-shadow: 0 0 0 2px rgba(137, 180, 250, 0.35); +} + +actionbar > revealer > box .linked > button:hover:not(.suggested-action):not(.destructive-action), button:hover { + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); +} + +actionbar > revealer > box .linked > button:active:not(.suggested-action):not(.destructive-action), button:active { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; + 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, alpha(currentColor, 0.12) 10%, transparent 0%); + background-size: 0% 0%; +} + +actionbar > revealer > box .linked > button:disabled:not(.suggested-action):not(.destructive-action), button:disabled { + box-shadow: none; + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); +} + +actionbar > revealer > box .linked > button:checked:not(.suggested-action):not(.destructive-action), button:checked { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + +actionbar > revealer > box .linked > button:checked:hover:not(.suggested-action):not(.destructive-action), button:checked:hover { + box-shadow: inset 0 0 0 9999px transparent; +} + +actionbar > revealer > box .linked > button:checked:disabled:not(.suggested-action):not(.destructive-action), button:checked:disabled { + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1); + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); +} + +.raven .expander-button, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, +window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, +window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, +window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, +window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, .nautilus-window headerbar revealer > button, button.titlebutton:not(.suggested-action):not(.destructive-action), filechooser #pathbarbox > stack > box > button, button.close, button.circular, .inline-toolbar button:not(.text-button) { + border-radius: 9999px; +} + +.raven .expander-button label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle label, +window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) label, window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised label, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, +window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, +window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, +window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, .nautilus-window headerbar revealer > button label, button.titlebutton:not(.suggested-action):not(.destructive-action) label, filechooser #pathbarbox > stack > box > button label, button.close label, button.circular label, .inline-toolbar button:not(.text-button) label { + padding: 0; +} + +.pluma-window paned.horizontal box.vertical box.horizontal button.flat, .gedit-document-panel row button.flat, .nautilus-window .floating-bar button, placessidebar.sidebar row button.sidebar-button, notebook > header tab button.flat, spinbutton.vertical button, spinbutton:not(.vertical) button { + min-height: 24px; + min-width: 24px; + padding: 0; + border-radius: 9999px; +} + +button { + min-height: 24px; + min-width: 16px; + padding: 6px 10px; + border-radius: 6px; + font-weight: 500; +} + +button:drop(active) { + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); +} + +.budgie-session-dialog .linked.horizontal > button, +.budgie-polkit-dialog .linked.horizontal > button, +.budgie-run-dialog .linked.horizontal > button, .drop-shadow button, .budgie-panel button, .budgie-popover row button, .budgie-settings-window buttonbox.inline-toolbar button, #mate-menu button, #MatePanelPopupWindow button, popover.messagepopover .popover-action-area button, tabbox > tab button, placessidebar.sidebar row button.sidebar-button, calendar.button, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular, treeview.view header button button.circular, row.activatable button.circular, scrollbar button, notebook > header > tabs > arrow, spinbutton.vertical button, spinbutton:not(.vertical) button, modelbutton.flat, +.menuitem.button.flat, .nemo-window .toolbar button, #buttonbox_frame button, .xfce4-panel.background button, .raven stackswitcher.linked > button, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button, .lock-dialog button, .mate-panel-menu-bar button, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, +window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, layouttabbar button, filechooser #pathbarbox > stack > box > button, messagedialog .dialog-action-box button, messagedialog .dialog-action-box .linked:not(.vertical) > button, .app-notification button, actionbar > revealer > box button:not(.suggested-action):not(.destructive-action), popover.background.menu button, +popover.background button.model, .nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action), toolbar button, combobox > .linked:not(.vertical) > button:not(:only-child), button.flat { + transition: all 75ms 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); + outline: none; + box-shadow: inset 0 0 0 9999px transparent; + background-color: transparent; + background-image: radial-gradient(circle, transparent 10%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 1000% 1000%; + color: rgba(255, 255, 255, 0.7); +} + +.budgie-session-dialog .linked.horizontal > button:focus, +.budgie-polkit-dialog .linked.horizontal > button:focus, +.budgie-run-dialog .linked.horizontal > button:focus, .drop-shadow button:focus, .budgie-panel button:focus, .budgie-popover row button:focus, .budgie-settings-window buttonbox.inline-toolbar button:focus, #mate-menu button:focus, #MatePanelPopupWindow button:focus, popover.messagepopover .popover-action-area button:focus, tabbox > tab button:focus, placessidebar.sidebar row button.sidebar-button:focus, calendar.button:focus, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular:focus, treeview.view header button button.circular:focus, row.activatable button.circular:focus, scrollbar button:focus, notebook > header > tabs > arrow:focus, spinbutton.vertical button:focus, spinbutton:not(.vertical) button:focus, modelbutton.flat:focus, +.menuitem.button.flat:focus, .nemo-window .toolbar button:focus, #buttonbox_frame button:focus, .xfce4-panel.background button:focus, .raven stackswitcher.linked > button:focus, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:focus, .lock-dialog button:focus, .mate-panel-menu-bar button:focus, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, +window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, layouttabbar button:focus, filechooser #pathbarbox > stack > box > button:focus, messagedialog .dialog-action-box button:focus, messagedialog .dialog-action-box .linked:not(.vertical) > button:focus, .app-notification button:focus, actionbar > revealer > box button:focus:not(.suggested-action):not(.destructive-action), popover.background.menu button:focus, +popover.background button.model:focus, .nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), toolbar button:focus, combobox > .linked:not(.vertical) > button:focus:not(:only-child), button.flat:focus { + box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); + color: #FFFFFF; +} + +.budgie-session-dialog .linked.horizontal > button:hover, +.budgie-polkit-dialog .linked.horizontal > button:hover, +.budgie-run-dialog .linked.horizontal > button:hover, .drop-shadow button:hover, .budgie-panel button:hover, .budgie-popover row button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, #mate-menu button:hover, #MatePanelPopupWindow button:hover, popover.messagepopover .popover-action-area button:hover, tabbox > tab button:hover, placessidebar.sidebar row button.sidebar-button:hover, calendar.button:hover, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular:hover, treeview.view header button button.circular:hover, row.activatable button.circular:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, spinbutton.vertical button:hover, spinbutton:not(.vertical) button:hover, modelbutton.flat:hover, +.menuitem.button.flat:hover, .nemo-window .toolbar button:hover, #buttonbox_frame button:hover, .xfce4-panel.background button:hover, .raven stackswitcher.linked > button:hover, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:hover, .lock-dialog button:hover, .mate-panel-menu-bar button:hover, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, +window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, layouttabbar button:hover, filechooser #pathbarbox > stack > box > button:hover, messagedialog .dialog-action-box button:hover, messagedialog .dialog-action-box .linked:not(.vertical) > button:hover, .app-notification button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action), popover.background.menu button:hover, +popover.background button.model:hover, .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), toolbar button:hover, combobox > .linked:not(.vertical) > button:hover:not(:only-child), button.flat:hover { + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); + color: #FFFFFF; +} + +.budgie-session-dialog .linked.horizontal > button:active, +.budgie-polkit-dialog .linked.horizontal > button:active, +.budgie-run-dialog .linked.horizontal > button:active, .drop-shadow button:active, .budgie-panel button:active, .budgie-popover row button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, #mate-menu button:active, #MatePanelPopupWindow button:active, popover.messagepopover .popover-action-area button:active, tabbox > tab button:active, placessidebar.sidebar row button.sidebar-button:active, calendar.button:active, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular:active, treeview.view header button button.circular:active, row.activatable button.circular:active, scrollbar button:active, notebook > header > tabs > arrow:active, spinbutton.vertical button:active, spinbutton:not(.vertical) button:active, modelbutton.flat:active, +.menuitem.button.flat:active, .nemo-window .toolbar button:active, #buttonbox_frame button:active, .xfce4-panel.background button:active, .raven stackswitcher.linked > button:active, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:active, .lock-dialog button:active, .mate-panel-menu-bar button:active, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, +window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, layouttabbar button:active, filechooser #pathbarbox > stack > box > button:active, messagedialog .dialog-action-box button:active, messagedialog .dialog-action-box .linked:not(.vertical) > button:active, .app-notification button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action), popover.background.menu button:active, +popover.background button.model:active, .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), toolbar button:active, combobox > .linked:not(.vertical) > button:active:not(:only-child), button.flat:active { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; + 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, alpha(currentColor, 0.12) 10%, transparent 0%); + background-size: 0% 0%; + color: #FFFFFF; +} + +.budgie-session-dialog .linked.horizontal > button:disabled, +.budgie-polkit-dialog .linked.horizontal > button:disabled, +.budgie-run-dialog .linked.horizontal > button:disabled, .drop-shadow button:disabled, .budgie-panel button:disabled, .budgie-popover row button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, #mate-menu button:disabled, #MatePanelPopupWindow button:disabled, popover.messagepopover .popover-action-area button:disabled, tabbox > tab button:disabled, placessidebar.sidebar row button.sidebar-button:disabled, calendar.button:disabled, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular:disabled, treeview.view header button button.circular:disabled, row.activatable button.circular:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, spinbutton.vertical button:disabled, spinbutton:not(.vertical) button:disabled, modelbutton.flat:disabled, +.menuitem.button.flat:disabled, .nemo-window .toolbar button:disabled, #buttonbox_frame button:disabled, .xfce4-panel.background button:disabled, .raven stackswitcher.linked > button:disabled, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:disabled, .lock-dialog button:disabled, .mate-panel-menu-bar button:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, +window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, layouttabbar button:disabled, filechooser #pathbarbox > stack > box > button:disabled, messagedialog .dialog-action-box button:disabled, messagedialog .dialog-action-box .linked:not(.vertical) > button:disabled, .app-notification button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action), popover.background.menu button:disabled, +popover.background button.model:disabled, .nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action), toolbar button:disabled, combobox > .linked:not(.vertical) > button:disabled:not(:only-child), button.flat:disabled { + box-shadow: none; + background-color: transparent; + color: rgba(255, 255, 255, 0.32); +} + +.nemo-window .toolbar button:checked, #buttonbox_frame button:checked, .xfce4-panel.background button:checked, .raven stackswitcher.linked > button:checked, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:checked, .lock-dialog button:checked, .mate-panel-menu-bar button:checked, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, +window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, layouttabbar button:checked, filechooser #pathbarbox > stack > box > button:checked, messagedialog .dialog-action-box button:checked, messagedialog .dialog-action-box .linked:not(.vertical) > button:checked, .app-notification button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action), popover.background.menu button:checked, +popover.background button.model:checked, .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action), toolbar button:checked, combobox > .linked:not(.vertical) > button:checked:not(:only-child), button.flat:checked, button.flat:checked:hover { + background-color: alpha(currentColor, 0.1); + color: #FFFFFF; +} + +.nemo-window .toolbar button:checked:disabled, #buttonbox_frame button:checked:disabled, .xfce4-panel.background button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:checked:disabled, .lock-dialog button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, +window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, layouttabbar button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, messagedialog .dialog-action-box button:checked:disabled, .app-notification button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action), popover.background.menu button:checked:disabled, +popover.background button.model:checked:disabled, .nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), toolbar button:checked:disabled, combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), button.flat:checked:disabled { + background-color: alpha(currentColor, 0.1); + color: rgba(255, 255, 255, 0.5); +} + +button.text-button { + min-width: 32px; + padding-left: 16px; + padding-right: 16px; +} + +button.image-button { + min-width: 24px; + padding: 6px; +} + +button.text-button.image-button { + min-width: 24px; + padding: 6px; + border-radius: 6px; +} + +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.flat label:first-child { + margin-left: 6px; +} + +button.text-button.image-button.flat label:last-child { + margin-right: 6px; +} + +button.text-button.image-button image:not(:only-child) { + margin: 0 4px; +} + +.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { + border-radius: 6px; +} + +button.osd { + min-width: 24px; + min-width: 24px; + padding: 6px; + background-color: #11111b; + color: #FFFFFF; +} + +button.osd:focus { + box-shadow: none; +} + +button.osd:hover { + background-color: #35353d; + color: #FFFFFF; +} + +button.osd:active { + background-color: #4d4d54; + color: #FFFFFF; +} + +button.osd:disabled { + opacity: 0; +} + +button.osd.image-button, button.osd.circular { + padding: 12px; +} + +button.osd.image-button > image, button.osd.circular > image { + padding: 0; +} + +button.suggested-action { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); + box-shadow: none; +} + +button.suggested-action:disabled { + box-shadow: none; + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); +} + +button.suggested-action:hover { + box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(137, 180, 250, 0.2), 0 4px 3px 0 rgba(137, 180, 250, 0.14), 0 1px 6px 0 rgba(137, 180, 250, 0.12); +} + +button.suggested-action:checked { + background-color: rgba(103, 135, 188, 0.961); +} + +button.suggested-action:checked:hover { + box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(137, 180, 250, 0.3), 0 2px 3px -1px rgba(137, 180, 250, 0.24), 0 2px 5px 0 rgba(137, 180, 250, 0.12); +} + +button.suggested-action:focus { + box-shadow: 0 0 0 2px rgba(137, 180, 250, 0.35); +} + +button.suggested-action.flat { + background-color: transparent; + color: #89b4fa; +} + +button.suggested-action.flat:disabled { + box-shadow: none; + background-color: transparent; + color: rgba(255, 255, 255, 0.32); +} + +button.suggested-action.flat:checked { + background-color: rgba(137, 180, 250, 0.3); +} + +button.destructive-action { + background-color: #F44336; + color: #FFFFFF; + box-shadow: none; +} + +button.destructive-action:disabled { + box-shadow: none; + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); +} + +button.destructive-action:hover { + box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(244, 67, 54, 0.2), 0 4px 3px 0 rgba(244, 67, 54, 0.14), 0 1px 6px 0 rgba(244, 67, 54, 0.12); +} + +button.destructive-action:checked { + background-color: #f77b72; +} + +button.destructive-action:checked:hover { + box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(244, 67, 54, 0.3), 0 2px 3px -1px rgba(244, 67, 54, 0.24), 0 2px 5px 0 rgba(244, 67, 54, 0.12); +} + +button.destructive-action:focus { + box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.35); +} + +button.destructive-action.flat { + background-color: transparent; + color: #F44336; +} + +button.destructive-action.flat:disabled { + box-shadow: none; + background-color: transparent; + color: rgba(255, 255, 255, 0.32); +} + +button.destructive-action.flat:checked { + background-color: rgba(244, 67, 54, 0.3); +} + +.stack-switcher > button > label { + margin: 0 -6px; + padding: 0 6px; +} + +.stack-switcher > button > image { + margin: -3px -6px; + padding: 3px 6px; +} + +.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.close, button.circular { + min-width: 24px; + padding: 6px; +} + +stacksidebar.sidebar row.needs-attention > label, .stack-switcher > button.needs-attention > label, +.stack-switcher > button.needs-attention > image { + animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-repeat: no-repeat; + background-position: right 3px; + background-size: 6px 6px; +} + +stacksidebar.sidebar row.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > label:dir(rtl), +.stack-switcher > button.needs-attention > image:dir(rtl) { + background-position: left 3px; +} + +modelbutton.flat, +.menuitem.button.flat { + min-height: 28px; + padding: 0 8px; + border-radius: 6px; + color: #FFFFFF; +} + +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 { + color: #1e66f5; +} + +*:visited { + color: #BA68C8; +} + +button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { + color: #1e66f5; +} + +button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { + color: #BA68C8; +} + +button.link > 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:focus:not(:hover):not(:active):not(:disabled) { + box-shadow: inset 0 0 0 9999px transparent; + color: rgba(255, 255, 255, 0.7); +} + +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 { + padding: 0; +} + +spinbutton.vertical:disabled { + color: rgba(255, 255, 255, 0.5); +} + +spinbutton.vertical entry { + margin: 0; + border-image: none; + border-radius: 0; + box-shadow: none; + background-color: transparent; + min-height: 36px; + min-width: 42px; + padding: 0; +} + +spinbutton.vertical button { + padding: 0; + border: solid 6px transparent; +} + +spinbutton.vertical button:focus:not(:hover):not(:active) { + box-shadow: inset 0 0 0 9999px transparent; + color: rgba(255, 255, 255, 0.7); +} + +spinbutton.vertical button.up { + margin: 0 3px; +} + +spinbutton.vertical button.down { + margin: 0 3px; +} + +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 { + transition: none; +} + +combobox button.combo cellview:dir(ltr) { + margin-left: -2px; +} + +combobox button.combo cellview:dir(rtl) { + margin-right: -2px; +} + +combobox.linked button:nth-child(2):dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +combobox.linked button:nth-child(2):dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +combobox > .linked:not(.vertical) > entry:not(:only-child) { + border-radius: 6px; +} + +combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { + margin-right: -36px; + padding-right: 36px; +} + +combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { + margin-left: -36px; + padding-left: 36px; +} + +combobox > .linked:not(.vertical) > button:not(:only-child) { + min-height: 16px; + min-width: 16px; + margin: 6px; + padding: 4px; + border-radius: 6px; +} + +combobox > .linked > button.combo { + padding: 6px 10px; +} + +.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.linked.vertical > combobox:not(:first-child) > box > button.combo { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.linked.vertical > combobox:not(:last-child) > box > button.combo { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +button.combo:only-child { + border-radius: 6px; + font-weight: normal; + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: #FFFFFF; +} + +button.combo:only-child:focus { + background-color: alpha(currentColor, 0.08); + box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3); +} + +button.combo:only-child:hover { + background-color: alpha(currentColor, 0.08); + box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); +} + +button.combo:only-child:checked { + background-color: rgba(255, 255, 255, 0.08); + box-shadow: inset 0 0 0 2px #89b4fa; +} + +button.combo:only-child:disabled { + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: rgba(255, 255, 255, 0.5); +} + +/************ + * Toolbars * + ************/ +toolbar { + -GtkWidget-window-dragging: true; + padding: 2px 3px; + background-color: #1e1e2e; +} + +.osd toolbar { + background-color: transparent; +} + +frame.documents-dropdown, .app-notification, toolbar.osd { + transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); + padding: 6px; + border-radius: 12px; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #313244; +} + +frame.documents-dropdown:backdrop, .app-notification:backdrop, toolbar.osd:backdrop { + box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); +} + +frame.left.documents-dropdown, .left.app-notification, frame.right.documents-dropdown, .right.app-notification, frame.top.documents-dropdown, .top.app-notification, frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { + border-radius: 0; +} + +frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.bottom { + box-shadow: none; + background-color: transparent; + background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); +} + +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 1px; +} + +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(255, 255, 255, 0.12); + background-color: #11111b; +} + +.frame .inline-toolbar { + border-width: 1px 0 0; + background-color: transparent; +} + +searchbar > revealer > box, +.location-bar { + padding: 6px; + border-style: solid; + border-width: 0 0 1px; + border-color: rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; + background-clip: border-box; +} + +searchbar > revealer > box { + margin: -6px; +} + +/*************** + * Header bars * + ***************/ +.nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.7); +} + +.nemo-window .primary-toolbar .linked:not(.vertical) > button:not(.text-button), headerbar .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { + border-radius: 6px; +} + +.nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action) { + color: #FFFFFF; +} + +.nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.32); +} + +.nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { + background-color: transparent; + color: rgba(255, 255, 255, 0.5); +} + +.nemo-window .primary-toolbar button:backdrop:not(.text-button), headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.5); +} + +.nemo-window .primary-toolbar button:backdrop:focus:not(.text-button), headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:hover:not(.text-button), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:active:not(.text-button), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.7); +} + +.nemo-window .primary-toolbar button:backdrop:disabled:not(.text-button), headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.32); +} + +.nemo-window .primary-toolbar button:backdrop:checked:not(.text-button), headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.7); +} + +.nemo-window .primary-toolbar button:backdrop:checked:disabled:not(.text-button), headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.32); +} + +.nemo-window .primary-toolbar entry, .titlebar entry { + background-color: rgba(255, 255, 255, 0.04); + color: #FFFFFF; +} + +.nemo-window .primary-toolbar entry:disabled, .titlebar entry:disabled { + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); +} + +.nemo-window .primary-toolbar entry image, .titlebar entry image { + color: rgba(255, 255, 255, 0.7); +} + +.nemo-window .primary-toolbar entry image:hover, .titlebar entry image:hover, .nemo-window .primary-toolbar entry image:active, .titlebar entry image:active { + color: #FFFFFF; +} + +.nemo-window .primary-toolbar entry image:disabled, .titlebar entry image:disabled { + color: rgba(255, 255, 255, 0.5); +} + +.titlebar { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + background-color: #11111b; + color: #FFFFFF; + border-radius: 12px 12px 0 0; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +.titlebar:disabled { + color: rgba(255, 255, 255, 0.5); +} + +.titlebar:backdrop { + color: rgba(255, 255, 255, 0.7); +} + +.titlebar:backdrop:disabled { + color: rgba(255, 255, 255, 0.32); +} + +.csd .titlebar:backdrop { + background-color: #1e1e2e; +} + +.titlebar .title { + padding: 0 12px; + font-weight: bold; +} + +.titlebar .subtitle { + padding: 0 12px; + font-size: smaller; +} + +.titlebar .subtitle, +.titlebar .dim-label { + transition: color 75ms cubic-bezier(0, 0, 0.2, 1); + color: rgba(255, 255, 255, 0.7); +} + +.titlebar .subtitle:backdrop, +.titlebar .dim-label:backdrop { + color: rgba(255, 255, 255, 0.5); +} + +.titlebar .titlebar { + background-color: transparent; + box-shadow: none; +} + +.titlebar + separator, .titlebar + separator.sidebar { + background-color: #11111b; + background-image: none; + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +.titlebar + separator:backdrop, .titlebar + separator.sidebar:backdrop { + background-color: #1e1e2e; +} + +.titlebar.selection-mode + separator, .titlebar.selection-mode + separator.sidebar, .selection-mode .titlebar + separator, .selection-mode .titlebar + separator.sidebar { + background-color: #89b4fa; +} + +.titlebar.selection-mode + separator:backdrop, .titlebar.selection-mode + separator.sidebar:backdrop, .selection-mode .titlebar + separator:backdrop, .selection-mode .titlebar + separator.sidebar:backdrop { + background-color: #89b4fa; +} + +.background.csd.unified .titlebar + separator, .background.csd.unified .titlebar + separator.sidebar { + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +.titlebar .linked:not(.vertical) > entry { + border-radius: 6px; + margin-left: 3px; + margin-right: 3px; +} + +.titlebar button.suggested-action:disabled, .titlebar button.destructive-action:disabled { + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); +} + +.titlebar .path-bar button:not(.suggested-action):not(.destructive-action).text-button { + min-width: 0; + padding-left: 6px; + padding-right: 6px; +} + +.titlebar.selection-mode { + transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); + animation: ripple-on-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +.titlebar.selection-mode:backdrop { + color: rgba(0, 0, 0, 0.6); + background-color: #a6c7fb; +} + +.titlebar.selection-mode .subtitle:link { + color: rgba(0, 0, 0, 0.87); +} + +.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action) { + color: rgba(0, 0, 0, 0.87); +} + +.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):disabled { + color: rgba(0, 0, 0, 0.38); +} + +.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked { + color: rgba(0, 0, 0, 0.87); +} + +.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:disabled { + color: rgba(0, 0, 0, 0.38); +} + +.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:not(.titlebutton) { + color: rgba(0, 0, 0, 0.6); +} + +.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:disabled { + color: rgba(0, 0, 0, 0.3); +} + +.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked { + color: rgba(0, 0, 0, 0.6); +} + +.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled { + color: rgba(0, 0, 0, 0.3); +} + +.titlebar.selection-mode .selection-menu { + padding-left: 16px; + padding-right: 16px; +} + +.titlebar.selection-mode .selection-menu arrow { + -GtkArrow-arrow-scaling: 1; +} + +.titlebar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +.tiled .titlebar, .tiled-top .titlebar, .tiled-right .titlebar, .tiled-bottom .titlebar, .tiled-left .titlebar, .maximized .titlebar, .fullscreen .titlebar { + border-radius: 0; +} + +.titlebar.default-decoration { + min-height: 24px; + padding: 6px 12px; + border-radius: 12px 12px 0 0; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #11111b; +} + +.titlebar.default-decoration:backdrop { + background-color: #1e1e2e; +} + +.tiled .titlebar.default-decoration, .maximized .titlebar.default-decoration, .fullscreen .titlebar.default-decoration { + box-shadow: none; + border-radius: 0; +} + +.titlebar.default-decoration button.titlebutton { + min-height: 24px; + min-width: 24px; + margin: 0; + padding: 0; +} + +.background.csd .titlebar.default-decoration { + padding: 6px; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +.background:not(.csd) .titlebar.default-decoration button.titlebutton:active { + background-size: 1000% 1000%; +} + +.solid-csd .titlebar:dir(rtl), .solid-csd .titlebar:dir(ltr) { + border-radius: 0; + box-shadow: none; +} + +headerbar { + min-height: 48px; + padding: 0 6px; +} + +box.vertical headerbar { + background-color: #11111b; +} + +headerbar entry, +headerbar spinbutton, +headerbar button { + margin-top: 6px; + margin-bottom: 6px; +} + +headerbar button, headerbar button.image-button { + border-radius: 6px; +} + +headerbar > box.left, +headerbar > box.right { + padding: 0 6px; +} + +headerbar separator.titlebutton, headerbar separator.sidebar { + margin-top: 12px; + margin-bottom: 12px; + background-color: transparent; +} + +headerbar switch { + margin-top: 12px; + margin-bottom: 12px; +} + +headerbar spinbutton button { + margin-top: 0; + margin-bottom: 0; +} + +headerbar .entry-tag, headerbar .photos-entry-tag, headerbar .documents-entry-tag { + margin-top: 5px; + margin-bottom: 5px; +} + +headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) { + border-radius: 0; + margin: 0; + min-width: 120px; + padding: 0; +} + +headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box { + padding: 0 12px; +} + +headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action):focus { + box-shadow: none; +} + +headerbar.windowhandle > button.popup label, headerbar.windowhandle > button.popup image { + min-height: 0; +} + +headerbar.windowhandle viewswitchertitle > squeezer { + margin-top: 0; + margin-bottom: 0; + background: none; +} + +headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher { + margin: 0 0; + background: none; +} + +headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { + margin: 0; + padding: 0; + border-radius: 0; +} + +/************ + * Pathbars * + ************/ +.caja-pathbar button, +.path-bar.linked:not(.vertical) > button { + padding-left: 6px; + padding-right: 6px; + border-radius: 3px; + margin-left: 1px; + margin-right: 1px; + background-color: alpha(currentColor, 0.08); +} + +.caja-pathbar button:disabled, +.path-bar.linked:not(.vertical) > button:disabled { + background-color: alpha(currentColor, 0.05); +} + +.caja-pathbar button:first-child, +.path-bar.linked:not(.vertical) > button:first-child { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; +} + +.caja-pathbar button:last-child, +.path-bar.linked:not(.vertical) > button:last-child { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} + +.caja-pathbar button:checked, +.path-bar.linked:not(.vertical) > button:checked { + background-color: alpha(currentColor, 0.16); + color: #FFFFFF; +} + +.caja-pathbar button label, .caja-pathbar button image, +.path-bar.linked:not(.vertical) > button label, +.path-bar.linked:not(.vertical) > button image { + margin-left: 3px; + margin-right: 3px; +} + +.caja-pathbar button.slider-button, +.path-bar.linked:not(.vertical) > button.slider-button { + padding-left: 4px; + padding-right: 4px; +} + +/************** + * Tree Views * + **************/ +treeview.view { + border-left-color: rgba(255, 255, 255, 0.3); + border-top-color: rgba(255, 255, 255, 0.12); +} + +* { + -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; +} + +.csd treeview.view:not(:selected):not(:hover):not(.progressbar):not(.expander):not(.trough):not(.separator) { + background-color: transparent; +} + +treeview.view:selected { + background-image: image(alpha(currentColor, 0.1)); + background-color: #1e1e2e; + color: #FFFFFF; +} + +.csd treeview.view:selected { + background-image: none; +} + +treeview.view.separator { + min-height: 6px; + color: rgba(255, 255, 255, 0.12); +} + +treeview.view:drop(active) { + border-style: solid none; + border-width: 9999px; + border-color: alpha(currentColor, 0.08); +} + +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(255, 255, 255, 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: #FFFFFF; +} + +treeview.view.expander:disabled { + color: rgba(255, 255, 255, 0.32); +} + +treeview.view.progressbar { + border: none; + box-shadow: none; + background-color: #89b4fa; + background-image: none; + border-radius: 9999px; + color: rgba(0, 0, 0, 0.87); +} + +treeview.view.progressbar:selected, treeview.view.progressbar:selected:hover, treeview.view.progressbar:selected:focus { + box-shadow: none; + background-color: #9bbffb; + color: rgba(0, 0, 0, 0.87); +} + +treeview.view.progressbar:selected:backdrop, treeview.view.progressbar:selected:hover:backdrop, treeview.view.progressbar:selected:focus:backdrop { + color: rgba(0, 0, 0, 0.87); +} + +treeview.view.progressbar:backdrop, treeview.view.progressbar:selected:backdrop { + background-color: rgba(255, 255, 255, 0.3); +} + +treeview.view.trough { + border: none; + box-shadow: none; + background-color: rgba(255, 255, 255, 0.12); + background-image: none; + border-radius: 9999px; + padding: 0; + margin: 0; +} + +treeview.view.trough:selected, treeview.view.trough:selected:hover, treeview.view.trough:selected:focus { + box-shadow: none; + background-color: rgba(255, 255, 255, 0.12); +} + +treeview.view.trough:backdrop, treeview.view.trough:selected:backdrop { + background-color: rgba(255, 255, 255, 0.12); +} + +treeview.view header button { + padding: 2px 6px; + border-style: none solid solid none; + border-width: 1px; + border-color: rgba(255, 255, 255, 0.12); + border-radius: 0; + background-clip: border-box; +} + +treeview.view header button:not(:focus):not(:hover):not(:active) { + color: rgba(255, 255, 255, 0.7); +} + +treeview.view header button, treeview.view header button:disabled { + background-color: #1e1e2e; +} + +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(255, 255, 255, 0.12); + border-radius: 0; + box-shadow: none; + background-color: #1e1e2e; + background-clip: border-box; + color: #89b4fa; +} + +treeview.view acceleditor > label { + background-color: #89b4fa; +} + +/********* + * Menus * + *********/ +menubar, +.menubar { + -GtkWidget-window-dragging: true; + padding: 0; + background-color: #11111b; + color: #FFFFFF; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +menubar:backdrop, +.menubar:backdrop { + color: rgba(255, 255, 255, 0.7); + background-color: #1e1e2e; +} + +.csd menubar, .csd .menubar { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); +} + +menubar > menuitem, +.menubar > menuitem { + transition: none; + min-height: 20px; + padding: 4px 8px; + color: rgba(255, 255, 255, 0.7); + border-radius: 6px; +} + +menubar > menuitem:hover, +.menubar > menuitem:hover { + transition: none; + background-color: alpha(currentColor, 0.1); + color: #FFFFFF; +} + +menubar > menuitem:backdrop, +.menubar > menuitem:backdrop { + color: rgba(255, 255, 255, 0.5); +} + +menubar > menuitem:disabled, +.menubar > menuitem:disabled { + color: rgba(255, 255, 255, 0.32); +} + +menubar > menuitem label:disabled, +.menubar > menuitem label:disabled { + color: inherit; +} + +menubar > menuitem > window.background.csd.popup > decoration, +menubar > menuitem > window.background.csd.popup > menu, +.menubar > menuitem > window.background.csd.popup > decoration, +.menubar > menuitem > window.background.csd.popup > menu { + border-radius: 0 0 12px 12px; +} + +menubar > menuitem > window.popup.background > menu menuitem, +.menubar > menuitem > window.popup.background > menu menuitem { + transition: none; +} + +.background.popup { + background-color: transparent; +} + +menu, +.menu, +.context-menu { + margin: 6px; + padding: 6px; + background-color: #313244; + background-clip: border-box; + border-radius: 12px; + border: 1px solid #393947; +} + +.csd menu, .csd .menu, .csd .context-menu { + border: none; + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); +} + +menu menuitem, +.menu menuitem, +.context-menu menuitem { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); + min-height: 20px; + min-width: 40px; + padding: 4px 8px; + color: #FFFFFF; + font: initial; + text-shadow: none; + border-radius: 6px; +} + +menu menuitem:hover, +.menu menuitem:hover, +.context-menu menuitem:hover { + background-color: alpha(currentColor, 0.08); +} + +menu menuitem:active, +.menu menuitem:active, +.context-menu menuitem:active { + background-color: alpha(currentColor, 0.12); +} + +menu menuitem:disabled, +.menu menuitem:disabled, +.context-menu menuitem:disabled { + color: rgba(255, 255, 255, 0.5); +} + +menu menuitem accelerator, +.menu menuitem accelerator, +.context-menu menuitem accelerator { + color: rgba(255, 255, 255, 0.7); +} + +menu menuitem:disabled accelerator, +.menu menuitem:disabled accelerator, +.context-menu menuitem:disabled accelerator { + color: rgba(255, 255, 255, 0.32); +} + +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 .view:selected, +.menu .view:selected, +.context-menu .view:selected { + background-color: #464757; +} + +menu > arrow, +.menu > arrow, +.context-menu > arrow { + min-height: 16px; + min-width: 16px; + padding: 4px; + background-color: #313244; + color: rgba(255, 255, 255, 0.7); +} + +menu > arrow.top, +.menu > arrow.top, +.context-menu > arrow.top { + margin-top: 0; + border-radius: 6px; + -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-radius: 6px; + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +menu > arrow:hover, +.menu > arrow:hover, +.context-menu > arrow:hover { + background-image: image(alpha(currentColor, 0.08)); + color: #FFFFFF; +} + +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; +} + +/************ + * Popovers * + ************/ +popover.background { + transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); + padding: 0; + background-color: #313244; + border-radius: 12px; +} + +popover.background, .csd popover.background { + border: 1px solid rgba(255, 255, 255, 0.1); + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.75); + background-clip: border-box; +} + +popover.background:backdrop, .csd popover.background:backdrop { + box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.75); +} + +popover.background > stack { + margin: 0; +} + +popover.background > toolbar { + margin: 0; +} + +popover.background > list, +popover.background > .view, +popover.background > toolbar { + border-style: none; + box-shadow: none; + background-color: transparent; +} + +popover.background > scrolledwindow > viewport.frame > list { + background-color: transparent; + padding: 6px; +} + +popover.background > scrolledwindow > viewport.frame > list > row { + border-radius: 6px; + padding: 6px; +} + +popover.background .view:not(:selected), +popover.background toolbar { + background-color: #313244; +} + +popover.background .linked > button:not(.radio) { + border-radius: 6px; +} + +popover.background .linked > button:not(.radio):first-child { + border-radius: 6px; +} + +popover.background .linked > button:not(.radio):last-child { + border-radius: 6px; +} + +popover.background .linked > button:not(.radio):only-child { + border-radius: 6px; +} + +popover.background.menu button, +popover.background button.model { + min-height: 32px; + padding: 0 8px; + border-radius: 6px; +} + +popover.background separator { + margin: 3px 0; +} + +popover.background list separator { + margin: 0; +} + +/************* + * Notebooks * + *************/ +tabbox > tab, notebook > header tab { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; + min-height: 24px; + min-width: 24px; + padding: 3px 12px; + border: none; + outline: none; + background-clip: padding-box; + color: rgba(255, 255, 255, 0.7); + font-weight: 500; + border-radius: 6px; +} + +tabbox > tab:hover, notebook > header tab:hover { + background-color: rgba(255, 255, 255, 0.04); + color: #FFFFFF; +} + +tabbox > tab:disabled, notebook > header tab:disabled { + color: rgba(255, 255, 255, 0.32); +} + +tabbox > tab:checked, notebook > header tab:checked { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + background-color: rgba(255, 255, 255, 0.15); + color: #FFFFFF; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); +} + +tabbox > tab:checked:disabled, notebook > header tab:checked:disabled { + color: rgba(255, 255, 255, 0.5); +} + +notebook { + background-color: #1e1e2e; +} + +frame > paned > notebook > header, notebook.frame > header { + background-color: rgba(255, 255, 255, 0.04); +} + +notebook.frame { + border-radius: 12px; +} + +notebook.frame scrolledwindow.frame { + border: none; +} + +notebook.frame frame > border { + border: none; + border-radius: 6px; +} + +notebook.frame frame > list row.activatable { + border-radius: 6px; +} + +notebook > header { + border: none; + background-color: rgba(255, 255, 255, 0.04); + padding: 3px; + margin: 3px; + border-radius: 9px; +} + +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: 0; + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); +} + +notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { + margin-right: 0; + -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: 0; + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); +} + +notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { + margin-bottom: 0; + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +notebook > header > tabs > arrow { + min-height: 16px; + min-width: 16px; + border-radius: 6px; +} + +notebook > header tab > box { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); + margin: -6px -12px; + padding: 6px 12px; +} + +notebook > header tab > box:drop(active) { + background-color: rgba(255, 255, 255, 0.12); + color: #FFFFFF; +} + +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 tab button.close-button { + min-width: 24px; + min-height: 24px; +} + +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: solid; +} + +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; +} + +notebook > stack:not(:only-child) { + background-color: transparent; + border-radius: 6px; +} + +/************** + * Scrollbars * + **************/ +scrollbar { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + background-color: #1e1e2e; +} + +* { + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; +} + +scrollbar.top { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +scrollbar.bottom { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +scrollbar.left { + border-right: 1px solid rgba(255, 255, 255, 0.12); +} + +scrollbar.right { + border-left: 1px solid rgba(255, 255, 255, 0.12); +} + +scrollbar slider { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); + min-width: 8px; + min-height: 8px; + border: 4px solid transparent; + border-radius: 9999px; + background-clip: padding-box; + background-color: rgba(255, 255, 255, 0.5); +} + +scrollbar slider:hover { + background-color: rgba(255, 255, 255, 0.7); +} + +scrollbar slider:active { + background-color: #FFFFFF; +} + +scrollbar slider:disabled { + background-color: rgba(255, 255, 255, 0.32); +} + +scrollbar.fine-tune slider { + 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(.fine-tune) slider { + transition-property: background-color, min-height, min-width; +} + +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(30, 30, 46, 0.3); +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { + min-width: 4px; + min-height: 4px; + margin: 3px; + border: 1px solid rgba(30, 30, 46, 0.3); + border-radius: 9999px; + background-color: rgba(255, 255, 255, 0.5); + background-clip: padding-box; + -gtk-icon-source: none; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { + background-color: rgba(255, 255, 255, 0.32); +} + +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(49, 50, 68, 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 75ms cubic-bezier(0, 0, 0.2, 1); + margin: 6px 0; + border: none; + border-radius: 9999px; + background-color: rgba(255, 255, 255, 0.5); + background-clip: padding-box; + font-size: 0; + color: transparent; +} + +switch:checked { + background-color: #89b4fa; +} + +switch:disabled { + opacity: 0.5; +} + +switch slider { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + min-width: 18px; + min-height: 18px; + margin: 3px; + border-radius: 9999px; + outline: none; + box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); + background-color: white; + border: none; + color: transparent; +} + +switch:focus slider, switch:hover slider, switch:focus:hover slider { + box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12); +} + +/************************* + * 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; +} + +.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: 20px; + min-width: 20px; + margin: 3px; + padding: 0; + border-radius: 9999px; + color: transparent; + background-color: rgba(255, 255, 255, 0.12); + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0, 0, 0.2, 1); +} + +check:hover, +radio:hover { + box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.04); + background-color: rgba(255, 255, 255, 0.15); +} + +check:active, +radio:active { + box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12); + background-color: rgba(255, 255, 255, 0.2); +} + +check:disabled, +radio:disabled { + background-color: rgba(255, 255, 255, 0.04); +} + +check:checked, check:indeterminate, +radio:checked, +radio:indeterminate { + color: rgba(0, 0, 0, 0.87); + background-color: #89b4fa; +} + +check:checked:hover, check:indeterminate:hover, +radio:checked:hover, +radio:indeterminate:hover { + box-shadow: 0 0 0 6px rgba(137, 180, 250, 0.15); + background-color: #bad3fc; +} + +check:checked:active, check:indeterminate:active, +radio:checked:active, +radio:indeterminate:active { + box-shadow: 0 0 0 6px rgba(137, 180, 250, 0.2); + background-color: #89b4fa; +} + +check:checked:disabled, check:indeterminate:disabled, +radio:checked:disabled, +radio:indeterminate:disabled { + color: rgba(0, 0, 0, 0.38); + background-color: rgba(137, 180, 250, 0.35); +} + +popover modelbutton.flat check, popover modelbutton.flat check:focus, popover modelbutton.flat check:hover, popover modelbutton.flat check:focus:hover, popover modelbutton.flat check:active, popover modelbutton.flat check:disabled, popover modelbutton.flat radio, popover modelbutton.flat radio:focus, popover modelbutton.flat radio:hover, 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.left:dir(rtl), popover modelbutton.flat radio.left:dir(rtl) { + margin-left: -3px; + margin-right: 6px; +} + +popover modelbutton.flat check.right:dir(ltr), popover modelbutton.flat radio.right:dir(ltr) { + margin-left: 6px; + margin-right: -3px; +} + +menu menuitem check, menu menuitem radio { + transition: none; + margin: 0; + padding: 0; +} + +menu menuitem check:dir(ltr), menu menuitem radio:dir(ltr) { + margin-right: 6px; + margin-left: -3px; +} + +menu menuitem check:dir(rtl), menu menuitem radio:dir(rtl) { + margin-left: 6px; + margin-right: -3px; +} + +menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem check:checked:hover, menu menuitem check:indeterminate:hover, menu menuitem radio, menu menuitem radio:hover, menu menuitem radio:disabled, menu menuitem radio:checked:hover, menu menuitem radio:indeterminate:hover { + box-shadow: none; +} + + +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:checked { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); +} + + +radio:indeterminate { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-mixed-symbolic.svg")); +} + +#MozillaGtkWidget > widget > checkbutton > check, +menu menuitem check { + min-height: 16px; + min-width: 16px; +} + +#MozillaGtkWidget > widget > checkbutton > check:checked, +menu menuitem check:checked { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")); +} + +#MozillaGtkWidget > widget > checkbutton > check:indeterminate, +menu menuitem check:indeterminate { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-mixed-symbolic.svg")); +} + +#MozillaGtkWidget > widget > radiobutton > radio, +menu menuitem radio { + min-height: 16px; + min-width: 16px; +} + +#MozillaGtkWidget > widget > radiobutton > radio:checked, +menu menuitem radio:checked { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")); +} + +#MozillaGtkWidget > widget > radiobutton > radio:indeterminate, +menu menuitem radio:indeterminate { + -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-mixed-symbolic.svg")); +} + +check:not(:checked):active { + -gtk-icon-transform: rotate(90deg); +} + +check:not(:checked):indeterminate:active, +radio:not(:checked):indeterminate:active { + -gtk-icon-transform: scaleX(-1); +} + +treeview.view radio, treeview.view check { + padding: 0; + margin: 0; +} + +treeview.view radio:not(:disabled):not(:checked):not(:indeterminate), treeview.view check:not(:disabled):not(:checked):not(:indeterminate) { + background-color: rgba(255, 255, 255, 0.12); +} + +treeview.view radio, treeview.view radio:hover, treeview.view radio:disabled, treeview.view radio:checked:hover, treeview.view radio:indeterminate:hover, treeview.view check, treeview.view check:hover, treeview.view check:disabled, treeview.view check:checked:hover, treeview.view check:indeterminate:hover { + box-shadow: none; +} + +treeview.view radio:checked, treeview.view radio:indeterminate, treeview.view check:checked, treeview.view check:indeterminate, treeview.view:hover radio:checked, treeview.view:hover radio:indeterminate, treeview.view:hover check:checked, treeview.view:hover check:indeterminate, treeview.view:selected radio:checked, treeview.view:selected radio:indeterminate, treeview.view:selected check:checked, treeview.view:selected check:indeterminate { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); + background-image: none; +} + +/************ + * GtkScale * + ************/ +scale { + min-height: 2px; + min-width: 2px; +} + +scale.horizontal { + padding: 17px 12px; +} + +scale.vertical { + padding: 12px 17px; +} + +scale slider { + min-height: 18px; + min-width: 18px; + margin: -8px; +} + +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: -7px; +} + +scale trough { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); + outline: none; + background-color: rgba(255, 255, 255, 0.3); +} + +scale trough:disabled { + background-color: rgba(255, 255, 255, 0.12); +} + +scale highlight { + transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); + background-image: image(#89b4fa); +} + +scale highlight:disabled { + background-color: #1e1e2e; + background-image: image(rgba(255, 255, 255, 0.32)); +} + +scale fill { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); + background-color: rgba(255, 255, 255, 0.3); +} + +scale fill:disabled { + background-color: transparent; +} + +scale slider { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + border-radius: 9999px; + color: #89b4fa; + background-color: #1e1e2e; + box-shadow: inset 0 0 0 2px #89b4fa; +} + +scale slider:hover { + box-shadow: inset 0 0 0 2px #89b4fa, 0 0 0 8px rgba(255, 255, 255, 0.12); +} + +scale slider:active { + box-shadow: inset 0 0 0 4px #89b4fa, 0 0 0 8px rgba(255, 255, 255, 0.12); +} + +scale slider:disabled { + box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.32); +} + +scale marks, +scale value { + color: rgba(255, 255, 255, 0.7); +} + +scale indicator { + background-color: rgba(255, 255, 255, 0.3); + color: transparent; +} + +scale.horizontal marks.top { + margin-bottom: 7px; + margin-top: -15px; +} + +scale.horizontal.fine-tune marks.top { + margin-bottom: 6px; + margin-top: -14px; +} + +scale.horizontal marks.bottom { + margin-top: 7px; + margin-bottom: -15px; +} + +scale.horizontal.fine-tune marks.bottom { + margin-top: 6px; + margin-bottom: -14px; +} + +scale.vertical marks.top { + margin-right: 7px; + margin-left: -15px; +} + +scale.vertical.fine-tune marks.top { + margin-right: 6px; + margin-left: -14px; +} + +scale.vertical marks.bottom { + margin-left: 7px; + margin-right: -15px; +} + +scale.vertical.fine-tune marks.bottom { + 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 { + transition: background-color 75ms 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); + min-height: 32px; + min-width: 32px; + margin: -15px; + border-radius: 50%; + background-size: auto, 1000% 1000%; + background-repeat: no-repeat; + background-position: center center; + background-color: transparent; +} + +scale.horizontal.marks-before:not(.marks-after) slider, scale.horizontal.marks-before:not(.marks-after) slider:hover, scale.horizontal.marks-before:not(.marks-after) slider:active, scale.horizontal.marks-before:not(.marks-after) slider:disabled { + box-shadow: none; +} + +scale.horizontal.marks-before:not(.marks-after) slider:focus { + background-color: alpha(currentColor, 0.08); +} + +scale.horizontal.marks-before:not(.marks-after) slider:hover { + background-color: alpha(currentColor, 0.08); +} + +scale.horizontal.marks-before:not(.marks-after) slider:focus:hover { + background-color: alpha(currentColor, 0.16); +} + +scale.horizontal.marks-before:not(.marks-after) slider:active { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; + animation: ripple-on-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-size: auto, 0% 0%; + background-color: alpha(currentColor, 0.08); +} + +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, transparent 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, transparent 10%, transparent 0%); +} + +scale.horizontal.marks-before:not(.marks-after) slider:active { + 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, alpha(currentColor, 0.12) 10%, transparent 0%); +} + +scale.horizontal.marks-after:not(.marks-before) slider { + transition: background-color 75ms 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); + min-height: 32px; + min-width: 32px; + margin: -15px; + border-radius: 50%; + background-size: auto, 1000% 1000%; + background-repeat: no-repeat; + background-position: center center; + background-color: transparent; +} + +scale.horizontal.marks-after:not(.marks-before) slider, scale.horizontal.marks-after:not(.marks-before) slider:hover, scale.horizontal.marks-after:not(.marks-before) slider:active, scale.horizontal.marks-after:not(.marks-before) slider:disabled { + box-shadow: none; +} + +scale.horizontal.marks-after:not(.marks-before) slider:focus { + background-color: alpha(currentColor, 0.08); +} + +scale.horizontal.marks-after:not(.marks-before) slider:hover { + background-color: alpha(currentColor, 0.08); +} + +scale.horizontal.marks-after:not(.marks-before) slider:focus:hover { + background-color: alpha(currentColor, 0.16); +} + +scale.horizontal.marks-after:not(.marks-before) slider:active { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; + animation: ripple-on-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-size: auto, 0% 0%; + background-color: alpha(currentColor, 0.08); +} + +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, transparent 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, transparent 10%, transparent 0%); +} + +scale.horizontal.marks-after:not(.marks-before) slider:active { + 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, alpha(currentColor, 0.12) 10%, transparent 0%); +} + +scale.vertical.marks-before:not(.marks-after) slider { + transition: background-color 75ms 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); + min-height: 32px; + min-width: 32px; + margin: -15px; + border-radius: 50%; + background-size: auto, 1000% 1000%; + background-repeat: no-repeat; + background-position: center center; + background-color: transparent; +} + +scale.vertical.marks-before:not(.marks-after) slider, scale.vertical.marks-before:not(.marks-after) slider:hover, scale.vertical.marks-before:not(.marks-after) slider:active, scale.vertical.marks-before:not(.marks-after) slider:disabled { + box-shadow: none; +} + +scale.vertical.marks-before:not(.marks-after) slider:focus { + background-color: alpha(currentColor, 0.08); +} + +scale.vertical.marks-before:not(.marks-after) slider:hover { + background-color: alpha(currentColor, 0.08); +} + +scale.vertical.marks-before:not(.marks-after) slider:focus:hover { + background-color: alpha(currentColor, 0.16); +} + +scale.vertical.marks-before:not(.marks-after) slider:active { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; + animation: ripple-on-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-size: auto, 0% 0%; + background-color: alpha(currentColor, 0.08); +} + +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, transparent 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, transparent 10%, transparent 0%); +} + +scale.vertical.marks-before:not(.marks-after) slider:active { + 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, alpha(currentColor, 0.12) 10%, transparent 0%); +} + +scale.vertical.marks-after:not(.marks-before) slider { + transition: background-color 75ms 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); + min-height: 32px; + min-width: 32px; + margin: -15px; + border-radius: 50%; + background-size: auto, 1000% 1000%; + background-repeat: no-repeat; + background-position: center center; + background-color: transparent; +} + +scale.vertical.marks-after:not(.marks-before) slider, scale.vertical.marks-after:not(.marks-before) slider:hover, scale.vertical.marks-after:not(.marks-before) slider:active, scale.vertical.marks-after:not(.marks-before) slider:disabled { + box-shadow: none; +} + +scale.vertical.marks-after:not(.marks-before) slider:focus { + background-color: alpha(currentColor, 0.08); +} + +scale.vertical.marks-after:not(.marks-before) slider:hover { + background-color: alpha(currentColor, 0.08); +} + +scale.vertical.marks-after:not(.marks-before) slider:focus:hover { + background-color: alpha(currentColor, 0.16); +} + +scale.vertical.marks-after:not(.marks-before) slider:active { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; + animation: ripple-on-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-size: auto, 0% 0%; + background-color: alpha(currentColor, 0.08); +} + +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, transparent 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, transparent 10%, transparent 0%); +} + +scale.vertical.marks-after:not(.marks-before) slider:active { + 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, alpha(currentColor, 0.12) 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: -13.5px; + margin-top: 11.5px; +} + +scale.color.vertical:dir(ltr) { + padding: 0 0 0 12px; +} + +scale.color.vertical:dir(ltr) slider { + margin-left: -13.5px; + margin-right: 11.5px; +} + +scale.color.vertical:dir(rtl) { + padding: 0 12px 0 0; +} + +scale.color.vertical:dir(rtl) slider { + margin-right: -13.5px; + margin-left: 11.5px; +} + +/***************** + * Progress bars * + *****************/ +progressbar { + color: rgba(255, 255, 255, 0.7); + font-size: smaller; +} + +progressbar.horizontal trough, +progressbar.horizontal progress { + min-height: 6px; +} + +progressbar.vertical trough, +progressbar.vertical progress { + min-width: 6px; +} + +progressbar trough { + border-radius: 6px; + background-color: rgba(255, 255, 255, 0.12); +} + +progressbar progress { + border-radius: 6px; + background-color: #89b4fa; +} + +progressbar.osd { + min-width: 6px; + min-height: 6px; + background-color: transparent; +} + +progressbar.osd trough { + background-color: transparent; +} + +progressbar.osd progress { + background-color: #89b4fa; +} + +progressbar trough.empty progress { + all: unset; +} + +/************* + * Level Bar * + *************/ +levelbar.horizontal block { + min-height: 6px; +} + +levelbar.horizontal.discrete block { + min-width: 36px; +} + +levelbar.horizontal.discrete block:not(:last-child) { + margin-right: 2px; +} + +levelbar.vertical block { + min-width: 6px; +} + +levelbar.vertical.discrete block { + min-height: 36px; +} + +levelbar.vertical.discrete block:not(:last-child) { + margin-bottom: 2px; +} + +levelbar trough { + border-radius: 6px; +} + +levelbar block.low { + background-color: #FBC02D; +} + +levelbar block.high, levelbar block:not(.empty) { + background-color: #89b4fa; +} + +levelbar block.full { + background-color: #66BB6A; +} + +levelbar block.empty { + background-color: rgba(255, 255, 255, 0.12); +} + +/**************** + * Print dialog * +*****************/ +printdialog paper { + padding: 0; + border: 1px solid rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; + color: #FFFFFF; +} + +printdialog .dialog-action-box { + margin: 12px; +} + +/********** + * Frames * + **********/ +frame > border, .frame { + margin: 0; + padding: 0; + border: 1px solid rgba(255, 255, 255, 0.12); + border-radius: 0; + box-shadow: none; +} + +.frame.view { + border-radius: 6px; +} + +.frame.flat { + border-style: none; +} + +frame.flat > border, frame > border.flat, statusbar frame > border { + border: none; +} + +actionbar > revealer > box { + padding: 6px; + border-top: 1px solid rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; + background-clip: border-box; +} + +.background.csd box.vertical > actionbar > revealer > box .background.csd box.vertical > revealer > actionbar > revealer > box { + border-radius: 0 0 12px 12px; +} + +scrolledwindow viewport.frame { + border: none; +} + +stack scrolledwindow.frame viewport.frame list { + border: none; +} + +overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(255, 255, 255, 0.07)), to(rgba(255, 255, 255, 0))); + background-size: 100% 5%, 100% 100%; + 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.5, to(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(255, 255, 255, 0.07)), to(rgba(255, 255, 255, 0))); + background-size: 100% 5%, 100% 100%; + 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.5, to(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(255, 255, 255, 0.07)), to(rgba(255, 255, 255, 0))); + background-size: 5% 100%, 100% 100%; + 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.5, to(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(255, 255, 255, 0.07)), to(rgba(255, 255, 255, 0))); + background-size: 5% 100%, 100% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; +} + +junction { + border-style: solid none none solid; + border-width: 1px; + border-color: rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; +} + +junction:dir(rtl) { + border-style: solid solid none none; +} + +separator { + min-width: 1px; + min-height: 1px; + background-color: rgba(255, 255, 255, 0.12); +} + +preferences stacksidebar.sidebar list separator, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) separator, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) separator, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) separator, window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list separator, +window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list separator, +window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list separator, .tweak-categories separator, placessidebar.sidebar list > separator, stacksidebar.sidebar + separator.vertical, +stacksidebar.sidebar separator.horizontal, button.font separator, button.file separator { + min-width: 0; + min-height: 0; + background-color: transparent; +} + +/********* + * Lists * + *********/ +window.background.csd stack stack stack frame > list, +window.background.csd > stack > stack > box > frame > list, +window.background.csd > stack > stack > box > box > frame > list, +window.background.csd > stack > box > stack > box > frame > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, +window.background.csd > stack > scrolledwindow > viewport > box > list, +window.background.csd > box > stack > scrolledwindow > viewport > box > list, preferencesgroup list, .geary-accounts-editor-pane list, window.background.csd.unified > deck > deck > deck list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet stack.background scrolledwindow > viewport list, hdyleaflet overlay scrolledwindow > viewport list, leaflet stack.background scrolledwindow > viewport list, leaflet overlay scrolledwindow > viewport list, box.horizontal > stack.background stack.background scrolledwindow > viewport list, box.horizontal > stack.background overlay scrolledwindow > viewport list, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list), list.tweak-group list, .tweak-group-startup, list.content:not(.conversation-listbox) { + border-radius: 7px; + box-shadow: none; + border: 1px solid rgba(255, 255, 255, 0.12); +} + +window.background.csd stack stack stack frame > list > separator, +window.background.csd > stack > stack > box > frame > list > separator, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, +window.background.csd > stack > scrolledwindow > viewport > box > list > separator, preferencesgroup list > separator, .geary-accounts-editor-pane list > separator, window.background.csd.unified > deck > deck > deck list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet stack.background scrolledwindow > viewport list > separator, hdyleaflet overlay scrolledwindow > viewport list > separator, leaflet stack.background scrolledwindow > viewport list > separator, leaflet overlay scrolledwindow > viewport list > separator, box.horizontal > stack.background stack.background scrolledwindow > viewport list > separator, box.horizontal > stack.background overlay scrolledwindow > viewport list > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator, list.tweak-group list > separator, .tweak-group-startup > separator, list.content:not(.conversation-listbox) > separator { + background: none; + min-height: 0; +} + +window.background.csd stack stack stack frame > list row, +window.background.csd > stack > stack > box > frame > list row, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list row, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list row, window.background.csd > stack > list row, +window.background.csd > stack > scrolledwindow > viewport > box > list row, preferencesgroup list row, .geary-accounts-editor-pane list row, window.background.csd.unified > deck > deck > deck list row, hdyleaflet list.view row, hdyleaflet list.frame row, leaflet list.view row, leaflet list.frame row, box.horizontal > stack.background list.view row, box.horizontal > stack.background list.frame row, hdyleaflet stack.background scrolledwindow > viewport list row, hdyleaflet overlay scrolledwindow > viewport list row, leaflet stack.background scrolledwindow > viewport list row, leaflet overlay scrolledwindow > viewport list row, box.horizontal > stack.background stack.background scrolledwindow > viewport list row, box.horizontal > stack.background overlay scrolledwindow > viewport list row, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row, leaflet frame:not(.view) list:not(.contacts-contact-list) row, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row, list.tweak-group list row, .tweak-group-startup row, list.content:not(.conversation-listbox) > row { + border-radius: 0; +} + +window.background.csd stack stack stack frame > list row:not(:first-child), window.background.csd > stack > list row:not(:first-child), preferencesgroup list row:not(:first-child), .geary-accounts-editor-pane list row:not(:first-child), window.background.csd.unified > deck > deck > deck list row:not(:first-child), hdyleaflet list.view row:not(:first-child), hdyleaflet list.frame row:not(:first-child), leaflet list.view row:not(:first-child), leaflet list.frame row:not(:first-child), box.horizontal > stack.background list.view row:not(:first-child), box.horizontal > stack.background list.frame row:not(:first-child), hdyleaflet stack.background scrolledwindow > viewport list row:not(:first-child), hdyleaflet overlay scrolledwindow > viewport list row:not(:first-child), leaflet stack.background scrolledwindow > viewport list row:not(:first-child), leaflet overlay scrolledwindow > viewport list row:not(:first-child), box.horizontal > stack.background stack.background scrolledwindow > viewport list row:not(:first-child), box.horizontal > stack.background overlay scrolledwindow > viewport list row:not(:first-child), hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:not(:first-child), leaflet frame:not(.view) list:not(.contacts-contact-list) row:not(:first-child), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:not(:first-child), list.tweak-group list row:not(:first-child), .tweak-group-startup row:not(:first-child), list.content:not(.conversation-listbox) > row:not(:first-child) { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +window.background.csd stack stack stack frame > list row:first-child, window.background.csd > stack > list row:first-child, preferencesgroup list row:first-child, .geary-accounts-editor-pane list row:first-child, window.background.csd.unified > deck > deck > deck list row:first-child, hdyleaflet list.view row:first-child, hdyleaflet list.frame row:first-child, leaflet list.view row:first-child, leaflet list.frame row:first-child, box.horizontal > stack.background list.view row:first-child, box.horizontal > stack.background list.frame row:first-child, hdyleaflet stack.background scrolledwindow > viewport list row:first-child, hdyleaflet overlay scrolledwindow > viewport list row:first-child, leaflet stack.background scrolledwindow > viewport list row:first-child, leaflet overlay scrolledwindow > viewport list row:first-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row:first-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:first-child, list.tweak-group list row:first-child, .tweak-group-startup row:first-child, list.content:not(.conversation-listbox) > row:first-child { + border-top-left-radius: 6px; + border-top-right-radius: 6px; +} + +window.background.csd stack stack stack frame > list row:last-child, window.background.csd > stack > list row:last-child, preferencesgroup list row:last-child, .geary-accounts-editor-pane list row:last-child, window.background.csd.unified > deck > deck > deck list row:last-child, hdyleaflet list.view row:last-child, hdyleaflet list.frame row:last-child, leaflet list.view row:last-child, leaflet list.frame row:last-child, box.horizontal > stack.background list.view row:last-child, box.horizontal > stack.background list.frame row:last-child, hdyleaflet stack.background scrolledwindow > viewport list row:last-child, hdyleaflet overlay scrolledwindow > viewport list row:last-child, leaflet stack.background scrolledwindow > viewport list row:last-child, leaflet overlay scrolledwindow > viewport list row:last-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row:last-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:last-child, list.tweak-group list row:last-child, .tweak-group-startup row:last-child, list.content:not(.conversation-listbox) > row:last-child { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; +} + +window.background.csd stack stack stack frame > list row:only-child, window.background.csd > stack > list row:only-child, preferencesgroup list row:only-child, .geary-accounts-editor-pane list row:only-child, window.background.csd.unified > deck > deck > deck list row:only-child, hdyleaflet list.view row:only-child, hdyleaflet list.frame row:only-child, leaflet list.view row:only-child, leaflet list.frame row:only-child, box.horizontal > stack.background list.view row:only-child, box.horizontal > stack.background list.frame row:only-child, hdyleaflet stack.background scrolledwindow > viewport list row:only-child, hdyleaflet overlay scrolledwindow > viewport list row:only-child, leaflet stack.background scrolledwindow > viewport list row:only-child, leaflet overlay scrolledwindow > viewport list row:only-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row:only-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:only-child, list.tweak-group list row:only-child, .tweak-group-startup row:only-child, list.content:not(.conversation-listbox) > row:only-child { + border-radius: 6px; +} + +window.background.csd stack stack stack frame > list row:focus, window.background.csd > stack > list row:focus, preferencesgroup list row:focus, .geary-accounts-editor-pane list row:focus, window.background.csd.unified > deck > deck > deck list row:focus, hdyleaflet list.view row:focus, hdyleaflet list.frame row:focus, leaflet list.view row:focus, leaflet list.frame row:focus, box.horizontal > stack.background list.view row:focus, box.horizontal > stack.background list.frame row:focus, hdyleaflet stack.background scrolledwindow > viewport list row:focus, hdyleaflet overlay scrolledwindow > viewport list row:focus, leaflet stack.background scrolledwindow > viewport list row:focus, leaflet overlay scrolledwindow > viewport list row:focus, box.horizontal > stack.background stack.background scrolledwindow > viewport list row:focus, box.horizontal > stack.background overlay scrolledwindow > viewport list row:focus, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:focus, leaflet frame:not(.view) list:not(.contacts-contact-list) row:focus, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:focus, list.tweak-group list row:focus, .tweak-group-startup row:focus, list.content:not(.conversation-listbox) > row:focus { + box-shadow: inset 0 0 0 1000px alpha(currentColor, 0.05); +} + +list { + border-color: rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; +} + +list row { + padding: 3px; +} + +list.navigation-sidebar { + padding: 3px; +} + +list.navigation-sidebar > row { + border-radius: 6px; +} + +.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable, treeview.view header button, row.activatable { + transition: all 75ms 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); + outline: none; + box-shadow: inset 0 0 0 9999px transparent; + background-image: radial-gradient(circle, transparent 10%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 1000% 1000%; +} + +.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:focus, treeview.view header button:focus, row.activatable:focus { + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.05); +} + +.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:hover, treeview.view header button:hover, row.activatable:hover { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, 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.05); +} + +.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.has-open-popup.activatable, treeview.view header button.has-open-popup, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:active, treeview.view header button:active, row.activatable.has-open-popup, row.activatable:active { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; + animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.05); + background-image: radial-gradient(circle, alpha(currentColor, 0.05) 10%, transparent 0%); + background-size: 0% 0%; +} + +row:selected { + color: inherit; + background-color: alpha(currentColor, 0.06); +} + +row:selected image, +row:selected label { + color: #FFFFFF; +} + +row:selected button image, +row:selected button label { + color: inherit; +} + +row:selected:disabled image, +row:selected:disabled label { + color: rgba(255, 255, 255, 0.5); +} + +/********************* + * App Notifications * + *********************/ +.app-notification { + margin: 8px; +} + +.app-notification button.text-button:not(:disabled) { + color: #89b4fa; +} + +.app-notification > box > label { + margin-left: 9px; +} + +.app-notification.frame, +.app-notification border { + border-style: none; +} + +/************* + * Expanders * + *************/ +expander title > arrow { + transition: all 75ms 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(255, 255, 255, 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: #FFFFFF; +} + +expander title > arrow:disabled { + color: rgba(255, 255, 255, 0.32); +} + +/************ + * Calendar * + ************/ +calendar { + padding: 1px; + border: 1px solid rgba(255, 255, 255, 0.12); + color: #FFFFFF; +} + +calendar:disabled { + color: rgba(255, 255, 255, 0.5); +} + +calendar:selected { + border-radius: 7px; +} + +calendar.header { + border-style: none none solid; + border-color: rgba(255, 255, 255, 0.12); + border-radius: 0; +} + +calendar.highlight { + color: rgba(255, 255, 255, 0.7); + font-weight: 500; +} + +calendar:indeterminate { + color: rgba(255, 255, 255, 0.32); +} + +/*********** + * Dialogs * + ***********/ +messagedialog.background { + background-color: #313244; +} + +messagedialog.background.csd { + border-bottom-left-radius: 12px; + border-bottom-right-radius: 12px; +} + +messagedialog .titlebar { + min-height: 24px; + border-style: none; + box-shadow: none; + background-color: #313244; + color: #FFFFFF; +} + +messagedialog .titlebar:backdrop { + background-color: #313244; + color: rgba(255, 255, 255, 0.7); +} + +messagedialog .dialog-action-box { + margin-top: -6px; +} + +messagedialog .dialog-action-box button, messagedialog .dialog-action-box button:first-child, messagedialog .dialog-action-box button:last-child, messagedialog .dialog-action-box .linked:not(.vertical) > button, messagedialog .dialog-action-box .linked:not(.vertical) > button:first-child, messagedialog .dialog-action-box .linked:not(.vertical) > button:last-child { + border-radius: 6px; +} + +messagedialog .dialog-action-box button:not(:last-child), messagedialog .dialog-action-box .linked:not(.vertical) > button:not(:last-child) { + margin-right: 6px; +} + +messagedialog .dialog-action-box button.suggested-action:not(:disabled), messagedialog .dialog-action-box .linked:not(.vertical) > button.suggested-action:not(:disabled) { + color: #89b4fa; +} + +messagedialog .dialog-action-box button.destructive-action:not(:disabled), messagedialog .dialog-action-box .linked:not(.vertical) > button.destructive-action:not(:disabled) { + color: #F44336; +} + +.csd filechooser { + background-color: #1e1e2e; + border-radius: 0 0 12px 12px; +} + +filechooser .dialog-action-box { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +filechooser #pathbarbox { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; +} + +filechooser stack.view { + background-color: transparent; + padding: 0; +} + +filechooser stack.view scrolledwindow { + background-color: transparent; + border-radius: 0 0 12px 0; +} + +filechooser stack.view scrolledwindow list { + background-color: transparent; +} + +filechooser stack.view > placesview { + background-color: transparent; +} + +filechooser stack.view > placesview > actionbar, filechooser stack.view > placesview > actionbar > revealer > box { + background-color: transparent; +} + +filechooser stack.view frame > border { + border: none; +} + +.csd filechooser placessidebar { + background: none; + border-bottom-left-radius: 12px; +} + +filechooser actionbar, filechooser actionbar > revealer > box { + background-color: transparent; +} + +/*********** + * Sidebar * + ***********/ +.sidebar { + border-style: none; +} + +stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:not(separator):dir(ltr), .sidebar:not(separator).left { + border-right: 1px solid rgba(255, 255, 255, 0.12); + 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(255, 255, 255, 0.12); + 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.sidebar list { + padding: 3px; + background-color: #1e1e2e; +} + +stacksidebar.sidebar row { + min-height: 32px; + padding: 0 3px; + border-radius: 6px; +} + +stacksidebar.sidebar row:selected { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); + font-weight: 500; +} + +stacksidebar.sidebar row:selected label, stacksidebar.sidebar row:selected image { + color: rgba(0, 0, 0, 0.87); +} + +stacksidebar.sidebar row + row { + margin-top: 3px; +} + +stacksidebar.sidebar row > label { + padding-left: 6px; + padding-right: 6px; + color: inherit; +} + +/**************** + * File chooser * + ****************/ +row image.sidebar-icon { + transition: color 75ms cubic-bezier(0, 0, 0.2, 1); + color: rgba(255, 255, 255, 0.7); +} + +row image.sidebar-icon:disabled { + color: rgba(255, 255, 255, 0.32); +} + +placessidebar.sidebar > viewport.frame { + border-style: none; +} + +placessidebar.sidebar list { + padding: 6px; +} + +placessidebar.sidebar row { + min-height: 32px; + margin: 0; + padding: 0; + border-radius: 6px; +} + +placessidebar.sidebar row > revealer { + padding: 0 8px 0 16px; +} + +placessidebar.sidebar row:selected { + background-color: rgba(255, 255, 255, 0.12); + font-weight: 500; +} + +placessidebar.sidebar row:disabled { + color: rgba(255, 255, 255, 0.5); +} + +placessidebar.sidebar row image.sidebar-icon:dir(ltr) { + padding-right: 8px; +} + +placessidebar.sidebar row image.sidebar-icon:dir(rtl) { + padding-left: 8px; +} + +placessidebar.sidebar row label.sidebar-label { + color: inherit; +} + +placessidebar.sidebar row label.sidebar-label:dir(ltr) { + padding-right: 2px; +} + +placessidebar.sidebar row label.sidebar-label:dir(rtl) { + padding-left: 2px; +} + +placessidebar.sidebar row.sidebar-placeholder-row { + background-color: alpha(currentColor, 0.08); +} + +placessidebar.sidebar row.sidebar-new-bookmark-row { + color: #89b4fa; +} + +placessidebar.sidebar row.sidebar-new-bookmark-row image.sidebar-icon { + color: #89b4fa; +} + +placessidebar.sidebar row:drop(active) { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, 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); +} + +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(255, 255, 255, 0.12)); + background-size: 1px 1px; + background-clip: content-box; +} + +paned > separator.wide { + min-width: 6px; + min-height: 6px; + background-color: #1e1e2e; + background-image: image(rgba(255, 255, 255, 0.12)), image(rgba(255, 255, 255, 0.12)); + 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: none; + margin-bottom: 0; +} + +infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { + background-color: #1e1e2e; +} + +infobar.info > revealer > box link:link, infobar.info:hover > revealer > box link:link, infobar.info:backdrop > revealer > box link:link { + color: rgba(0, 0, 0, 0.87); +} + +infobar.info > revealer > box button.text-button:not(:disabled):not(.suggested-action):not(.destructive-action), infobar.info:hover > revealer > box button.text-button:not(:disabled):not(.suggested-action):not(.destructive-action), infobar.info:backdrop > revealer > box button.text-button:not(:disabled):not(.suggested-action):not(.destructive-action) { + color: #89b4fa; +} + +infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + +infobar.action > revealer > box link:link, infobar.action:backdrop > revealer > box link:link, infobar.question > revealer > box link:link, infobar.question:backdrop > revealer > box link:link { + color: rgba(0, 0, 0, 0.87); +} + +infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { + color: rgba(0, 0, 0, 0.87); +} + +infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { + background-color: #71a4f9; +} + +infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { + background-color: #FBC02D; + color: rgba(0, 0, 0, 0.87); +} + +infobar.warning > revealer > box link:link, infobar.warning:backdrop > revealer > box link:link { + color: rgba(0, 0, 0, 0.87); +} + +infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { + color: rgba(0, 0, 0, 0.87); +} + +infobar.warning:hover > revealer > box { + background-color: #fbb814; +} + +infobar.error > revealer > box, infobar.error:backdrop > revealer > box { + background-color: #F44336; + color: #FFFFFF; +} + +infobar.error > revealer > box link:link, infobar.error:backdrop > revealer > box link:link { + color: #FFFFFF; +} + +infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { + color: #FFFFFF; +} + +infobar.error:hover > revealer > box { + background-color: #f32c1e; +} + +/************ + * Tooltips * + ************/ +tooltip { + box-shadow: none; +} + +tooltip.background { + background-color: rgba(11, 11, 18, 0.9); + color: #FFFFFF; + border-radius: 6px; +} + +tooltip.background.csd { + border-radius: 6px; + box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); +} + +tooltip decoration { + background-color: transparent; +} + +tooltip > box { + margin: -6px; + min-height: 24px; + padding: 4px 8px; +} + +/***************** + * Color Chooser * + *****************/ +colorswatch.top { + border-top-left-radius: 6px; + border-top-right-radius: 6px; +} + +colorswatch.top overlay { + border-top-left-radius: 6px; + border-top-right-radius: 6px; +} + +colorswatch.bottom { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; +} + +colorswatch.bottom overlay { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; +} + +colorswatch.left, colorswatch:first-child:not(.top) { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; +} + +colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; +} + +colorswatch.right, colorswatch:last-child:not(.bottom) { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} + +colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} + +colorswatch.dark { + color: #FFFFFF; +} + +colorswatch.light { + color: rgba(0, 0, 0, 0.87); +} + +colorswatch overlay { + transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); +} + +colorswatch overlay:hover { + box-shadow: 0 0 0 2px #89b4fa; +} + +colorswatch#add-color-button { + border-radius: 6px 0 0 6px; +} + +colorswatch#add-color-button:only-child { + border-radius: 6px; +} + +colorswatch#add-color-button overlay { + background-color: rgba(255, 255, 255, 0.04); +} + +colorswatch#add-color-button overlay:hover { + background-color: rgba(255, 255, 255, 0.12); + box-shadow: none; +} + +colorswatch#add-color-button overlay:active { + background-color: rgba(255, 255, 255, 0.3); +} + +colorswatch:disabled { + opacity: 0.5; +} + +colorswatch:disabled overlay { + box-shadow: none; +} + +colorswatch#editor-color-sample { + border-radius: 12px; +} + +colorswatch#editor-color-sample overlay { + border-radius: 12px; +} + +colorswatch#editor-color-sample overlay:hover { + box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -0.6px rgba(0, 0, 0, 0.17); +} + +colorchooser .popover.osd { + transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); + border-radius: 6px; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #313244; +} + +colorchooser .popover.osd:backdrop { + box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); +} + +/******** + * Misc * + ********/ +.content-view { + background-color: #1e1e2e; +} + +/********************** + * Window Decorations * + **********************/ +decoration { + transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); + border-radius: 12px; + box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75), 0 0 36px transparent; + margin: 8px; +} + +.background.csd decoration { + border: 1px solid rgba(255, 255, 255, 0.1); + background-clip: border-box; + background-color: #1e1e2e; +} + +decoration:backdrop { + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75), 0 0 36px 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; + border: none; +} + +.ssd decoration { + border: none; + border-radius: 12px 12px 0 0; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75); +} + +.metacity decoration { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border: none; +} + +.csd.popup decoration { + border-radius: 12px; + border: none; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.75); +} + +tooltip.csd decoration { + border-radius: 6px; + box-shadow: none; + border: none; +} + +messagedialog.csd decoration { + border-radius: 12px; + border: 1px solid rgba(255, 255, 255, 0.1); + background-color: #313244; + background-clip: border-box; +} + +.solid-csd decoration { + margin: 0; + padding: 2px; + border-radius: 0; + box-shadow: none; + background-color: #11111b; + border: 1px solid #393947; +} + +.solid-csd decoration:backdrop { + background-color: #1e1e2e; +} + +button.titlebutton:not(.suggested-action):not(.destructive-action) { + min-height: 16px; + min-width: 16px; + padding: 0; + margin: 0 4px; +} + +button.minimize.titlebutton:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:not(.suggested-action):not(.destructive-action), button.close.titlebutton:not(.suggested-action):not(.destructive-action) { + color: transparent; +} + +button.minimize.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.close.titlebutton:hover:not(.suggested-action):not(.destructive-action) { + box-shadow: none; +} + +button.minimize.titlebutton:active:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:active:not(.suggested-action):not(.destructive-action), button.close.titlebutton:active:not(.suggested-action):not(.destructive-action) { + box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.12); + background-image: radial-gradient(circle, rgba(0, 0, 0, 0.12) 10%, transparent 0%); +} + +button.minimize.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.minimize.titlebutton:active:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:active:not(.suggested-action):not(.destructive-action), button.close.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.close.titlebutton:active:not(.suggested-action):not(.destructive-action) { + color: rgba(0, 0, 0, 0.5); +} + +button.minimize.titlebutton:backdrop:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:backdrop:not(.suggested-action):not(.destructive-action), button.close.titlebutton:backdrop:not(.suggested-action):not(.destructive-action) { + background-color: rgba(255, 255, 255, 0.3); +} + +button.minimize.titlebutton:backdrop:hover:not(.suggested-action):not(.destructive-action), button.minimize.titlebutton:backdrop:active:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:backdrop:hover:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:backdrop:active:not(.suggested-action):not(.destructive-action), button.close.titlebutton:backdrop:hover:not(.suggested-action):not(.destructive-action), button.close.titlebutton:backdrop:active:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.5); +} + +button.minimize.titlebutton:not(.suggested-action):not(.destructive-action) { + background-color: #f9e2af; +} + +button.minimize.titlebutton:active:not(.suggested-action):not(.destructive-action) { + background-color: #fbe9c3; +} + +button.maximize.titlebutton:not(.suggested-action):not(.destructive-action) { + background-color: #a6e3a1; +} + +button.maximize.titlebutton:active:not(.suggested-action):not(.destructive-action) { + background-color: #bceab9; +} + +button.close.titlebutton:not(.suggested-action):not(.destructive-action) { + background-color: #f38ba8; +} + +button.close.titlebutton:active:not(.suggested-action):not(.destructive-action) { + background-color: #f6a8be; +} + +#MozillaGtkWidget.background headerbar.titlebar.default-decoration button.minimize.titlebutton, .background.csd headerbar.titlebar.default-decoration button.minimize.titlebutton:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.maximize.titlebutton, .background.csd headerbar.titlebar.default-decoration button.maximize.titlebutton:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.close.titlebutton, .background.csd headerbar.titlebar.default-decoration button.close.titlebutton:not(.suggested-action):not(.destructive-action) { + background-repeat: no-repeat; + background-size: 16px 16px; + background-position: center; +} + +#MozillaGtkWidget.background headerbar.titlebar.default-decoration button.minimize.titlebutton, .background.csd headerbar.titlebar.default-decoration button.minimize.titlebutton:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.maximize.titlebutton, .background.csd headerbar.titlebar.default-decoration button.maximize.titlebutton:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.close.titlebutton, .background.csd headerbar.titlebar.default-decoration button.close.titlebutton:not(.suggested-action):not(.destructive-action) { + box-shadow: none; + color: transparent; + animation: none; + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); +} + +#MozillaGtkWidget.background headerbar.titlebar.default-decoration button.minimize.titlebutton:hover, .background.csd headerbar.titlebar.default-decoration button.minimize.titlebutton:hover:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.minimize.titlebutton:active, .background.csd headerbar.titlebar.default-decoration button.minimize.titlebutton:active:not(.suggested-action):not(.destructive-action) { + background-image: -gtk-scaled(url("assets/scalable/minimize-symbolic.svg"), url("assets/scalable/minimize-symbolic@2.svg")); +} + +#MozillaGtkWidget.background headerbar.titlebar.default-decoration button.maximize.titlebutton:hover, .background.csd headerbar.titlebar.default-decoration button.maximize.titlebutton:hover:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.maximize.titlebutton:active, .background.csd headerbar.titlebar.default-decoration button.maximize.titlebutton:active:not(.suggested-action):not(.destructive-action) { + background-image: -gtk-scaled(url("assets/scalable/maximize-symbolic.svg"), url("assets/scalable/maximize-symbolic@2.svg")); +} + +#MozillaGtkWidget.background headerbar.titlebar.default-decoration button.close.titlebutton:hover, .background.csd headerbar.titlebar.default-decoration button.close.titlebutton:hover:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.close.titlebutton:active, .background.csd headerbar.titlebar.default-decoration button.close.titlebutton:active:not(.suggested-action):not(.destructive-action) { + background-image: -gtk-scaled(url("assets/scalable/close-symbolic.svg"), url("assets/scalable/close-symbolic@2.svg")); +} + +.background.csd.maximized headerbar.titlebar.default-decoration button.titlebutton:not(.suggested-action):not(.destructive-action).maximize:hover, .background.csd.maximized headerbar.titlebar.default-decoration button.titlebutton:not(.suggested-action):not(.destructive-action).maximize:active { + background-image: -gtk-scaled(url("assets/scalable/unmaximize-symbolic.svg"), url("assets/scalable/unmaximize-symbolic@2.svg")); +} + +.monospace { + font-family: monospace; +} + +/********************** + * Touch Copy & Paste * + **********************/ +cursor-handle { + color: #89b4fa; + -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(255, 255, 255, 0.12); + border-radius: 7px; + box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12); + background-color: #313244; + color: #FFFFFF; + font-size: smaller; +} + +:not(decoration):not(window):drop(active) { + caret-color: #89b4fa; +} + +stackswitcher { + min-height: 0; + padding: 3px; + border-radius: 9px; + background-color: rgba(255, 255, 255, 0.04); + border: none; +} + +stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { + margin: 0 0; + background-color: transparent; + border-radius: 6px; + padding: 3px 10px; +} + +stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { + min-width: 100px; +} + +stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):focus:not(:hover):not(:checked) { + box-shadow: none; +} + +stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + background-color: rgba(255, 255, 255, 0.15); + color: #FFFFFF; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06); +} + +stackswitcher button.text-button { + min-width: 100px; +} + +stackswitcher button.circular, +stackswitcher button.text-button.circular { + min-width: 36px; + min-height: 36px; + padding: 0; +} + +/********* + * Emoji * + *********/ +popover.emoji-picker { + padding: 0; +} + +popover.emoji-picker entry { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + border-image: none; + border-radius: 0; + box-shadow: none; + background-color: transparent; +} + +popover.emoji-picker scrolledwindow { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +button.emoji-section { + margin: 4px; +} + +button.emoji-section:checked { + color: #89b4fa; +} + +button.emoji-section:not(:last-child) { + margin-right: 0; +} + +popover.emoji-picker .emoji { + min-width: 3em; + min-height: 3em; + padding: 0 8px; +} + +popover.emoji-picker .emoji widget { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + border-radius: 6px; +} + +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.background.csd { + border-radius: 0 0 12px 12px; + background-color: #11111b; +} + +.nautilus-window.background.csd:backdrop { + background-color: #1e1e2e; +} + +.nautilus-window.background.csd > grid.horizontal > paned.horizontal > separator, +.nautilus-window.background.csd > deck > box.vertical > paned.horizontal > separator { + margin-left: 0; +} + +.nautilus-window.background.csd placessidebar > viewport.frame > list > separator { + background: none; +} + +.nautilus-window.background.csd.unified notebook { + border-radius: 0; +} + +.nautilus-window.background.csd:not(.unified) .nautilus-list-view { + background-color: transparent; + border-bottom-right-radius: 12px; +} + +.nautilus-window.background.csd:not(.unified) notebook { + background-color: #1e1e2e; + border-radius: 0 0 12px 12px; +} + +.nautilus-window.background.csd:not(.unified) notebook > stack { + background-color: transparent; +} + +.nautilus-window.background.csd:not(.unified) notebook scrolledwindow > .view:not(:selected):not(:hover):not(:checked) { + background-color: transparent; +} + +.nautilus-window.background.csd:not(.unified) notebook placesview > stack > frame > scrolledwindow > viewport > list { + background-color: transparent; +} + +.nautilus-window.background.csd:not(.unified) notebook placesview > actionbar { + background-color: transparent; + border-radius: 0 0 12px 12px; +} + +.nautilus-window.background.csd:not(.unified) notebook placesview > actionbar > revealer > box { + background-color: transparent; +} + +.nautilus-window.background.csd:not(.unified) paned > separator.wide { + min-width: 12px; + box-shadow: 12px 0 #1e1e2e; + background-color: #1e1e2e; + background-image: image(#2e2e36); +} + +.nautilus-window.maximized, .nautilus-window.maximized placessidebar { + border-radius: 0; +} + +.nautilus-window .floating-bar { + min-height: 32px; + padding: 0; + margin: 6px; + border: none; + border-radius: 6px; + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); + box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); +} + +.nautilus-window .floating-bar button { + margin: 4px; + color: rgba(0, 0, 0, 0.87); +} + +.nautilus-canvas-item.dim-label, +.nautilus-list-dim-label { + color: rgba(255, 255, 255, 0.7); +} + +.nemo-desktop.nemo-canvas-item, .caja-desktop.caja-canvas-item, +.nautilus-desktop.nautilus-canvas-item { + color: #FFFFFF; +} + +@keyframes nautilus-operations-button-needs-attention { + to { + background-color: alpha(currentColor, 0.08); + } +} + +.nautilus-operations-button-needs-attention { + animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 2 alternate; +} + +.nautilus-operations-button-needs-attention-multiple { + animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 6 alternate; +} + +.path-bar-box { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); + margin: 6px 0; + border-radius: 6px; +} + +.path-bar-box button { + margin: 0; +} + +.path-bar-box.width-maximized { + background-color: rgba(255, 255, 255, 0.04); +} + +.path-bar-box.background.frame { + border-style: none; + background-color: rgba(255, 255, 255, 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 .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { + padding-left: 12px; + padding-right: 12px; + margin-left: 1px; + margin-right: 1px; +} + +.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):first-child { + margin-left: 0; +} + +.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):last-child { + margin-right: 0; +} + +.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button { + min-width: 0; +} + +.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button.image-button image:not(:only-child) { + margin: 0; +} + +.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr), .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl) { + background-color: rgba(255, 255, 255, 0.08); +} + +.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr):disabled, .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl):disabled { + background-color: transparent; + color: rgba(255, 255, 255, 0.5); +} + +.windowhandle .linked.nautilus-path-bar { + background-color: rgba(255, 255, 255, 0.04); + border-radius: 6px; + margin: 6px 0; +} + +.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { + margin-top: 0; + margin-bottom: 0; +} + +.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir { + color: #FFFFFF; +} + +.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:hover, .windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:active { + background: none; + box-shadow: none; +} + +.disk-space-display.unknown { + background-color: rgba(255, 255, 255, 0.3); + color: rgba(255, 255, 255, 0.3); +} + +.disk-space-display.used { + background-color: #89b4fa; + color: #89b4fa; +} + +.disk-space-display.free { + background-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.12); +} + +.search-information { + padding: 2px; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; + color: #FFFFFF; +} + +.conflict-row:not(:selected) { + background-color: #604f2e; +} + +.nautilus-window flowboxchild .icon-item-background { + padding: 4px; + border-radius: 6px; +} + +.nautilus-window flowboxchild:selected { + background-color: transparent; +} + +.nautilus-window notebook :not(treeview).view { + border-radius: 6px; +} + +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(255, 255, 255, 0.12); +} + +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(255, 255, 255, 0.7); +} + +.nautilus-window paned > separator { + background-color: #11111b; +} + +/********* + * gedit * + *********/ +window.org-gnome-gedit > paned.titlebar > separator { + background-color: transparent; +} + +window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal { + margin: 4px 0; +} + +window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow { + border-bottom-left-radius: 12px; +} + +window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned stack scrolledwindow viewport.frame list.gedit-document-panel { + background: none; +} + +.open-document-selector-path-label { + color: rgba(255, 255, 255, 0.7); + font-size: smaller; +} + +.open-document-selector-match { + background-color: #FBC02D; + color: rgba(0, 0, 0, 0.87); +} + +.gedit-document-panel { + background-color: #11111b; +} + +.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(255, 255, 255, 0.12); +} + +.gedit-side-panel-paned statusbar { + border-top: 1px solid rgba(255, 255, 255, 0.12); + border-radius: 0 0 12px 12px; +} + +.gedit-search-slider { + margin: 0 6px 10px; + padding: 6px; + background-color: #313244; + border-radius: 0 0 12px 12px; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.75); +} + +.gedit-search-slider .linked:not(.vertical) > entry .gedit-search-entry-occurrences-tag { + all: unset; + color: rgba(255, 255, 255, 0.7); +} + +.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) .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: #313244; +} + +.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: #FFFFFF; +} + +.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:disabled { + color: rgba(255, 255, 255, 0.32); +} + +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 * + **********/ +.csd .tweak-categories { + border-bottom-left-radius: 12px; +} + +.tweak { + padding: 3px; +} + +.tweak.title:hover { + box-shadow: none; +} + +.tweak-group-white, +.tweak-white, +.tweak-white:hover { + background-image: image(#1e1e2e); +} + +.tweak-startup, +.tweak-startup:hover { + background-image: image(#1e1e2e); +} + +.tweak-group-startup { + background-image: image(#1e1e2e); +} + +.tweak-group-startup row.tweak-startup { + border-radius: 6px; + background-color: transparent; + background-image: none; +} + +row#Focus, +row#ClickMethod, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + margin-top: 4px; +} + +leaflet.titlebar > .titlebar.tweak-titlebar-left, +leaflet.titlebar > .titlebar.tweak-titlebar-right, +hdyleaflet.titlebar > .titlebar.tweak-titlebar-left, +hdyleaflet.titlebar > .titlebar.tweak-titlebar-right { + background-color: inherit; + box-shadow: inherit; + transition: color 75ms cubic-bezier(0, 0, 0.2, 1); +} + +/************************ + * Gnome Control Center * + ************************/ +window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child:not(:only-child), +window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child:not(:only-child) { + border-top-left-radius: 12px; +} + +window.background.csd > headerbar.titlebar > leaflet > headerbar:last-child:not(:only-child), +window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:last-child:not(:only-child) { + border-top-right-radius: 12px; +} + +window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child:only-child, window.background.csd > headerbar.titlebar > leaflet > headerbar:last-child:only-child, +window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child:only-child, +window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:last-child:only-child { + border-top-right-radius: 12px; + border-top-left-radius: 12px; +} + +window.background.csd > stack:not(.titlebar) > stack.background { + border-radius: 0 0 12px 12px; +} + +window.background.csd > leaflet > stack.background, +window.background.csd > hdyleaflet > stack.background, +window.background.csd > box.horizontal > stack.background { + background: none; +} + +window.background.csd > leaflet > stack.background frame > border, +window.background.csd > hdyleaflet > stack.background frame > border, +window.background.csd > box.horizontal > stack.background frame > border { + border: none; +} + +window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, +window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, +window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { + background-color: #1e1e2e; + border-bottom-right-radius: 12px; +} + +window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, +window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, +window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view { + background: none; +} + +window.background.csd > leaflet frame.view, +window.background.csd > hdyleaflet frame.view, +window.background.csd > box.horizontal frame.view { + border-radius: 6px; + background: none; +} + +window.background.csd > leaflet > box.vertical > scrolledwindow.view, +window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, +window.background.csd > box.horizontal > box.vertical > scrolledwindow.view { + background-color: #1e1e2e; + border-bottom-left-radius: 12px; +} + +window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, +window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, +window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack { + background-color: transparent; +} + +window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, +window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, +window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list { + background-color: transparent; + padding: 3px; +} + +window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable, +window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable, +window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable { + border-radius: 6px; +} + +window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), +window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), +window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected) { + background-color: transparent; +} + +window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list { + border-top-width: 0; + border-bottom-width: 0; +} + +window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list > row { + border-radius: 0; +} + +window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list { + border-top-width: 1px; +} + +window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list > row { + border-radius: 6px 6px 0 0; +} + +window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list { + border-bottom-width: 1px; +} + +window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list > row { + border-radius: 0 0 6px 6px; +} + +window.background.csd hdycolumn stack frame.view > stack > stack list > separator { + background-color: rgba(255, 255, 255, 0.12); +} + +dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack { + border-radius: 0 0 12px 12px; +} + +dialog.background.csd > box.vertical.dialog-vbox > scrolledwindow > viewport.frame > list { + background: none; +} + +dialog.background.csd > box.vertical.dialog-vbox > scrolledwindow > viewport.frame > list > row:not(:hover):not(:active):not(:selected) { + background-color: transparent; +} + +hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group), leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group), box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) { + padding: 3px; +} + +hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable { + border-radius: 6px; +} + +/************************ + * Gnome system monitor * + ************************/ +window#gnome-system-monitor.background.csd > box.vertical > stack { + background-color: #1e1e2e; + border-radius: 0 0 12px 12px; +} + +window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > revealer > actionbar > revealer > box { + border-radius: 0 0 12px 12px; +} + +window#gnome-system-monitor.background:not(.csd) > box.vertical > headerbar { + box-shadow: none; +} + +/************************ + * Gnome Sound Recorder * + ************************/ +stack > grid.vertical > scrolledwindow { + border: none; + border-radius: 0 0 12px 12px; +} + +stack > grid.vertical > scrolledwindow > viewport.frame list { + border-radius: 0 0 12px 12px; +} + +stack > grid.vertical scrolledwindow.frame.emptyGrid { + border: none; +} + +/****************** + * Gnome Contacts * + ******************/ +window.background.csd scrolledwindow.contacts-contact-form { + border-bottom-right-radius: 12px; +} + +/************************ + * Epiphany (Gnome Web) * + ************************/ +tabbox { + border: none; + background-color: rgba(255, 255, 255, 0.04); + padding: 3px; + margin: 3px; + border-radius: 9px; +} + +tabbox > tab button { + min-height: 24px; + min-width: 24px; + border-radius: 9999px; + border: none; + padding: 0; + margin-right: -6px; +} + +/***************** + * Gnome Weather * + *****************/ +#weather-page, +#weekly-forecast-frame { + border-bottom-right-radius: 12px; +} + +#weather-page-content-view { + border-bottom-right-radius: 12px; + border-bottom-left-radius: 12px; +} + +/*************** + * Gnome Music * + ***************/ +window.background.csd box.vertical > overlay > stack.background { + border-radius: 0 0 12px 12px; +} + +/**************** + * Gnome Clocks * + ****************/ +/************* + * Rhythmbox * + *************/ +window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, +window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, +window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, +window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, +window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button { + min-height: 24px; + min-width: 24px; + padding: 6px; + margin: 0; +} + +.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button { + border-radius: 9999px; +} + +.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:first-child), .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:last-child) { + border-top-left-radius: 9999px; + border-bottom-left-radius: 9999px; + border-top-right-radius: 9999px; + border-bottom-right-radius: 9999px; +} + +.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):first-child { + border-top-left-radius: 9999px; + border-bottom-left-radius: 9999px; +} + +.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):last-child { + border-top-right-radius: 9999px; + border-bottom-right-radius: 9999px; +} + +.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { + padding: 0; +} + +window.csd > box.vertical > box.vertical > toolbar.horizontal, +window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { + padding: 6px; + border-bottom: none; + box-shadow: none; + background-color: transparent; +} + +window.csd > box.vertical > box.vertical > frame, +window.solid-csd > box.vertical > box.vertical > frame { + margin: -1px 0; + padding: 0; +} + +window.csd > box.vertical > box.vertical > frame > border, +window.solid-csd > box.vertical > box.vertical > frame > border { + border: none; +} + +window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised > widget > box > image { + padding: 0; +} + +/********** + * Polari * + **********/ +.polari-room-list .sidebar { + background: none; +} + +.polari-room-list .sidebar > row.activatable:selected { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + +stack.view.polari-entry-area { + background-color: #1e1e2e; + border-top: 1px solid rgba(255, 255, 255, 0.12); + border-bottom-right-radius: 12px; +} + +stack:disabled.view.polari-entry-area { + background-image: image(#1e1e2e); +} + +/*********** + * Builder * + ***********/ +layouttabbar { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; +} + +layouttabbar > box > button { + margin: 2px 0; +} + +layouttab { + margin: 0 8px; + border-style: none solid; + border-width: 1px; + border-color: rgba(0, 0, 0, 0.2); + box-shadow: inset 0 -2px #89b4fa; + background-color: #1e1e2e; +} + +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.2); + -PnlDockBin-handle-size: 1; +} + +entry.search-missing { + background-color: #F44336; + color: #FFFFFF; +} + +window.workbench treeview.image { + color: rgba(255, 255, 255, 0.7); +} + +popover.popover-selector list { + padding: 6px; +} + +popover.popover-selector list row { + border-radius: 6px; +} + +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: 6px; +} + +omnibar:not(:hover):not(:active) entry { + color: rgba(255, 255, 255, 0.7); +} + +popover.omnibar list row:not(:last-child) { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +entry.preferences-search { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; + background-color: #1e1e2e; +} + +preferences stacksidebar.sidebar list { + background-color: #11111b; +} + +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(255, 255, 255, 0.12); +} + +preferences > box > box:dir(rtl) { + border-left: 1px solid rgba(255, 255, 255, 0.12); +} + +popover.messagepopover.background { + padding: 0; +} + +popover.messagepopover .popover-action-area button { + padding: 8px 16px; + border-top: 1px solid rgba(255, 255, 255, 0.12); + border-radius: 0; +} + +popover.messagepopover .popover-action-area button:first-child { + border-bottom-left-radius: 6px; +} + +popover.messagepopover .popover-action-area button:last-child { + border-bottom-right-radius: 6px; +} + +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(255, 255, 255, 0.12); +} + +popover.transfers list row > box { + padding: 10px; +} + +dockbin { + border: 1px solid rgba(0, 0, 0, 0.2); + -PnlDockBin-handle-size: 1; +} + +dockpaned { + border: 1px solid rgba(0, 0, 0, 0.2); +} + +eggsearchbar box.search-bar { + padding: 0 8px; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; +} + +docktabstrip { + padding: 0 8px; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; +} + +docktab { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; + min-height: 24px; + min-width: 24px; + margin-bottom: -1px; + padding: 6px 6px; + border-width: 1px; + border-color: transparent; + box-shadow: inset 0 -2px transparent; + background-image: radial-gradient(circle, #89b4fa 10%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 0% 0%; + color: rgba(255, 255, 255, 0.7); + font-weight: 500; +} + +docktab:hover { + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; +} + +docktab:checked { + transition: all 75ms 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 #89b4fa; + background-color: transparent; + background-image: radial-gradient(circle, transparent 10%, transparent 0%); + background-size: 1000% 1000%; + color: #FFFFFF; +} + +dockoverlayedge { + background-color: #1e1e2e; +} + +dockoverlayedge docktabstrip { + padding: 0; + border: none; +} + +dockoverlayedge.left-edge docktab:checked { + box-shadow: inset -2px 0 #89b4fa; +} + +dockoverlayedge.right-edge docktab:checked { + box-shadow: inset 2px 0 #89b4fa; +} + +pillbox { + background-color: #1e1e2e; + border-radius: 6px; +} + +layoutpane entry.search { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; + background-color: #1e1e2e; +} + +editortweak entry.search { + margin-bottom: -1px; + box-shadow: none; + background-color: transparent; +} + +.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: #FFFFFF; + font-weight: normal; +} + +button.dzlmenubuttonitem:disabled { + color: rgba(255, 255, 255, 0.5); +} + +idelayoutstackheader { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +idelayoutstackheader button:checked { + color: #FFFFFF; +} + +ideeditorutilities > dzldockpaned > box > stackswitcher { + padding: 8px 0; + background-color: #1e1e2e; +} + +ideeditorutilities > dzldockpaned > box > stackswitcher:dir(ltr) { + border-right: 1px solid rgba(255, 255, 255, 0.12); +} + +ideeditorutilities > dzldockpaned > box > stackswitcher:dir(rtl) { + border-left: 1px solid rgba(255, 255, 255, 0.12); +} + +ideeditorutilities > dzldockpaned > box > stackswitcher button { + border-radius: 0; + box-shadow: none; + background-color: transparent; +} + +ideeditorutilities > dzldockpaned > box > stackswitcher button:active { + background-image: radial-gradient(circle, rgba(137, 180, 250, 0.7) 10%, transparent 0%); +} + +ideeditorutilities > dzldockpaned > box > stackswitcher button:checked { + background-color: transparent; + color: #FFFFFF; +} + +ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr) { + margin-right: -1px; +} + +ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):checked { + box-shadow: inset -2px 0 #89b4fa; +} + +ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl) { + margin-left: -1px; +} + +ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):checked { + box-shadow: inset 2px 0 #89b4fa; +} + +ideeditorsidebar notebook header { + background: transparent; +} + +popover.messagepopover list { + border: 1px solid rgba(255, 255, 255, 0.12); +} + +popover.messagepopover list row:not(:last-child) { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +/********** + * Photos * + **********/ +GdMainIconView.content-view { + -GdMainIconView-icon-size: 48; +} + +.documents-counter { + margin: 8px; + border-radius: 9999px; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12); + background-color: #89b4fa; + 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 75ms cubic-bezier(0, 0, 0.2, 1); +} + +.photos-fade-out { + opacity: 0; + transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); +} + +button.photos-filter-preview { + color: #FFFFFF; + font-weight: normal; +} + +button.photos-filter-preview:checked { + background-color: alpha(currentColor, 0.06); + color: #FFFFFF; +} + +button.photos-filter-preview:checked image { + color: #FFFFFF; +} + +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(255, 255, 255, 0.12); +} + +.side-panel:dir(rtl) { + border-style: solid; + border-color: rgba(255, 255, 255, 0.12); +} + +.side-panel .view { + background-image: image(#11111b); +} + +.side-panel .view:hover { + background-image: image(#24242d); +} + +.side-panel .view:selected { + background-image: image(#89b4fa); +} + +.side-panel .view:selected:hover { + background-image: image(rgba(128, 169, 234, 0.9896)); +} + +.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(255, 255, 255, 0.12); + background-clip: border-box; +} + +box.vertical > revealer > toolbar.search-bar button > widget { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +/************* + * Documents * + *************/ +.documents-scrolledwin { + background-color: transparent; +} + +.documents-scrolledwin .content-view:not(:selected):not(:hover) { + background-color: transparent; +} + +.documents-scrolledwin viewport.frame { + background-color: transparent; +} + +.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) { + background-color: transparent; +} + +.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) border { + border: none; +} + +window.background.csd > stack > box > revealer > actionbar > revealer > box { + border-bottom-left-radius: 12px; + border-bottom-right-radius: 12px; +} + +/******************* + * Document Viewer * + *******************/ +window.background.csd evview.view.content-view { + border-radius: 0 0 12px 12px; +} + +/********************************* + * Archive Manager (File roller) * + *********************************/ +.background.csd > grid.horizontal > paned.horizontal > scrolledwindow { + border-radius: 0 0 12px 12px; + background-color: #1e1e2e; +} + +.background.csd > grid.horizontal > paned.horizontal > scrolledwindow > treeview.view:not(:hover):not(:selected):not(:selected):not(:hover):not(.progressbar):not(.expander):not(.trough):not(.separator) { + background-color: #1e1e2e; +} + +.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow { + border-radius: 0 0 0 12px; + background-color: #1e1e2e; +} + +/************ + * Terminal * + ************/ +terminal-window decoration { + border-radius: 12px 12px 0 0; +} + +terminal-window.background.csd, terminal-window.background.csd.maximized { + border-radius: 0 0 0 0; +} + +terminal-window notebook > header > box { + margin: -2px -2px -2px 1px; +} + +terminal-window notebook > header > box button { + min-height: 24px; + min-width: 24px; + padding: 3px; +} + +window.background > box.vertical > box.horizontal > frame > border { + border-width: 0 1px 0 0; +} + +window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list { + border-bottom-left-radius: 12px; +} + +window.background > box.vertical > box.horizontal > stack > widget > notebook.frame { + border-width: 0; + border-radius: 0 0 12px 0; +} + +window.background > box.vertical > box.horizontal > stack > widget > notebook.frame > stack { + border-bottom-right-radius: 12px; +} + +.terminal-window { + background-color: #1e1e2e; +} + +.terminal-window tabbar tabbox { + background-color: #11111b; + margin: 0; + border-radius: 0; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + background-clip: border-box; +} + +/********* + * To Do * + *********/ +task-list-view taskrow { + transition: all 75ms 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 { + min-width: 16px; +} + +task-list-view > box > revealer > box > button { + margin: -6px; +} + +task-list-view > box > revealer > box > button .dim-label { + color: inherit; +} + +tasklistview taskrow { + outline: none; +} + +tasklistview taskrow entry, tasklistview taskrow entry:focus, tasklistview taskrow entry:disabled { + box-shadow: none; +} + +tasklistview taskrow image.dim-label { + min-width: 16px; +} + +tasklistview > box > revealer > box > button { + margin: -6px; +} + +tasklistview > box > revealer > box > button .dim-label { + color: inherit; +} + +/******* + * Eog * + *******/ +#eog-thumb-nav scrolledwindow { + border-top: none; +} + +/************* + * Evolution * + *************/ +frame.taskbar > border { + border-style: solid none none; +} + +box.vertical > paned.horizontal notebook widget .frame { + border-style: none; +} + +/*********** + * Fractal * + ***********/ +.background.csd.main-window .sidebar.rooms-sidebar { + border-bottom-left-radius: 12px; +} + +/******** + * Gitg * + ********/ +frame.commit-frame > border { + border-style: solid none none; +} + +/************** + * Characters * + **************/ +box.dialog-vbox scrolledwindow.related { + border: 1px solid rgba(0, 0, 0, 0.2); +} + +list.categories { + background-image: image(#11111b); +} + +/********* + * Boxes * + *********/ +.transparent-bg + stack overlay > label { + min-height: 24px; + padding: 0 4px; + border-radius: 6px; + background-color: #11111b; + color: #FFFFFF; +} + +/************** + * Calculator * + **************/ +button.title label { + min-height: 36px; +} + +/********* + * Geary * + *********/ +window.background.csd.geary-main-window > deck > overlay > box.vertical > paned.horizontal > box.sidebar.vertical, +window#GearyMainWindow.background.csd > deck > overlay > box.vertical > paned.horizontal > box.sidebar.vertical { + border-bottom-left-radius: 12px; +} + +window.background.csd.geary-main-window > deck > overlay > box.vertical > paned.horizontal > box.sidebar.vertical statusbar, +window#GearyMainWindow.background.csd > deck > overlay > box.vertical > paned.horizontal > box.sidebar.vertical statusbar { + border-bottom-left-radius: 12px; +} + +window.background.csd.geary-main-window stack#conversation_viewer, +window#GearyMainWindow.background.csd stack#conversation_viewer { + border-bottom-right-radius: 12px; +} + +window.background.csd.geary-main-window stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox, +window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox { + background: none; + border-bottom-right-radius: 12px; +} + +window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded, +window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded { + animation: none; + background-image: none; +} + +window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box, +window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box { + border-radius: 0; +} + +window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar, +window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar { + color: #FFFFFF; + background-color: #1e1e2e; + box-shadow: none; + border-bottom: 1px solid rgba(0, 0, 0, 0.2); +} + +window.background.csd.geary-main-window stack#conversation_viewer .geary-composer-box actionbar > revealer > box, +window#GearyMainWindow.background.csd stack#conversation_viewer .geary-composer-box actionbar > revealer > box { + border-bottom-left-radius: 0; +} + +.geary-accounts-editor-pane frame:not(.geary-signature) > border, +.geary-accounts-editor-pane scrolledwindow.frame { + border: none; +} + +.geary-main-window.unified > deck > overlay > .geary-main-layout { + background-color: #1e1e2e; +} + +.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > headerbar, +.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > headerbar { + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, +.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { + background-color: #11111b; + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); +} + +.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > separator.sidebar:backdrop, +.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar:backdrop { + background-color: #1e1e2e; +} + +.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { + min-width: 1px; + background-color: rgba(255, 255, 255, 0.12); +} + +.geary-main-window.unified frame.geary-conversation-frame scrolledwindow { + padding: 3px; +} + +.geary-main-window.unified frame.geary-conversation-frame scrolledwindow treeview.view { + border: 1px solid transparent; + border-radius: 6px; + padding: 6px; +} + +.geary-main-window.unified frame.geary-conversation-frame scrolledwindow treeview.view:selected, .geary-main-window.unified frame.geary-conversation-frame scrolledwindow treeview.view:active { + border-radius: 6px; + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + +.geary-main-window.unified separator.geary-sidebar-pane-separator { + min-width: 1px; + background-color: rgba(255, 255, 255, 0.12); +} + +.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { + border: 1px solid rgba(255, 255, 255, 0.12); + border-bottom-width: 0; + background-color: #1e1e2e; +} + +.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { + border-top-left-radius: 8px; + border-top-right-radius: 8px; +} + +.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane { + border-radius: 0 0 8px 8px; +} + +.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background { + background-color: transparent; +} + +.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background > revealer > box { + border-radius: 0 0 6px 6px; +} + +/************** + * Extensions * + **************/ +window.background.csd stack stack stack frame > border, +window.background.csd > stack > stack > box > frame > border, +window.background.csd > stack > stack > box > box > frame > border, +window.background.csd > stack > box > stack > box > frame > border, +window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, +window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, +window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { + border: none; +} + +window.background.csd > stack > box > box > list, +window.background.csd > stack > box > stack > scrolledwindow > viewport > list { + border-bottom-left-radius: 12px; +} + +window.background.csd > stack > box > .sidebar > scrolledwindow > viewport > list { + padding: 0 0; +} + +/*********** + * Dialogs * + ***********/ +dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child { + border-radius: 0 0 0 12px; +} + +dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child { + border-radius: 0 0 12px 0; +} + +dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow, +dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow { + border-radius: 0 0 12px 12px; + background-color: #1e1e2e; +} + +dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active), +dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active) { + background-color: transparent; +} + +dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list { + border-radius: 0 0 12px 12px; +} + +dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) { + background-color: transparent; +} + +dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar { + border-radius: 0 0 12px 12px; +} + +dialog.background.csd > box.vertical.dialog-vbox > notebook > stack { + border-radius: 0 0 12px 12px; +} + +dialog.background.csd stack scrolledwindow.frame { + border-radius: 6px; +} + +dialog.background.csd stack scrolledwindow.frame textview.view { + border-radius: 6px; +} + +dialog.background.csd stack scrolledwindow.frame textview.view > text { + background: none; +} + +dialog.background.csd stack scrolledwindow viewport.frame.view { + border-radius: 6px; +} + +window.background.csd.unified { + background-color: #1e1e2e; +} + +window.background.csd.unified headerbar { + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +window.background.csd.unified > decoration-overlay { + box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); +} + +window.background.csd.unified, +window.background.csd.unified > decoration, +window.background.csd.unified > decoration-overlay { + border-radius: 12px; +} + +window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen > decoration-overlay { + box-shadow: none; +} + +window.background.csd.unified.tiled, +window.background.csd.unified.tiled > decoration, +window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top, +window.background.csd.unified.tiled-top > decoration, +window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right, +window.background.csd.unified.tiled-right > decoration, +window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom, +window.background.csd.unified.tiled-bottom > decoration, +window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left, +window.background.csd.unified.tiled-left > decoration, +window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized, +window.background.csd.unified.maximized > decoration, +window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen, +window.background.csd.unified.fullscreen > decoration, +window.background.csd.unified.fullscreen > decoration-overlay { + border-radius: 0; +} + +/********* + * Tilix * + *********/ +overlay > revealer.left > scrolledwindow.frame, overlay > revealer.right > scrolledwindow.frame { + border-style: none; + box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); +} + +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(#313244); +} + +.terminal-titlebar button { + border-radius: 0; +} + +button.image-button.session-new-button { + min-width: 32px; +} + +notebook.tilix-background tab > box > stack { + margin: -6px; +} + +button.flat.tilix-small-button { + min-height: 20px; + min-width: 16px; +} + +/************** + * Terminator * + **************/ +.terminator-terminal-window paned > separator { + background-color: #1e1e2e; +} + +.terminator-terminal-window notebook.frame { + border-style: none; +} + +/************* + * Ubitquity * + *************/ +#live_installer .menubar progressbar trough { + border-radius: 4px; + background-color: rgba(255, 255, 255, 0.12); +} + +/********* + * Meld * + ********/ +.meld-notebook, .meld-notebook > stack { + background: none; + border-radius: 0 0 12px 12px; +} + +.meld-notebook-child { + background-color: #11111b; + border-radius: 0 0 12px 12px; +} + +statusbar.meld-status-bar { + background: 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: 6px; +} + +/************ + * Chromium * + ************/ +window.background.chromium { + background-color: #313244; +} + +window.background.chromium entry, +window.background.chromium > button { + border: 1px solid #393947; +} + +window.background.chromium > button { + color: #89b4fa; +} + +window.background.chromium > button:disabled { + color: rgba(255, 255, 255, 0.32); +} + +window.background.chromium menubar, +window.background.chromium headerbar { + color: rgba(255, 255, 255, 0.7); +} + +window.background.chromium headerbar button:active { + background-color: alpha(currentColor, 0.12); +} + +window.background.chromium spinner { + color: #89b4fa; +} + +window.background.chromium textview.view { + background-color: transparent; +} + +window.background.chromium treeview.view.cell:selected:focus { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + +window.background.chromium treeview.view button { + border: 1px solid rgba(255, 255, 255, 0.3); + background-color: #1e1e2e; +} + +window.background.chromium menu { + border-color: #3e3e5f; +} + +window.background.chromium menu menuitem { + border-radius: 0; +} + +tooltip.background.chromium { + background-color: #0b0b12; +} + +/*********** + * Firefox * + ***********/ +#MozillaGtkWidget decoration { + border: none; +} + +#MozillaGtkWidget > widget text { + background-color: #313244; +} + +#MozillaGtkWidget > widget text:selected { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + +#MozillaGtkWidget > widget > separator { + color: #393947; +} + +#MozillaGtkWidget > widget > scrollbar { + background-clip: border-box; +} + +#MozillaGtkWidget > widget > frame > border { + border-color: #393947; +} + +#MozillaGtkWidget > widget > entry, +#MozillaGtkWidget > widget > button > button { + border: 1px solid #393947; + border-radius: 6px; + box-shadow: none; +} + +#MozillaGtkWidget > widget > entry:disabled, +#MozillaGtkWidget > widget > button > button:disabled { + border-color: rgba(255, 255, 255, 0.12); +} + +#MozillaGtkWidget > widget > entry { + min-height: 30px; + background-color: #1e1e2e; +} + +#MozillaGtkWidget > widget > entry:focus { + border-color: #89b4fa; + box-shadow: inset 0 0 0 1px #89b4fa; +} + +#MozillaGtkWidget > widget > entry:disabled { + background-color: #11111b; +} + +#MozillaGtkWidget > widget > button > button { + padding: 4px 8px; + background-size: auto; +} + +#MozillaGtkWidget > widget > button > button:hover { + box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); +} + +#MozillaGtkWidget > widget > button > button:active { + background-image: image(alpha(currentColor, 0.12)); +} + +#MozillaGtkWidget > widget > checkbutton > check, +#MozillaGtkWidget > widget > radiobutton > radio { + margin: 0; + padding: 0; +} + +#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate), +#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate) { + color: #464646; +} + +#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):hover, #MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):active, +#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):hover, +#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):active { + color: #727272; +} + +#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):disabled, +#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):disabled { + color: rgba(70, 70, 70, 0.5); +} + +#MozillaGtkWidget menu { + border: none; +} + +#MozillaGtkWidget > widget > menubar { + color: rgba(255, 255, 255, 0.7); +} + +#MozillaGtkWidget > widget > menubar:hover { + color: #FFFFFF; +} + +#MozillaGtkWidget > widget > menubar:disabled { + color: rgba(255, 255, 255, 0.32); +} + +#MozillaGtkWidget > widget > frame { + color: #393947; +} + +#MozillaGtkWidget menu > separator { + color: #393947; +} + +window.background:not(.csd) > window > menu menuitem { + transition: none; +} + +/************ + * 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; +} + +#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; +} + +#CanvasTable button { + min-height: 16px; + min-width: 16px; + padding: 0; +} + +#CanvasTable #HorizontalScrollbar { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +#CanvasTable #VerticalScrollbar:dir(ltr) { + border-left: 1px solid rgba(255, 255, 255, 0.12); +} + +#CanvasTable #VerticalScrollbar:dir(rtl) { + border-right: 1px solid rgba(255, 255, 255, 0.12); +} + +#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; +} + +scrolledwindow#DialogNotebook > viewport.frame > notebook.frame button.close-button image { + padding: 4px; +} + +/*********** + * Synapse * + ***********/ +/*************** + * Libreoffice * + ***************/ +window.background > grid > widget > widget > scrolledwindow > viewport > grid > box > box > frame > box { + background-color: #1e1e2e; +} + +/********* + * Pamac * + *********/ +window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list, +window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list, +window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list { + border: none; + border-radius: 0; +} + +window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable, +window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable, +window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable { + border-radius: 6px; +} + +/********* + * 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: #89b4fa; + -UnityDecoration-title-indent: 4px; + -UnityDecoration-title-fade: 32px; + -UnityDecoration-title-alignment: 0.0; +} + +UnityDecoration .top { + padding: 0 2px; + border-style: none; + border-radius: 12px 12px 0 0; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #11111b; + color: #FFFFFF; +} + +UnityDecoration .top:backdrop { + background-color: #1e1e2e; + color: rgba(255, 255, 255, 0.7); +} + +UnityDecoration .menuitem { + color: rgba(255, 255, 255, 0.7); +} + +UnityDecoration .menuitem:hover { + box-shadow: inset 0 -2px currentColor; + background-color: transparent; + color: #FFFFFF; +} + +.background:not(.csd) headerbar:not(.titlebar) { + border-radius: 0; + box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -0.6px rgba(0, 0, 0, 0.17); +} + +.background:not(.csd) headerbar:not(.titlebar).inline-toolbar { + border-style: none; +} + +UnityPanelWidget, +.unity-panel { + background-color: #11111b; + color: #FFFFFF; +} + +UnityPanelWidget:backdrop, +.unity-panel:backdrop { + color: rgba(255, 255, 255, 0.7); +} + +.unity-panel.menuitem, +.unity-panel .menuitem { + color: rgba(255, 255, 255, 0.7); +} + +.unity-panel.menubar.menuitem:hover, +.unity-panel.menubar .menuitem *:hover { + box-shadow: inset 0 -2px currentColor; + background-color: transparent; + color: #FFFFFF; +} + +.menu IdoPlaybackMenuItem.menuitem:active { + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); + animation: spin 1s linear infinite; + color: #89b4fa; +} + +/************** + * Mate-Panel * + **************/ +.mate-panel-menu-bar menubar, +#PanelApplet-window-menu-applet-button { + background-color: transparent; +} + +.mate-panel-menu-bar { + background-color: #11111b; + color: rgba(255, 255, 255, 0.7); + font-weight: 500; +} + +.mate-panel-menu-bar button { + min-height: 16px; + min-width: 16px; + padding: 0; + border-radius: 0; +} + +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 { + color: #FFFFFF; +} + +.mate-panel-menu-bar menubar > menuitem:disabled { + color: rgba(255, 255, 255, 0.32); +} + +.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: #89b4fa; +} + +PanelApplet.wnck-applet .wnck-pager:hover { + background-color: alpha(currentColor, 0.08); +} + +PanelApplet.wnck-applet .wnck-pager:active { + background-color: alpha(currentColor, 0.12); +} + +PanelApplet.wnck-applet .wnck-pager:selected { + background-color: #89b4fa; +} + +.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.2); + border-radius: 7px; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #313244; +} + +#MatePanelPopupWindow frame > border { + border-style: none; +} + +#MatePanelPopupWindow calendar { + border-style: none; +} + +#MatePanelPopupWindow calendar:not(:selected) { + background-color: transparent; +} + +#MatePanelPopupWindow calendar + box { + margin-top: -5px; + padding-top: 5px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +#MatePanelPopupWindow expander > title { + min-height: 32px; +} + +#MatePanelPopupWindow button { + padding: 4px 16px; +} + +#MatePanelPopupWindow > frame > box > box > box > widget { + color: rgba(255, 255, 255, 0.12); +} + +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.2); + border-radius: 7px; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #313244; +} + +.mate-panel-applet-slider frame > border { + border-style: none; +} + +#PanelApplet:not(:selected) > box { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); +} + +#PanelApplet:selected > box { + background-color: alpha(currentColor, 0.1); + color: #FFFFFF; +} + +#mate-menu { + border: 1px solid rgba(0, 0, 0, 0.2); + background-color: #313244; +} + +#mate-menu button { + min-height: 24px; + min-width: 24px; + padding: 4px 0; + color: #FFFFFF; + font-weight: normal; +} + +#mate-menu button:not(.flat) { + background-color: alpha(currentColor, 0.1); +} + +#mate-menu button image, +#mate-menu button label + label { + color: rgba(255, 255, 255, 0.7); +} + +#mate-menu entry { + margin: 0 0 4px; +} + +#mate-menu entry image { + margin: 0; +} + +#mate-menu entry + button { + margin: 0 4px 4px; + padding: 6px; +} + +.brisk-menu { + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #313244; +} + +.brisk-menu entry { + margin-bottom: -2px; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + border-image: none; + box-shadow: none; + background-color: transparent; +} + +.brisk-menu entry + box > box:dir(ltr) { + margin-right: -2px; + border-right: 1px solid rgba(255, 255, 255, 0.12); +} + +.brisk-menu entry + box > box:dir(rtl) { + margin-left: -2px; + border-left: 1px solid rgba(255, 255, 255, 0.12); +} + +.brisk-menu .categories-list { + padding-top: 4px; +} + +.brisk-menu .categories-list button { + margin: 0 4px; +} + +.brisk-menu .categories-list button:checked { + color: #89b4fa; +} + +.brisk-menu .session-button { + padding: 12px; +} + +.brisk-menu .frame { + border-style: none; +} + +.brisk-menu .apps-list { + padding: 4px 0; + background-color: transparent; +} + +.brisk-menu .apps-list row { + padding: 0; +} + +.brisk-menu .apps-list row:hover { + box-shadow: none; +} + +.brisk-menu .apps-list button { + border-radius: 0; + color: #FFFFFF; + font-weight: normal; +} + +/********************* + * CAJA File manager * + *********************/ +.caja-navigation-window button.toggle.image-button { + border-radius: 6px; +} + +.caja-pathbar button { + margin: 0 -1px 0 -2px; +} + +.caja-pathbar button.slider-button { + min-width: 24px; +} + +.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: #1e1e2e; +} + +.caja-side-pane notebook, +.caja-notebook { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +.caja-side-pane notebook .frame, +.caja-notebook .frame { + border-style: none; +} + +.caja-canvas-item { + border-radius: 6px; +} + +.caja-desktop.view .entry, +.caja-navigation-window .view .entry { + border: none; + border-radius: 6px; + background-color: rgba(255, 255, 255, 0.04); + background-image: none; + color: #FFFFFF; +} + +.caja-desktop.view .entry:selected, +.caja-navigation-window .view .entry:selected { + background-color: alpha(currentColor, 0.06); +} + +.caja-desktop.view .entry { + background-color: #1e1e2e; + color: #FFFFFF; + caret-color: currentColor; +} + +.caja-desktop.view .entry:selected { + background-color: alpha(currentColor, 0.06); +} + +.caja-navigation-window statusbar { + margin: 0 -10px; + padding: 0 4px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +.caja-notebook frame > border { + border-style: none; +} + +#caja-extra-view-widget { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; +} + +#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(255, 255, 255, 0.12); +} + +.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(255, 255, 255, 0.12); +} + +.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(255, 255, 255, 0.12); +} + +.pluma-window paned.horizontal box.vertical notebook.frame box.vertical toolbar.horizontal { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +/********* + * Atril * + *********/ +.atril-window paned.horizontal box.vertical .frame { + border-style: none; +} + +.atril-window paned.horizontal box.vertical notebook .frame { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +/* mate-screensaver lock dialog */ +.lock-dialog { + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 7px; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #313244; +} + +.lock-dialog frame > border { + border-style: none; +} + +.lock-dialog button:not(:disabled) { + color: #89b4fa; +} + +/* multimedia OSD */ +MsdOsdWindow.background.osd { + border-radius: 6px; + background-color: rgba(11, 11, 18, 0.9); + color: #FFFFFF; +} + +MsdOsdWindow.background.osd .trough { + border-radius: 0; + background-color: rgba(255, 255, 255, 0.12); +} + +MsdOsdWindow.background.osd .progressbar { + border-radius: 0; + background-color: #89b4fa; +} + +/****************** + * Budgie Desktop * + ******************/ +.budgie-container { + background-color: transparent; +} + +.budgie-settings-window list.sidebar { + background: none; + border-radius: 0 0 0 12px; +} + +.budgie-settings-window buttonbox.inline-toolbar { + border-style: none none solid; +} + +.budgie-settings-window buttonbox.inline-toolbar button { + border-radius: 6px; +} + +.budgie-popover { + border: 1px solid rgba(255, 255, 255, 0.1); + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75); + background-clip: border-box; + background-color: #1e1e2e; + border-radius: 12px; +} + +.budgie-popover .container, .budgie-popover list, .budgie-popover row { + padding: 0; +} + +.budgie-popover separator { + margin: 3px 0; +} + +.budgie-popover border { + border: none; +} + +.budgie-popover list { + background-color: transparent; +} + +.budgie-popover row:hover { + box-shadow: none; +} + +.budgie-popover scrolledwindow.sidebar:not(.categories) { + background-color: rgba(255, 255, 255, 0.04); + border-right: none; + border-bottom-left-radius: 12px; +} + +.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable { + padding: 6px 8px; +} + +.budgie-popover treeview.view.sidebar { + border-right: none; + background: none; +} + +.budgie-popover treeview.view.sidebar:hover { + background-color: alpha(currentColor, 0.08); +} + +.budgie-popover treeview.view.sidebar:selected { + background-color: alpha(currentColor, 0.12); +} + +.budgie-popover.bottom scrolledwindow.sidebar:not(.categories) { + padding-top: 12px; + border-top-left-radius: 12px; + border-bottom-left-radius: 0; +} + +.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +.budgie-popover.bottom > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { + border-top: none; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +.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(255, 255, 255, 0.12); + border-image: none; + border-radius: 0; + box-shadow: none; + font-size: 120%; +} + +.budgie-popover.budgie-menu scrolledwindow.sidebar.categories { + background-color: rgba(255, 255, 255, 0.04); + padding-bottom: 12px; +} + +.budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button { + border-radius: 0; +} + +.budgie-popover.budgie-menu scrolledwindow > viewport.frame > list > row.activatable > button.flat { + border-radius: 0; +} + +.budgie-popover.user-menu .container { + padding: 6px; +} + +.budgie-popover.user-menu list, +.budgie-popover.user-menu row { + border: none; + background: none; + box-shadow: none; +} + +.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child { + margin-bottom: 0; + outline-width: 0; + border-radius: 6px; +} + +.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child button.indicator-item { + transition: none; + animation: none; +} + +.budgie-popover.caffeine-popover frame > .container { + padding: 6px; +} + +.budgie-popover.night-light-indicator .container { + padding: 3px; +} + +.budgie-popover.night-light-indicator .view-header { + margin: 0 6px; +} + +.budgie-popover.places-menu .container { + padding: 3px; +} + +.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: 3px; + padding-top: 3px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +.budgie-popover.places-menu .alternative-label { + padding: 3px; + font-size: 15px; +} + +.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 75ms cubic-bezier(0, 0, 0.2, 1); +} + +.workspace-switcher .workspace-item.current-workspace { + background-color: alpha(currentColor, 0.1); +} + +.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: 6px; +} + +.budgie-panel { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); + background-color: #11111b; + color: rgba(255, 255, 255, 0.7); + font-weight: 500; +} + +.budgie-panel.transparent { + background-color: rgba(17, 17, 27, 0.75); +} + +.budgie-panel button { + color: rgba(255, 255, 255, 0.7); + min-height: 24px; + min-width: 24px; + padding: 0; + border-radius: 0; +} + +.budgie-panel button:hover { + color: #FFFFFF; +} + +.budgie-panel button:active { + color: rgba(255, 255, 255, 0.7); +} + +.budgie-panel button.budgie-menu-launcher { + color: rgba(255, 255, 255, 0.7); +} + +.budgie-panel button.budgie-menu-launcher:focus { + box-shadow: none; + border: none; + color: #FFFFFF; +} + +.budgie-panel button.raven-trigger { + color: rgba(255, 255, 255, 0.7); +} + +.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: #F44336; +} + +.budgie-panel .titlebar:not(headerbar) { + min-height: 0; + padding: 0; + box-shadow: none; + background-color: transparent; + color: #FFFFFF; +} + +.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: #FFFFFF; +} + +.budgie-panel menubar, +.budgie-panel .menubar { + color: rgba(255, 255, 255, 0.7); + box-shadow: none; + border: none; +} + +.budgie-panel menubar > menuitem, +.budgie-panel .menubar > menuitem { + color: rgba(255, 255, 255, 0.7); +} + +.budgie-panel menubar > menuitem:hover, .budgie-panel menubar > menuitem:active, +.budgie-panel .menubar > menuitem:hover, +.budgie-panel .menubar > menuitem:active { + color: #FFFFFF; +} + +.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.32); +} + +.top .budgie-panel .unpinned button.flat.launcher:checked, .top .budgie-panel .pinned button.flat.launcher.running:checked { + 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 .unpinned button.flat.launcher:checked, .bottom .budgie-panel .pinned button.flat.launcher.running:checked { + 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 .unpinned button.flat.launcher:checked, .left .budgie-panel .pinned button.flat.launcher.running:checked { + 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 .unpinned button.flat.launcher:checked, .right .budgie-panel .pinned button.flat.launcher.running:checked { + border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; +} + +.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button { + 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 { + 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 { + 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 { + 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 { + 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 { + 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 { + 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 { + 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; +} + +.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: #313244; + box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); +} + +.raven > box { + margin-bottom: -10px; +} + +.raven stackswitcher.linked { + margin: 6px 16px; +} + +.raven stackswitcher.linked > button:focus { + box-shadow: none; +} + +.raven .raven-header { + min-height: 36px; + padding: 3px; +} + +.raven .raven-header.top { + padding: 0; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +.raven .raven-header.top stackswitcher button { + margin: -4px 0 -5px; + padding: 0 16px; + min-height: 24px; +} + +.raven .raven-header.bottom { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +.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(255, 255, 255, 0.12); + background-color: #1e1e2e; +} + +.raven .raven-background > overlay > widget > image { + color: rgba(255, 255, 255, 0.12); +} + +.raven scrolledwindow.raven-background { + border-bottom-style: none; +} + +.raven .powerstrip button { + margin: 2px 0 1px; + padding: 12px; + border-radius: 9999px; +} + +.raven .option-subtitle { + font-size: smaller; +} + +.raven .audio-widget scale.marks-after { + padding-top: 0; + padding-bottom: 0; +} + +.raven .audio-widget scale.marks-after label { + font-size: 90%; + padding: 0; + margin: -10px 0 0 6px; +} + +.raven .audio-widget button.flat.expander-button { + margin-top: 4px; + margin-bottom: 4px; +} + +.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked { + background-color: rgba(255, 255, 255, 0.06); + color: #FFFFFF; +} + +.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected label, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked label { + color: #FFFFFF; +} + +.raven .audio-widget list.devices-list.sound-devices > row.activatable label { + padding-left: 12px; +} + +calendar.raven-calendar { + border-style: none; + background-color: transparent; +} + +calendar.raven-calendar:selected { + border-radius: 6px; +} + +.raven-mpris { + background-color: #11111b; + color: #FFFFFF; +} + +.raven-mpris label { + min-height: 24px; +} + +.raven-mpris button.image-button { + padding: 12px; +} + +.raven-notifications-view > .raven-background > viewport.frame { + padding: 0; +} + +.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable { + margin-left: -6px; + margin-right: -3px; +} + +.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable .raven-notifications-group-header { + padding: 0 12px; +} + +.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list { + padding: 6px; + background: none; +} + +.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable { + border: none; + padding: 6px; + padding-left: 12px; + margin: 3px; + border-radius: 6px; + background-color: rgba(255, 255, 255, 0.04); +} + +.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { + background-color: rgba(255, 255, 255, 0.12); +} + +.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:active, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:focus { + background: none; + box-shadow: none; +} + +.budgie-notification-window, .budgie-switcher-window, .budgie-osd-window { + background-color: transparent; +} + +.budgie-notification .notification-title, .budgie-switcher .notification-title { + font-size: 120%; +} + +.budgie-notification .notification-body, .budgie-switcher .notification-body { + color: rgba(255, 255, 255, 0.7); +} + +.budgie-osd .budgie-osd-text { + font-size: 120%; +} + +.budgie-panel .lock-keys image:disabled { + color: rgba(255, 255, 255, 0.32); +} + +.drop-shadow { + margin: 5px 9px; + padding: 3px; + border-radius: 12px; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #313244; +} + +.drop-shadow .linked > button { + border-radius: 12px; +} + +.budgie-session-dialog, +.budgie-polkit-dialog, +.budgie-run-dialog { + background-color: #313244; + border: none; + padding: 0; +} + +.budgie-session-dialog.background, .budgie-session-dialog > decoration, +.budgie-polkit-dialog.background, +.budgie-polkit-dialog > decoration, +.budgie-run-dialog.background, +.budgie-run-dialog > decoration { + border-radius: 12px; +} + +.budgie-session-dialog > decoration, +.budgie-polkit-dialog > decoration, +.budgie-run-dialog > decoration { + border: none; + box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75); +} + +.budgie-session-dialog label:not(:last-child), +.budgie-session-dialog .dialog-title, +.budgie-polkit-dialog label:not(:last-child), +.budgie-polkit-dialog .dialog-title, +.budgie-run-dialog label:not(:last-child), +.budgie-run-dialog .dialog-title { + font-size: 120%; +} + +.budgie-session-dialog .linked.horizontal > button, +.budgie-polkit-dialog .linked.horizontal > button, +.budgie-run-dialog .linked.horizontal > button { + padding: 8px 16px; + border-top: 1px solid rgba(255, 255, 255, 0.12); + border-radius: 0; +} + +.budgie-session-dialog .linked.horizontal > button:first-child, +.budgie-polkit-dialog .linked.horizontal > button:first-child, +.budgie-run-dialog .linked.horizontal > button:first-child { + border-bottom-left-radius: 12px; +} + +.budgie-session-dialog .linked.horizontal > button:last-child, +.budgie-polkit-dialog .linked.horizontal > button:last-child, +.budgie-run-dialog .linked.horizontal > button:last-child { + border-bottom-right-radius: 12px; +} + +.budgie-polkit-dialog .message { + color: rgba(255, 255, 255, 0.7); +} + +.budgie-polkit-dialog .failure { + color: #F44336; +} + +.budgie-run-dialog entry.search { + font-size: 120%; + padding: 6px 14px; + border-image: none; + box-shadow: none; + background-color: transparent; +} + +.budgie-run-dialog list .dim-label { + color: #FFFFFF; +} + +.budgie-run-dialog scrolledwindow { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +/************** + * Xfce4 Apps * + **************/ +.XfceHeading { + background-color: #1e1e2e; +} + +/*************** + * xfce4-panel * + ***************/ +.xfce4-panel.background { + border: none; + background-color: #11111b; + 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 .tasklist button image { + padding: 4px; +} + +wnck-pager:hover { + background-color: alpha(currentColor, 0.08); +} + +wnck-pager:active { + background-color: alpha(currentColor, 0.12); +} + +wnck-pager:selected { + background-color: #89b4fa; +} + +#xfce4-mpc-plugin-26 > frame > border { + border: none; +} + +#xfce-panel-button { + -gtk-icon-style: symbolic; +} + +XfdesktopIconView.view { + border-radius: 6px; + background-color: transparent; + color: #FFFFFF; +} + +XfdesktopIconView.view:active { + box-shadow: none; +} + +XfdesktopIconView.view .rubberband { + border-radius: 0; +} + +window#whiskermenu-window { + border-radius: 12px; + background-color: transparent; + border: none; +} + +window#whiskermenu-window entry.search:focus { + background-color: #1e1e2e; +} + +window#whiskermenu-window > frame > border { + border-radius: 12px; + padding: 6px 8px 6px 9px; + margin: 6px; + border: none; + background-color: #1e1e2e; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75), inset 0 0 0 1px rgba(255, 255, 255, 0.1); +} + +window#whiskermenu-window box.categories > button.radio { + padding: 3px 6px; + margin: 1px 0; +} + +window#whiskermenu-window box.categories > button.radio:hover { + background-color: rgba(255, 255, 255, 0.12); +} + +window#whiskermenu-window box.categories > button.radio:checked, window#whiskermenu-window box.categories > button.radio:active { + background-color: rgba(255, 255, 255, 0.3); + color: #FFFFFF; +} + +window#whiskermenu-window box.categories > button.radio:checked:hover, window#whiskermenu-window box.categories > button.radio:active:hover { + background-image: none; +} + +window#whiskermenu-window scrolledwindow.frame { + padding: 3px; + background-color: #1e1e2e; + border-radius: 6px; +} + +window#whiskermenu-window scrolledwindow.frame treeview.view { + border-radius: 6px; +} + +window#whiskermenu-window scrolledwindow.frame treeview.view:not(:hover):not(:selected) { + background: none; +} + +window#whiskermenu-window scrolledwindow.frame treeview.view:selected:hover { + background-color: rgba(255, 255, 255, 0.12); + color: #FFFFFF; +} + +window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:checked, window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:active { + background-color: rgba(255, 255, 255, 0.3); + color: #FFFFFF; +} + +#XfceNotifyWindow { + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75); +} + +#XfceNotifyWindow buttonbox { + padding: 0; +} + +#XfceNotifyWindow label#summary { + font-weight: bold; +} + +#xfwm-tabwin { + padding: 12px; + border-radius: 6px; + -XfwmTabwinWidget-icon-size: 64px; + -XfwmTabwinWidget-preview-size: 64px; +} + +/********** + * Thunar * + **********/ +.thunar toolbar { + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); +} + +.thunar .standard-view.frame { + border-style: none; +} + +.thunar .sidebar .view:not(:selected) { + background-color: transparent; +} + +.thunar .path-bar.linked:not(.vertical) > button.path-bar-button { + margin-left: 2px; + margin-right: 2px; +} + +.thunar statusbar { + margin: 0 -10px; + padding: 0 4px; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { + border-top: none; +} + +window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { + border-bottom-left-radius: 12px; +} + +menubar.-vala-panel-appmenu-private, +menubar.-vala-panel-background { + background: none; + border: none; + box-shadow: none; + animation: none; +} + +menubar.-vala-panel-appmenu-private > menuitem, +menubar.-vala-panel-background > menuitem { + color: rgba(255, 255, 255, 0.7); + font-weight: normal; +} + +menubar.-vala-panel-appmenu-private > menuitem:hover, +menubar.-vala-panel-background > menuitem:hover { + color: #FFFFFF; + border-radius: 0; +} + +menubar.-vala-panel-appmenu-private > menuitem:disabled, +menubar.-vala-panel-background > menuitem:disabled { + color: rgba(255, 255, 255, 0.32); +} + +/************************ + * LightDM GTK+ Greeter * + ************************/ +#panel_window { + background-color: #1e1e2e; + color: #FFFFFF; +} + +#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: #FFFFFF; +} + +#panel_window menubar > menuitem:disabled label { + color: rgba(255, 255, 255, 0.32); +} + +#login_window, +#shutdown_dialog, +#restart_dialog { + margin: 8px; + border-radius: 6px; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #313244; +} + +#content_frame { + padding-bottom: 16px; +} + +#buttonbox_frame { + padding-top: 24px; +} + +#buttonbox_frame > box, +#buttonbox_frame > buttonbox { + margin: -16px; +} + +#buttonbox_frame button:not(:disabled) { + color: #89b4fa; +} + +/******** + * Nemo * + ********/ +.nemo-window .primary-toolbar { + background-color: #11111b; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + padding: 2px 3px; +} + +.nemo-window .primary-toolbar entry { + min-height: 0; + margin: 0; +} + +.nemo-window .primary-toolbar > toolitem > box > button.image-button, +.nemo-window .primary-toolbar > toolitem > .linked > button.image-button { + margin-left: 1px; + margin-right: 1px; +} + +.nemo-window .primary-toolbar button.text-button { + padding-left: 8px; + padding-right: 8px; + color: rgba(255, 255, 255, 0.7); +} + +.nemo-window .primary-toolbar button.text-button:hover, .nemo-window .primary-toolbar button.text-button:active, .nemo-window .primary-toolbar button.text-button:checked { + color: #FFFFFF; +} + +.nemo-window .primary-toolbar button.text-button:disabled { + color: rgba(255, 255, 255, 0.32); +} + +.nemo-window .primary-toolbar button.text-button:backdrop { + color: rgba(255, 255, 255, 0.5); +} + +.nemo-window .primary-toolbar .path-bar.linked:not(.vertical) > button { + margin-left: 1px; + margin-right: 1px; +} + +.nemo-window .primary-toolbar .path-bar.linked:not(.vertical) > button.slider-button { + border-radius: 3px; +} + +.nemo-window .primary-toolbar .path-bar.linked:not(.vertical) > button.slider-button:first-child { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; +} + +.nemo-window .primary-toolbar .path-bar.linked:not(.vertical) > button.slider-button:last-child { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} + +.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 .nemo-inactive-pane .view:not(:selected) { + background-color: #11111b; +} + +.nemo-window .nemo-window-pane widget.entry { + border-radius: 6px; + background-color: rgba(255, 255, 255, 0.04); +} + +.nemo-window .toolbar { + padding: 0; +} + +.nemo-window .toolbar button { + margin: 3px 0; + padding: 3px; +} + +.nemo-window .toolbar separator { + margin: 6px 0; +} + +.places-treeview { + -NemoPlacesTreeView-disk-full-bg-color: #62626d; + -NemoPlacesTreeView-disk-full-fg-color: #89b4fa; + -NemoPlacesTreeView-disk-full-bar-width: 2px; + -NemoPlacesTreeView-disk-full-bar-radius: 0; + -NemoPlacesTreeView-disk-full-bottom-padding: 1px; + -NemoPlacesTreeView-disk-full-max-length: 80px; + padding-top: 3px; + padding-bottom: 3px; +} + +/* GTK NAMED COLORS + ---------------- + use responsibly! */ +/* +widget text/foreground color */ +@define-color theme_fg_color #FFFFFF; +/* +text color for entries, views and content in general */ +@define-color theme_text_color #FFFFFF; +/* +widget base background color */ +@define-color theme_bg_color #1e1e2e; +/* +text widgets and the like base background color */ +@define-color theme_base_color #1e1e2e; +/* +base background color of selections */ +@define-color theme_selected_bg_color #89b4fa; +/* +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 #1e1e2e; +/* +text foreground color of insensitive widgets */ +@define-color insensitive_fg_color rgba(255, 255, 255, 0.5); +/* +insensitive text widgets and the like base background color */ +@define-color insensitive_base_color #11111b; +/* +widget text/foreground color on backdrop windows */ +@define-color theme_unfocused_fg_color #FFFFFF; +/* +text color for entries, views and content in general on backdrop windows */ +@define-color theme_unfocused_text_color #FFFFFF; +/* +widget base background color on backdrop windows */ +@define-color theme_unfocused_bg_color #1e1e2e; +/* +text widgets and the like base background color on backdrop windows */ +@define-color theme_unfocused_base_color #1e1e2e; +/* +base background color of selections on backdrop windows */ +@define-color theme_unfocused_selected_bg_color #89b4fa; +/* +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(255, 255, 255, 0.5); +/* +widgets main borders color */ +@define-color borders rgba(255, 255, 255, 0.12); +/* +widgets main borders color on backdrop windows */ +@define-color unfocused_borders rgba(255, 255, 255, 0.12); +/* +these are pretty self explicative */ +@define-color warning_color #FBC02D; +@define-color error_color #F44336; +@define-color success_color #66BB6A; +/* +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 #FFFFFF; +@define-color wm_unfocused_title rgba(255, 255, 255, 0.7); +@define-color wm_highlight rgba(255, 255, 255, 0.1); +@define-color wm_border #060609; +@define-color wm_bg #11111b; +@define-color wm_unfocused_bg #1e1e2e; +@define-color wm_button_icon white; +@define-color wm_button_close_hover_bg #f38ba8; +@define-color wm_button_close_active_bg #ed547e; +@define-color wm_button_max_hover_bg #a6e3a1; +@define-color wm_button_max_active_bg #79d572; +@define-color wm_button_min_hover_bg #f9e2af; +@define-color wm_button_min_active_bg #f5cd76; +/* +FIXME this is really an API */ +@define-color content_view_bg #1e1e2e; +@define-color placeholder_text_color #bcbcc0; +/* Very contrasty background for text views (@theme_text_color foreground) */ +@define-color text_view_bg #1e1e2e; +@define-color budgie_tasklist_indicator_color rgba(255, 255, 255, 0.3); +@define-color budgie_tasklist_indicator_color_active #89b4fa; +@define-color budgie_tasklist_indicator_color_active_window #526993; +@define-color budgie_tasklist_indicator_color_attention #FBC02D; +@define-color STRAWBERRY_100 #FF9262; +@define-color STRAWBERRY_300 #FF793E; +@define-color STRAWBERRY_500 #F15D22; +@define-color STRAWBERRY_700 #CF3B00; +@define-color STRAWBERRY_900 #AC1800; +@define-color ORANGE_100 #FFDB91; +@define-color ORANGE_300 #FFCA40; +@define-color ORANGE_500 #FAA41A; +@define-color ORANGE_700 #DE8800; +@define-color ORANGE_900 #C26C00; +@define-color BANANA_100 #FFFFA8; +@define-color BANANA_300 #FFFA7D; +@define-color BANANA_500 #FFCE51; +@define-color BANANA_700 #D1A023; +@define-color BANANA_900 #A27100; +@define-color LIME_100 #A2F3BE; +@define-color LIME_300 #8ADBA6; +@define-color LIME_500 #73C48F; +@define-color LIME_700 #479863; +@define-color LIME_900 #1C6D38; +@define-color BLUEBERRY_100 #94A6FF; +@define-color BLUEBERRY_300 #6A7CE0; +@define-color BLUEBERRY_500 #3F51B5; +@define-color BLUEBERRY_700 #213397; +@define-color BLUEBERRY_900 #031579; +@define-color GRAPE_100 #D25DE6; +@define-color GRAPE_300 #B84ACB; +@define-color GRAPE_500 #9C27B0; +@define-color GRAPE_700 #830E97; +@define-color GRAPE_900 #6A007E; +@define-color COCOA_100 #9F9792; +@define-color COCOA_300 #7B736E; +@define-color COCOA_500 #574F4A; +@define-color COCOA_700 #463E39; +@define-color COCOA_900 #342C27; +@define-color SILVER_100 #EEE; +@define-color SILVER_300 #CCC; +@define-color SILVER_500 #AAA; +@define-color SILVER_700 #888; +@define-color SILVER_900 #666; +@define-color SLATE_100 #888; +@define-color SLATE_300 #666; +@define-color SLATE_500 #444; +@define-color SLATE_700 #222; +@define-color SLATE_900 #111; +@define-color BLACK_100 #474341; +@define-color BLACK_300 #403C3A; +@define-color BLACK_500 #393634; +@define-color BLACK_700 #33302F; +@define-color BLACK_900 #2B2928; diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/thumbnail.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/thumbnail.png new file mode 100644 index 000000000..60d32eeff Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/thumbnail.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/checkbox-checked-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/checkbox-checked-symbolic.svg new file mode 100644 index 000000000..7b89e885e --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/checkbox-checked-symbolic.svg @@ -0,0 +1,43 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/checkbox-checked-symbolic@2.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/checkbox-checked-symbolic@2.svg new file mode 100644 index 000000000..17e3c4af5 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/checkbox-checked-symbolic@2.svg @@ -0,0 +1,44 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/checkbox-mixed-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/checkbox-mixed-symbolic.svg new file mode 100644 index 000000000..b4808a6b5 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/checkbox-mixed-symbolic.svg @@ -0,0 +1,43 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/checkbox-mixed-symbolic@2.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/checkbox-mixed-symbolic@2.svg new file mode 100644 index 000000000..3ea0541a9 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/checkbox-mixed-symbolic@2.svg @@ -0,0 +1,44 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/close-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/close-symbolic.svg new file mode 100644 index 000000000..06201c39d --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/close-symbolic.svg @@ -0,0 +1,38 @@ + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/close-symbolic@2.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/close-symbolic@2.svg new file mode 100644 index 000000000..a26e6ff1f --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/close-symbolic@2.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/cursor-handle-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/cursor-handle-symbolic.svg new file mode 100644 index 000000000..e2a252b5f --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/cursor-handle-symbolic.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/maximize-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/maximize-symbolic.svg new file mode 100644 index 000000000..39316eba5 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/maximize-symbolic.svg @@ -0,0 +1,38 @@ + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/maximize-symbolic@2.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/maximize-symbolic@2.svg new file mode 100644 index 000000000..8095f7593 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/maximize-symbolic@2.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/minimize-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/minimize-symbolic.svg new file mode 100644 index 000000000..f3683b9d7 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/minimize-symbolic.svg @@ -0,0 +1,43 @@ + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/minimize-symbolic@2.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/minimize-symbolic@2.svg new file mode 100644 index 000000000..741534bbd --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/minimize-symbolic@2.svg @@ -0,0 +1,3 @@ + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/radio-checked-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/radio-checked-symbolic.svg new file mode 100644 index 000000000..67beb46b3 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/radio-checked-symbolic.svg @@ -0,0 +1,42 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/radio-checked-symbolic@2.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/radio-checked-symbolic@2.svg new file mode 100644 index 000000000..bf51d9ec8 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/radio-checked-symbolic@2.svg @@ -0,0 +1,43 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/radio-mixed-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/radio-mixed-symbolic.svg new file mode 100644 index 000000000..b4808a6b5 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/radio-mixed-symbolic.svg @@ -0,0 +1,43 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/radio-mixed-symbolic@2.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/radio-mixed-symbolic@2.svg new file mode 100644 index 000000000..3ea0541a9 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/radio-mixed-symbolic@2.svg @@ -0,0 +1,44 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-horz-marks-after-slider-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-horz-marks-after-slider-symbolic.svg new file mode 100644 index 000000000..de0d7899f --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-horz-marks-after-slider-symbolic.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-horz-marks-before-slider-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-horz-marks-before-slider-symbolic.svg new file mode 100644 index 000000000..7f0235f10 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-horz-marks-before-slider-symbolic.svg @@ -0,0 +1,47 @@ + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-slider-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-slider-symbolic.svg new file mode 100644 index 000000000..4b00bc195 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-slider-symbolic.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-vert-marks-after-slider-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-vert-marks-after-slider-symbolic.svg new file mode 100644 index 000000000..37d9c04b0 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-vert-marks-after-slider-symbolic.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-vert-marks-before-slider-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-vert-marks-before-slider-symbolic.svg new file mode 100644 index 000000000..1bc5cb6ff --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-vert-marks-before-slider-symbolic.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic.svg new file mode 100644 index 000000000..4759e3243 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic.svg @@ -0,0 +1,43 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic@2.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic@2.svg new file mode 100644 index 000000000..a44f5c9fb --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic@2.svg @@ -0,0 +1,44 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-checkbox-mixed-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-checkbox-mixed-symbolic.svg new file mode 100644 index 000000000..d621934bb --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-checkbox-mixed-symbolic.svg @@ -0,0 +1,42 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-checkbox-mixed-symbolic@2.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-checkbox-mixed-symbolic@2.svg new file mode 100644 index 000000000..91c7006b1 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-checkbox-mixed-symbolic@2.svg @@ -0,0 +1,43 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-radio-checked-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-radio-checked-symbolic.svg new file mode 100644 index 000000000..f2c9cf9fe --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-radio-checked-symbolic.svg @@ -0,0 +1,38 @@ + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-radio-checked-symbolic@2.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-radio-checked-symbolic@2.svg new file mode 100644 index 000000000..a06db4cde --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-radio-checked-symbolic@2.svg @@ -0,0 +1,39 @@ + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-radio-mixed-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-radio-mixed-symbolic.svg new file mode 100644 index 000000000..d621934bb --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-radio-mixed-symbolic.svg @@ -0,0 +1,42 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-radio-mixed-symbolic@2.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-radio-mixed-symbolic@2.svg new file mode 100644 index 000000000..91c7006b1 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-radio-mixed-symbolic@2.svg @@ -0,0 +1,43 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/unmaximize-symbolic.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/unmaximize-symbolic.svg new file mode 100644 index 000000000..492d47a23 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/unmaximize-symbolic.svg @@ -0,0 +1,46 @@ + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/unmaximize-symbolic@2.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/unmaximize-symbolic@2.svg new file mode 100644 index 000000000..85f4f3a8e --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/unmaximize-symbolic@2.svg @@ -0,0 +1,4 @@ + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-dark.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-dark.png new file mode 100644 index 000000000..00d08bd31 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-dark.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-dark@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-dark@2.png new file mode 100644 index 000000000..25abeb600 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-dark@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark.png new file mode 100644 index 000000000..bb5607fb1 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png new file mode 100644 index 000000000..d6065db74 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-disabled.png new file mode 100644 index 000000000..5861d66a6 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-disabled@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-disabled@2.png new file mode 100644 index 000000000..52907bf63 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-disabled@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider.png new file mode 100644 index 000000000..29f1fcaa7 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider@2.png new file mode 100644 index 000000000..47b16ec73 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-dark.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-dark.png new file mode 100644 index 000000000..22b3bc932 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-dark.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-dark@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-dark@2.png new file mode 100644 index 000000000..818c7edab Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-dark@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark.png new file mode 100644 index 000000000..e5f083e39 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png new file mode 100644 index 000000000..2e8b6c7a4 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-disabled.png new file mode 100644 index 000000000..239ca9a1f Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-disabled@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-disabled@2.png new file mode 100644 index 000000000..adc1af7ba Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-disabled@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider.png new file mode 100644 index 000000000..3a4aa7f24 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider@2.png new file mode 100644 index 000000000..9dd390fb9 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-dark.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-dark.png new file mode 100644 index 000000000..3231d1b44 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-dark.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-dark@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-dark@2.png new file mode 100644 index 000000000..78cff7e73 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-dark@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark.png new file mode 100644 index 000000000..1bd736e2e Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png new file mode 100644 index 000000000..25f37aba2 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-disabled.png new file mode 100644 index 000000000..8e9a3e2ed Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-disabled@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-disabled@2.png new file mode 100644 index 000000000..47f06af37 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-disabled@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider.png new file mode 100644 index 000000000..fedff3d86 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider@2.png new file mode 100644 index 000000000..6215f7c45 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-dark.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-dark.png new file mode 100644 index 000000000..5679039fc Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-dark.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-dark@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-dark@2.png new file mode 100644 index 000000000..03926a9f5 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-dark@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark.png new file mode 100644 index 000000000..61283d73a Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png new file mode 100644 index 000000000..690689c3e Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-disabled.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-disabled.png new file mode 100644 index 000000000..040f9f6c4 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-disabled.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-disabled@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-disabled@2.png new file mode 100644 index 000000000..593ef55ae Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-disabled@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider.png new file mode 100644 index 000000000..57825fd77 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider@2.png new file mode 100644 index 000000000..b828dae4d Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-checked-dark.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-checked-dark.png new file mode 100644 index 000000000..8dbedf610 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-checked-dark.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-checked-dark@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-checked-dark@2.png new file mode 100644 index 000000000..d4b23d5ec Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-checked-dark@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-checked.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-checked.png new file mode 100644 index 000000000..a223d1ffe Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-checked.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-checked@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-checked@2.png new file mode 100644 index 000000000..a7723f1d5 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-checked@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark.png new file mode 100644 index 000000000..f6b914e58 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark@2.png new file mode 100644 index 000000000..29ecf2b8a Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-unchecked.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-unchecked.png new file mode 100644 index 000000000..40ff92e03 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-unchecked.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-unchecked@2.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-unchecked@2.png new file mode 100644 index 000000000..8e87ea7e0 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-unchecked@2.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/gtk-dark.css b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/gtk-dark.css new file mode 100644 index 000000000..54d73017a --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/gtk-dark.css @@ -0,0 +1,7509 @@ +@keyframes ripple { + to { + background-size: 1000% 1000%; + } +} + +@keyframes ripple-on-slider { + to { + background-size: auto, 1000% 1000%; + } +} + +@keyframes ripple-on-headerbar { + from { + background-image: radial-gradient(circle, #89b4fa 0%, transparent 0%); + } + to { + background-image: radial-gradient(circle, #89b4fa 100%, transparent 100%); + } +} + +/*************** + * Base States * + ***************/ +.background { + background-color: #1e1e2e; + color: #FFFFFF; +} + +dnd { + color: #FFFFFF; +} + +.normal-icons { + -gtk-icon-size: 16px; +} + +.large-icons { + -gtk-icon-size: 32px; +} + +.aboutdialog .large-icons { + -gtk-icon-size: 128px; +} + +spinner:disabled, +arrow:disabled, +scrollbar:disabled, +check:disabled, +radio:disabled, +treeview.expander:disabled { + -gtk-icon-filter: opacity(0.5); +} + +iconview, .view { + background-color: #1e1e2e; + color: #FFFFFF; +} + +iconview:disabled, .view:disabled { + color: rgba(255, 255, 255, 0.5); +} + +iconview:selected, .view:selected { + color: #FFFFFF; +} + +textview text { + background-color: #1e1e2e; +} + +textview border { + background-color: #11111b; + color: rgba(255, 255, 255, 0.7); +} + +iconview:hover, iconview:selected { + border-radius: 3px; +} + +rubberband, .content-view rubberband, .content-view columnview.view > rubberband, +.content-view treeview.view > rubberband, .content-view .rubberband, columnview.view > rubberband, .content-view columnview.view > .rubberband, +treeview.view > rubberband, +.content-view treeview.view > .rubberband, gridview > rubberband, flowbox > rubberband { + border: 1px solid #89b4fa; + background-color: rgba(137, 180, 250, 0.3); +} + +flowbox > flowboxchild { + padding: 4px; + border-radius: 6px; +} + +.content-view .tile:selected { + background-color: transparent; +} + +gridview > child { + padding: 3px; +} + +gridview > child:selected { + outline-color: alpha(currentColor, 0.06); +} + +gridview > child box { + border-spacing: 8px; + margin: 12px; +} + +coverflow cover { + color: #FFFFFF; + background-color: #1e1e2e; + border: 1px solid black; +} + +label.separator { + color: rgba(255, 255, 255, 0.7); +} + +label:disabled { + opacity: 1; + color: rgba(255, 255, 255, 0.5); +} + +headerbar label:disabled, tab label:disabled, button label:disabled { + color: inherit; + opacity: 1; +} + +label.osd { + border-radius: 6px; + background-color: rgba(11, 11, 18, 0.9); + color: #FFFFFF; +} + +.dim-label, row.expander image.expander-row-arrow, row label.subtitle { + color: rgba(255, 255, 255, 0.7); + opacity: 1; +} + +.accent { + color: #89b4fa; +} + +.success { + color: #66BB6A; +} + +.warning { + color: #FBC02D; +} + +.error { + color: #F44336; +} + +.large-title { + font-weight: 300; + font-size: 24pt; +} + +.title-1 { + font-weight: 800; + font-size: 20pt; +} + +.title-2 { + font-weight: 800; + font-size: 15pt; +} + +.title-3 { + font-weight: 700; + font-size: 15pt; +} + +.title-4 { + font-weight: 700; + font-size: 13pt; +} + +.heading { + font-weight: 700; + font-size: 11pt; +} + +.body { + font-weight: 400; + font-size: 11pt; +} + +.caption { + font-weight: 400; + font-size: 9pt; +} + +.caption-heading { + font-weight: 700; + font-size: 9pt; +} + +window.assistant .sidebar { + padding: 4px 0; +} + +window.assistant .sidebar label { + min-height: 36px; + padding: 0 12px; + color: rgba(255, 255, 255, 0.5); + font-weight: 500; +} + +window.assistant .sidebar label.highlight { + color: #FFFFFF; +} + +.osd .scale-popup > arrow, +.osd .scale-popup > contents, .osd popover > arrow, +.osd popover > contents, popover.touch-selection > arrow, +popover.touch-selection > contents, popover.magnifier > arrow, +popover.magnifier > contents, .osd { + color: #FFFFFF; + background-color: #1e1e2e; + background-clip: padding-box; + border-radius: 6px; + border: none; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); +} + +.osd { + padding: 6px; + margin: 6px; +} + +.osd.circular { + border-radius: 9999px; +} + +/********************* + * Spinner Animation * + *********************/ +@keyframes spin { + to { + 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 * + ****************/ + +entry headerbar popover.background entry, +headerbar popover.background entry entry, +entry { + min-height: 36px; + padding: 0 8px; + border-spacing: 6px; + border-radius: 6px; + caret-color: currentColor; + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: rgba(255, 255, 255, 0.7); + outline: 0 solid transparent; + outline-offset: 2px; +} + + +entry headerbar popover.background entry:focus-within, +headerbar popover.background entry entry:focus-within, +entry:focus-within { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + background-color: rgba(255, 255, 255, 0.08); + box-shadow: inset 0 0 0 2px transparent; + color: #FFFFFF; + outline: 2px solid #89b4fa; + outline-offset: -2px; +} + + +entry headerbar popover.background entry:drop(active), +headerbar popover.background entry entry:drop(active), +entry headerbar popover.background entry:hover:not(:focus-within), +headerbar popover.background entry entry:hover:not(:focus-within), +entry:drop(active), +entry:hover:not(:focus-within) { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + background-color: alpha(currentColor, 0.08); + box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); + color: #FFFFFF; + outline: 0 solid transparent; + outline-offset: 2px; +} + + +entry headerbar popover.background entry:disabled, +headerbar popover.background entry entry:disabled, +entry:disabled { + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: rgba(255, 255, 255, 0.5); + outline: none; +} + + +entry headerbar popover.background entry.flat:focus-within, +headerbar popover.background entry entry.flat:focus-within, +entry headerbar popover.background entry.flat:disabled, +headerbar popover.background entry entry.flat:disabled, +entry headerbar popover.background entry.flat:hover, +headerbar popover.background entry entry.flat:hover, +entry headerbar popover.background entry.flat, +headerbar popover.background entry entry.flat, +entry.flat:focus-within, +entry.flat:disabled, +entry.flat:hover, +entry.flat { + min-height: 0; + padding: 2px; + background-color: transparent; + box-shadow: none; + border-radius: 0; + outline: none; +} + + +entry headerbar popover.background entry image, +headerbar popover.background entry entry image, +entry image { + color: rgba(255, 255, 255, 0.7); +} + + +entry headerbar popover.background entry image:hover, +headerbar popover.background entry entry image:hover, +entry headerbar popover.background entry image:active, +headerbar popover.background entry entry image:active, +entry image:hover, +entry image:active { + color: #FFFFFF; +} + + +entry headerbar popover.background entry image:disabled, +headerbar popover.background entry entry image:disabled, +entry image:disabled { + color: rgba(255, 255, 255, 0.5); +} + + +entry headerbar popover.background entry image.left, +headerbar popover.background entry entry image.left, +entry image.left { + margin: 0 6px 0 2px; +} + + +entry headerbar popover.background entry image.right, +headerbar popover.background entry entry image.right, +entry image.right { + margin: 0 2px 0 6px; +} + + +entry headerbar popover.background entry undershoot.left, +headerbar popover.background entry entry undershoot.left, +entry undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); + padding-left: 1px; + background-size: 1px 12px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left top; + margin: 0 4px; + margin: 4px 0; +} + + +entry headerbar popover.background entry undershoot.right, +headerbar popover.background entry entry undershoot.right, +entry undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); + padding-right: 1px; + background-size: 1px 12px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right top; + margin: 0 4px; + margin: 4px 0; +} + + +entry headerbar popover.background entry.error, +headerbar popover.background entry entry.error, +entry.error { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(244, 67, 54, 0.1); + color: rgba(244, 67, 54, 0.75); + outline: 0 solid transparent; + outline-offset: 2px; + outline: none; +} + + +entry headerbar popover.background entry.error:focus-within, +headerbar popover.background entry entry.error:focus-within, +entry.error:focus-within { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + background-color: rgba(244, 67, 54, 0.1); + box-shadow: inset 0 0 0 2px transparent; + color: #F44336; + outline: 2px solid #F44336; + outline-offset: -2px; + outline: none; +} + + +entry headerbar popover.background entry.error:drop(active), +headerbar popover.background entry entry.error:drop(active), +entry headerbar popover.background entry.error:hover:not(:focus-within), +headerbar popover.background entry entry.error:hover:not(:focus-within), +entry.error:drop(active), +entry.error:hover:not(:focus-within) { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + background-color: alpha(currentColor, 0.08); + box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); + color: #F44336; + outline: 0 solid transparent; + outline-offset: 2px; + outline: none; +} + + +entry headerbar popover.background entry.error:disabled, +headerbar popover.background entry entry.error:disabled, +entry.error:disabled { + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(244, 67, 54, 0.1); + color: rgba(244, 67, 54, 0.35); + outline: none; + outline: none; +} + + +entry headerbar popover.background entry.error > text > selection, +headerbar popover.background entry entry.error > text > selection, +entry.error > text > selection { + background-color: rgba(244, 67, 54, 0.25); + color: #F44336; +} + + +entry headerbar popover.background entry.error image, +headerbar popover.background entry entry.error image, +entry.error image { + color: rgba(244, 67, 54, 0.75); +} + + +entry headerbar popover.background entry.error image:hover, +headerbar popover.background entry entry.error image:hover, +entry headerbar popover.background entry.error image:active, +headerbar popover.background entry entry.error image:active, +entry.error image:hover, +entry.error image:active { + color: #F44336; +} + + +entry headerbar popover.background entry.error image:disabled, +headerbar popover.background entry entry.error image:disabled, +entry.error image:disabled { + color: rgba(244, 67, 54, 0.35); +} + + +entry headerbar popover.background entry.warning, +headerbar popover.background entry entry.warning, +entry.warning { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(251, 192, 45, 0.1); + color: rgba(251, 192, 45, 0.75); + outline: 0 solid transparent; + outline-offset: 2px; + outline: none; +} + + +entry headerbar popover.background entry.warning:focus-within, +headerbar popover.background entry entry.warning:focus-within, +entry.warning:focus-within { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + background-color: rgba(251, 192, 45, 0.1); + box-shadow: inset 0 0 0 2px transparent; + color: #FBC02D; + outline: 2px solid #FBC02D; + outline-offset: -2px; + outline: none; +} + + +entry headerbar popover.background entry.warning:drop(active), +headerbar popover.background entry entry.warning:drop(active), +entry headerbar popover.background entry.warning:hover:not(:focus-within), +headerbar popover.background entry entry.warning:hover:not(:focus-within), +entry.warning:drop(active), +entry.warning:hover:not(:focus-within) { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + background-color: alpha(currentColor, 0.08); + box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); + color: #FBC02D; + outline: 0 solid transparent; + outline-offset: 2px; + outline: none; +} + + +entry headerbar popover.background entry.warning:disabled, +headerbar popover.background entry entry.warning:disabled, +entry.warning:disabled { + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(251, 192, 45, 0.1); + color: rgba(251, 192, 45, 0.35); + outline: none; + outline: none; +} + + +entry headerbar popover.background entry.warning > text > selection, +headerbar popover.background entry entry.warning > text > selection, +entry.warning > text > selection { + background-color: rgba(251, 192, 45, 0.25); + color: #FBC02D; +} + + +entry headerbar popover.background entry.warning image, +headerbar popover.background entry entry.warning image, +entry.warning image { + color: rgba(251, 192, 45, 0.75); +} + + +entry headerbar popover.background entry.warning image:hover, +headerbar popover.background entry entry.warning image:hover, +entry headerbar popover.background entry.warning image:active, +headerbar popover.background entry entry.warning image:active, +entry.warning image:hover, +entry.warning image:active { + color: #FBC02D; +} + + +entry headerbar popover.background entry.warning image:disabled, +headerbar popover.background entry entry.warning image:disabled, +entry.warning image:disabled { + color: rgba(251, 192, 45, 0.35); +} + + +entry headerbar popover.background entry.success, +headerbar popover.background entry entry.success, +entry.success { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(102, 187, 106, 0.1); + color: rgba(102, 187, 106, 0.75); + outline: 0 solid transparent; + outline-offset: 2px; + outline: none; +} + + +entry headerbar popover.background entry.success:focus-within, +headerbar popover.background entry entry.success:focus-within, +entry.success:focus-within { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + background-color: rgba(102, 187, 106, 0.1); + box-shadow: inset 0 0 0 2px transparent; + color: #66BB6A; + outline: 2px solid #66BB6A; + outline-offset: -2px; + outline: none; +} + + +entry headerbar popover.background entry.success:drop(active), +headerbar popover.background entry entry.success:drop(active), +entry headerbar popover.background entry.success:hover:not(:focus-within), +headerbar popover.background entry entry.success:hover:not(:focus-within), +entry.success:drop(active), +entry.success:hover:not(:focus-within) { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + background-color: alpha(currentColor, 0.08); + box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); + color: #66BB6A; + outline: 0 solid transparent; + outline-offset: 2px; + outline: none; +} + + +entry headerbar popover.background entry.success:disabled, +headerbar popover.background entry entry.success:disabled, +entry.success:disabled { + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(102, 187, 106, 0.1); + color: rgba(102, 187, 106, 0.35); + outline: none; + outline: none; +} + + +entry headerbar popover.background entry.success > text > selection, +headerbar popover.background entry entry.success > text > selection, +entry.success > text > selection { + background-color: rgba(102, 187, 106, 0.25); + color: #66BB6A; +} + + +entry headerbar popover.background entry.success image, +headerbar popover.background entry entry.success image, +entry.success image { + color: rgba(102, 187, 106, 0.75); +} + + +entry headerbar popover.background entry.success image:hover, +headerbar popover.background entry entry.success image:hover, +entry headerbar popover.background entry.success image:active, +headerbar popover.background entry entry.success image:active, +entry.success image:hover, +entry.success image:active { + color: #66BB6A; +} + + +entry headerbar popover.background entry.success image:disabled, +headerbar popover.background entry entry.success image:disabled, +entry.success image:disabled { + color: rgba(102, 187, 106, 0.35); +} + + +entry > progress, +entry progress > trough > progress { + margin: 0 -4px; + border-bottom: 2px solid #89b4fa; + background-color: transparent; +} + + +entry button.image-button { + min-height: 24px; + min-width: 24px; + padding: 0; +} + +treeview entry.flat, treeview entry { + background-color: #1e1e2e; +} + +treeview entry.flat, treeview entry.flat:focus-within, treeview entry, treeview entry:focus-within { + border-image: none; + box-shadow: none; +} + +.entry-tag { + margin: 2px; + border-radius: 9999px; + box-shadow: none; + background-color: rgba(255, 255, 255, 0.12); + color: #FFFFFF; +} + +.entry-tag:hover { + background-image: image(alpha(currentColor, 0.08)); +} + +:dir(ltr) .entry-tag { + margin-left: 4px; + margin-right: 0; + padding-left: 12px; + padding-right: 8px; +} + +:dir(rtl) .entry-tag { + margin-left: 0; + margin-right: 4px; + padding-left: 8px; + padding-right: 12px; +} + +.entry-tag.button { + box-shadow: none; + background-color: transparent; +} + +.entry-tag.button:not(:hover):not(:active) { + color: rgba(255, 255, 255, 0.7); +} + +editablelabel > stack > text { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: rgba(255, 255, 255, 0.7); + outline: 0 solid transparent; + outline-offset: 2px; +} + +/*********** + * Buttons * + ***********/ +@keyframes needs-attention { + from { + background-image: radial-gradient(farthest-side, #89b4fa 0%, rgba(137, 180, 250, 0) 0%); + } + to { + background-image: radial-gradient(farthest-side, #89b4fa 95%, rgba(137, 180, 250, 0)); + } +} + +infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button, popover.touch-selection button, popover.magnifier button, headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.7); +} + +infobar.warning > revealer > box button:focus, popover.touch-selection button:focus, popover.magnifier button:focus, headerbar.selection-mode button:focus:not(.suggested-action):not(.destructive-action), infobar.warning > revealer > box button:hover, popover.touch-selection button:hover, popover.magnifier button:hover, headerbar.selection-mode button:hover:not(.suggested-action):not(.destructive-action), infobar.warning > revealer > box button:active, popover.touch-selection button:active, popover.magnifier button:active, headerbar.selection-mode button:active:not(.suggested-action):not(.destructive-action), infobar.warning > revealer > box button:checked, popover.touch-selection button:checked, popover.magnifier button:checked, headerbar.selection-mode button:checked:not(.suggested-action):not(.destructive-action) { + color: #FFFFFF; +} + +infobar.warning > revealer > box button:disabled, popover.touch-selection button:disabled, popover.magnifier button:disabled, headerbar.selection-mode button:disabled:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.32); +} + +infobar.warning > revealer > box button:checked:disabled, popover.touch-selection button:checked:disabled, popover.magnifier button:checked:disabled, headerbar.selection-mode button:checked:disabled:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.5); +} + +headerbar popover.background button:not(.suggested-action):not(.destructive-action):not(.flat), button { + transition: all 75ms 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), outline 300ms cubic-bezier(0, 0, 0.2, 1); + background-color: rgba(255, 255, 255, 0.08); + background-image: radial-gradient(circle, transparent 10%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 1000% 1000%; + outline: 0 solid transparent; + outline-offset: 2px; + color: #FFFFFF; +} + +headerbar popover.background button:focus:not(.suggested-action):not(.destructive-action):not(.flat), button:focus { + outline: 2px solid rgba(137, 180, 250, 0.35); + outline-offset: 0; +} + +headerbar popover.background button:hover:not(.suggested-action):not(.destructive-action):not(.flat), button:hover { + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; + outline: 0 solid transparent; + -gtk-icon-filter: brightness(1.2); +} + +headerbar popover.background button.keyboard-activating:not(.suggested-action):not(.destructive-action):not(.flat), button.keyboard-activating, headerbar popover.background button:active:not(.suggested-action):not(.destructive-action):not(.flat), button:active { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; + animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); + background-size: 0% 0%; + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; + outline: 0 solid transparent; +} + +headerbar popover.background button:disabled:not(.suggested-action):not(.destructive-action):not(.flat), button:disabled { + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); + outline-color: transparent; +} + +headerbar popover.background button:checked:not(.suggested-action):not(.destructive-action):not(.flat), button:checked { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + +headerbar popover.background button:checked:hover:not(.suggested-action):not(.destructive-action):not(.flat), button:checked:hover { + outline-color: transparent; + background-color: #a1c4fb; + color: rgba(0, 0, 0, 0.87); +} + +headerbar popover.background button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.flat), button:checked:disabled { + outline-color: transparent; + background-color: rgba(137, 180, 250, 0.35); + color: rgba(0, 0, 0, 0.38); +} + +placessidebar row button.sidebar-button, calendar > header > button, scrollbar button, notebook > header > tabs > arrow, popover modelbutton, spinbutton > button, splitbutton.flat > button, +splitbutton.flat > menubutton > button { + transition: all 75ms 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), outline 300ms cubic-bezier(0, 0, 0.2, 1); + background-image: radial-gradient(circle, transparent 10%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 1000% 1000%; + background-color: transparent; + outline: 0 solid transparent; + outline-offset: 2px; + color: rgba(255, 255, 255, 0.7); +} + +placessidebar row button.sidebar-button:focus:not(:hover):not(:active), calendar > header > button:focus:not(:hover):not(:active), scrollbar button:focus:not(:hover):not(:active), notebook > header > tabs > arrow:focus:not(:hover):not(:active), popover modelbutton:focus:not(:hover):not(:active), spinbutton > button:focus:not(:hover):not(:active), splitbutton.flat > button:focus:not(:hover):not(:active), +splitbutton.flat > menubutton > button:focus:not(:hover):not(:active) { + color: #FFFFFF; + outline: 2px solid rgba(255, 255, 255, 0.04); + outline-offset: -2px; +} + +placessidebar row button.sidebar-button:hover, calendar > header > button:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, popover modelbutton:hover, spinbutton > button:hover, splitbutton.flat > button:hover, +splitbutton.flat > menubutton > button:hover { + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; +} + +placessidebar row button.sidebar-button:active, calendar > header > button:active, scrollbar button:active, notebook > header > tabs > arrow:active, popover modelbutton:active, spinbutton > button:active, splitbutton.flat > button:active, +splitbutton.flat > menubutton > button:active { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; + animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); + background-size: 0% 0%; + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; +} + +placessidebar row button.sidebar-button:disabled, calendar > header > button:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, popover modelbutton:disabled, spinbutton > button:disabled, splitbutton.flat > button:disabled, +splitbutton.flat > menubutton > button:disabled { + color: rgba(255, 255, 255, 0.32); + background-color: transparent; +} + +filechooser #pathbarbox > stack > box > button, window.messagedialog .response-area > box > button, window.dialog.message .dialog-action-area > button, .app-notification button, headerbar button:not(.suggested-action):not(.destructive-action), .toolbar button, dropdown > .linked:not(.vertical) > button:not(:only-child), +combobox > .linked:not(.vertical) > button:not(:only-child), splitbutton.suggested-action > button, splitbutton.suggested-action > menubutton > button, splitbutton.destructive-action > button, splitbutton.destructive-action > menubutton > button, splitbutton.opaque > button, splitbutton.opaque > menubutton > button, menubutton.suggested-action > button, menubutton.destructive-action > button, menubutton.opaque > button, menubutton.flat > button, button.flat { + transition: all 75ms 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), outline 300ms cubic-bezier(0, 0, 0.2, 1); + background-image: radial-gradient(circle, transparent 10%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 1000% 1000%; + background-color: transparent; + outline: 0 solid transparent; + outline-offset: 2px; + color: rgba(255, 255, 255, 0.7); +} + +filechooser #pathbarbox > stack > box > button:focus:not(:hover):not(:active), window.messagedialog .response-area > box > button:focus:not(:hover):not(:active), window.dialog.message .dialog-action-area > button:focus:not(:hover):not(:active), .app-notification button:focus:not(:hover):not(:active), headerbar button:focus:not(:hover):not(:active):not(.suggested-action):not(.destructive-action), .toolbar button:focus:not(:hover):not(:active), dropdown > .linked:not(.vertical) > button:focus:not(:hover):not(:active):not(:only-child), +combobox > .linked:not(.vertical) > button:focus:not(:hover):not(:active):not(:only-child), splitbutton.suggested-action > button:focus:not(:hover):not(:active), splitbutton.suggested-action > menubutton > button:focus:not(:hover):not(:active), splitbutton.destructive-action > button:focus:not(:hover):not(:active), splitbutton.destructive-action > menubutton > button:focus:not(:hover):not(:active), splitbutton.opaque > button:focus:not(:hover):not(:active), splitbutton.opaque > menubutton > button:focus:not(:hover):not(:active), menubutton.suggested-action > button:focus:not(:hover):not(:active), menubutton.destructive-action > button:focus:not(:hover):not(:active), menubutton.opaque > button:focus:not(:hover):not(:active), menubutton.flat > button:focus:not(:hover):not(:active), button.flat:focus:not(:hover):not(:active) { + color: #FFFFFF; + outline: 2px solid rgba(255, 255, 255, 0.04); + outline-offset: -2px; +} + +filechooser #pathbarbox > stack > box > button:hover, window.messagedialog .response-area > box > button:hover, window.dialog.message .dialog-action-area > button:hover, .app-notification button:hover, headerbar button:hover:not(.suggested-action):not(.destructive-action), .toolbar button:hover, dropdown > .linked:not(.vertical) > button:hover:not(:only-child), +combobox > .linked:not(.vertical) > button:hover:not(:only-child), splitbutton.suggested-action > button:hover, splitbutton.suggested-action > menubutton > button:hover, splitbutton.destructive-action > button:hover, splitbutton.destructive-action > menubutton > button:hover, splitbutton.opaque > button:hover, splitbutton.opaque > menubutton > button:hover, menubutton.suggested-action > button:hover, menubutton.destructive-action > button:hover, menubutton.opaque > button:hover, menubutton.flat > button:hover, button.flat:hover { + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; +} + +filechooser #pathbarbox > stack > box > button:active, window.messagedialog .response-area > box > button:active, window.dialog.message .dialog-action-area > button:active, .app-notification button:active, headerbar button:active:not(.suggested-action):not(.destructive-action), .toolbar button:active, dropdown > .linked:not(.vertical) > button:active:not(:only-child), +combobox > .linked:not(.vertical) > button:active:not(:only-child), splitbutton.suggested-action > button:active, splitbutton.suggested-action > menubutton > button:active, splitbutton.destructive-action > button:active, splitbutton.destructive-action > menubutton > button:active, splitbutton.opaque > button:active, splitbutton.opaque > menubutton > button:active, menubutton.suggested-action > button:active, menubutton.destructive-action > button:active, menubutton.opaque > button:active, menubutton.flat > button:active, button.flat:active { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; + animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); + background-size: 0% 0%; + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; +} + +filechooser #pathbarbox > stack > box > button:disabled, window.messagedialog .response-area > box > button:disabled, window.dialog.message .dialog-action-area > button:disabled, .app-notification button:disabled, headerbar button:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:disabled, dropdown > .linked:not(.vertical) > button:disabled:not(:only-child), +combobox > .linked:not(.vertical) > button:disabled:not(:only-child), splitbutton.suggested-action > button:disabled, splitbutton.suggested-action > menubutton > button:disabled, splitbutton.destructive-action > button:disabled, splitbutton.destructive-action > menubutton > button:disabled, splitbutton.opaque > button:disabled, splitbutton.opaque > menubutton > button:disabled, menubutton.suggested-action > button:disabled, menubutton.destructive-action > button:disabled, menubutton.opaque > button:disabled, menubutton.flat > button:disabled, button.flat:disabled { + color: rgba(255, 255, 255, 0.32); + background-color: transparent; +} + +filechooser #pathbarbox > stack > box > button:checked, window.messagedialog .response-area > box > button:checked, window.dialog.message .dialog-action-area > button:checked, .app-notification button:checked, headerbar button:checked:not(.suggested-action):not(.destructive-action), .toolbar button:checked, dropdown > .linked:not(.vertical) > button:checked:not(:only-child), +combobox > .linked:not(.vertical) > button:checked:not(:only-child), splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button:checked, menubutton.suggested-action > button:checked, menubutton.destructive-action > button:checked, menubutton.opaque > button:checked, menubutton.flat > button:checked, button.flat:checked { + background-color: alpha(currentColor, 0.1); + color: #FFFFFF; +} + +filechooser #pathbarbox > stack > box > button:checked:disabled, window.messagedialog .response-area > box > button:checked:disabled, window.dialog.message .dialog-action-area > button:checked:disabled, .app-notification button:checked:disabled, headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:checked:disabled, dropdown > .linked:not(.vertical) > button:checked:disabled:not(:only-child), +combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), splitbutton.suggested-action > button:checked:disabled, splitbutton.suggested-action > menubutton > button:checked:disabled, splitbutton.destructive-action > button:checked:disabled, splitbutton.destructive-action > menubutton > button:checked:disabled, splitbutton.opaque > button:checked:disabled, splitbutton.opaque > menubutton > button:checked:disabled, menubutton.suggested-action > button:checked:disabled, menubutton.destructive-action > button:checked:disabled, menubutton.opaque > button:checked:disabled, menubutton.flat > button:checked:disabled, button.flat:checked:disabled { + background-color: alpha(currentColor, 0.1); + color: rgba(255, 255, 255, 0.5); +} + +button.opaque { + box-shadow: none; +} + +.osd button.opaque:focus:focus-visible { + outline-color: rgba(255, 255, 255, 0.15); +} + +button.opaque:hover { + background-image: image(alpha(currentColor, 0.1)); +} + +button.keyboard-activating.opaque, button.opaque:active { + background-image: image(rgba(0, 0, 0, 0.2)); +} + +button.opaque:checked { + background-image: image(rgba(0, 0, 0, 0.15)); +} + +button.opaque:checked:hover { + background-image: image(rgba(0, 0, 0, 0.05)); +} + +button.opaque:checked.keyboard-activating, button.opaque:checked:active { + background-image: image(rgba(0, 0, 0, 0.3)); +} + +.nautilus-window .floating-bar button, placessidebar row button.sidebar-button, notebook > header > tabs > tab button.flat, popover.menu box.circular-buttons button.circular.image-button.model, spinbutton > button { + min-height: 24px; + min-width: 24px; + padding: 0; + border-radius: 9999px; +} + +button { + min-height: 24px; + min-width: 16px; + padding: 6px 10px; + border-radius: 6px; + font-weight: 500; +} + +button:drop(active) { + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; + outline: 0 solid transparent; +} + +button separator { + margin: 4px 1px; +} + +button.opaque { + background-color: #4b4b58; + color: #FFFFFF; +} + +button.text-button { + min-width: 32px; + padding-left: 16px; + padding-right: 16px; +} + +button.image-button { + min-width: 24px; + padding: 6px; +} + +button.text-button.image-button, button.image-text-button { + min-width: 24px; + padding: 6px; + border-radius: 6px; +} + +button.text-button.image-button > box, +button.text-button.image-button > box > box, button.image-text-button > box, +button.image-text-button > box > box { + border-spacing: 4px; +} + +button.text-button.image-button > box > label, +button.text-button.image-button > box > box > label, button.image-text-button > box > label, +button.image-text-button > box > box > label { + padding-left: 2px; + padding-right: 2px; +} + +button.text-button.image-button label:first-child, button.image-text-button label:first-child { + margin-left: 10px; +} + +button.text-button.image-button label:last-child, button.image-text-button label:last-child { + margin-right: 10px; +} + +button.text-button.image-button.flat label:first-child, button.image-text-button.flat label:first-child { + margin-left: 6px; +} + +button.text-button.image-button.flat label:last-child, button.image-text-button.flat label:last-child { + margin-right: 6px; +} + +button.text-button.image-button image:not(:only-child), button.image-text-button image:not(:only-child) { + margin: 0 4px; +} + +button.arrow-button { + padding-left: 9px; + padding-right: 9px; +} + +button.arrow-button > box { + border-spacing: 4px; +} + +button.arrow-button.text-button { + padding-left: 16px; + padding-right: 16px; +} + +button.arrow-button.text-button > box { + border-spacing: 6px; +} + +menubutton.pill > button, button.pill { + padding: 9px 30px; + border-radius: 9999px; +} + +button.card { + background-color: rgba(255, 255, 255, 0.04); + background-clip: padding-box; + font-weight: inherit; + border: 1px solid rgba(255, 255, 255, 0.12); + background-clip: border-box; +} + +button.card:hover { + background-image: none; + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; + outline: 0 solid transparent; +} + +button.card.keyboard-activating, button.card:active { + background-image: none; + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; + animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); + background-size: 0% 0%; + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; + outline: 0 solid transparent; +} + +button.card:checked { + background-image: none; + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); + border-color: #89b4fa; +} + +button.card:checked:hover { + background-image: none; + outline-color: transparent; + background-color: #a1c4fb; + color: rgba(0, 0, 0, 0.87); +} + +button.card:checked:disabled { + outline-color: transparent; + background-color: rgba(137, 180, 250, 0.35); + color: rgba(0, 0, 0, 0.38); +} + +button.card:checked.keyboard-activating, button.card:checked:active { + background-image: none; +} + +button.card:checked.has-open-popup { + background-image: none; +} + +button.card:drop(active) { + color: #FF7043; + box-shadow: inset 0 0 0 1px #FF7043; +} + +.linked:not(.vertical) > button:focus, .linked.vertical > button:focus { + box-shadow: none; + outline: none; +} + +.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { + background-color: alpha(currentColor, 0.05); +} + +.linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { + box-shadow: none; + outline: none; +} + +.linked:not(.vertical) > menubutton > button { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +button.osd { + min-width: 24px; + min-width: 24px; + padding: 6px; + box-shadow: none; + background-color: rgba(0, 0, 0, 0.35); + color: white; +} + +button.osd > image { + padding: 0; +} + +button.osd.remove-button { + padding: 0; +} + +button.osd:focus { + outline-color: transparent; +} + +button.osd:hover { + background-color: rgba(0, 0, 0, 0.45); + color: white; +} + +button.osd:active { + background-color: rgba(0, 0, 0, 0.65); + color: white; +} + +button.osd:disabled { + background-color: rgba(0, 0, 0, 0.15); + color: rgba(255, 255, 255, 0.35); +} + +button.suggested-action { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); + box-shadow: none; +} + +button.suggested-action:disabled { + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); + outline-color: transparent; +} + +button.suggested-action:hover { + box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(137, 180, 250, 0.2), 0 4px 3px 0 rgba(137, 180, 250, 0.14), 0 1px 6px 0 rgba(137, 180, 250, 0.12); +} + +button.suggested-action:checked { + background-color: rgba(103, 135, 188, 0.961); +} + +button.suggested-action:checked:hover { + box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(137, 180, 250, 0.3), 0 2px 3px -1px rgba(137, 180, 250, 0.24), 0 2px 5px 0 rgba(137, 180, 250, 0.12); +} + +button.suggested-action:focus { + box-shadow: 0 0 0 2px rgba(137, 180, 250, 0.35); +} + +button.suggested-action.flat { + background-color: transparent; + color: #89b4fa; +} + +button.suggested-action.flat:disabled { + color: rgba(255, 255, 255, 0.32); + background-color: transparent; +} + +button.suggested-action.flat:checked { + background-color: rgba(137, 180, 250, 0.3); +} + +button.destructive-action { + background-color: #F44336; + color: #FFFFFF; + box-shadow: none; +} + +button.destructive-action:disabled { + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); + outline-color: transparent; +} + +button.destructive-action:hover { + box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(244, 67, 54, 0.2), 0 4px 3px 0 rgba(244, 67, 54, 0.14), 0 1px 6px 0 rgba(244, 67, 54, 0.12); +} + +button.destructive-action:checked { + background-color: #f77b72; +} + +button.destructive-action:checked:hover { + box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(244, 67, 54, 0.3), 0 2px 3px -1px rgba(244, 67, 54, 0.24), 0 2px 5px 0 rgba(244, 67, 54, 0.12); +} + +button.destructive-action:focus { + box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.35); +} + +button.destructive-action.flat { + background-color: transparent; + color: #F44336; +} + +button.destructive-action.flat:disabled { + color: rgba(255, 255, 255, 0.32); + background-color: transparent; +} + +button.destructive-action.flat:checked { + background-color: rgba(244, 67, 54, 0.3); +} + +stackswitcher > button > label { + margin: 0 -6px; + padding: 0 6px; +} + +stackswitcher > button > image { + margin: -3px -6px; + padding: 3px 6px; +} + +stackswitcher > button.needs-attention:checked > label, +stackswitcher > button.needs-attention:checked > image { + animation: none; + background-image: none; +} + +button.font > box, button.file > box { + border-spacing: 6px; +} + +button.font > box > box > label, button.file > box > box > label { + font-weight: bold; +} + +windowcontrols button:not(.suggested-action):not(.destructive-action), filechooser #pathbarbox > stack > box > button, menubutton.circular > button, button.close, button.circular { + border-radius: 9999px; +} + +windowcontrols button:not(.suggested-action):not(.destructive-action) label, filechooser #pathbarbox > stack > box > button label, menubutton.circular > button label, button.close label, button.circular label { + padding: 0; +} + +menubutton.osd { + background: none; + color: inherit; +} + +menubutton.suggested-action { + background-color: #89b4fa; + color: white; +} + +menubutton.destructive-action { + background-color: #F44336; + color: white; +} + +menubutton.opaque { + background-color: #4b4b58; + color: #FFFFFF; +} + +menubutton.suggested-action, menubutton.destructive-action, menubutton.opaque { + border-radius: 6px; +} + +menubutton.suggested-action.circular, menubutton.suggested-action.pill, menubutton.destructive-action.circular, menubutton.destructive-action.pill, menubutton.opaque.circular, menubutton.opaque.pill { + border-radius: 9999px; +} + +menubutton.suggested-action > button, menubutton.suggested-action > button:checked, menubutton.destructive-action > button, menubutton.destructive-action > button:checked, menubutton.opaque > button, menubutton.opaque > button:checked { + background-color: transparent; + color: inherit; +} + +menubutton.image-button > button { + min-width: 24px; + padding-left: 6px; + padding-right: 6px; +} + +menubutton arrow { + min-height: 16px; + min-width: 16px; +} + +menubutton arrow.none { + -gtk-icon-source: -gtk-icontheme("open-menu-symbolic"); +} + +menubutton arrow.down { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +menubutton arrow.up { + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); +} + +menubutton arrow.left { + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); +} + +menubutton arrow.right { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); +} + +splitbutton { + border-radius: 6px; +} + +splitbutton, splitbutton > separator { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + transition-property: background; +} + +splitbutton > separator { + margin-top: 6px; + margin-bottom: 6px; + background: none; +} + +splitbutton > menubutton > button { + padding-left: 4px; + padding-right: 4px; +} + +splitbutton.image-button > button { + min-width: 24px; + padding-left: 6px; + padding-right: 6px; +} + +splitbutton.text-button.image-button > button, splitbutton.image-text-button > button { + padding-left: 9px; + padding-right: 9px; +} + +splitbutton.text-button.image-button > button > box, splitbutton.image-text-button > button > box { + border-spacing: 6px; +} + +splitbutton > button:dir(ltr), +splitbutton > menubutton > button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + margin-right: -1px; +} + +splitbutton > button:dir(rtl), +splitbutton > menubutton > button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + margin-left: -1px; +} + +splitbutton.flat > separator { + background: rgba(255, 255, 255, 0.12); +} + +splitbutton.flat:hover, splitbutton.flat:active, splitbutton.flat:checked { + background: alpha(currentColor, 0.07); +} + +splitbutton.flat:hover > separator, splitbutton.flat:active > separator, splitbutton.flat:checked > separator { + background: none; +} + +splitbutton.flat:focus-within:focus-visible > separator { + background: none; +} + +splitbutton.flat > button, +splitbutton.flat > menubutton > button { + border-radius: 6px; +} + +splitbutton.suggested-action { + background-color: #89b4fa; + color: white; +} + +splitbutton.destructive-action { + background-color: #F44336; + color: white; +} + +splitbutton.opaque { + background-color: #4b4b58; + color: #FFFFFF; +} + +splitbutton.suggested-action > button, splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button, splitbutton.opaque > menubutton > button:checked { + color: inherit; + background-color: transparent; +} + +splitbutton.suggested-action > menubutton > button:dir(ltr), splitbutton.destructive-action > menubutton > button:dir(ltr), splitbutton.opaque > menubutton > button:dir(ltr) { + box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); +} + +splitbutton.suggested-action > menubutton > button:dir(rtl), splitbutton.destructive-action > menubutton > button:dir(rtl), splitbutton.opaque > menubutton > button:dir(rtl) { + box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); +} + +splitbutton > menubutton > button > arrow.none { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +buttoncontent { + border-spacing: 6px; +} + +buttoncontent > label { + font-weight: bold; +} + +buttoncontent > label:dir(ltr) { + padding-right: 2px; +} + +buttoncontent > label:dir(rtl) { + padding-left: 2px; +} + +.arrow-button > box > buttoncontent > label:dir(ltr), splitbutton > button > buttoncontent > label:dir(ltr) { + padding-right: 0; +} + +.arrow-button > box > buttoncontent > label:dir(rtl), splitbutton > button > buttoncontent > label:dir(rtl) { + padding-left: 0; +} + +stacksidebar row.needs-attention > label, stackswitcher > button.needs-attention > label, +stackswitcher > button.needs-attention > image { + animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-repeat: no-repeat; + background-position: right 3px; + background-size: 6px 6px; +} + +stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs-attention > label:dir(rtl), +stackswitcher > button.needs-attention > image:dir(rtl) { + background-position: left 3px; +} + +.linked:not(.vertical) > entry, .linked:not(.vertical) > button, .linked:not(.vertical) > button.image-button { + border-radius: 0; +} + +.linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; +} + +.linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} + +.linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { + border-radius: 6px; +} + +.linked.vertical > entry, .linked.vertical > button, .linked.vertical > button.image-button { + border-radius: 0; +} + +.linked.vertical > entry:first-child, .linked.vertical > button:first-child { + border-top-left-radius: 6px; + border-top-right-radius: 6px; +} + +.linked.vertical > entry:last-child, .linked.vertical > button:last-child { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; +} + +.linked.vertical > entry:only-child, .linked.vertical > button:only-child { + border-radius: 6px; +} + +button.color { + min-height: 24px; + min-width: 24px; + padding: 6px; +} + + +list > row button.image-button:not(.flat) { + background-color: transparent; + box-shadow: none; + border: none; +} + + +list > row button.image-button:not(.flat):hover { + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; + outline: 0 solid transparent; +} + + +list > row button.image-button:not(.flat):active, +list > row button.image-button:not(.flat):checked { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; + animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); + background-size: 0% 0%; + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; + outline: 0 solid transparent; +} + + +list > row button.image-button:not(.flat).suggested-action { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + + +list > row button.image-button:not(.flat).destructive-action { + background-color: #F44336; + color: #FFFFFF; +} + +/********* + * Links * + *********/ +link { + color: #1e66f5; +} + +link:visited { + color: #BA68C8; +} + +button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { + color: #1e66f5; +} + +button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { + color: #BA68C8; +} + +button.link > label { + text-decoration-line: underline; +} + +/***************** + * GtkSpinButton * + *****************/ +spinbutton { + border-radius: 6px; + padding: 0; + border-spacing: 0; + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: rgba(255, 255, 255, 0.7); + outline: 0 solid transparent; + outline-offset: 2px; +} + +spinbutton:focus-within { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + background-color: rgba(255, 255, 255, 0.08); + box-shadow: inset 0 0 0 2px transparent; + color: #FFFFFF; + outline: 2px solid #89b4fa; + outline-offset: -2px; +} + +spinbutton:disabled { + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: rgba(255, 255, 255, 0.5); + outline: none; +} + +spinbutton > text { + border-image: none; + border-radius: 0; + box-shadow: none; + background-color: transparent; + margin: 0; +} + +spinbutton > button { + border: none; +} + +spinbutton > button:focus:not(:hover):not(:active):not(:disabled) { + box-shadow: none; +} + +spinbutton:not(.vertical) > text { + min-width: 32px; + padding-left: 12px; +} + +spinbutton:not(.vertical) > button { + padding: 0; + margin: 6px; +} + +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; +} + +cell.activatable spinbutton:not(.vertical) { + margin: 3px 0; +} + +cell.activatable spinbutton:not(.vertical) > button { + margin: 0; + padding: 0; + min-height: 24px; + border-radius: 0; +} + +cell.activatable spinbutton:not(.vertical) > button:last-child { + border-radius: 0 6px 6px 0; +} + +cell.activatable spinbutton:not(.vertical) > button.up:dir(ltr), cell.activatable spinbutton:not(.vertical) > button.down:dir(rtl) { + margin-left: 0; +} + +cell.activatable spinbutton:not(.vertical) > button.up:dir(rtl), cell.activatable spinbutton:not(.vertical) > button.down:dir(ltr) { + margin-right: 0; +} + +spinbutton.vertical > text { + min-height: 36px; + min-width: 42px; + padding: 0; +} + +spinbutton.vertical > button { + padding: 0; + margin: 6px 9px; +} + +/************** + * ComboBoxes * + **************/ +dropdown > button > box { + border-spacing: 6px; +} + +dropdown arrow, +combobox arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + min-height: 16px; + min-width: 16px; +} + +dropdown > popover.menu > contents modelbutton, +combobox > popover.menu > contents modelbutton { + padding-left: 9px; + padding-right: 9px; +} + +dropdown button.combo cellview:dir(ltr), +combobox button.combo cellview:dir(ltr) { + margin-left: -2px; +} + +dropdown button.combo cellview:dir(rtl), +combobox button.combo cellview:dir(rtl) { + margin-right: -2px; +} + +dropdown popover, +combobox popover { + margin-top: 4px; + padding: 0; +} + +dropdown popover listview, +combobox popover listview { + margin: 0; +} + +dropdown popover listview > row, +combobox popover listview > row { + padding: 6px; +} + +dropdown popover listview > row:selected, +combobox popover listview > row:selected { + color: #FFFFFF; + background-color: alpha(currentColor, 0.06); +} + +dropdown popover .dropdown-searchbar, +combobox popover .dropdown-searchbar { + padding: 6px; +} + +dropdown.linked button:nth-child(2):dir(ltr), +combobox.linked button:nth-child(2):dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +dropdown.linked button:nth-child(2):dir(rtl), +combobox.linked button:nth-child(2):dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +dropdown > .linked:not(.vertical) > entry:not(:only-child), +combobox > .linked:not(.vertical) > entry:not(:only-child) { + border-radius: 6px; +} + +dropdown > .linked:not(.vertical) > entry:not(:only-child):first-child, +combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { + margin-right: -36px; + padding-right: 36px; +} + +dropdown > .linked:not(.vertical) > entry:not(:only-child):last-child, +combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { + margin-left: -36px; + padding-left: 36px; +} + +dropdown > .linked:not(.vertical) > button:not(:only-child), +combobox > .linked:not(.vertical) > button:not(:only-child) { + min-height: 16px; + min-width: 16px; + margin: 6px; + padding: 4px; + border-radius: 6px; +} + +.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.linked.vertical > combobox:not(:first-child) > box > button.combo { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.linked.vertical > combobox:not(:last-child) > box > button.combo { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +button.combo:only-child { + border-radius: 6px; + font-weight: normal; + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: rgba(255, 255, 255, 0.7); + outline: 0 solid transparent; + outline-offset: 2px; +} + +button.combo:only-child:focus { + color: #FFFFFF; + outline: 2px solid rgba(255, 255, 255, 0.04); + outline-offset: -2px; +} + +button.combo:only-child:hover { + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; +} + +button.combo:only-child:active { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; + animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); + background-size: 0% 0%; + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; +} + +button.combo:only-child:checked { + background-color: alpha(currentColor, 0.1); + color: #FFFFFF; +} + +button.combo:only-child:disabled { + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); + outline-color: transparent; +} + +/************ + * Toolbars * + ************/ +.toolbar { + padding: 6px; + background-color: #1e1e2e; + border-spacing: 6px; +} + +.osd .toolbar { + background-color: transparent; +} + +.app-notification, .toolbar.osd { + transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); + padding: 6px; + border-radius: 12px; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #313244; + color: #FFFFFF; +} + +.app-notification:backdrop, .toolbar.osd:backdrop { + box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); +} + +.left.app-notification, .right.app-notification, .top.app-notification, .bottom.app-notification, .toolbar.osd.left, .toolbar.osd.right, .toolbar.osd.top, .toolbar.osd.bottom { + border-radius: 0; +} + +.bottom.app-notification, .toolbar.osd.bottom { + box-shadow: none; + background-color: transparent; + background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); +} + +.toolbar.horizontal > separator { + margin: 2px; +} + +.toolbar.vertical > separator { + margin: 2px; +} + +.toolbar entry, +.toolbar spinbutton, +.toolbar splitbutton, +.toolbar separator:not(.sidebar), +.toolbar button, +.toolbar menubutton, +.toolbar scalebutton { + margin-top: 0; + margin-bottom: 0; +} + +.toolbar menubutton > button, +.toolbar splitbutton > button, +.toolbar splitbutton > menubutton, +.toolbar scalebutton > button { + margin-top: 0; + margin-bottom: 0; +} + +.toolbar switch { + margin-top: 4px; + margin-bottom: 4px; +} + +.toolbar spinbutton entry, +.toolbar spinbutton button { + margin: 0; +} + +.toolbar popover.menu separator:not(.sidebar) { + margin-top: 6px; + margin-bottom: 6px; +} + +searchbar > revealer > box { + padding: 6px; + border-spacing: 6px; + border-style: solid; + border-width: 0 0 1px; + border-color: rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; + background-clip: border-box; + box-shadow: none; +} + +searchbar > revealer > box entry, searchbar > revealer > box button, searchbar > revealer > box menubutton { + margin: 0; +} + +/*************** + * Header bars * + ***************/ +headerbar button:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.7); + border: none; +} + +headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar button:checked:not(.suggested-action):not(.destructive-action) { + color: #FFFFFF; +} + +headerbar button:disabled:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.32); +} + +headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { + background-color: transparent; + color: rgba(255, 255, 255, 0.5); +} + +headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.5); +} + +headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.7); +} + +headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.32); +} + +headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.7); +} + +headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.32); +} + +headerbar entry { + background-color: rgba(255, 255, 255, 0.04); + color: #FFFFFF; +} + +headerbar entry:disabled { + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); +} + +headerbar entry image { + color: rgba(255, 255, 255, 0.7); +} + +headerbar entry image:hover, headerbar entry image:active { + color: #FFFFFF; +} + +headerbar entry image:disabled { + color: rgba(255, 255, 255, 0.5); +} + +headerbar { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); + background-color: #11111b; + color: #FFFFFF; + min-height: 48px; + padding: 0; + margin: 0; +} + +headerbar:disabled { + color: rgba(255, 255, 255, 0.5); +} + +headerbar:backdrop { + background-color: #1e1e2e; + color: rgba(255, 255, 255, 0.7); +} + +headerbar:backdrop:disabled { + color: rgba(255, 255, 255, 0.32); +} + +headerbar.flat, headerbar.flat:backdrop { + background: none; + box-shadow: none; + transition: none; +} + +headerbar .title { + padding: 0 12px; + font-weight: bold; +} + +headerbar .subtitle { + padding: 0 12px; + font-size: smaller; +} + +headerbar .subtitle, +headerbar .dim-label, +headerbar row.expander image.expander-row-arrow, +row.expander headerbar image.expander-row-arrow, +headerbar row label.subtitle, +row headerbar label.subtitle { + transition: color 75ms cubic-bezier(0, 0, 0.2, 1); + color: rgba(255, 255, 255, 0.7); +} + +headerbar .subtitle:backdrop, +headerbar .dim-label:backdrop, +headerbar row.expander image.expander-row-arrow:backdrop, +row.expander headerbar image.expander-row-arrow:backdrop, +headerbar row label.subtitle:backdrop, +row headerbar label.subtitle:backdrop { + color: rgba(255, 255, 255, 0.5); +} + +headerbar .titlebar { + background-color: transparent; + box-shadow: none; +} + +headerbar headerbar + separator { + background-color: rgba(255, 255, 255, 0.12); +} + +headerbar > windowhandle > box { + padding: 0 6px; +} + +headerbar > windowhandle > box, +headerbar > windowhandle > box > box.start, +headerbar > windowhandle > box > box.end { + border-spacing: 6px; +} + +headerbar entry, +headerbar spinbutton, +headerbar button, +headerbar menubutton, +headerbar stackswitcher, +headerbar separator:not(.sidebar) { + margin-top: 6px; + margin-bottom: 6px; +} + +headerbar menubutton > button, +headerbar spinbutton > button, +headerbar splitbutton > button, +headerbar splitbutton > menubutton, +headerbar .linked > menubutton, +headerbar entry > menubutton { + margin-top: 0; + margin-bottom: 0; +} + +headerbar button.suggested-action:disabled, +headerbar button.destructive-action:disabled { + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); + opacity: 1; +} + +headerbar .linked:not(.vertical) > entry:not(:only-child) { + border-radius: 6px; +} + +headerbar .entry-tag { + margin-top: 5px; + margin-bottom: 5px; +} + +headerbar popover.background button.suggested-action:disabled, +headerbar popover.background button.destructive-action:disabled { + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); +} + +headerbar popover.background entry, +headerbar popover.background spinbutton, +headerbar popover.background button, +headerbar popover.background menubutton, +headerbar popover.background stackswitcher { + margin-top: 0; + margin-bottom: 0; +} + +headerbar separator:not(.sidebar) { + background-color: rgba(255, 255, 255, 0.12); +} + +headerbar switch { + margin-top: 12px; + margin-bottom: 12px; +} + +headerbar.selection-mode { + transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + +headerbar.selection-mode:backdrop { + color: rgba(0, 0, 0, 0.6); +} + +headerbar.selection-mode .subtitle:link { + color: rgba(0, 0, 0, 0.87); +} + +headerbar.selection-mode .selection-menu { + padding-left: 16px; + padding-right: 16px; +} + +headerbar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +headerbar.default-decoration { + min-height: 24px; + padding: 6px; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +} + +headerbar.default-decoration windowcontrols button, +headerbar.default-decoration windowcontrols menubutton { + min-width: 16px; + min-height: 16px; + margin: 0; + padding: 0; +} + +headerbar.default-decoration windowcontrols menubutton button { + min-height: 20px; + min-width: 20px; + margin: 0; + padding: 4px; +} + +.solid-csd headerbar:dir(rtl), .solid-csd headerbar:dir(ltr) { + border-radius: 0; + box-shadow: none; +} + +window.devel headerbar { + background: #11111b cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(137, 180, 250, 0.1)), linear-gradient(to top, #171724 3px, #1b1b2b); +} + +window.devel headerbar:backdrop { + background: #11111b cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, image(#11111b); + /* background-color would flash */ +} + +/************ + * Pathbars * + ************/ + +pathbar > button { + padding-left: 6px; + padding-right: 6px; + border-radius: 6px; + background-color: alpha(currentColor, 0.08); + border: none; + box-shadow: none; +} + + +pathbar > button:disabled { + background-color: alpha(currentColor, 0.05); +} + + +pathbar > button:checked { + background-color: alpha(currentColor, 0.1); + color: #FFFFFF; +} + + +pathbar > button:checked:hover { + background-color: alpha(currentColor, 0.16); + color: #FFFFFF; +} + + +pathbar > button label, +pathbar > button image { + margin-left: 3px; + margin-right: 3px; +} + + +pathbar > button.slider-button { + padding-left: 4px; + padding-right: 4px; +} + +.pathbar { + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.7); + border: none; + border-radius: 6px; + padding: 2px; +} + +headerbar .pathbar { + margin-top: 6px; + margin-bottom: 6px; + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.7); +} + +.pathbar > button { + margin-top: 0; + margin-bottom: 0; + min-height: 20px; + border-radius: 4px; + border: none; + box-shadow: none; +} + +.pathbar > button:last-child { + background-color: alpha(currentColor, 0.1); + color: #FFFFFF; +} + +/************** + * Tree Views * + **************/ +columnview.view, +treeview.view { + border-left-color: #393947; + border-top-color: #393947; +} + +columnview.view:hover, columnview.view:selected, +treeview.view:hover, +treeview.view:selected { + border-radius: 0; +} + +columnview.view:focus, +treeview.view:focus { + box-shadow: none; + outline: none; +} + +columnview.view.separator, +treeview.view.separator { + min-height: 5px; + color: rgba(255, 255, 255, 0.12); +} + +columnview.view:drop(active), +treeview.view:drop(active) { + box-shadow: none; +} + +columnview.view:drop(active).after, +treeview.view:drop(active).after { + border-top-style: none; +} + +columnview.view:drop(active).before, +treeview.view:drop(active).before { + border-bottom-style: none; +} + +columnview.view > dndtarget:drop(active), +treeview.view > dndtarget:drop(active) { + border-style: solid none; + border-width: 1px; + border-color: alpha(currentColor, 0.06); +} + +columnview.view > dndtarget:drop(active).after, +treeview.view > dndtarget:drop(active).after { + border-top-style: none; +} + +columnview.view > dndtarget:drop(active).before, +treeview.view > dndtarget:drop(active).before { + border-bottom-style: none; +} + +columnview.view.expander, +treeview.view.expander { + min-width: 16px; + min-height: 16px; + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: rgba(255, 255, 255, 0.7); +} + +columnview.view.expander:dir(rtl), +treeview.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); +} + +columnview.view.expander:hover, +treeview.view.expander:hover { + color: #FFFFFF; +} + +columnview.view.expander:selected, +treeview.view.expander:selected { + color: #FFFFFF; +} + +columnview.view.expander:selected:hover, +treeview.view.expander:selected:hover { + color: #FFFFFF; +} + +columnview.view.expander:checked, +treeview.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +columnview.view.expander:disabled, +treeview.view.expander:disabled { + color: rgba(255, 255, 255, 0.32); +} + +columnview.view.progressbar, +treeview.view.progressbar { + border-bottom: 6px solid #89b4fa; + box-shadow: none; + background-color: transparent; + background-image: none; +} + +columnview.view.progressbar:selected:hover, +treeview.view.progressbar:selected:hover { + box-shadow: none; +} + +columnview.view.trough, +treeview.view.trough { + border-bottom: 6px solid rgba(255, 255, 255, 0.12); + box-shadow: none; + background-color: transparent; + background-image: none; +} + +columnview.view.trough:selected:hover, +treeview.view.trough:selected:hover { + box-shadow: none; +} + +columnview.view > header > button, +treeview.view > header > button { + padding: 2px 6px; + border-style: none solid solid none; + border-width: 1px; + border-color: rgba(255, 255, 255, 0.12); + border-radius: 0; + background-clip: border-box; +} + +columnview.view > header > button:not(:focus):not(:hover):not(:active), +treeview.view > header > button:not(:focus):not(:hover):not(:active) { + color: rgba(255, 255, 255, 0.7); +} + +columnview.view > header > button, columnview.view > header > button:disabled, +treeview.view > header > button, +treeview.view > header > button:disabled { + background-color: #1e1e2e; +} + +columnview.view > header > button:last-child, +treeview.view > header > button:last-child { + border-right-style: none; +} + +columnview.view button.dnd, +columnview.view header.button.dnd, +treeview.view button.dnd, +treeview.view header.button.dnd { + padding: 2px 6px; + border-style: none solid solid; + border-width: 1px; + border-color: rgba(255, 255, 255, 0.12); + border-radius: 0; + box-shadow: none; + background-color: #1e1e2e; + background-clip: border-box; + color: #89b4fa; +} + +columnview.view acceleditor > label, +treeview.view acceleditor > label { + background-color: #89b4fa; +} + +stack.view treeview.view { + min-height: 36px; +} + +/********* + * Menus * + *********/ +menubar { + padding: 0; + background-color: #11111b; + color: #FFFFFF; +} + +menubar:backdrop { + background-color: #1e1e2e; + color: rgba(255, 255, 255, 0.7); +} + +.csd menubar { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); +} + +menubar > item { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + min-height: 20px; + padding: 4px 8px; + color: rgba(255, 255, 255, 0.7); +} + +menubar > item:selected { + transition: none; + background-color: alpha(currentColor, 0.1); + color: #FFFFFF; +} + +menubar > item:disabled { + color: rgba(255, 255, 255, 0.32); +} + +menubar > item label:disabled { + color: inherit; +} + +menubar > item popover.menu popover.menu { + margin-left: 9px; +} + +menubar > item popover.menu.background popover.menu.background > contents { + margin: 0; + border-radius: 12px; +} + +/********************** + * Popover Base Menus * + **********************/ +popover.menu box.inline-buttons { + color: #FFFFFF; + padding: 0 6px; +} + +popover.menu box.inline-buttons button.image-button.model { + min-height: 28px; + min-width: 28px; + padding: 0; + border: none; + outline: none; + transition: none; +} + +popover.menu box.inline-buttons button.image-button.model:selected { + background: image(alpha(currentColor, 0.06)); +} + +popover.menu box.circular-buttons { + padding: 6px; +} + +popover.menu box.circular-buttons button.circular.image-button.model { + padding: 6px; +} + +popover.menu box.circular-buttons button.circular.image-button.model:focus { + background-color: alpha(currentColor, 0.06); +} + +popover.menu arrow.left, +popover.menu radio.left, +popover.menu check.left { + margin-left: 0; + margin-right: 0; +} + +popover.menu arrow.right, +popover.menu radio.right, +popover.menu check.right { + margin-left: 0; + margin-right: 0; +} + +popover.menu label.title { + font-weight: bold; + padding: 4px 26px; +} + +/************ + * Popovers * + ************/ +popover.background { + font: initial; +} + +popover.background, popover.background:backdrop { + background-color: transparent; +} + +popover > arrow, +popover > contents { + transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); + padding: 6px; + background-color: #313244; + border-radius: 12px; + color: #FFFFFF; + border: 1px solid rgba(255, 255, 255, 0.1); + background-clip: border-box; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75), 0 2px 3px -1px rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.05); +} + +popover > contents > list, +popover > contents > .view, +popover > contents > toolbar { + border-style: none; + box-shadow: none; + background-color: transparent; +} + +popover > contents separator { + background-color: rgba(255, 255, 255, 0.12); + margin: 3px 0; +} + +popover > contents list separator { + margin: 0; +} + +popover > contents list > row { + border-radius: 6px; +} + +popover > contents stack > box { + padding: 0; +} + +popover > contents > box > button { + margin: 0; +} + +popover .view:not(:selected), +popover toolbar { + background-color: #313244; +} + +popover.menu button, +popover button.model { + min-height: 32px; + padding: 0 8px; +} + +popover modelbutton { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); + min-height: 22px; + min-width: 56px; + padding: 3px 9px; + color: #FFFFFF; + font: initial; + border-radius: 6px; +} + +popover modelbutton:focus:not(:hover) { + transition: none; + box-shadow: none; + outline: none; +} + +popover modelbutton:disabled { + color: rgba(255, 255, 255, 0.5); +} + +popover modelbutton accelerator { + color: rgba(255, 255, 255, 0.5); + margin-left: 30px; +} + +popover modelbutton accelerator:disabled { + color: rgba(255, 255, 255, 0.12); +} + +popover modelbutton arrow.left { + -gtk-icon-source: -gtk-icontheme("go-previous-symbolic"); +} + +popover modelbutton arrow.right { + -gtk-icon-source: -gtk-icontheme("go-next-symbolic"); +} + +.osd popover, popover.touch-selection, popover.magnifier { + background-color: transparent; +} + +magnifier { + background-color: #1e1e2e; +} + +/************* + * Notebooks * + *************/ +tabbar tab, tabbar tabbox > tabboxchild > tab, notebook > header > tabs > tab { + min-height: 24px; + min-width: 24px; + padding: 3px 6px; + border: none; + background-clip: padding-box; + font-weight: 500; + border-radius: 6px; + transition: all 75ms 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), outline 300ms cubic-bezier(0, 0, 0.2, 1); + background-image: radial-gradient(circle, transparent 10%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 1000% 1000%; + background-color: transparent; + outline: 0 solid transparent; + outline-offset: 2px; + color: rgba(255, 255, 255, 0.7); +} + +tabbar tab:hover:not(:checked):not(:selected), notebook > header > tabs > tab:hover:not(:checked):not(:selected) { + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; + box-shadow: none; +} + +tabbar tab:disabled, notebook > header > tabs > tab:disabled { + color: rgba(255, 255, 255, 0.32); + background-color: transparent; +} + +tabbar tab:active, notebook > header > tabs > tab:active { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; + animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); + background-size: 0% 0%; + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; + box-shadow: none; +} + +tabbar tab:checked:not(:active), notebook > header > tabs > tab:checked:not(:active), tabbar tab:selected:not(:active), notebook > header > tabs > tab:selected:not(:active) { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, background-color 0ms; + background-color: rgba(255, 255, 255, 0.15); + color: #FFFFFF; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); +} + +tabbar tab:checked:not(:active):disabled, notebook > header > tabs > tab:checked:not(:active):disabled, tabbar tab:selected:not(:active):disabled, notebook > header > tabs > tab:selected:not(:active):disabled { + color: rgba(255, 255, 255, 0.5); +} + +frame > paned > notebook > header, notebook.frame > header { + background-color: rgba(255, 255, 255, 0.04); +} + +notebook, notebook.frame { + background-color: #1e1e2e; + border-radius: 12px; +} + +notebook.frame frame > border { + border: none; + border-radius: 6px; +} + +notebook.frame frame > list row.activatable { + border-radius: 6px; +} + +notebook > header { + border: none; + background-color: rgba(255, 255, 255, 0.04); + margin: 3px; + border-radius: 9px; +} + +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: 0; + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); +} + +notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { + margin-right: 0; + -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: 0; + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); +} + +notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { + margin-bottom: 0; + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +notebook > header > tabs > arrow { + min-height: 16px; + min-width: 16px; + border-radius: 6px; +} + +notebook > header > tabs > tab { + margin: 3px; +} + +notebook > header > tabs > tab > box { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); + margin: -6px -12px; + padding: 6px 12px; +} + +notebook > header > tabs > tab > box:drop(active) { + background-color: rgba(255, 255, 255, 0.12); + color: #FFFFFF; +} + +notebook > header > tabs > tab button.flat:last-child { + margin-left: 6px; + margin-right: -3px; +} + +notebook > header > tabs > tab button.flat:first-child { + margin-left: -3px; + margin-right: 6px; +} + +notebook > header > tabs > tab button.close-button { + min-width: 24px; + min-height: 24px; +} + +notebook > header.top > tabs, notebook > header.bottom > tabs { + padding-left: 0; + padding-right: 0; +} + +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:not(:last-child), notebook > header.bottom > tabs > tab:not(:last-child) { + margin-right: 0; +} + +notebook > header.top > tabs tab.reorderable-page, notebook > header.bottom > tabs tab.reorderable-page { + border-style: solid; +} + +notebook > header.left > tabs, notebook > header.right > tabs { + padding-top: 0; + padding-bottom: 0; +} + +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:not(:last-child), notebook > header.right > tabs > tab:not(:last-child) { + margin-bottom: 0; +} + +notebook > header.left > tabs tab.reorderable-page, notebook > header.right > tabs tab.reorderable-page { + border-style: solid; +} + +notebook > header > menubutton > button.image-button { + padding: 3px; + min-width: 24px; + min-height: 24px; + margin: 0 3px; +} + +notebook > stack:not(:only-child) { + background-color: transparent; + border-radius: 6px; +} + +tabbar > revealer > box { + box-shadow: none; +} + +tabbar .box { + min-height: 36px; + border-bottom: none; + background: none; +} + +tabbar scrolledwindow.pinned undershoot { + border: 0 solid rgba(255, 255, 255, 0.12); +} + +tabbar scrolledwindow.pinned:dir(rtl) undershoot.left { + border-left-width: 1px; +} + +tabbar scrolledwindow.pinned:dir(ltr) undershoot.right { + border-right-width: 1px; +} + +tabbar scrolledwindow.pinned tabbox > background:dir(ltr) { + box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); +} + +tabbar scrolledwindow.pinned tabbox > background:dir(rtl) { + box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); +} + +tabbar undershoot { + transition: background 150ms ease-in-out; +} + +tabbar undershoot.left { + background: linear-gradient(to right, #1e1e2e, rgba(0, 0, 0, 0) 20px); +} + +tabbar undershoot.right { + background: linear-gradient(to left, #1e1e2e, rgba(0, 0, 0, 0) 20px); +} + +tabbar .needs-attention-left undershoot.left { + background: linear-gradient(to right, alpha(#89b4fa, 0.5), alpha(#89b4fa, 0.3) 1px, alpha(#89b4fa, 0) 20px); +} + +tabbar .needs-attention-right undershoot.right { + background: linear-gradient(to left, alpha(#89b4fa, 0.5), alpha(#89b4fa, 0.3) 1px, alpha(#89b4fa, 0) 20px); +} + +tabbar tabbox { + background-color: rgba(255, 255, 255, 0.04); + background-image: none; + padding: 0; + margin: 0; + border-radius: 0; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +tabbar tabbox > background { + background: none; +} + +tabbar tabbox > separator { + margin: 9px 0; + min-width: 1px; + transition: opacity 150ms ease-in-out; +} + +tabbar tabbox > separator.hidden { + opacity: 0; +} + +tabbar tabbox > tabboxchild { + margin: 0 -3px; + padding: 0; +} + +tabbar tabbox > tabboxchild > tab { + margin: 3px; +} + +tabbar tab.needs-attention { + background-image: radial-gradient(ellipse at bottom, rgba(255, 255, 255, 0.8), alpha(#89b4fa, 0.4) 10%, alpha(#89b4fa, 0) 30%); +} + +tabbar tab.needs-attention:hover { + background-image: image(alpha(currentColor, 0.03)), radial-gradient(ellipse at bottom, rgba(255, 255, 255, 0.8), alpha(#89b4fa, 0.4) 10%, alpha(#89b4fa, 0) 30%); +} + +tabbar .start-action, +tabbar .end-action { + background-color: rgba(255, 255, 255, 0.04); + background-clip: padding-box; + border-color: rgba(255, 255, 255, 0.12); + border-style: solid; + transition: background 150ms ease-in-out; +} + +tabbar .start-action button, +tabbar .end-action button { + border: none; + border-radius: 0; +} + +tabbar .start-action:dir(ltr), +tabbar .end-action:dir(rtl) { + border-right-width: 1px; +} + +tabbar .start-action:dir(rtl), +tabbar .end-action:dir(ltr) { + border-left-width: 1px; +} + +tabbar:not(.inline) scrolledwindow.pinned undershoot { + border-color: rgba(255, 255, 255, 0.12); +} + +tabbar:not(.inline) undershoot.left { + background: linear-gradient(to right, #11111b, rgba(0, 0, 0, 0) 20px); +} + +tabbar:not(.inline) undershoot.right { + background: linear-gradient(to left, #11111b, rgba(0, 0, 0, 0) 20px); +} + +tabbar:not(.inline) .needs-attention-left undershoot.left { + background: linear-gradient(to right, alpha(#89b4fa, 0.5), alpha(#89b4fa, 0.3) 1px, alpha(#89b4fa, 0) 20px); +} + +tabbar:not(.inline) .needs-attention-right undershoot.right { + background: linear-gradient(to left, alpha(#89b4fa, 0.5), alpha(#89b4fa, 0.3) 1px, alpha(#89b4fa, 0) 20px); +} + +tabbar:not(.inline) tabbox > background { + background-color: #11111b; +} + +tabbar:not(.inline) .start-action, +tabbar:not(.inline) .end-action { + background-color: alpha(#11111b, 0.6); + border-color: rgba(255, 255, 255, 0.12); +} + +tabbar:not(.inline):backdrop .box { + background-color: #1e1e2e; + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); +} + +dnd tab { + min-height: 24px; + background-color: #11111b; + color: #FFFFFF; + box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.09), 0 2px 14px 3px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.05); + outline: 1px solid rgba(0, 0, 0, 0.75); + outline-offset: -1px; + margin: 24px; +} + +dnd tab.needs-attention { + background-image: radial-gradient(ellipse at bottom, rgba(255, 255, 255, 0.8), alpha(#89b4fa, 0.4) 10%, alpha(#89b4fa, 0) 30%); +} + +tabbar tab, +dnd tab { + padding: 6px; +} + +tabbar tab button.image-button, +dnd tab button.image-button { + padding: 0; + margin: 0; + min-width: 24px; + min-height: 24px; + border-radius: 9999px; +} + +tabbar tab button.image-button.tab-close-button, +dnd tab button.image-button.tab-close-button { + margin-right: -3px; +} + +tabview:drop(active), +tabbox:drop(active) { + box-shadow: none; +} + +/************** + * Scrollbars * + **************/ +scrollbar { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + background-color: #1e1e2e; + box-shadow: none; + outline: none; +} + +scrollbar.top { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +scrollbar.bottom { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +scrollbar.left { + border-right: 1px solid rgba(255, 255, 255, 0.12); +} + +scrollbar.right { + border-left: 1px solid rgba(255, 255, 255, 0.12); +} + +scrollbar > range > trough { + border: none; + background: none; + padding: 0; + outline: none; +} + +scrollbar > range > trough > slider { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); + min-width: 8px; + min-height: 8px; + border: 4px solid transparent; + border-radius: 9999px; + background-clip: padding-box; + background-color: rgba(255, 255, 255, 0.5); + box-shadow: none; + outline: none; +} + +scrollbar > range > trough > slider:hover { + background-color: rgba(255, 255, 255, 0.7); +} + +scrollbar > range > trough > slider:active { + background-color: #FFFFFF; +} + +scrollbar > range > trough > slider:disabled { + background-color: rgba(255, 255, 255, 0.32); +} + +scrollbar > range.fine-tune > trough > slider { + min-width: 4px; + min-height: 4px; +} + +scrollbar > range.fine-tune.horizontal > trough > slider { + margin: 2px 0; +} + +scrollbar > range.fine-tune.vertical > trough > slider { + margin: 0 2px; +} + +scrollbar.overlay-indicator:not(.fine-tune) > range > trough > slider { + transition-property: background-color, min-height, min-width; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + border-color: transparent; + background-color: transparent; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider { + min-width: 4px; + min-height: 4px; + margin: 3px; + border: 1px solid rgba(30, 30, 46, 0.3); +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { + min-width: 4px; + min-height: 4px; + margin: 3px; + border: 1px solid rgba(30, 30, 46, 0.3); + border-radius: 9999px; + background-color: rgba(255, 255, 255, 0.5); + background-clip: padding-box; + -gtk-icon-source: none; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { + background-color: rgba(255, 255, 255, 0.32); +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { + min-width: 24px; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { + min-width: 8px; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > 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(49, 50, 68, 0.9); +} + +scrollbar.horizontal > range > trough > slider { + min-width: 24px; +} + +scrollbar.vertical > range > trough > 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 75ms cubic-bezier(0, 0, 0.2, 1); + margin: 6px 0; + padding: 0; + border: none; + border-radius: 9999px; + background-color: rgba(255, 255, 255, 0.5); + background-clip: border-box; + font-size: 0; + color: transparent; +} + +switch:checked { + background-color: #89b4fa; +} + +switch:disabled { + opacity: 0.5; +} + +switch image { + margin: -8px; +} + +switch > slider { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + min-width: 18px; + min-height: 18px; + margin: 3px; + border-radius: 9999px; + outline: none; + box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); + background-color: white; + border: none; +} + +switch:focus slider, switch:hover slider, switch:focus:hover slider { + box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12); +} + +/************************* + * 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; +} + +.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 { + box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.12); +} + +.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; + border-spacing: 3px; +} + +check, +radio { + min-height: 20px; + min-width: 20px; + margin: 3px; + padding: 0; + border-radius: 9999px; + border: none; + color: transparent; + background-color: rgba(255, 255, 255, 0.12); + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0, 0, 0.2, 1); +} + +check:hover, +radio:hover { + box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.04); + background-color: rgba(255, 255, 255, 0.15); +} + +check:active, +radio:active { + box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12); + background-color: rgba(255, 255, 255, 0.2); +} + +check:disabled, +radio:disabled { + background-color: rgba(255, 255, 255, 0.04); +} + +check:checked, check:indeterminate, +radio:checked, +radio:indeterminate { + color: rgba(0, 0, 0, 0.87); + background-color: #89b4fa; +} + +check:checked:hover, check:indeterminate:hover, +radio:checked:hover, +radio:indeterminate:hover { + box-shadow: 0 0 0 6px rgba(137, 180, 250, 0.15); + background-color: #bad3fc; +} + +check:checked:active, check:indeterminate:active, +radio:checked:active, +radio:indeterminate:active { + box-shadow: 0 0 0 6px rgba(137, 180, 250, 0.2); + background-color: #89b4fa; +} + +check:checked:disabled, check:indeterminate:disabled, +radio:checked:disabled, +radio:indeterminate:disabled { + color: rgba(0, 0, 0, 0.6); + background-color: rgba(137, 180, 250, 0.35); +} + +popover modelbutton.flat check, popover modelbutton.flat check:focus, popover modelbutton.flat check:hover, popover modelbutton.flat check:focus:hover, popover modelbutton.flat check:active, popover modelbutton.flat check:disabled, popover modelbutton.flat radio, popover modelbutton.flat radio:focus, popover modelbutton.flat radio:hover, 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.left:dir(rtl), popover modelbutton.flat radio.left:dir(rtl) { + margin-left: -3px; + margin-right: 6px; +} + +popover modelbutton.flat check.right:dir(ltr), popover modelbutton.flat radio.right:dir(ltr) { + margin-left: 6px; + margin-right: -3px; +} + +popover.menu check, popover.menu radio { + transition: none; + margin: 0; + padding: 0; +} + +popover.menu check:dir(ltr), popover.menu radio:dir(ltr) { + margin-right: 6px; + margin-left: -3px; +} + +popover.menu check:dir(rtl), popover.menu radio:dir(rtl) { + margin-left: 6px; + margin-right: -3px; +} + +popover.menu check, popover.menu check:hover, popover.menu check:disabled, popover.menu check:checked:hover, popover.menu check:indeterminate:hover, popover.menu radio, popover.menu radio:hover, popover.menu radio:disabled, popover.menu radio:checked:hover, popover.menu radio:indeterminate:hover { + box-shadow: none; +} + + +check { + -gtk-icon-size: 20px; +} + + +check:checked { + -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic@2.svg"))); +} + + +check:indeterminate { + -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/checkbox-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/checkbox-mixed-symbolic@2.svg"))); +} + + +radio { + -gtk-icon-size: 20px; +} + + +radio:checked { + -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/radio-checked-symbolic@2.svg"))); +} + + +radio:indeterminate { + -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/radio-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/radio-mixed-symbolic@2.svg"))); +} + + +popover.menu check { + min-height: 16px; + min-width: 16px; + -gtk-icon-size: 16px; +} + + +popover.menu check:checked { + -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic@2.svg"))); +} + + +popover.menu check:indeterminate { + -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-checkbox-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-checkbox-mixed-symbolic@2.svg"))); +} + + +popover.menu radio { + min-height: 16px; + min-width: 16px; + -gtk-icon-size: 16px; +} + + +popover.menu radio:checked { + -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic@2.svg"))); +} + + +popover.menu radio:indeterminate { + -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-radio-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-radio-mixed-symbolic@2.svg"))); +} + +check:not(:checked):active { + -gtk-icon-transform: rotate(90deg); +} + +treeview.view radio, treeview.view check, +columnview.view radio, +columnview.view check { + padding: 0; + margin: 0; + transition: none; +} + +treeview.view radio, treeview.view radio:hover, treeview.view radio:disabled, treeview.view radio:checked:hover, treeview.view radio:indeterminate:hover, treeview.view check, treeview.view check:hover, treeview.view check:disabled, treeview.view check:checked:hover, treeview.view check:indeterminate:hover, +columnview.view radio, +columnview.view radio:hover, +columnview.view radio:disabled, +columnview.view radio:checked:hover, +columnview.view radio:indeterminate:hover, +columnview.view check, +columnview.view check:hover, +columnview.view check:disabled, +columnview.view check:checked:hover, +columnview.view check:indeterminate:hover { + box-shadow: none; +} + +treeview.view:hover check, treeview.view:hover radio, treeview.view:selected check, treeview.view:selected radio, treeview.view:focus check, treeview.view:focus radio, +columnview.view:hover check, +columnview.view:hover radio, +columnview.view:selected check, +columnview.view:selected radio, +columnview.view:focus check, +columnview.view:focus radio { + box-shadow: none; +} + +treeview.view:hover check:checked, treeview.view:hover radio:checked, treeview.view:selected check:checked, treeview.view:selected radio:checked, treeview.view:focus check:checked, treeview.view:focus radio:checked, +columnview.view:hover check:checked, +columnview.view:hover radio:checked, +columnview.view:selected check:checked, +columnview.view:selected radio:checked, +columnview.view:focus check:checked, +columnview.view:focus radio:checked { + color: rgba(0, 0, 0, 0.87); + background-color: #89b4fa; +} + +/************ + * GtkScale * + ************/ +scale { + min-height: 2px; + min-width: 2px; +} + +scale.horizontal { + padding: 17px 12px; +} + +scale.vertical { + padding: 12px 17px; +} + +scale > trough { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); + outline: none; + background-color: rgba(255, 255, 255, 0.3); +} + +scale > trough:disabled { + background-color: rgba(255, 255, 255, 0.12); +} + +scale > trough > highlight { + transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); + background-image: image(#89b4fa); +} + +scale > trough > highlight:disabled { + background-color: #1e1e2e; + background-image: image(rgba(255, 255, 255, 0.32)); +} + +scale > trough > fill { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); + background-color: rgba(255, 255, 255, 0.3); +} + +scale > trough > fill:disabled { + background-color: transparent; +} + +scale > trough > slider { + min-height: 18px; + min-width: 18px; + margin: -8px; + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + border-radius: 9999px; + color: #89b4fa; + background-color: #1e1e2e; + box-shadow: inset 0 0 0 2px #89b4fa; +} + +scale > trough > slider:hover { + box-shadow: inset 0 0 0 2px #89b4fa, 0 0 0 8px rgba(255, 255, 255, 0.12); +} + +scale > trough > slider:active { + box-shadow: inset 0 0 0 4px #89b4fa, 0 0 0 8px rgba(255, 255, 255, 0.12); +} + +scale > trough > slider:disabled { + box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.32); +} + +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 > trough > slider { + margin: -7px; +} + +scale > marks, +scale > value { + color: rgba(255, 255, 255, 0.7); +} + +scale indicator { + background-color: rgba(255, 255, 255, 0.3); + color: transparent; +} + +scale.marks-before:not(.marks-after) > trough > slider, scale.marks-after:not(.marks-before) > trough > slider { + transform: rotate(0); +} + +scale.horizontal > marks.top { + margin-bottom: 7px; + margin-top: -15px; +} + +scale.horizontal.fine-tune > marks.top { + margin-bottom: 6px; + margin-top: -14px; +} + +scale.horizontal > marks.bottom { + margin-top: 7px; + margin-bottom: -15px; +} + +scale.horizontal.fine-tune > marks.bottom { + margin-top: 6px; + margin-bottom: -14px; +} + +scale.vertical > marks.top { + margin-right: 7px; + margin-left: -15px; +} + +scale.vertical.fine-tune > marks.top { + margin-right: 6px; + margin-left: -14px; +} + +scale.vertical > marks.bottom { + margin-left: 7px; + margin-right: -15px; +} + +scale.vertical.fine-tune > marks.bottom { + 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) > trough > slider { + transition: background-color 75ms 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); + min-height: 32px; + min-width: 32px; + margin: -15px; + border-radius: 50%; + background-size: auto, 1000% 1000%; + background-repeat: no-repeat; + background-position: center center; + background-color: transparent; +} + +scale.horizontal.marks-before:not(.marks-after) > trough > slider, scale.horizontal.marks-before:not(.marks-after) > trough > slider:hover, scale.horizontal.marks-before:not(.marks-after) > trough > slider:active, scale.horizontal.marks-before:not(.marks-after) > trough > slider:disabled { + box-shadow: none; +} + +scale.horizontal.marks-before:not(.marks-after) > trough > slider:focus { + background-color: alpha(currentColor, 0.08); +} + +scale.horizontal.marks-before:not(.marks-after) > trough > slider:hover { + background-color: alpha(currentColor, 0.08); +} + +scale.horizontal.marks-before:not(.marks-after) > trough > slider:focus:hover { + background-color: alpha(currentColor, 0.16); +} + +scale.horizontal.marks-before:not(.marks-after) > trough > slider:active { + background-size: auto, 0% 0%; + background-color: alpha(currentColor, 0.08); +} + +scale.horizontal.marks-before:not(.marks-after) > trough > slider { + background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")); +} + +scale.horizontal.marks-before:not(.marks-after) > trough > 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")); +} + +scale.horizontal.marks-before:not(.marks-after) > trough > slider:active { + background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")); +} + +scale.horizontal.marks-after:not(.marks-before) > trough > slider { + transition: background-color 75ms 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); + min-height: 32px; + min-width: 32px; + margin: -15px; + border-radius: 50%; + background-size: auto, 1000% 1000%; + background-repeat: no-repeat; + background-position: center center; + background-color: transparent; +} + +scale.horizontal.marks-after:not(.marks-before) > trough > slider, scale.horizontal.marks-after:not(.marks-before) > trough > slider:hover, scale.horizontal.marks-after:not(.marks-before) > trough > slider:active, scale.horizontal.marks-after:not(.marks-before) > trough > slider:disabled { + box-shadow: none; +} + +scale.horizontal.marks-after:not(.marks-before) > trough > slider:focus { + background-color: alpha(currentColor, 0.08); +} + +scale.horizontal.marks-after:not(.marks-before) > trough > slider:hover { + background-color: alpha(currentColor, 0.08); +} + +scale.horizontal.marks-after:not(.marks-before) > trough > slider:focus:hover { + background-color: alpha(currentColor, 0.16); +} + +scale.horizontal.marks-after:not(.marks-before) > trough > slider:active { + background-size: auto, 0% 0%; + background-color: alpha(currentColor, 0.08); +} + +scale.horizontal.marks-after:not(.marks-before) > trough > slider { + background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")); +} + +scale.horizontal.marks-after:not(.marks-before) > trough > 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")); +} + +scale.horizontal.marks-after:not(.marks-before) > trough > slider:active { + background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")); +} + +scale.vertical.marks-before:not(.marks-after) > trough > slider { + transition: background-color 75ms 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); + min-height: 32px; + min-width: 32px; + margin: -15px; + border-radius: 50%; + background-size: auto, 1000% 1000%; + background-repeat: no-repeat; + background-position: center center; + background-color: transparent; +} + +scale.vertical.marks-before:not(.marks-after) > trough > slider, scale.vertical.marks-before:not(.marks-after) > trough > slider:hover, scale.vertical.marks-before:not(.marks-after) > trough > slider:active, scale.vertical.marks-before:not(.marks-after) > trough > slider:disabled { + box-shadow: none; +} + +scale.vertical.marks-before:not(.marks-after) > trough > slider:focus { + background-color: alpha(currentColor, 0.08); +} + +scale.vertical.marks-before:not(.marks-after) > trough > slider:hover { + background-color: alpha(currentColor, 0.08); +} + +scale.vertical.marks-before:not(.marks-after) > trough > slider:focus:hover { + background-color: alpha(currentColor, 0.16); +} + +scale.vertical.marks-before:not(.marks-after) > trough > slider:active { + background-size: auto, 0% 0%; + background-color: alpha(currentColor, 0.08); +} + +scale.vertical.marks-before:not(.marks-after) > trough > slider { + background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")); +} + +scale.vertical.marks-before:not(.marks-after) > trough > 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")); +} + +scale.vertical.marks-before:not(.marks-after) > trough > slider:active { + background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")); +} + +scale.vertical.marks-after:not(.marks-before) > trough > slider { + transition: background-color 75ms 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); + min-height: 32px; + min-width: 32px; + margin: -15px; + border-radius: 50%; + background-size: auto, 1000% 1000%; + background-repeat: no-repeat; + background-position: center center; + background-color: transparent; +} + +scale.vertical.marks-after:not(.marks-before) > trough > slider, scale.vertical.marks-after:not(.marks-before) > trough > slider:hover, scale.vertical.marks-after:not(.marks-before) > trough > slider:active, scale.vertical.marks-after:not(.marks-before) > trough > slider:disabled { + box-shadow: none; +} + +scale.vertical.marks-after:not(.marks-before) > trough > slider:focus { + background-color: alpha(currentColor, 0.08); +} + +scale.vertical.marks-after:not(.marks-before) > trough > slider:hover { + background-color: alpha(currentColor, 0.08); +} + +scale.vertical.marks-after:not(.marks-before) > trough > slider:focus:hover { + background-color: alpha(currentColor, 0.16); +} + +scale.vertical.marks-after:not(.marks-before) > trough > slider:active { + background-size: auto, 0% 0%; + background-color: alpha(currentColor, 0.08); +} + +scale.vertical.marks-after:not(.marks-before) > trough > slider { + background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")); +} + +scale.vertical.marks-after:not(.marks-before) > trough > 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")); +} + +scale.vertical.marks-after:not(.marks-before) > trough > slider:active { + background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")); +} + +scale.color { + min-height: 0; + min-width: 0; +} + +scale.color.horizontal { + padding: 0 0 12px 0; +} + +scale.color.horizontal > trough > slider:dir(ltr), scale.color.horizontal > trough > slider:dir(rtl) { + margin-bottom: -13.5px; + margin-top: 11.5px; +} + +scale.color.vertical:dir(ltr) { + padding: 0 0 0 12px; +} + +scale.color.vertical:dir(ltr) slider { + margin-left: -13.5px; + margin-right: 11.5px; +} + +scale.color.vertical:dir(rtl) { + padding: 0 12px 0 0; +} + +scale.color.vertical:dir(rtl) > trough > slider { + margin-right: -13.5px; + margin-left: 11.5px; +} + +/***************** + * Progress bars * + *****************/ +progressbar { + color: rgba(255, 255, 255, 0.7); + font-size: smaller; +} + +progressbar.horizontal trough, +progressbar.horizontal progress { + min-height: 6px; +} + +progressbar.vertical trough, +progressbar.vertical progress { + min-width: 6px; +} + +progressbar trough { + border-radius: 6px; + background-color: rgba(255, 255, 255, 0.12); +} + +progressbar progress { + border-radius: 6px; + background-color: #89b4fa; +} + +progressbar.osd { + min-width: 6px; + min-height: 6px; + background-color: transparent; + box-shadow: none; + margin: 0; + padding: 0; +} + +progressbar.osd trough { + background-color: transparent; +} + +progressbar.osd progress { + background-color: #89b4fa; +} + +progressbar trough.empty progress { + all: unset; +} + +/************* + * Level Bar * + *************/ +levelbar.horizontal block { + min-height: 6px; +} + +levelbar.horizontal.discrete block { + min-width: 36px; +} + +levelbar.horizontal.discrete block:not(:last-child) { + margin-right: 2px; +} + +levelbar.vertical block { + min-width: 6px; +} + +levelbar.vertical.discrete block { + min-height: 36px; +} + +levelbar.vertical.discrete block:not(:last-child) { + margin-bottom: 2px; +} + +levelbar trough { + border-radius: 6px; +} + +levelbar block.low { + background-color: #FBC02D; +} + +levelbar block.high, levelbar block:not(.empty) { + background-color: #89b4fa; +} + +levelbar block.full { + background-color: #66BB6A; +} + +levelbar block.empty { + background-color: rgba(255, 255, 255, 0.12); +} + +/**************** + * Print dialog * +*****************/ +window.dialog.print drawing { + color: #FFFFFF; + background: none; + border: none; + padding: 0; +} + +window.dialog.print drawing paper { + padding: 0; + border: 1px solid rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; + color: #FFFFFF; +} + +window.dialog.print .dialog-action-box { + margin: 12px; +} + +/********** + * Frames * + **********/ +frame, +.frame { + border: 1px solid rgba(255, 255, 255, 0.12); +} + +frame > list, +.frame > list { + border: none; +} + +frame.view, +.frame.view { + border-radius: 6px; +} + +frame.flat, +.frame.flat { + border-style: none; +} + +frame { + border-radius: 6px; +} + +frame > label { + margin: 4px; +} + +frame.flat > border, statusbar frame > border { + border: none; +} + +actionbar > revealer > box { + padding: 6px; + border-spacing: 6px; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; + background-clip: border-box; + border: none; +} + +actionbar > revealer > box button, actionbar > revealer > box entry, +actionbar > revealer > box menubutton, actionbar > revealer > box menubutton > button, +actionbar > revealer > box splitbutton, actionbar > revealer > box splitbutton > button, +actionbar > revealer > box spinbutton { + margin: 0; +} + +statusbar { + padding: 6px 18px; +} + +scrolledwindow viewport.frame { + border: none; +} + +stack scrolledwindow.frame viewport.frame list { + border: none; +} + +overshoot.top { + background-image: radial-gradient(farthest-side at top, alpha(currentColor, 0.12) 85%, alpha(currentColor, 0)), radial-gradient(farthest-side at top, alpha(currentColor, 0.05), alpha(currentColor, 0)); + background-size: 100% 3%, 100% 50%; + background-repeat: no-repeat; + background-position: top; + background-color: transparent; + border: none; + box-shadow: none; +} + +overshoot.bottom { + background-image: radial-gradient(farthest-side at bottom, alpha(currentColor, 0.12) 85%, alpha(currentColor, 0)), radial-gradient(farthest-side at bottom, alpha(currentColor, 0.05), alpha(currentColor, 0)); + background-size: 100% 3%, 100% 50%; + background-repeat: no-repeat; + background-position: bottom; + background-color: transparent; + border: none; + box-shadow: none; +} + +overshoot.left { + background-image: radial-gradient(farthest-side at left, alpha(currentColor, 0.12) 85%, alpha(currentColor, 0)), radial-gradient(farthest-side at left, alpha(currentColor, 0.05), alpha(currentColor, 0)); + background-size: 3% 100%, 50% 100%; + background-repeat: no-repeat; + background-position: left; + background-color: transparent; + border: none; + box-shadow: none; +} + +overshoot.right { + background-image: radial-gradient(farthest-side at right, alpha(currentColor, 0.12) 85%, alpha(currentColor, 0)), radial-gradient(farthest-side at right, alpha(currentColor, 0.05), alpha(currentColor, 0)); + background-size: 3% 100%, 50% 100%; + background-repeat: no-repeat; + background-position: right; + background-color: transparent; + border: none; + box-shadow: none; +} + +junction { + border: none; + background-image: none; +} + +separator { + min-width: 1px; + min-height: 1px; + background-color: rgba(255, 255, 255, 0.12); +} + +stacksidebar + separator.vertical, +stacksidebar separator.horizontal, button.font separator, button.file separator, separator.spacer { + min-width: 0; + min-height: 0; + background-color: transparent; + background-image: none; +} + +/********* + * Lists * + *********/ +list.content, +list.boxed-list { + border-radius: 7px; + box-shadow: none; + border: 1px solid rgba(255, 255, 255, 0.12); +} + +listview, +list { + border-color: rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; + background-clip: padding-box; +} + +listview > row, +list > row { + padding: 6px; + background-clip: padding-box; +} + +listview > row.expander, +list > row.expander { + padding: 0px; +} + +listview > row.expander .row-header, +list > row.expander .row-header { + padding: 2px; +} + +listview.horizontal row.separator:not(:last-child), listview.separators.horizontal > row:not(.separator):not(:last-child), +list.horizontal row.separator:not(:last-child), +list.separators.horizontal > row:not(.separator):not(:last-child) { + border-left: 1px solid rgba(255, 255, 255, 0.12); +} + +listview:not(.horizontal) row.separator:not(:last-child), listview.separators:not(.horizontal) > row:not(.separator):not(:last-child), +list:not(.horizontal) row.separator:not(:last-child), +list.separators:not(.horizontal) > row:not(.separator):not(:last-child) { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +list.frame { + border-radius: 6px; +} + +listview.view { + color: #FFFFFF; + background-color: transparent; +} + +popover.menu listview.view { + padding: 0; + border-radius: 6px; +} + +popover.menu listview.view > row { + margin-left: 0; + margin-right: 0; + border-radius: 6px; +} + +row { + color: rgba(255, 255, 255, 0.7); + background-clip: padding-box; +} + +row label.subtitle { + font-size: smaller; +} + +row > box.header { + margin-left: 12px; + margin-right: 12px; + min-height: 48px; +} + +row > box.header > .icon:disabled { + filter: opacity(0.35); +} + +row > box.header > box.title { + margin-top: 6px; + margin-bottom: 6px; + border-spacing: 3px; +} + +.nautilus-window .nautilus-grid-view child.activatable, columnview.view > header > button, +treeview.view > header > button, row.activatable { + transition: all 75ms 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), font-weight 0; + outline: none; + box-shadow: none; + background-color: transparent; + background-image: radial-gradient(circle, transparent 10%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 1000% 1000%; + outline: none; +} + +.nautilus-window .nautilus-grid-view child.activatable:focus, columnview.view > header > button:focus, +treeview.view > header > button:focus, row.activatable:focus { + color: #FFFFFF; + background-color: transparent; + box-shadow: none; + outline: none; +} + +.nautilus-window .nautilus-grid-view child.activatable:hover, columnview.view > header > button:hover, +treeview.view > header > button:hover, .nautilus-window .nautilus-grid-view child.has-open-popup.activatable, columnview.view > header > button.has-open-popup, +treeview.view > header > button.has-open-popup, row.activatable:hover, row.activatable.has-open-popup { + color: #FFFFFF; + background-color: alpha(currentColor, 0.05); + box-shadow: none; +} + +.nautilus-window .nautilus-grid-view child.activatable:active, columnview.view > header > button:active, +treeview.view > header > button:active, row.activatable:active { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, font-weight 0ms; + animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-image: radial-gradient(circle, alpha(currentColor, 0.05) 10%, transparent 0%); + background-size: 0% 0%; + background-color: alpha(currentColor, 0.05); + color: #FFFFFF; + box-shadow: none; +} + +.nautilus-window .nautilus-grid-view child.activatable:selected, columnview.view > header > button:selected, +treeview.view > header > button:selected, row.activatable:selected { + background-color: alpha(currentColor, 0.06); +} + +.nautilus-window .nautilus-grid-view child.activatable:selected:hover, columnview.view > header > button:selected:hover, +treeview.view > header > button:selected:hover, row.activatable:selected:hover { + background-color: alpha(currentColor, 0.08); +} + +button row.activatable:focus, button row.activatable:hover, button row.activatable:active { + box-shadow: none; + background: none; +} + +button:checked row.activatable { + color: rgba(0, 0, 0, 0.87); +} + +row:selected { + background-color: alpha(currentColor, 0.06); + color: inherit; + box-shadow: none; +} + +row:selected:hover { + background-color: alpha(currentColor, 0.08); +} + +row:selected:focus, row:selected:focus-visible:focus-within { + outline: none; + background-color: alpha(currentColor, 0.08); +} + +row:selected:focus:hover, row:selected:focus-visible:focus-within:hover { + background-color: alpha(currentColor, 0.16); +} + +row:selected image, +row:selected label { + color: #FFFFFF; +} + +row:selected button image, +row:selected button label { + color: inherit; +} + +row:selected:disabled image, +row:selected:disabled label { + color: rgba(255, 255, 255, 0.5); +} + +.rich-list { + /* rich lists usually containing other widgets than just labels/text */ +} + +.rich-list > row { + padding: 9px 12px; + min-height: 32px; + /* should be tall even when only containing a label */ +} + +.rich-list > row:last-child { + border-bottom: none; +} + +.rich-list > row > box { + border-spacing: 12px; +} + +row label.subtitle { + font-size: smaller; +} + +row > box.header { + margin-left: 12px; + margin-right: 12px; + border-spacing: 6px; + min-height: 50px; +} + +row > box.header > .icon:disabled { + filter: opacity(0.45); +} + +row > box.header > box.title { + margin-top: 6px; + margin-bottom: 6px; + border-spacing: 3px; + padding: 0; +} + +row > box.header > box.title, +row > box.header > box.title > .title, +row > box.header > box.title > .subtitle { + padding: 0; + font-weight: inherit; +} + +row > box.header > .prefixes, +row > box.header > .suffixes { + border-spacing: 6px; +} + +row > box.header > .icon:dir(ltr), +row > box.header > .prefixes:dir(ltr) { + margin-right: 6px; +} + +row > box.header > .icon:dir(rtl), +row > box.header > .prefixes:dir(rtl) { + margin-left: 6px; +} + +row.entry:not(:selected).activatable.focused:hover, row.entry:not(:selected).activatable.focused:active { + background-color: transparent; +} + +row.entry .edit-icon, row.entry .indicator { + min-width: 24px; + min-height: 24px; + padding: 5px; +} + +row.entry .edit-icon:disabled { + opacity: 0.5; +} + +row.entry .indicator { + opacity: 0.65; +} + +row.entry.monospace { + font-family: inherit; +} + +row.entry.monospace text { + font-family: monospace; +} + +row.entry.error text > selection:focus-within { + background-color: alpha(#F44336, 0.2); +} + +row.entry.error text > cursor-handle > contents { + background-color: currentColor; +} + +row.entry.warning text > selection:focus-within { + background-color: alpha(#FBC02D, 0.2); +} + +row.entry.warning text > cursor-handle > contents { + background-color: currentColor; +} + +row.entry.success text > selection:focus-within { + background-color: alpha(#66BB6A, 0.2); +} + +row.entry.success text > cursor-handle > contents { + background-color: currentColor; +} + +row.combo image.dropdown-arrow:disabled { + filter: opacity(0.45); +} + +row.combo listview.inline { + background: none; + border: none; + box-shadow: none; + color: inherit; +} + +row.combo listview.inline, row.combo listview.inline:disabled { + background: none; + color: inherit; +} + +row.combo popover > contents { + min-width: 120px; +} + +list.content > row, list.content > row.expander row.header, +list.boxed-list > row, +list.boxed-list > row.expander row.header, row.expander list.nested > row { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +list.content > row:not(:selected).activatable:hover, list.content > row.expander row.header:not(:selected).activatable:hover, +list.boxed-list > row:not(:selected).activatable:hover, +list.boxed-list > row.expander row.header:not(:selected).activatable:hover, row.expander list.nested > row:not(:selected).activatable:hover { + background-color: alpha(currentColor, 0.08); +} + +list.content > row:not(:selected).activatable:active, list.content > row.expander row.header:not(:selected).activatable:active, +list.boxed-list > row:not(:selected).activatable:active, +list.boxed-list > row.expander row.header:not(:selected).activatable:active, row.expander list.nested > row:not(:selected).activatable:active { + background-color: alpha(currentColor, 0.12); +} + +list.content > row:not(:selected).activatable.has-open-popup, list.content > row.expander row.header:not(:selected).activatable.has-open-popup, +list.boxed-list > row:not(:selected).activatable.has-open-popup, +list.boxed-list > row.expander row.header:not(:selected).activatable.has-open-popup, row.expander list.nested > row:not(:selected).activatable.has-open-popup { + background-color: alpha(currentColor, 0.03); +} + +row.expander { + background: none; + padding: 0px; +} + +row.expander > box > list { + background: none; + color: inherit; +} + +row.expander list.nested { + color: inherit; +} + +row.expander image.expander-row-arrow { + transition: -gtk-icon-transform 200ms cubic-bezier(0, 0, 0.2, 1); +} + +row.expander image.expander-row-arrow:dir(ltr) { + margin-left: 6px; +} + +row.expander image.expander-row-arrow:dir(rtl) { + margin-right: 6px; +} + +row.expander image.expander-row-arrow:dir(ltr) { + -gtk-icon-transform: rotate(0.5turn); +} + +row.expander image.expander-row-arrow:dir(rtl) { + -gtk-icon-transform: rotate(-0.5turn); +} + +row.expander image.expander-row-arrow:disabled { + filter: opacity(0.45); +} + +row.expander:checked image.expander-row-arrow { + -gtk-icon-transform: rotate(0turn); + opacity: 1; +} + +row.expander:checked image.expander-row-arrow:not(:disabled) { + color: #89b4fa; +} + +.osd row.expander:checked image.expander-row-arrow:not(:disabled) { + color: inherit; +} + +list.content > row.expander, +list.boxed-list > row.expander { + border: none; +} + +list.content > row:first-child, list.content > row:first-child.expander row.header, +list.boxed-list > row:first-child, +list.boxed-list > row:first-child.expander row.header { + border-top-left-radius: 6px; + border-top-right-radius: 6px; +} + +list.content > row:last-child, list.content > row:last-child.expander:not(:checked), list.content > row:last-child.expander:not(:checked) row.header, list.content > row:last-child.expander:checked list.nested, list.content > row:last-child.expander:checked list.nested > row:last-child, +list.boxed-list > row:last-child, +list.boxed-list > row:last-child.expander:not(:checked), +list.boxed-list > row:last-child.expander:not(:checked) row.header, +list.boxed-list > row:last-child.expander:checked list.nested, +list.boxed-list > row:last-child.expander:checked list.nested > row:last-child { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; + border-bottom-width: 0; +} + +columnview > listview > row { + padding: 0; +} + +columnview > listview > row > cell { + padding: 8px 6px; +} + +columnview > listview > row > cell:not(:first-child) { + border-left: 1px solid transparent; +} + +columnview.column-separators > listview > row > cell { + border-left-color: rgba(255, 255, 255, 0.12); +} + +columnview.data-table > listview > row > cell { + padding-top: 2px; + padding-bottom: 2px; +} + +treeexpander { + border-spacing: 6px; +} + +columnview row:not(:selected) cell editablelabel:not(.editing):focus-within { + outline: 2px solid alpha(currentColor, 0.06); +} + +columnview row:not(:selected) cell editablelabel.editing:focus-within { + outline: 2px solid #89b4fa; +} + +columnview row:not(:selected) cell editablelabel.editing text selection { + color: rgba(0, 0, 0, 0.87); + background-color: #89b4fa; +} + +/********************* + * App Notifications * + *********************/ +.app-notification { + margin: 6px; + border-spacing: 0; + padding: 0; + border: none; + background-image: none; +} + +.app-notification button.text-button:not(:disabled) { + color: #89b4fa; +} + +.app-notification > box > label { + margin-left: 9px; +} + +.app-notification.frame, +.app-notification border { + border: none; +} + +/************* + * Expanders * + *************/ +expander { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + min-width: 16px; + min-height: 16px; + color: rgba(255, 255, 255, 0.7); + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); +} + +expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); +} + +expander:hover, expander:active { + color: #FFFFFF; +} + +expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +expander:disabled { + color: rgba(255, 255, 255, 0.32); +} + +expander-widget > box > title { + border-radius: 6px; +} + +expander-widget > box > title:hover > expander { + color: rgba(255, 255, 255, 0.7); +} + +.navigation-sidebar:not(decoration):not(window):drop(active):focus, .navigation-sidebar:not(decoration):not(window):drop(active), +placessidebar:not(decoration):not(window):drop(active):focus, +placessidebar:not(decoration):not(window):drop(active), +stackswitcher:not(decoration):not(window):drop(active):focus, +stackswitcher:not(decoration):not(window):drop(active), +expander-widget:not(decoration):not(window):drop(active):focus, +expander-widget:not(decoration):not(window):drop(active) { + box-shadow: none; +} + +/************ + * Calendar * + ************/ +calendar { + padding: 0; + border: 1px solid rgba(255, 255, 255, 0.12); + border-radius: 6px; + color: #FFFFFF; +} + +calendar:disabled { + color: rgba(255, 255, 255, 0.5); +} + +calendar:selected { + border-radius: 6px; +} + +calendar > header { + padding: 3px; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +calendar > header > button { + min-height: 24px; +} + +calendar > grid { + margin: 3px; +} + +calendar > grid > label { + border-radius: 6px; + margin: 0; +} + +calendar > grid > label.today:selected { + box-shadow: none; +} + +calendar > grid > label:focus { + outline-style: none; +} + +calendar > grid > label.day-number { + padding: 6px; +} + +calendar > grid > label.day-number.other-month { + color: alpha(currentColor, 0.3); +} + +/*********** + * Dialogs * + ***********/ +window.messagedialog .response-area > box > button, window.dialog.message .dialog-action-area > button { + border-radius: 0; + min-height: 28px; + padding: 6px 12px; + margin: 0; + border: none; +} + +window.messagedialog .response-area > box > button:first-child, window.dialog.message .dialog-action-area > button:first-child { + border-radius: 0 0 0 12px; +} + +window.messagedialog .response-area > box > button:last-child, window.dialog.message .dialog-action-area > button:last-child { + border-radius: 0 0 12px 0; +} + +window.messagedialog .response-area > box > button:only-child, window.dialog.message .dialog-action-area > button:only-child { + border-radius: 0 0 12px 12px; +} + +window.dialog.message.background { + background-color: #313244; +} + +window.dialog.message box.dialog-vbox.vertical { + margin-top: 6px; + border-spacing: 24px; +} + +window.dialog.message box.dialog-vbox.vertical > box.vertical { + margin-bottom: 6px; +} + +window.dialog.message box.dialog-vbox.vertical > box > box > box > label.title { + font-weight: 800; + font-size: 15pt; +} + +window.dialog.message .titlebar { + min-height: 24px; + border-style: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #313244; + color: #FFFFFF; +} + +window.dialog.message .titlebar:backdrop { + background-color: #313244; + color: rgba(255, 255, 255, 0.7); +} + +window.dialog.message .dialog-action-area { + border-top: 1px solid rgba(255, 255, 255, 0.12); + margin: 0; + border-spacing: 0; +} + +window.dialog.message .dialog-action-area > button { + border: none; +} + +window.dialog.message .dialog-action-area > button:not(:last-child) { + border-right: 1px solid rgba(255, 255, 255, 0.12); +} + +window.dialog.message .dialog-action-area > button.suggested-action:not(:disabled) { + color: #89b4fa; +} + +window.dialog.message .dialog-action-area > button.destructive-action:not(:disabled) { + color: #F44336; +} + +window.aboutdialog.background.csd scrolledwindow.frame, window.aboutdialog.background.csd scrolledwindow.frame > viewport.view, window.aboutdialog.background.csd scrolledwindow.frame > textview.view, window.aboutdialog.background.csd scrolledwindow.frame > textview.view > text { + border-radius: 6px; +} + +/******************** + * AdwMessageDialog * + ********************/ +window.messagedialog { + background-color: #313244; + color: #FFFFFF; +} + +window.messagedialog .message-area { + padding: 24px 30px; + border-spacing: 10px; +} + +window.messagedialog .response-area > box > button.suggested { + color: #89b4fa; +} + +window.messagedialog .response-area > box > button.destructive { + color: #F44336; +} + +window.messagedialog.csd:not(.solid-csd) { + border-radius: 12px; +} + +window.messagedialog.csd:not(.solid-csd) .response-area > box.horizontal > button { + margin: 0; +} + +window.messagedialog.csd:not(.solid-csd) .response-area > box.horizontal > button:first-child { + margin-left: 0; +} + +window.messagedialog.csd:not(.solid-csd) .response-area > box.horizontal > button:last-child { + margin-right: 0; +} + +window.messagedialog.csd:not(.solid-csd) .response-area > box.vertical > button { + margin-top: 0; + margin-bottom: 0; +} + +window.messagedialog.csd:not(.solid-csd) .response-area > box.vertical > button:last-child { + border-bottom-left-radius: 12px; + border-bottom-right-radius: 12px; + margin-bottom: 0; +} + +filechooser .dialog-action-box { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +filechooser #pathbarbox { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; +} + +filechooser stack.view frame > border { + border: none; +} + +filechooserbutton > button > box { + border-spacing: 6px; +} + +filechooserbutton:drop(active) { + box-shadow: none; + border-color: transparent; +} + +/*********** + * Sidebar * + ***********/ +.sidebar { + border-style: none; + background-color: #11111b; +} + +.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { + border-right: 1px solid rgba(255, 255, 255, 0.12); + border-left-style: none; +} + +.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { + border-left: 1px solid rgba(255, 255, 255, 0.12); + border-right-style: none; +} + +.sidebar listview.view, +.sidebar list { + background-color: transparent; + color: inherit; +} + +paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { + border-style: none; +} + +leaflet.unfolded > box > stacksidebar.sidebar { + border: none; +} + +stacksidebar list { + padding: 6px; + background-color: #11111b; +} + +stacksidebar row { + min-height: 24px; + padding: 6px; + border-radius: 6px; +} + +stacksidebar row:selected { + font-weight: 500; +} + +stacksidebar row + row { + margin-top: 4px; +} + +stacksidebar row > label { + padding-left: 6px; + padding-right: 6px; + color: inherit; +} + +separator.sidebar { + background-color: rgba(255, 255, 255, 0.12); + border-right: none; +} + +separator.sidebar.selection-mode, .selection-mode separator.sidebar { + background-color: rgba(255, 255, 255, 0.12); +} + +/********************** + * Navigation Sidebar * + **********************/ +.navigation-sidebar { + padding: 4.5px 0; + border-right: none; +} + +.navigation-sidebar, .navigation-sidebar.view { + background-color: transparent; + color: inherit; +} + +.navigation-sidebar.background { + background-color: #11111b; + color: rgba(255, 255, 255, 0.7); +} + +.navigation-sidebar > separator { + margin: 4.5px 0; +} + +.navigation-sidebar > row { + min-height: 24px; + padding: 6px; + border-radius: 6px; + margin: 1.5px 6px; +} + +/**************** + * File chooser * + ****************/ +row image.sidebar-icon { + transition: color 75ms cubic-bezier(0, 0, 0.2, 1); + color: rgba(255, 255, 255, 0.7); +} + +row image.sidebar-icon:disabled { + color: rgba(255, 255, 255, 0.32); +} + +placessidebar > viewport.frame { + border-style: none; +} + +placessidebar list > separator { + margin: 3px 0; +} + +placessidebar row:selected { + font-weight: 500; +} + +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 { + color: inherit; +} + +placessidebar row label.sidebar-label:dir(ltr) { + padding-right: 2px; +} + +placessidebar row label.sidebar-label:dir(rtl) { + padding-left: 2px; +} + +placessidebar row.sidebar-placeholder-row { + background-color: alpha(currentColor, 0.08); +} + +placessidebar row.sidebar-new-bookmark-row { + color: #89b4fa; +} + +placessidebar row.sidebar-new-bookmark-row image.sidebar-icon { + color: #89b4fa; +} + +placessidebar row:drop(active) { + background-color: alpha(currentColor, 0.08); +} + +placesview .server-list-button > image { + transition: 200ms cubic-bezier(0, 0, 0.2, 1); + -gtk-icon-transform: rotate(0turn); +} + +placesview .server-list-button:checked > image { + transition: 200ms cubic-bezier(0, 0, 0.2, 1); + -gtk-icon-transform: rotate(-0.5turn); +} + +placesview > actionbar > revealer > box > label { + border-spacing: 6px; +} + +/********* + * Paned * + *********/ +paned > separator { + min-width: 1px; + min-height: 1px; + -gtk-icon-source: none; + border-style: none; + background-color: transparent; + background-image: image(#393947); + background-size: 1px 1px; + background-clip: content-box; + box-shadow: none; +} + +paned > separator.wide { + min-width: 6px; + min-height: 6px; + background-color: #1e1e2e; + background-image: image(#393947), image(#393947); + 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; +} + +/************ + * GtkVideo * + ************/ +video { + background: black; + border-radius: 6px; +} + +video image.osd { + min-width: 64px; + min-height: 64px; + border-radius: 9999px; + border: none; +} + +/************** + * GtkInfoBar * + **************/ +infobar > revealer > box { + padding: 6px; + border-spacing: 12px; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; +} + +infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { + background-color: #1e1e2e; + color: #FFFFFF; +} + +infobar.info > revealer > box button.text-button:not(:disabled):not(.suggested-action):not(.destructive-action), infobar.info:hover > revealer > box button.text-button:not(:disabled):not(.suggested-action):not(.destructive-action), infobar.info:backdrop > revealer > box button.text-button:not(:disabled):not(.suggested-action):not(.destructive-action) { + color: #89b4fa; +} + +infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + +infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { + color: rgba(0, 0, 0, 0.87); +} + +infobar.action > revealer > box *:link, infobar.action:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:backdrop > revealer > box *:link { + color: rgba(0, 0, 0, 0.87); +} + +infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { + background-color: #71a4f9; +} + +infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { + background-color: #FBC02D; + color: rgba(0, 0, 0, 0.87); +} + +infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { + color: rgba(0, 0, 0, 0.87); +} + +infobar.warning > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link { + color: rgba(0, 0, 0, 0.87); +} + +infobar.warning:hover > revealer > box { + background-color: #fbb814; +} + +infobar.error > revealer > box, infobar.error:backdrop > revealer > box { + background-color: #F44336; + color: #FFFFFF; +} + +infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { + color: #FFFFFF; +} + +infobar.error > revealer > box *:link, infobar.error:backdrop > revealer > box *:link { + color: #FFFFFF; +} + +infobar.error:hover > revealer > box { + background-color: #f32c1e; +} + +/************ + * Tooltips * + ************/ +tooltip { + padding: 6px 12px; + box-shadow: none; + border: none; +} + +tooltip.background { + background-color: rgba(11, 11, 18, 0.9); + color: #FFFFFF; + box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); + border-radius: 6px; + margin: 2px 6px 8px 6px; +} + +tooltip > box { + border-spacing: 6px; +} + +/***************** + * Color Chooser * + *****************/ +colorswatch.top { + border-top-left-radius: 6px; + border-top-right-radius: 6px; +} + +colorswatch.top overlay { + border-top-left-radius: 6px; + border-top-right-radius: 6px; +} + +colorswatch.bottom { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; +} + +colorswatch.bottom overlay { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; +} + +colorswatch.left, colorswatch:first-child:not(.top) { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; +} + +colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; +} + +colorswatch.right, colorswatch:last-child:not(.bottom) { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} + +colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} + +colorswatch.dark { + color: #FFFFFF; +} + +colorswatch.light { + color: rgba(0, 0, 0, 0.87); +} + +colorchooser colorswatch:hover { + transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: 0 0 0 2px #89b4fa; +} + +colorswatch#add-color-button { + border-radius: 6px 0 0 6px; + color: #FFFFFF; +} + +colorswatch#add-color-button:only-child { + border-radius: 6px; +} + +colorswatch#add-color-button overlay { + background-color: rgba(255, 255, 255, 0.04); +} + +colorswatch#add-color-button overlay:hover { + background-color: rgba(255, 255, 255, 0.12); + box-shadow: none; +} + +colorswatch#add-color-button overlay:active { + background-color: rgba(255, 255, 255, 0.3); +} + +colorswatch:disabled { + opacity: 0.5; +} + +colorswatch:disabled overlay { + box-shadow: none; +} + +colorswatch#editor-color-sample { + border-radius: 6px; +} + +colorswatch#editor-color-sample overlay { + border-radius: 6px; +} + +colorswatch#editor-color-sample overlay:hover { + box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -0.6px rgba(0, 0, 0, 0.17); +} + +colorchooser .popover.osd { + transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); + border-radius: 6px; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #313244; +} + +colorchooser .popover.osd:backdrop { + box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); +} + +/******** + * Misc * + ********/ +.content-view { + background-color: #1e1e2e; +} + +/********************** + * Window Decorations * + **********************/ +window { + border: none; +} + +window.csd { + border-radius: 12px; + outline-offset: -1px; + outline: 1px solid rgba(255, 255, 255, 0.1); + margin: 0; + box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75), 0 0 36px transparent; +} + +window.csd:backdrop { + transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75), 0 0 36px transparent; +} + +window.csd.maximized, window.csd.fullscreen, window.csd.tiled, window.csd.tiled-top, window.csd.tiled-right, window.csd.tiled-bottom, window.csd.tiled-left { + border-radius: 0; + transition: none; +} + +window.solid-csd { + margin: 0; + padding: 2px; + border-radius: 0; + background-color: #11111b; + border: 1px solid #393947; +} + +window.solid-csd:backdrop { + background-color: #1e1e2e; +} + +window.ssd { + box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12); +} + +windowcontrols button:not(.suggested-action):not(.destructive-action) { + min-height: 16px; + min-width: 16px; + padding: 0; + margin: 0 4px; +} + +windowcontrols button.minimize:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:not(.suggested-action):not(.destructive-action), windowcontrols button.close:not(.suggested-action):not(.destructive-action) { + color: transparent; +} + +windowcontrols button.minimize:not(.suggested-action):not(.destructive-action) image, windowcontrols button.maximize:not(.suggested-action):not(.destructive-action) image, windowcontrols button.close:not(.suggested-action):not(.destructive-action) image { + padding: 0; +} + +windowcontrols button.minimize:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.close:hover:not(.suggested-action):not(.destructive-action) { + box-shadow: none; +} + +windowcontrols button.minimize:active:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:active:not(.suggested-action):not(.destructive-action), windowcontrols button.close:active:not(.suggested-action):not(.destructive-action) { + box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.25); +} + +windowcontrols button.minimize:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.minimize:active:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:active:not(.suggested-action):not(.destructive-action), windowcontrols button.close:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.close:active:not(.suggested-action):not(.destructive-action) { + color: rgba(0, 0, 0, 0.5); +} + +windowcontrols button.minimize:backdrop:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:backdrop:not(.suggested-action):not(.destructive-action), windowcontrols button.close:backdrop:not(.suggested-action):not(.destructive-action) { + background-color: rgba(255, 255, 255, 0.3); +} + +windowcontrols button.minimize:backdrop:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.minimize:backdrop:active:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:backdrop:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:backdrop:active:not(.suggested-action):not(.destructive-action), windowcontrols button.close:backdrop:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.close:backdrop:active:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.5); +} + +windowcontrols button.minimize:not(.suggested-action):not(.destructive-action) { + background-color: #f9e2af; +} + +windowcontrols button.minimize:active:not(.suggested-action):not(.destructive-action) { + background-color: #fbe9c3; +} + +windowcontrols button.maximize:not(.suggested-action):not(.destructive-action) { + background-color: #a6e3a1; +} + +windowcontrols button.maximize:active:not(.suggested-action):not(.destructive-action) { + background-color: #bceab9; +} + +windowcontrols button.close:not(.suggested-action):not(.destructive-action) { + background-color: #f38ba8; +} + +windowcontrols button.close:active:not(.suggested-action):not(.destructive-action) { + background-color: #f6a8be; +} + +windowcontrols { + border-spacing: 6px; +} + +windowcontrols:not(.empty).start:dir(ltr), windowcontrols:not(.empty).end:dir(rtl) { + margin-right: 9px; + margin-left: 9px; +} + +windowcontrols:not(.empty).start:dir(rtl), windowcontrols:not(.empty).end:dir(ltr) { + margin-left: 9px; + margin-right: 9px; +} + +.view:selected, iconview:selected, gridview > child:selected, columnview.view:selected, +treeview.view:selected, calendar:selected, calendar > grid > label.day-number:selected { + background-color: alpha(currentColor, 0.06); +} + +flowbox > flowboxchild:selected, calendar > grid > label.today { + color: #89b4fa; + background-color: rgba(137, 180, 250, 0.2); +} + +textview text selection:focus, textview text selection, label > selection, +entry > text > selection, spinbutton > text > selection, +entry headerbar popover.background entry > text > selection, +headerbar popover.background entry entry > text > selection, calendar > grid > label.today:selected { + color: rgba(0, 0, 0, 0.87); + background-color: #89b4fa; +} + +/********************** + * Touch Copy & Paste * + **********************/ +cursor-handle { + color: #89b4fa; + -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); +} + +cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { + padding-top: 6px; +} + +shortcuts-section { + margin: 20px; +} + +.shortcuts-search-results { + margin: 20px; + border-spacing: 24px; +} + +shortcut { + border-spacing: 6px; +} + +shortcut > .keycap { + min-width: 12px; + min-height: 26px; + margin-top: 2px; + padding-bottom: 2px; + padding-left: 8px; + padding-right: 8px; + border: solid 1px rgba(255, 255, 255, 0.12); + border-radius: 7px; + box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12); + background-color: #313244; + color: #FFFFFF; + font-size: smaller; +} + +:not(decoration):not(window):drop(active) { + caret-color: #89b4fa; +} + +stackswitcher { + min-height: 0; + padding: 3px; + margin: 6px 0; + border-radius: 9px; + background-color: rgba(255, 255, 255, 0.04); + border: none; +} + +stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { + margin: 0 0; + background-color: transparent; + border-radius: 6px; + padding: 3px 10px; +} + +stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { + min-width: 100px; +} + +stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):focus:not(:hover):not(:checked) { + box-shadow: none; +} + +stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):hover { + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; + outline: 0 solid transparent; +} + +stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):active { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; + animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); + background-size: 0% 0%; + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; + outline: 0 solid transparent; +} + +stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, background-color 0ms; + background-color: rgba(255, 255, 255, 0.15); + color: #FFFFFF; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); +} + +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 * + *************/ +.lowres-icon { + -gtk-icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); +} + +.icon-dropshadow { + -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 1px 6px rgba(0, 0, 0, 0.1); +} + +/********* + * Emoji * + *********/ +popover.emoji-picker { + padding: 0; +} + +popover.emoji-picker > contents { + padding: 0; +} + +.emoji-searchbar { + padding: 6px; + border-spacing: 6px; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + background: none; +} + +.emoji-searchbar entry text { + background: none; + box-shadow: none; +} + +.emoji-toolbar { + padding: 0; + border-spacing: 3px; + border-top: 1px solid rgba(255, 255, 255, 0.12); + background: none; +} + +button.emoji-section { + margin: 0; + padding: 6px; + border-radius: 6px; +} + +button.emoji-section:checked { + color: #89b4fa; +} + +popover.emoji-picker emoji { + font-size: x-large; + padding: 6px; + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + border-radius: 6px; +} + +popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { + background: alpha(currentColor, 0.08); +} + +emoji-completion-row { + min-height: 28px; + padding: 0 12px; +} + +emoji-completion-row > box { + border-spacing: 6px; + padding: 2px 6px; +} + +emoji-completion-row:focus, emoji-completion-row:hover, +emoji-completion-row emoji:hover, emoji-completion-row emoji:focus { + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; +} + +popover.entry-completion > contents { + padding: 0; +} + +.nautilus-window placesview label { + color: rgba(255, 255, 255, 0.7); +} + +.nautilus-window .floating-bar { + min-height: 32px; + padding: 0; + margin: 6px; + border-style: none; + border-radius: 6px; + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); + box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); +} + +.nautilus-window .floating-bar button { + margin: 4px; + color: rgba(0, 0, 0, 0.87); +} + +#NautilusQueryEditor > menubutton > button.image-button { + min-width: 24px; + min-height: 24px; +} + +#NautilusQueryEditor > text, #NautilusQueryEditor > box, #NautilusQueryEditor > menubutton > button.image-button { + margin: 6px 0; +} + +#NautilusQueryEditorTag { + background-color: rgba(255, 255, 255, 0.12); +} + +#NautilusQueryEditorTag > button.image-button { + margin: 0; + padding: 0; +} + +#NautilusPathBar { + background-color: rgba(255, 255, 255, 0.04); + border-radius: 6px; + margin: 6px 0; +} + +#NautilusPathButton { + margin: 0 3px; + border-radius: 6px; +} + +#NautilusPathButton.current-dir { + color: #FFFFFF; +} + +#NautilusPathButton.current-dir:hover, #NautilusPathButton.current-dir:active { + background: none; + box-shadow: none; +} + +#NautilusPathButton:first-child { + margin-left: 0; +} + +#NautilusViewCell clamp box { + margin: 0; + border-spacing: 0; +} + +window.dialog > box > stack > box > box > notebook.frame { + border-width: 0 0 0 1px; + border-radius: 0; +} + +.display-container.card { + border-radius: 0; + box-shadow: none; + border-width: 0 0 1px 0; +} + +.display-container .history-view { + background-color: #1e1e2e; +} + +.display-container #displayitem { + padding: 0 12px 8px 0; + font-size: 1.4em; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +.math-buttons button { + font-size: 1.1em; + padding: 2px 6px; +} + +.math-buttons button.text-button { + padding-left: 16px; + padding-right: 16px; +} + +leaflet button.number-button { + background-color: rgba(255, 255, 255, 0.1); +} + +leaflet button.number-button:hover { + background-color: rgba(255, 255, 255, 0.2); +} + +leaflet button.number-button:active { + background-color: rgba(255, 255, 255, 0.3); +} + +label.primary-label, label.month-name, label.secondary-label { + font-size: 16pt; + font-weight: bold; + padding: 12px; +} + +label.primary-label, label.month-name { + color: #89b4fa; +} + +label.secondary-label { + color: rgba(255, 255, 255, 0.5); +} + +calendar-view { + font-size: 10pt; +} + +calendar-view:selected { + color: #89b4fa; + font-weight: bold; +} + +calendar-view.header, +label.header { + font-size: 10pt; + font-weight: bold; + color: rgba(255, 255, 255, 0.5); +} + +calendar-view.current, +weekgrid.current { + background-color: alpha(#89b4fa, 0.3); +} + +popover.events { + background-color: #1e1e2e; + padding: 0; +} + +popover.events box { + border-top-left-radius: 6px; + border-top-right-radius: 6px; +} + +popover.events list { + background-color: #1e1e2e; + border-radius: 6px; +} + +popover.events scrolledwindow { + border-width: 0; +} + +popover.events button { + border-radius: 6px; + border-top-left-radius: 0; + border-top-right-radius: 0; + border-style: solid none none; + box-shadow: none; +} + +event { + margin: 1px; + font-size: 0.9rem; +} + +event widget.content { + margin: 4px; +} + +event.timed, event:not(.slanted):not(.slanted-start):not(.slanted-end) { + border-radius: 6px; +} + +event.timed widget.edge { + border-radius: 3px; + min-width: 5px; +} + +event.slanted-start, event.slanted-end:dir(rtl) { + padding-left: 16px; + border-radius: 0 3px 3px 0; +} + +event.slanted-end, event.slanted-start:dir(rtl) { + padding-right: 16px; + border-radius: 3px 0 0 3px; +} + +event:not(.timed).color-dark { + color: white; + outline-color: rgba(0, 0, 0, 0.3); +} + +event.timed, event:not(.timed).color-light { + color: alpha(black, 0.75); + outline-color: rgba(255, 255, 255, 0.5); +} + +popover.event-popover, +popover.event-popover > contents { + padding: 0; +} + +.search-viewport { + background-color: #1e1e2e; +} + +.calendar-list { + background-color: transparent; +} + +.calendar-list > list { + border-radius: 4px; +} + +.sources-button { + margin-top: 0; + margin-bottom: 0; + border-radius: 0; + border-top-style: none; + border-bottom-style: none; +} + +.sources-button:hover:not(:backdrop) { + background-image: none; + text-shadow: none; +} + +.calendar-color-image { + -gtk-icon-filter: none; +} + +image.calendar-color-image, +button:active:not(:backdrop) .calendar-color-image, +button:checked:not(:backdrop) .calendar-color-image, +.calendars-list .calendar-color-image:not(:backdrop):not(:disabled), +.calendar-list .calendar-color-image:not(:backdrop):not(:disabled), +.sources-button:not(:backdrop):not(:disabled) .calendar-color-image { + -gtk-icon-shadow: 0 1px alpha(black, 0.1); +} + +datechooser navigator { + margin-right: 6px; + margin-left: 6px; + margin-bottom: 6px; +} + +datechooser navigator label { + font-weight: bold; +} + +datechooser navigator button, datechooser navigator button.image-button { + min-height: 36px; + min-width: 36px; + padding: 0; +} + +datechooser .weeknum, datechooser .weekday { + color: rgba(255, 255, 255, 0.5); + font-size: smaller; +} + +datechooser button.day { + font-size: 10pt; + font-weight: normal; + margin: 3px; + padding: 0; + min-height: 36px; + min-width: 36px; + transition: none; +} + +datechooser button.day dot { + background-color: #FFFFFF; + border-radius: 50%; + min-height: 3px; + min-width: 3px; +} + +datechooser button.day:selected, datechooser button.day.today:selected { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); + font-weight: bold; +} + +datechooser button.day:selected dot, datechooser button.day.today:selected dot { + background-color: rgba(0, 0, 0, 0.87); +} + +datechooser button.day.today { + color: #89b4fa; +} + +datechooser button.day.today dot { + background-color: #89b4fa; +} + +datechooser button.day.other-month:not(:hover), datechooser button.day.other-month:backdrop { + color: alpha(currentColor, 0.1); +} + +datechooser button.day.other-month:not(:hover) dot, datechooser button.day.other-month:backdrop dot { + background-color: alpha(currentColor, 0.1); +} + +datechooser button.day.other-month:hover:not(:backdrop) { + color: rgba(255, 255, 255, 0.5); +} + +datechooser button.day.other-month:hover:not(:backdrop) dot { + background-color: rgba(255, 255, 255, 0.5); +} + +.week-header { + padding: 0; +} + +.week-header > box:first-child { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +.week-header .week-number { + font-size: 16pt; + font-weight: bold; + padding: 12px 12px 18px 12px; + color: rgba(255, 255, 255, 0.3); +} + +.week-header.week-temperature { + font-size: 10pt; + font-weight: bold; + color: rgba(255, 255, 255, 0.5); +} + +.week-header.lines { + color: rgba(255, 255, 255, 0.12); +} + +weekhourbar > label { + font-size: 10pt; + padding: 4px 6px; +} + +.week-view .lines { + color: rgba(255, 255, 255, 0.12); +} + +weekgrid > widget.now-strip { + background-color: alpha(#89b4fa, 0.8); + margin: 0 0 0 1px; + min-height: 3px; +} + +weekgrid:selected, weekgrid.dnd, +.week-header:selected, +.week-header.dnd { + background-color: alpha(#89b4fa, 0.25); +} + +monthcell { + border: solid 1px rgba(255, 255, 255, 0.12); + border-width: 1px 0 0 1px; + background-color: transparent; + transition: background-color 200ms; +} + +monthcell:hover:not(.out-of-month):not(.today) { + background-color: #11111b; + transition: background-color 200ms; + color: #FFFFFF; +} + +monthcell:selected { + background-color: alpha(#89b4fa, 0.1); +} + +monthcell:selected:hover { + background-color: alpha(#89b4fa, 0.2); +} + +monthcell:selected label.day-label { + font-weight: bold; +} + +monthcell:nth-child(7n + 1) { + border-left-width: 0; +} + +monthcell.today { + background-color: alpha(#89b4fa, 0.2); +} + +monthcell.today:hover { + background-color: alpha(#89b4fa, 0.3); + color: #89b4fa; +} + +monthcell.today:selected { + background-color: alpha(#89b4fa, 0.25); +} + +monthcell.today:selected:hover { + background-color: alpha(#89b4fa, 0.35); +} + +monthcell label { + color: #FFFFFF; + font-size: 0.9rem; +} + +monthcell label.day-label { + font-size: 1rem; +} + +monthcell.out-of-month { + background-color: rgba(255, 255, 255, 0.04); +} + +monthcell.out-of-month label { + color: rgba(255, 255, 255, 0.7); +} + +monthcell button { + padding: 0 6px; + border-radius: 0; + border-bottom: none; + border-right: none; +} + +monthpopover > box { + margin: 0; + padding: 0; + background-color: transparent; +} + +.notes-section box > textview { + border-radius: 6px; + padding: 6px; +} + +.notes-section box > textview > text { + background: none; +} + +agenda-view list > row { + padding: 2px 12px; +} + +agenda-view list > label { + padding: 6px 12px; +} + +label.no-events { + font-style: italic; +} + +searchbutton > popover > arrow { + background: none; + border: none; +} + +datechooser { + padding: 6px; +} + +datechooser .current-week { + background: alpha(#11111b, 0.7); + color: #FFFFFF; + border-radius: 6px; +} + +menubutton stack > box { + border-spacing: 6px; +} + +.contacts-contact-list list.navigation-sidebar { + background: none; +} + +.details-page { + margin: 24px 0px; +} + +.installed-overlay-box { + font-size: smaller; + background-color: #89b4fa; + border-radius: 0; + color: rgba(0, 0, 0, 0.87); + text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); +} + +screenshot-carousel box.frame { + border-width: 1px 0; + border-radius: 0; +} + +screenshot-carousel button, +.featured-carousel button { + margin: 12px; +} + +.screenshot-image-main .image1, +.screenshot-image-main .image2 { + margin-top: 6px; + margin-bottom: 12px; + margin-left: 6px; + margin-right: 6px; +} + +.app-tile-label { + font-size: 105%; +} + +.review-textbox { + padding: 6px; +} + +.origin-rounded-box { + background-color: rgba(255, 255, 255, 0.12); + border-radius: 9999px; + padding: 4px; +} + +.origin-beta { + color: #FBC02D; +} + +.origin-button > button { + padding: 3px 9px; +} + +button.card.category-tile { + padding: 21px; + border: none; + border-radius: 6px; + min-width: 140px; + font-weight: 900; + font-size: larger; +} + +button.card.category-tile.category-tile-iconless { + padding: 9px 15px; + min-width: 130px; + font-size: 105%; + font-weight: normal; +} + +button.card.category-tile.category-create { + background: linear-gradient(180deg, #ce8cd7 0%, #2861c6 100%); + color: white; +} + +button.card.category-tile.category-create:hover { + background: linear-gradient(180deg, shade(#ce8cd7, 1.07) 0%, shade(#2861c6, 1.1) 100%); + color: white; +} + +button.card.category-tile.category-create:active { + background: linear-gradient(180deg, shade(#ce8cd7, 0.95) 0%, shade(#2861c6, 0.95) 100%); + color: white; +} + +button.card.category-tile.category-develop { + background: #5e5c64; + color: white; +} + +button.card.category-tile.category-develop:hover { + background: shade(#5e5c64, 1.2); + color: white; +} + +button.card.category-tile.category-develop:active { + background-color: shade(#5e5c64, 0.95); + color: white; +} + +button.card.category-tile.category-learn { + background: linear-gradient(180deg, #2ec27e 30%, #27a66c 100%); + color: white; +} + +button.card.category-tile.category-learn:hover { + background: linear-gradient(180deg, shade(#2ec27e, 1.06) 30%, shade(#27a66c, 1.06) 100%); + color: white; +} + +button.card.category-tile.category-learn:active { + background: linear-gradient(180deg, shade(#2ec27e, 0.95) 30%, shade(#27a66c, 0.95) 100%); + color: white; +} + +button.card.category-tile.category-play { + background: linear-gradient(75deg, #f9e2a7 0%, #eb5ec3 50%, #6d53e0 100%); + color: #393484; +} + +button.card.category-tile.category-play:hover { + background: linear-gradient(75deg, shade(#f9e2a7, 1.07) 0%, shade(#eb5ec3, 1.07) 50%, shade(#6d53e0, 1.07) 100%); + color: #393484; +} + +button.card.category-tile.category-play:active { + background: linear-gradient(75deg, shade(#f9e2a7, 0.97) 0%, shade(#eb5ec3, 0.95) 50%, shade(#6d53e0, 1.07) 100%); + color: #393484; +} + +button.card.category-tile.category-socialize { + background: linear-gradient(90deg, #ef4e9b 0%, #f77466 100%); + color: rgba(255, 255, 255, 0.7); +} + +button.card.category-tile.category-socialize:hover { + background: linear-gradient(90deg, shade(#ef4e9b, 1.08) 0%, shade(#f77466, 1.08) 100%); +} + +button.card.category-tile.category-socialize:active { + background: linear-gradient(90deg, shade(#ef4e9b, 0.95) 0%, shade(#f77466, 0.95) 100%); +} + +button.card.category-tile.category-work { + padding: 1px; + /* FIXME: work around https://gitlab.gnome.org/GNOME/gtk/-/issues/4324 */ + color: #1c71d8; + background-color: #fdf8d7; + background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); + background-size: 10px 10px, 10px 10px; + background-position: -1px -4px, center -1px; +} + +button.card.category-tile.category-work:hover { + color: #1c71d8; + background-color: #fefcef; + background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); +} + +button.card.category-tile.category-work:active { + color: #1c71d8; + background-color: #fcf4bf; + background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); +} + +clamp.medium .category-tile:not(.category-tile-iconless), +clamp.large .category-tile:not(.category-tile-iconless) { + font-size: larger; +} + +.featured-tile { + all: unset; + padding: 0; + box-shadow: none; + color: #FFFFFF; +} + +.featured-tile label.title-1 { + margin-top: 6px; + margin-bottom: 6px; +} + +.featured-tile.narrow label.title-1 { + font-size: 16pt; +} + +.application-details-infobar, .application-details-infobar.info { + background-color: rgba(255, 255, 255, 0.04); + color: #FFFFFF; + border: 1px solid rgba(255, 255, 255, 0.12); +} + +.application-details-infobar.warning { + background-color: #FBC02D; + color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(0, 0, 0, 0.12); +} + +@keyframes install-progress-unknown-move { + 0% { + background-position: 0%; + } + 50% { + background-position: 100%; + } + 100% { + background-position: 0%; + } +} + +.application-details-description .button { + padding-left: 24px; + padding-right: 24px; +} + +.install-progress { + background-image: linear-gradient(to top, #89b4fa 2px, alpha(#89b4fa, 0) 2px); + background-repeat: no-repeat; + background-position: 0 bottom; + background-size: 0; + transition: none; +} + +.install-progress:dir(rtl) { + background-position: 100% bottom; +} + +.review-row > * { + margin: 12px; +} + +.review-row button { + font-size: smaller; +} + +.review-row .vote-buttons button { + margin-right: -1px; +} + +.review-row .vote-buttons button:not(:first-child) { + border-image: linear-gradient(to top, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)) 0 0 0 1/5px 0 5px 1px; +} + +.review-row .vote-buttons button:hover, +.review-row .vote-buttons button:active, +.review-row .vote-buttons button:hover + button, +.review-row .vote-buttons button:active + button { + border-image: none; +} + +review-bar { + color: rgba(255, 255, 255, 0.5); + background-image: none; + background-color: rgba(255, 255, 255, 0.3); +} + +.review-histogram star-image { + color: rgba(255, 255, 255, 0.5); +} + +.version-arrow-label { + font-size: x-small; +} + +.overview-more-button { + font-size: smaller; + padding: 0 16px; +} + +.app-row-origin-text { + font-size: smaller; +} + +.app-listbox-header { + padding: 6px; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +.image-list { + background-color: transparent; +} + +box.star { + background-color: transparent; + background-image: none; +} + +button.star { + outline-offset: 0; + background-color: transparent; + background-image: none; + border-image: none; + border-radius: 0; + border-width: 0; + padding: 0; + box-shadow: none; + outline-offset: -1px; +} + +star-image { + color: #FFD600; +} + +.dimmer-label { + opacity: 0.25; +} + +.update-failed-details { + font-family: Monospace; + font-size: smaller; + padding: 16px; +} + +.upgrade-banner { + padding: 0px; + border-radius: 6px; + border: none; +} + +.upgrade-banner-background { + background: linear-gradient(to bottom, #66BB6A, #89b4fa); + color: white; +} + +.upgrade-buttons #button_upgrades_install { + padding-left: 16px; + padding-right: 16px; +} + +scrolledwindow.list-page > viewport > clamp > box { + margin: 24px 12px; + border-spacing: 24px; +} + +.update-preferences preferencesgroup > box > box { + margin-top: 18px; +} + +.section > label:not(:first-child) { + margin-top: 6px; +} + +.section > box:not(:first-child) { + margin-top: 12px; +} + +clamp.status-page { + margin: 36px 12px; +} + +clamp.status-page .iconbox { + min-height: 128px; + min-width: 128px; +} + +clamp.status-page .icon { + color: rgba(255, 255, 255, 0.5); + min-height: 32px; + min-width: 32px; +} + +clamp.status-page .icon:not(:last-child) { + margin-bottom: 36px; +} + +clamp.status-page .title:not(:last-child) { + margin-bottom: 12px; +} + +app-context-bar .context-tile { + border: 1px solid rgba(255, 255, 255, 0.12); + background-color: transparent; + border-radius: 0; + padding: 24px 12px 21px 12px; + outline-offset: 5px; + transition-property: outline, outline-offset, background-image; + border-bottom: none; + border-right: none; +} + +app-context-bar .context-tile:hover { + background-image: none; + background-color: alpha(currentColor, 0.08); +} + +app-context-bar .context-tile.keyboard-activating, app-context-bar .context-tile:active { + background-color: alpha(currentColor, 0.12); +} + +app-context-bar .context-tile:focus:focus-visible { + outline-offset: -1px; +} + +app-context-bar.horizontal box:first-child .context-tile:first-child, app-context-bar.vertical .context-tile:first-child { + border-left: none; +} + +app-context-bar.horizontal .context-tile, app-context-bar.vertical box:first-child .context-tile { + border-top: none; +} + +app-context-bar > box:not(:first-child) > button.flat { + border-radius: 0; +} + +app-context-bar > box:not(:first-child) > button.flat:last-child { + border-radius: 0 6px 6px 0; +} + +app-context-bar > box:first-child > button.flat { + border-radius: 0; +} + +app-context-bar > box:first-child > button.flat:first-child { + border-radius: 6px 0 0 6px; +} + +app-context-bar > box > button.flat { + border-left-color: rgba(255, 255, 255, 0.12); +} + +carousel.card { + border: none; + background-color: rgba(255, 255, 255, 0.04); +} + +.context-tile-lozenge { + min-height: 28px; + min-width: 28px; + padding: 6px; + font-size: 18px; + font-weight: bold; + border-radius: 9999px; +} + +.context-tile-lozenge.large { + font-size: 24px; + padding: 16px; + min-width: 24px; + /* 60px minus the left and right padding */ + min-height: 24px; + /* 60px minus the top and bottom padding */ +} + +.context-tile-lozenge.wide-image image { + margin-top: -28px; + margin-bottom: -28px; +} + +.context-tile-lozenge image { + -gtk-icon-style: symbolic; +} + +.context-tile-lozenge.grey { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.12); +} + +.context-tile-lozenge.green, .context-tile-lozenge.details-rating-0 { + color: #419345; + background-color: rgba(102, 187, 106, 0.15); +} + +.context-tile-lozenge.blue, .context-tile-lozenge.details-rating-5 { + color: #89b4fa; + background-color: rgba(137, 180, 250, 0.15); +} + +.context-tile-lozenge.yellow, .context-tile-lozenge.details-rating-12 { + color: #d79b04; + background-color: rgba(251, 192, 45, 0.15); +} + +.context-tile-lozenge.details-rating-15 { + color: #FF8A65; + background-color: rgba(255, 138, 101, 0.15); +} + +.context-tile-lozenge.red, .context-tile-lozenge.details-rating-18 { + color: #d2190b; + background-color: rgba(244, 67, 54, 0.15); +} + +.eol-red { + font-weight: bold; + color: #F44336; +} + +window.narrow .app-title { + font-size: 16pt; +} + +window.narrow .app-developer { + font-size: small; +} + +.install-progress-label { + font-size: smaller; + font-feature-settings: "tnum"; +} + +scrolledwindow.fake-adw-status-page > viewport > box { + margin: 36px 12px; +} + +scrolledwindow.fake-adw-status-page > viewport > box > clamp:not(:last-child) > box { + margin-bottom: 36px; +} + +scrolledwindow.fake-adw-status-page > viewport > box > clamp > box > .icon:not(:last-child) { + margin-bottom: 36px; +} + +scrolledwindow.fake-adw-status-page > viewport > box > clamp > box > .title:not(:last-child) { + margin-bottom: 12px; +} + +statuspage.icon-dropshadow image.icon { + -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.1); +} + +window.info scrollbar.vertical { + margin-top: 48px; + background: none; + box-shadow: none; +} + +window.info scrollbar.vertical trough { + margin-top: 0; +} + +row.app > box.header { + margin-left: 12px; + margin-right: 12px; +} + +row.app > box.header { + border-spacing: 12px; +} + +row.app > box.header > image { + margin-top: 12px; + margin-bottom: 12px; +} + +row.app label.warning { + color: #F44336; +} + +@keyframes pre-delay { + from { + opacity: 0; + } + to { + opacity: 0; + } +} + +@keyframes fade-in { + from { + filter: opacity(0%); + } +} + +/* Give a fade-in animation to spinners. */ +spinner.fade-in:checked { + animation: pre-delay 0.5s linear 1, fade-in 1s linear 1, spin 1s linear infinite; + animation-delay: 0s, 0.5s, 0.5s; +} + +window > contents > leaflet > box > stack.background { + background-color: transparent; + background-image: linear-gradient(to bottom, transparent, transparent 48px, #1e1e2e 48px, #1e1e2e); +} + +@define-color weather_temp_chart_fill_color rgba(251, 192, 45, 0.5); +@define-color weather_temp_chart_stroke_color #f0ad05; +@define-color weather_thermometer_warm_color #FBC02D; +@define-color weather_thermometer_cold_color #89b4fa; +#places-label { + font-weight: bold; +} + +#temperature-label { + font-size: 32pt; + font-weight: 900; + margin-left: 9px; +} + +#conditions-grid *:backdrop { + color: rgba(255, 255, 255, 0.7); +} + +.content-view.cell { + font-weight: bold; +} + +#locationEntry { + margin: 6px; +} + +.weather-popover { + margin-top: 6px; +} + +.forecast-card { + transition: border-radius 100ms ease-out; + border-radius: 6px; +} + +.forecast-card separator { + background-color: rgba(255, 255, 255, 0.12); +} + +#daily-forecast-box > separator:last-child { + background-color: transparent; + min-width: 0; +} + +#conditions-grid, +#attributionGrid { + margin-left: 18px; + margin-right: 18px; +} + +#weather-page .small .forecast-card { + margin-left: 0; + margin-right: 0; + border-radius: 0; + border-width: 1px 0; +} + +.forecast-temperature-label { + font-weight: bold; + color: #ae7b03; +} + +WeatherThermometer { + margin-bottom: 12px; +} + +WeatherThermometer > label.high { + font-weight: bold; + color: #FBC02D; +} + +WeatherThermometer > label.low { + font-weight: bold; + color: #89b4fa; +} + +.forecast-button { + margin: 0 12px; +} + +.forecast-graphic { + margin: 18px; +} + +button.osd.circular { + border-radius: 9999px; + min-width: 24px; + min-height: 24px; +} + +button.osd.circular > image { + padding: 0; +} + +scrolledwindow.inline list, +scrolledwindow.inline listview { + background: none; + color: inherit; +} + +scrolledwindow.inline undershoot.top { + box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); +} + +.search-view { + background-color: #1e66f5; + color: #FFFFFF; +} + +.search-view menubutton button:focus:focus-visible { + outline-color: rgba(255, 255, 255, 0.3); +} + +image.circular { + min-width: 36px; + min-height: 36px; + padding: 0; + border-radius: 9999px; +} + +.large-button { + padding: 6px; +} + +.alarm-time { + font-size: 2.5em; + font-weight: 300; +} + +.clocks-ampm-toggle-button, +.clocks-secondary-standalone-label { + font-size: 18pt; +} + +.clocks-standalone-label, +.clocks-ringing-label { + font-size: 6em; + font-weight: 300; +} + +.clocks-ringing-title { + font-size: 1.5em; + font-weight: bold; +} + +.clocks-alarm-setup-time { + font-size: 32pt; +} + +.clocks-timer-label, +.clocks-spinbutton { + font-size: 48pt; +} + +.timer-panel .timer-header { + font-size: 20pt; + font-weight: 300; +} + +.timer-countdown { + font-size: 40pt; + font-weight: 300; +} + +/* Stopwatch Panel */ +.lap-time { + font-weight: bold; +} + +.stopped-stopwatch label, +.running-stopwatch label, +.paused-stopwatch label { + font-size: 70px; + font-weight: lighter; +} + +.stopped-stopwatch .seconds-label { + font-weight: 300; +} + +.running-stopwatch .seconds-label, +.running-stopwatch .miliseconds-label { + color: #89b4fa; +} + +.stopped-stopwatch .miliseconds-label, +.running-stopwatch .miliseconds-label, +.paused-stopwatch .miliseconds-label { + font-size: 50px; +} + +.running-stopwatch .seconds-label, +.paused-stopwatch .seconds-label { + font-weight: 300; +} + +.clock-location { + font-weight: bolder; +} + +.hidden { + opacity: 0; +} + +.clock-time { + font-size: 2em; + padding: 0.2em 0.5em; + border-radius: 1em; +} + +.none .clock-time { + background: alpha(currentColor, 0.2); +} + +.night .clock-time { + color: #1e66f5; + background-color: alpha(#89b4fa, 0.25); +} + +.naut .clock-time, +.astro .clock-time { + color: #FF7043; + background-color: alpha(#FF8A65, 0.25); +} + +.civil .clock-time, +.day .clock-time { + color: #FFD600; + background: alpha(#FBC02D, 0.25); +} + +headerbar splitbutton notification button { + margin: 0; + min-height: 24px; + min-width: 24px; + padding: 0; +} + +popover.background.global-search > arrow, popover.background.global-search > contents { + padding: 0; +} + +panelframeswitcher { + padding: 3px; +} + +.frameheader.header { + min-height: 24px; + background-color: #11111b; +} + +.frameheader.header > button { + border: none; + margin: 0; + padding: 3px; +} + +.frameheader.header tabbar.inline > revealer > box { + min-height: 24px; +} + +.frameheader.header tabbar.inline > revealer > box .start-action { + padding: 0; + border: none; +} + +.frameheader.header tabbar.inline > revealer > box .end-action { + padding: 0; + border-left: 1px solid rgba(255, 255, 255, 0.12); +} + +.frameheader.header tabbar.inline > revealer > box tabbox { + border: none; + background: none; +} + +panelstatusbar > menubutton > button, +panelstatusbar > paneltogglebutton button { + border-radius: 0; +} + +.style-variant { + padding: 0 12px; +} + +.style-variant button.toggle { + padding: 0; +} + +.style-variant button.toggle, .style-variant button.toggle:hover, .style-variant button.toggle:focus, .style-variant button.toggle:active, .style-variant button.toggle:checked { + background: none; + outline: none; + border: none; + box-shadow: none; +} + +.style-variant button.toggle > stylevariantpreview > .wallpaper { + border-radius: 6px; + outline-color: transparent; + outline-width: 3px; + outline-offset: 3px; + outline-style: solid; + box-shadow: none; +} + +.style-variant button.toggle:hover > stylevariantpreview > .wallpaper { + outline-color: rgba(255, 255, 255, 0.04); +} + +.style-variant button.toggle:active > stylevariantpreview > .wallpaper { + outline-color: rgba(255, 255, 255, 0.3); +} + +.style-variant button.toggle:checked > stylevariantpreview > .wallpaper { + outline-color: #89b4fa; +} + +window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list { + border: none; + border-radius: 0; +} + +window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:first-child, window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:last-child { + border-radius: 0; +} + +avatar { + border-radius: 9999px; + font-weight: bold; +} + +avatar.color1 { + background-image: linear-gradient(#83b6ec, #337fdc); + color: #cfe1f5; +} + +avatar.color2 { + background-image: linear-gradient(#7ad9f1, #0f9ac8); + color: #caeaf2; +} + +avatar.color3 { + background-image: linear-gradient(#8de6b1, #29ae74); + color: #cef8d8; +} + +avatar.color4 { + background-image: linear-gradient(#b5e98a, #6ab85b); + color: #e6f9d7; +} + +avatar.color5 { + background-image: linear-gradient(#f8e359, #d29d09); + color: #f9f4e1; +} + +avatar.color6 { + background-image: linear-gradient(#ffcb62, #d68400); + color: #ffead1; +} + +avatar.color7 { + background-image: linear-gradient(#ffa95a, #ed5b00); + color: #ffe5c5; +} + +avatar.color8 { + background-image: linear-gradient(#f78773, #e62d42); + color: #f8d2ce; +} + +avatar.color9 { + background-image: linear-gradient(#e973ab, #e33b6a); + color: #fac7de; +} + +avatar.color10 { + background-image: linear-gradient(#cb78d4, #9945b5); + color: #e7c2e8; +} + +avatar.color11 { + background-image: linear-gradient(#9e91e8, #7a59ca); + color: #d5d2f5; +} + +avatar.color12 { + background-image: linear-gradient(#e3cf9c, #b08952); + color: #f2eade; +} + +avatar.color13 { + background-image: linear-gradient(#be916d, #785336); + color: #e5d6ca; +} + +avatar.color14 { + background-image: linear-gradient(#c0bfbc, #6e6d71); + color: #d8d7d3; +} + +avatar.contrasted { + color: white; +} + +avatar.image { + background: none; +} + +.card { + border-radius: 6px; + border: 1px solid rgba(255, 255, 255, 0.12); + background-clip: border-box; + color: rgba(255, 255, 255, 0.7); + box-shadow: none; + outline: none; + background-color: #1e1e2e; + color: #FFFFFF; +} + +.card.activatable { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); +} + +.card.activatable:hover { + background-image: none; + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; + outline: 0 solid transparent; +} + +.card.activatable:active { + background-image: none; + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; + animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); + background-size: 0% 0%; + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; + outline: 0 solid transparent; +} + +toast { + margin: 12px; + margin-bottom: 24px; + border-radius: 9999px; + border-spacing: 6px; + padding: 6px; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1), 0 4px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.1), inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #1e1e2e; + color: #FFFFFF; + border: none; +} + +toast:dir(ltr) { + padding-left: 12px; +} + +toast:dir(rtl) { + padding-right: 12px; +} + +toast > label { + margin: 0 6px; +} + +viewswitcher { + margin: 0; +} + +viewswitcher.wide { + border-spacing: 3px; +} + +viewswitcher.narrow button.toggle { + border-radius: 0; + margin: 0; +} + +viewswitcher.narrow button.toggle:focus-within, viewswitcher.narrow button.toggle:focus { + box-shadow: none; +} + +viewswitcher button.toggle { + font-weight: bold; + padding: 0; +} + +viewswitcher button.toggle > stack > box.narrow { + font-size: 0.75rem; + padding-top: 6px; + padding-bottom: 4px; + border-spacing: 4px; +} + +viewswitcher button.toggle > stack > box.narrow > stack > label { + padding-left: 6px; + padding-right: 6px; +} + +viewswitcher button.toggle > stack > box.wide { + padding: 2px 12px; + border-spacing: 6px; +} + +viewswitcherbar actionbar > revealer > box { + padding: 0; +} + +viewswitchertitle viewswitcher { + margin-left: 12px; + margin-right: 12px; +} + +indicatorbin > indicator, indicatorbin > mask { + min-width: 6px; + min-height: 6px; + border-radius: 9999px; +} + +indicatorbin > indicator { + margin: 1px; + background-color: alpha(currentColor, 0.4); +} + +indicatorbin > indicator > label { + font-size: 0.6rem; + font-weight: bold; + padding: 1px 4px; + color: white; +} + +indicatorbin > mask { + padding: 1px; + background: black; +} + +indicatorbin.needs-attention > indicator { + background-color: #89b4fa; +} + +indicatorbin.needs-attention > indicator > label { + color: rgba(0, 0, 0, 0.87); +} + +preferencespage > scrolledwindow > viewport > clamp > box { + margin: 24px 12px; + border-spacing: 24px; +} + +preferencesgroup > box, preferencesgroup > box .labels { + border-spacing: 6px; +} + +preferencesgroup > box > box.header:not(.single-line) { + margin-bottom: 6px; +} + +preferencesgroup > box > box.single-line { + min-height: 34px; +} + +preferencesgroup > box button.background-preview-button.toggle { + padding: 0; + background: none; + box-shadow: none; + outline-color: transparent; + outline-width: 3px; + outline-offset: 3px; + outline-style: solid; +} + +preferencesgroup > box button.background-preview-button.toggle, preferencesgroup > box button.background-preview-button.toggle > background-preview { + border-radius: 6px; +} + +preferencesgroup > box button.background-preview-button.toggle:hover { + outline-color: rgba(255, 255, 255, 0.04); +} + +preferencesgroup > box button.background-preview-button.toggle:active { + outline-color: rgba(255, 255, 255, 0.3); +} + +preferencesgroup > box button.background-preview-button.toggle:checked { + outline-color: #89b4fa; +} + +preferencesgroup > box .cutout-button { + background-color: #11111b; +} + +window.about .main-page > viewport > clamp > box { + margin: 12px; + border-spacing: 6px; +} + +window.about .main-page > viewport > clamp > box > box { + margin-top: 18px; + border-spacing: 18px; + margin-bottom: 6px; +} + +window.about .main-page .app-version { + padding: 3px 18px; + color: #89b4fa; + border-radius: 6px; + margin-top: 3px; +} + +window.about .subpage > viewport > clamp > box { + margin: 18px 12px; + border-spacing: 18px; +} + +window.about .subpage > clamp > textview { + background: none; + color: inherit; +} + +statuspage > scrolledwindow > viewport > box { + margin: 36px 12px; + border-spacing: 36px; +} + +statuspage > scrolledwindow > viewport > box > clamp > box { + border-spacing: 12px; +} + +statuspage > scrolledwindow > viewport > box > clamp > box > .icon { + -gtk-icon-size: 128px; + color: alpha(currentColor, 0.55); +} + +statuspage > scrolledwindow > viewport > box > clamp > box > .icon:disabled { + opacity: 0.35; +} + +statuspage > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { + margin-bottom: 24px; +} + +statuspage.compact > scrolledwindow > viewport > box { + margin: 24px 12px; + border-spacing: 24px; +} + +statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon { + -gtk-icon-size: 96px; +} + +statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { + margin-bottom: 12px; +} + +statuspage.compact > scrolledwindow > viewport > box > clamp > box > .title { + font-size: 18pt; +} + +/* GTK NAMED COLORS + ---------------- + use responsibly! */ +/* +widget text/foreground color */ +@define-color theme_fg_color #FFFFFF; +/* +text color for entries, views and content in general */ +@define-color theme_text_color #FFFFFF; +/* +widget base background color */ +@define-color theme_bg_color #1e1e2e; +/* +text widgets and the like base background color */ +@define-color theme_base_color #1e1e2e; +/* +base background color of selections */ +@define-color theme_selected_bg_color #89b4fa; +/* +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 #1e1e2e; +/* +text foreground color of insensitive widgets */ +@define-color insensitive_fg_color rgba(255, 255, 255, 0.5); +/* +insensitive text widgets and the like base background color */ +@define-color insensitive_base_color #11111b; +/* +widget text/foreground color on backdrop windows */ +@define-color theme_unfocused_fg_color #FFFFFF; +/* +text color for entries, views and content in general on backdrop windows */ +@define-color theme_unfocused_text_color #FFFFFF; +/* +widget base background color on backdrop windows */ +@define-color theme_unfocused_bg_color #1e1e2e; +/* +text widgets and the like base background color on backdrop windows */ +@define-color theme_unfocused_base_color #1e1e2e; +/* +base background color of selections on backdrop windows */ +@define-color theme_unfocused_selected_bg_color #89b4fa; +/* +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(255, 255, 255, 0.5); +/* +widgets main borders color */ +@define-color borders rgba(255, 255, 255, 0.12); +/* +widgets main borders color on backdrop windows */ +@define-color unfocused_borders rgba(255, 255, 255, 0.12); +/* +these are pretty self explicative */ +@define-color warning_color #FBC02D; +@define-color error_color #F44336; +@define-color success_color #66BB6A; +/* +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 #FFFFFF; +@define-color wm_unfocused_title rgba(255, 255, 255, 0.7); +@define-color wm_highlight rgba(255, 255, 255, 0.1); +@define-color wm_border #060609; +@define-color wm_bg #11111b; +@define-color wm_unfocused_bg #1e1e2e; +@define-color wm_button_icon white; +@define-color wm_button_close_hover_bg #f38ba8; +@define-color wm_button_close_active_bg #ed547e; +@define-color wm_button_max_hover_bg #a6e3a1; +@define-color wm_button_max_active_bg #79d572; +@define-color wm_button_min_hover_bg #f9e2af; +@define-color wm_button_min_active_bg #f5cd76; +/* +FIXME this is really an API */ +@define-color content_view_bg #1e1e2e; +@define-color placeholder_text_color #bcbcc0; +/* Very contrasty background for text views (@theme_text_color foreground) */ +@define-color text_view_bg #1e1e2e; +@define-color budgie_tasklist_indicator_color rgba(255, 255, 255, 0.3); +@define-color budgie_tasklist_indicator_color_active #89b4fa; +@define-color budgie_tasklist_indicator_color_active_window #526993; +@define-color budgie_tasklist_indicator_color_attention #FBC02D; +@define-color STRAWBERRY_100 #FF9262; +@define-color STRAWBERRY_300 #FF793E; +@define-color STRAWBERRY_500 #F15D22; +@define-color STRAWBERRY_700 #CF3B00; +@define-color STRAWBERRY_900 #AC1800; +@define-color ORANGE_100 #FFDB91; +@define-color ORANGE_300 #FFCA40; +@define-color ORANGE_500 #FAA41A; +@define-color ORANGE_700 #DE8800; +@define-color ORANGE_900 #C26C00; +@define-color BANANA_100 #FFFFA8; +@define-color BANANA_300 #FFFA7D; +@define-color BANANA_500 #FFCE51; +@define-color BANANA_700 #D1A023; +@define-color BANANA_900 #A27100; +@define-color LIME_100 #A2F3BE; +@define-color LIME_300 #8ADBA6; +@define-color LIME_500 #73C48F; +@define-color LIME_700 #479863; +@define-color LIME_900 #1C6D38; +@define-color BLUEBERRY_100 #94A6FF; +@define-color BLUEBERRY_300 #6A7CE0; +@define-color BLUEBERRY_500 #3F51B5; +@define-color BLUEBERRY_700 #213397; +@define-color BLUEBERRY_900 #031579; +@define-color GRAPE_100 #D25DE6; +@define-color GRAPE_300 #B84ACB; +@define-color GRAPE_500 #9C27B0; +@define-color GRAPE_700 #830E97; +@define-color GRAPE_900 #6A007E; +@define-color COCOA_100 #9F9792; +@define-color COCOA_300 #7B736E; +@define-color COCOA_500 #574F4A; +@define-color COCOA_700 #463E39; +@define-color COCOA_900 #342C27; +@define-color SILVER_100 #EEE; +@define-color SILVER_300 #CCC; +@define-color SILVER_500 #AAA; +@define-color SILVER_700 #888; +@define-color SILVER_900 #666; +@define-color SLATE_100 #888; +@define-color SLATE_300 #666; +@define-color SLATE_500 #444; +@define-color SLATE_700 #222; +@define-color SLATE_900 #111; +@define-color BLACK_100 #474341; +@define-color BLACK_300 #403C3A; +@define-color BLACK_500 #393634; +@define-color BLACK_700 #33302F; +@define-color BLACK_900 #2B2928; +@define-color blue_1 #99c1f1; +@define-color blue_2 #62a0ea; +@define-color blue_3 #3584e4; +@define-color blue_4 #1c71d8; +@define-color blue_5 #1a5fb4; +@define-color green_1 #8ff0a4; +@define-color green_2 #57e389; +@define-color green_3 #33d17a; +@define-color green_4 #2ec27e; +@define-color green_5 #26a269; +@define-color yellow_1 #f9f06b; +@define-color yellow_2 #f8e45c; +@define-color yellow_3 #f6d32d; +@define-color yellow_4 #f5c211; +@define-color yellow_5 #e5a50a; +@define-color orange_1 #ffbe6f; +@define-color orange_2 #ffa348; +@define-color orange_3 #ff7800; +@define-color orange_4 #e66100; +@define-color orange_5 #c64600; +@define-color red_1 #f66151; +@define-color red_2 #ed333b; +@define-color red_3 #e01b24; +@define-color red_4 #c01c28; +@define-color red_5 #a51d2d; +@define-color purple_1 #dc8add; +@define-color purple_2 #c061cb; +@define-color purple_3 #9141ac; +@define-color purple_4 #813d9c; +@define-color purple_5 #613583; +@define-color brown_1 #cdab8f; +@define-color brown_2 #b5835a; +@define-color brown_3 #986a44; +@define-color brown_4 #865e3c; +@define-color brown_5 #63452c; +@define-color light_1 #ffffff; +@define-color light_2 #f6f5f4; +@define-color light_3 #deddda; +@define-color light_4 #c0bfbc; +@define-color light_5 #9a9996; +@define-color dark_1 #77767b; +@define-color dark_2 #5e5c64; +@define-color dark_3 #3d3846; +@define-color dark_4 #241f31; +@define-color dark_5 #000000; +/* GTK NAMED COLORS + ---------------- + use responsibly! */ +@define-color accent_bg_color #89b4fa; +@define-color accent_fg_color rgba(0, 0, 0, 0.87); +@define-color accent_color #89b4fa; +@define-color destructive_bg_color #F44336; +@define-color destructive_fg_color #FFFFFF; +@define-color destructive_color #F44336; +@define-color success_bg_color #66BB6A; +@define-color success_fg_color #FFFFFF; +@define-color success_color #66BB6A; +@define-color warning_bg_color #FBC02D; +@define-color warning_fg_color rgba(0, 0, 0, 0.87); +@define-color warning_color #FBC02D; +@define-color error_bg_color #F44336; +@define-color error_fg_color #FFFFFF; +@define-color error_color #F44336; +@define-color window_bg_color #1e1e2e; +@define-color window_fg_color #FFFFFF; +@define-color view_bg_color #1e1e2e; +@define-color view_fg_color #FFFFFF; +@define-color headerbar_bg_color #11111b; +@define-color headerbar_fg_color #FFFFFF; +@define-color headerbar_border_color rgba(255, 255, 255, 0.12); +@define-color headerbar_backdrop_color #1e1e2e; +@define-color headerbar_shade_color rgba(255, 255, 255, 0.12); +@define-color card_bg_color #1e1e2e; +@define-color card_fg_color #FFFFFF; +@define-color card_shade_color rgba(255, 255, 255, 0.12); +@define-color dialog_bg_color #11111b; +@define-color dialog_fg_color #FFFFFF; +@define-color popover_bg_color #1e1e2e; +@define-color popover_fg_color #FFFFFF; +@define-color shade_color rgba(255, 255, 255, 0.12); +@define-color scrollbar_outline_color rgba(255, 255, 255, 0.12); diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/gtk.css b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/gtk.css new file mode 100644 index 000000000..54d73017a --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/gtk.css @@ -0,0 +1,7509 @@ +@keyframes ripple { + to { + background-size: 1000% 1000%; + } +} + +@keyframes ripple-on-slider { + to { + background-size: auto, 1000% 1000%; + } +} + +@keyframes ripple-on-headerbar { + from { + background-image: radial-gradient(circle, #89b4fa 0%, transparent 0%); + } + to { + background-image: radial-gradient(circle, #89b4fa 100%, transparent 100%); + } +} + +/*************** + * Base States * + ***************/ +.background { + background-color: #1e1e2e; + color: #FFFFFF; +} + +dnd { + color: #FFFFFF; +} + +.normal-icons { + -gtk-icon-size: 16px; +} + +.large-icons { + -gtk-icon-size: 32px; +} + +.aboutdialog .large-icons { + -gtk-icon-size: 128px; +} + +spinner:disabled, +arrow:disabled, +scrollbar:disabled, +check:disabled, +radio:disabled, +treeview.expander:disabled { + -gtk-icon-filter: opacity(0.5); +} + +iconview, .view { + background-color: #1e1e2e; + color: #FFFFFF; +} + +iconview:disabled, .view:disabled { + color: rgba(255, 255, 255, 0.5); +} + +iconview:selected, .view:selected { + color: #FFFFFF; +} + +textview text { + background-color: #1e1e2e; +} + +textview border { + background-color: #11111b; + color: rgba(255, 255, 255, 0.7); +} + +iconview:hover, iconview:selected { + border-radius: 3px; +} + +rubberband, .content-view rubberband, .content-view columnview.view > rubberband, +.content-view treeview.view > rubberband, .content-view .rubberband, columnview.view > rubberband, .content-view columnview.view > .rubberband, +treeview.view > rubberband, +.content-view treeview.view > .rubberband, gridview > rubberband, flowbox > rubberband { + border: 1px solid #89b4fa; + background-color: rgba(137, 180, 250, 0.3); +} + +flowbox > flowboxchild { + padding: 4px; + border-radius: 6px; +} + +.content-view .tile:selected { + background-color: transparent; +} + +gridview > child { + padding: 3px; +} + +gridview > child:selected { + outline-color: alpha(currentColor, 0.06); +} + +gridview > child box { + border-spacing: 8px; + margin: 12px; +} + +coverflow cover { + color: #FFFFFF; + background-color: #1e1e2e; + border: 1px solid black; +} + +label.separator { + color: rgba(255, 255, 255, 0.7); +} + +label:disabled { + opacity: 1; + color: rgba(255, 255, 255, 0.5); +} + +headerbar label:disabled, tab label:disabled, button label:disabled { + color: inherit; + opacity: 1; +} + +label.osd { + border-radius: 6px; + background-color: rgba(11, 11, 18, 0.9); + color: #FFFFFF; +} + +.dim-label, row.expander image.expander-row-arrow, row label.subtitle { + color: rgba(255, 255, 255, 0.7); + opacity: 1; +} + +.accent { + color: #89b4fa; +} + +.success { + color: #66BB6A; +} + +.warning { + color: #FBC02D; +} + +.error { + color: #F44336; +} + +.large-title { + font-weight: 300; + font-size: 24pt; +} + +.title-1 { + font-weight: 800; + font-size: 20pt; +} + +.title-2 { + font-weight: 800; + font-size: 15pt; +} + +.title-3 { + font-weight: 700; + font-size: 15pt; +} + +.title-4 { + font-weight: 700; + font-size: 13pt; +} + +.heading { + font-weight: 700; + font-size: 11pt; +} + +.body { + font-weight: 400; + font-size: 11pt; +} + +.caption { + font-weight: 400; + font-size: 9pt; +} + +.caption-heading { + font-weight: 700; + font-size: 9pt; +} + +window.assistant .sidebar { + padding: 4px 0; +} + +window.assistant .sidebar label { + min-height: 36px; + padding: 0 12px; + color: rgba(255, 255, 255, 0.5); + font-weight: 500; +} + +window.assistant .sidebar label.highlight { + color: #FFFFFF; +} + +.osd .scale-popup > arrow, +.osd .scale-popup > contents, .osd popover > arrow, +.osd popover > contents, popover.touch-selection > arrow, +popover.touch-selection > contents, popover.magnifier > arrow, +popover.magnifier > contents, .osd { + color: #FFFFFF; + background-color: #1e1e2e; + background-clip: padding-box; + border-radius: 6px; + border: none; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); +} + +.osd { + padding: 6px; + margin: 6px; +} + +.osd.circular { + border-radius: 9999px; +} + +/********************* + * Spinner Animation * + *********************/ +@keyframes spin { + to { + 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 * + ****************/ + +entry headerbar popover.background entry, +headerbar popover.background entry entry, +entry { + min-height: 36px; + padding: 0 8px; + border-spacing: 6px; + border-radius: 6px; + caret-color: currentColor; + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: rgba(255, 255, 255, 0.7); + outline: 0 solid transparent; + outline-offset: 2px; +} + + +entry headerbar popover.background entry:focus-within, +headerbar popover.background entry entry:focus-within, +entry:focus-within { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + background-color: rgba(255, 255, 255, 0.08); + box-shadow: inset 0 0 0 2px transparent; + color: #FFFFFF; + outline: 2px solid #89b4fa; + outline-offset: -2px; +} + + +entry headerbar popover.background entry:drop(active), +headerbar popover.background entry entry:drop(active), +entry headerbar popover.background entry:hover:not(:focus-within), +headerbar popover.background entry entry:hover:not(:focus-within), +entry:drop(active), +entry:hover:not(:focus-within) { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + background-color: alpha(currentColor, 0.08); + box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); + color: #FFFFFF; + outline: 0 solid transparent; + outline-offset: 2px; +} + + +entry headerbar popover.background entry:disabled, +headerbar popover.background entry entry:disabled, +entry:disabled { + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: rgba(255, 255, 255, 0.5); + outline: none; +} + + +entry headerbar popover.background entry.flat:focus-within, +headerbar popover.background entry entry.flat:focus-within, +entry headerbar popover.background entry.flat:disabled, +headerbar popover.background entry entry.flat:disabled, +entry headerbar popover.background entry.flat:hover, +headerbar popover.background entry entry.flat:hover, +entry headerbar popover.background entry.flat, +headerbar popover.background entry entry.flat, +entry.flat:focus-within, +entry.flat:disabled, +entry.flat:hover, +entry.flat { + min-height: 0; + padding: 2px; + background-color: transparent; + box-shadow: none; + border-radius: 0; + outline: none; +} + + +entry headerbar popover.background entry image, +headerbar popover.background entry entry image, +entry image { + color: rgba(255, 255, 255, 0.7); +} + + +entry headerbar popover.background entry image:hover, +headerbar popover.background entry entry image:hover, +entry headerbar popover.background entry image:active, +headerbar popover.background entry entry image:active, +entry image:hover, +entry image:active { + color: #FFFFFF; +} + + +entry headerbar popover.background entry image:disabled, +headerbar popover.background entry entry image:disabled, +entry image:disabled { + color: rgba(255, 255, 255, 0.5); +} + + +entry headerbar popover.background entry image.left, +headerbar popover.background entry entry image.left, +entry image.left { + margin: 0 6px 0 2px; +} + + +entry headerbar popover.background entry image.right, +headerbar popover.background entry entry image.right, +entry image.right { + margin: 0 2px 0 6px; +} + + +entry headerbar popover.background entry undershoot.left, +headerbar popover.background entry entry undershoot.left, +entry undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); + padding-left: 1px; + background-size: 1px 12px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left top; + margin: 0 4px; + margin: 4px 0; +} + + +entry headerbar popover.background entry undershoot.right, +headerbar popover.background entry entry undershoot.right, +entry undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); + padding-right: 1px; + background-size: 1px 12px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right top; + margin: 0 4px; + margin: 4px 0; +} + + +entry headerbar popover.background entry.error, +headerbar popover.background entry entry.error, +entry.error { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(244, 67, 54, 0.1); + color: rgba(244, 67, 54, 0.75); + outline: 0 solid transparent; + outline-offset: 2px; + outline: none; +} + + +entry headerbar popover.background entry.error:focus-within, +headerbar popover.background entry entry.error:focus-within, +entry.error:focus-within { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + background-color: rgba(244, 67, 54, 0.1); + box-shadow: inset 0 0 0 2px transparent; + color: #F44336; + outline: 2px solid #F44336; + outline-offset: -2px; + outline: none; +} + + +entry headerbar popover.background entry.error:drop(active), +headerbar popover.background entry entry.error:drop(active), +entry headerbar popover.background entry.error:hover:not(:focus-within), +headerbar popover.background entry entry.error:hover:not(:focus-within), +entry.error:drop(active), +entry.error:hover:not(:focus-within) { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + background-color: alpha(currentColor, 0.08); + box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); + color: #F44336; + outline: 0 solid transparent; + outline-offset: 2px; + outline: none; +} + + +entry headerbar popover.background entry.error:disabled, +headerbar popover.background entry entry.error:disabled, +entry.error:disabled { + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(244, 67, 54, 0.1); + color: rgba(244, 67, 54, 0.35); + outline: none; + outline: none; +} + + +entry headerbar popover.background entry.error > text > selection, +headerbar popover.background entry entry.error > text > selection, +entry.error > text > selection { + background-color: rgba(244, 67, 54, 0.25); + color: #F44336; +} + + +entry headerbar popover.background entry.error image, +headerbar popover.background entry entry.error image, +entry.error image { + color: rgba(244, 67, 54, 0.75); +} + + +entry headerbar popover.background entry.error image:hover, +headerbar popover.background entry entry.error image:hover, +entry headerbar popover.background entry.error image:active, +headerbar popover.background entry entry.error image:active, +entry.error image:hover, +entry.error image:active { + color: #F44336; +} + + +entry headerbar popover.background entry.error image:disabled, +headerbar popover.background entry entry.error image:disabled, +entry.error image:disabled { + color: rgba(244, 67, 54, 0.35); +} + + +entry headerbar popover.background entry.warning, +headerbar popover.background entry entry.warning, +entry.warning { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(251, 192, 45, 0.1); + color: rgba(251, 192, 45, 0.75); + outline: 0 solid transparent; + outline-offset: 2px; + outline: none; +} + + +entry headerbar popover.background entry.warning:focus-within, +headerbar popover.background entry entry.warning:focus-within, +entry.warning:focus-within { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + background-color: rgba(251, 192, 45, 0.1); + box-shadow: inset 0 0 0 2px transparent; + color: #FBC02D; + outline: 2px solid #FBC02D; + outline-offset: -2px; + outline: none; +} + + +entry headerbar popover.background entry.warning:drop(active), +headerbar popover.background entry entry.warning:drop(active), +entry headerbar popover.background entry.warning:hover:not(:focus-within), +headerbar popover.background entry entry.warning:hover:not(:focus-within), +entry.warning:drop(active), +entry.warning:hover:not(:focus-within) { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + background-color: alpha(currentColor, 0.08); + box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); + color: #FBC02D; + outline: 0 solid transparent; + outline-offset: 2px; + outline: none; +} + + +entry headerbar popover.background entry.warning:disabled, +headerbar popover.background entry entry.warning:disabled, +entry.warning:disabled { + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(251, 192, 45, 0.1); + color: rgba(251, 192, 45, 0.35); + outline: none; + outline: none; +} + + +entry headerbar popover.background entry.warning > text > selection, +headerbar popover.background entry entry.warning > text > selection, +entry.warning > text > selection { + background-color: rgba(251, 192, 45, 0.25); + color: #FBC02D; +} + + +entry headerbar popover.background entry.warning image, +headerbar popover.background entry entry.warning image, +entry.warning image { + color: rgba(251, 192, 45, 0.75); +} + + +entry headerbar popover.background entry.warning image:hover, +headerbar popover.background entry entry.warning image:hover, +entry headerbar popover.background entry.warning image:active, +headerbar popover.background entry entry.warning image:active, +entry.warning image:hover, +entry.warning image:active { + color: #FBC02D; +} + + +entry headerbar popover.background entry.warning image:disabled, +headerbar popover.background entry entry.warning image:disabled, +entry.warning image:disabled { + color: rgba(251, 192, 45, 0.35); +} + + +entry headerbar popover.background entry.success, +headerbar popover.background entry entry.success, +entry.success { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(102, 187, 106, 0.1); + color: rgba(102, 187, 106, 0.75); + outline: 0 solid transparent; + outline-offset: 2px; + outline: none; +} + + +entry headerbar popover.background entry.success:focus-within, +headerbar popover.background entry entry.success:focus-within, +entry.success:focus-within { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + background-color: rgba(102, 187, 106, 0.1); + box-shadow: inset 0 0 0 2px transparent; + color: #66BB6A; + outline: 2px solid #66BB6A; + outline-offset: -2px; + outline: none; +} + + +entry headerbar popover.background entry.success:drop(active), +headerbar popover.background entry entry.success:drop(active), +entry headerbar popover.background entry.success:hover:not(:focus-within), +headerbar popover.background entry entry.success:hover:not(:focus-within), +entry.success:drop(active), +entry.success:hover:not(:focus-within) { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + background-color: alpha(currentColor, 0.08); + box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); + color: #66BB6A; + outline: 0 solid transparent; + outline-offset: 2px; + outline: none; +} + + +entry headerbar popover.background entry.success:disabled, +headerbar popover.background entry entry.success:disabled, +entry.success:disabled { + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(102, 187, 106, 0.1); + color: rgba(102, 187, 106, 0.35); + outline: none; + outline: none; +} + + +entry headerbar popover.background entry.success > text > selection, +headerbar popover.background entry entry.success > text > selection, +entry.success > text > selection { + background-color: rgba(102, 187, 106, 0.25); + color: #66BB6A; +} + + +entry headerbar popover.background entry.success image, +headerbar popover.background entry entry.success image, +entry.success image { + color: rgba(102, 187, 106, 0.75); +} + + +entry headerbar popover.background entry.success image:hover, +headerbar popover.background entry entry.success image:hover, +entry headerbar popover.background entry.success image:active, +headerbar popover.background entry entry.success image:active, +entry.success image:hover, +entry.success image:active { + color: #66BB6A; +} + + +entry headerbar popover.background entry.success image:disabled, +headerbar popover.background entry entry.success image:disabled, +entry.success image:disabled { + color: rgba(102, 187, 106, 0.35); +} + + +entry > progress, +entry progress > trough > progress { + margin: 0 -4px; + border-bottom: 2px solid #89b4fa; + background-color: transparent; +} + + +entry button.image-button { + min-height: 24px; + min-width: 24px; + padding: 0; +} + +treeview entry.flat, treeview entry { + background-color: #1e1e2e; +} + +treeview entry.flat, treeview entry.flat:focus-within, treeview entry, treeview entry:focus-within { + border-image: none; + box-shadow: none; +} + +.entry-tag { + margin: 2px; + border-radius: 9999px; + box-shadow: none; + background-color: rgba(255, 255, 255, 0.12); + color: #FFFFFF; +} + +.entry-tag:hover { + background-image: image(alpha(currentColor, 0.08)); +} + +:dir(ltr) .entry-tag { + margin-left: 4px; + margin-right: 0; + padding-left: 12px; + padding-right: 8px; +} + +:dir(rtl) .entry-tag { + margin-left: 0; + margin-right: 4px; + padding-left: 8px; + padding-right: 12px; +} + +.entry-tag.button { + box-shadow: none; + background-color: transparent; +} + +.entry-tag.button:not(:hover):not(:active) { + color: rgba(255, 255, 255, 0.7); +} + +editablelabel > stack > text { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: rgba(255, 255, 255, 0.7); + outline: 0 solid transparent; + outline-offset: 2px; +} + +/*********** + * Buttons * + ***********/ +@keyframes needs-attention { + from { + background-image: radial-gradient(farthest-side, #89b4fa 0%, rgba(137, 180, 250, 0) 0%); + } + to { + background-image: radial-gradient(farthest-side, #89b4fa 95%, rgba(137, 180, 250, 0)); + } +} + +infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button, popover.touch-selection button, popover.magnifier button, headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.7); +} + +infobar.warning > revealer > box button:focus, popover.touch-selection button:focus, popover.magnifier button:focus, headerbar.selection-mode button:focus:not(.suggested-action):not(.destructive-action), infobar.warning > revealer > box button:hover, popover.touch-selection button:hover, popover.magnifier button:hover, headerbar.selection-mode button:hover:not(.suggested-action):not(.destructive-action), infobar.warning > revealer > box button:active, popover.touch-selection button:active, popover.magnifier button:active, headerbar.selection-mode button:active:not(.suggested-action):not(.destructive-action), infobar.warning > revealer > box button:checked, popover.touch-selection button:checked, popover.magnifier button:checked, headerbar.selection-mode button:checked:not(.suggested-action):not(.destructive-action) { + color: #FFFFFF; +} + +infobar.warning > revealer > box button:disabled, popover.touch-selection button:disabled, popover.magnifier button:disabled, headerbar.selection-mode button:disabled:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.32); +} + +infobar.warning > revealer > box button:checked:disabled, popover.touch-selection button:checked:disabled, popover.magnifier button:checked:disabled, headerbar.selection-mode button:checked:disabled:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.5); +} + +headerbar popover.background button:not(.suggested-action):not(.destructive-action):not(.flat), button { + transition: all 75ms 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), outline 300ms cubic-bezier(0, 0, 0.2, 1); + background-color: rgba(255, 255, 255, 0.08); + background-image: radial-gradient(circle, transparent 10%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 1000% 1000%; + outline: 0 solid transparent; + outline-offset: 2px; + color: #FFFFFF; +} + +headerbar popover.background button:focus:not(.suggested-action):not(.destructive-action):not(.flat), button:focus { + outline: 2px solid rgba(137, 180, 250, 0.35); + outline-offset: 0; +} + +headerbar popover.background button:hover:not(.suggested-action):not(.destructive-action):not(.flat), button:hover { + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; + outline: 0 solid transparent; + -gtk-icon-filter: brightness(1.2); +} + +headerbar popover.background button.keyboard-activating:not(.suggested-action):not(.destructive-action):not(.flat), button.keyboard-activating, headerbar popover.background button:active:not(.suggested-action):not(.destructive-action):not(.flat), button:active { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; + animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); + background-size: 0% 0%; + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; + outline: 0 solid transparent; +} + +headerbar popover.background button:disabled:not(.suggested-action):not(.destructive-action):not(.flat), button:disabled { + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); + outline-color: transparent; +} + +headerbar popover.background button:checked:not(.suggested-action):not(.destructive-action):not(.flat), button:checked { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + +headerbar popover.background button:checked:hover:not(.suggested-action):not(.destructive-action):not(.flat), button:checked:hover { + outline-color: transparent; + background-color: #a1c4fb; + color: rgba(0, 0, 0, 0.87); +} + +headerbar popover.background button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.flat), button:checked:disabled { + outline-color: transparent; + background-color: rgba(137, 180, 250, 0.35); + color: rgba(0, 0, 0, 0.38); +} + +placessidebar row button.sidebar-button, calendar > header > button, scrollbar button, notebook > header > tabs > arrow, popover modelbutton, spinbutton > button, splitbutton.flat > button, +splitbutton.flat > menubutton > button { + transition: all 75ms 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), outline 300ms cubic-bezier(0, 0, 0.2, 1); + background-image: radial-gradient(circle, transparent 10%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 1000% 1000%; + background-color: transparent; + outline: 0 solid transparent; + outline-offset: 2px; + color: rgba(255, 255, 255, 0.7); +} + +placessidebar row button.sidebar-button:focus:not(:hover):not(:active), calendar > header > button:focus:not(:hover):not(:active), scrollbar button:focus:not(:hover):not(:active), notebook > header > tabs > arrow:focus:not(:hover):not(:active), popover modelbutton:focus:not(:hover):not(:active), spinbutton > button:focus:not(:hover):not(:active), splitbutton.flat > button:focus:not(:hover):not(:active), +splitbutton.flat > menubutton > button:focus:not(:hover):not(:active) { + color: #FFFFFF; + outline: 2px solid rgba(255, 255, 255, 0.04); + outline-offset: -2px; +} + +placessidebar row button.sidebar-button:hover, calendar > header > button:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, popover modelbutton:hover, spinbutton > button:hover, splitbutton.flat > button:hover, +splitbutton.flat > menubutton > button:hover { + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; +} + +placessidebar row button.sidebar-button:active, calendar > header > button:active, scrollbar button:active, notebook > header > tabs > arrow:active, popover modelbutton:active, spinbutton > button:active, splitbutton.flat > button:active, +splitbutton.flat > menubutton > button:active { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; + animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); + background-size: 0% 0%; + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; +} + +placessidebar row button.sidebar-button:disabled, calendar > header > button:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, popover modelbutton:disabled, spinbutton > button:disabled, splitbutton.flat > button:disabled, +splitbutton.flat > menubutton > button:disabled { + color: rgba(255, 255, 255, 0.32); + background-color: transparent; +} + +filechooser #pathbarbox > stack > box > button, window.messagedialog .response-area > box > button, window.dialog.message .dialog-action-area > button, .app-notification button, headerbar button:not(.suggested-action):not(.destructive-action), .toolbar button, dropdown > .linked:not(.vertical) > button:not(:only-child), +combobox > .linked:not(.vertical) > button:not(:only-child), splitbutton.suggested-action > button, splitbutton.suggested-action > menubutton > button, splitbutton.destructive-action > button, splitbutton.destructive-action > menubutton > button, splitbutton.opaque > button, splitbutton.opaque > menubutton > button, menubutton.suggested-action > button, menubutton.destructive-action > button, menubutton.opaque > button, menubutton.flat > button, button.flat { + transition: all 75ms 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), outline 300ms cubic-bezier(0, 0, 0.2, 1); + background-image: radial-gradient(circle, transparent 10%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 1000% 1000%; + background-color: transparent; + outline: 0 solid transparent; + outline-offset: 2px; + color: rgba(255, 255, 255, 0.7); +} + +filechooser #pathbarbox > stack > box > button:focus:not(:hover):not(:active), window.messagedialog .response-area > box > button:focus:not(:hover):not(:active), window.dialog.message .dialog-action-area > button:focus:not(:hover):not(:active), .app-notification button:focus:not(:hover):not(:active), headerbar button:focus:not(:hover):not(:active):not(.suggested-action):not(.destructive-action), .toolbar button:focus:not(:hover):not(:active), dropdown > .linked:not(.vertical) > button:focus:not(:hover):not(:active):not(:only-child), +combobox > .linked:not(.vertical) > button:focus:not(:hover):not(:active):not(:only-child), splitbutton.suggested-action > button:focus:not(:hover):not(:active), splitbutton.suggested-action > menubutton > button:focus:not(:hover):not(:active), splitbutton.destructive-action > button:focus:not(:hover):not(:active), splitbutton.destructive-action > menubutton > button:focus:not(:hover):not(:active), splitbutton.opaque > button:focus:not(:hover):not(:active), splitbutton.opaque > menubutton > button:focus:not(:hover):not(:active), menubutton.suggested-action > button:focus:not(:hover):not(:active), menubutton.destructive-action > button:focus:not(:hover):not(:active), menubutton.opaque > button:focus:not(:hover):not(:active), menubutton.flat > button:focus:not(:hover):not(:active), button.flat:focus:not(:hover):not(:active) { + color: #FFFFFF; + outline: 2px solid rgba(255, 255, 255, 0.04); + outline-offset: -2px; +} + +filechooser #pathbarbox > stack > box > button:hover, window.messagedialog .response-area > box > button:hover, window.dialog.message .dialog-action-area > button:hover, .app-notification button:hover, headerbar button:hover:not(.suggested-action):not(.destructive-action), .toolbar button:hover, dropdown > .linked:not(.vertical) > button:hover:not(:only-child), +combobox > .linked:not(.vertical) > button:hover:not(:only-child), splitbutton.suggested-action > button:hover, splitbutton.suggested-action > menubutton > button:hover, splitbutton.destructive-action > button:hover, splitbutton.destructive-action > menubutton > button:hover, splitbutton.opaque > button:hover, splitbutton.opaque > menubutton > button:hover, menubutton.suggested-action > button:hover, menubutton.destructive-action > button:hover, menubutton.opaque > button:hover, menubutton.flat > button:hover, button.flat:hover { + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; +} + +filechooser #pathbarbox > stack > box > button:active, window.messagedialog .response-area > box > button:active, window.dialog.message .dialog-action-area > button:active, .app-notification button:active, headerbar button:active:not(.suggested-action):not(.destructive-action), .toolbar button:active, dropdown > .linked:not(.vertical) > button:active:not(:only-child), +combobox > .linked:not(.vertical) > button:active:not(:only-child), splitbutton.suggested-action > button:active, splitbutton.suggested-action > menubutton > button:active, splitbutton.destructive-action > button:active, splitbutton.destructive-action > menubutton > button:active, splitbutton.opaque > button:active, splitbutton.opaque > menubutton > button:active, menubutton.suggested-action > button:active, menubutton.destructive-action > button:active, menubutton.opaque > button:active, menubutton.flat > button:active, button.flat:active { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; + animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); + background-size: 0% 0%; + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; +} + +filechooser #pathbarbox > stack > box > button:disabled, window.messagedialog .response-area > box > button:disabled, window.dialog.message .dialog-action-area > button:disabled, .app-notification button:disabled, headerbar button:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:disabled, dropdown > .linked:not(.vertical) > button:disabled:not(:only-child), +combobox > .linked:not(.vertical) > button:disabled:not(:only-child), splitbutton.suggested-action > button:disabled, splitbutton.suggested-action > menubutton > button:disabled, splitbutton.destructive-action > button:disabled, splitbutton.destructive-action > menubutton > button:disabled, splitbutton.opaque > button:disabled, splitbutton.opaque > menubutton > button:disabled, menubutton.suggested-action > button:disabled, menubutton.destructive-action > button:disabled, menubutton.opaque > button:disabled, menubutton.flat > button:disabled, button.flat:disabled { + color: rgba(255, 255, 255, 0.32); + background-color: transparent; +} + +filechooser #pathbarbox > stack > box > button:checked, window.messagedialog .response-area > box > button:checked, window.dialog.message .dialog-action-area > button:checked, .app-notification button:checked, headerbar button:checked:not(.suggested-action):not(.destructive-action), .toolbar button:checked, dropdown > .linked:not(.vertical) > button:checked:not(:only-child), +combobox > .linked:not(.vertical) > button:checked:not(:only-child), splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button:checked, menubutton.suggested-action > button:checked, menubutton.destructive-action > button:checked, menubutton.opaque > button:checked, menubutton.flat > button:checked, button.flat:checked { + background-color: alpha(currentColor, 0.1); + color: #FFFFFF; +} + +filechooser #pathbarbox > stack > box > button:checked:disabled, window.messagedialog .response-area > box > button:checked:disabled, window.dialog.message .dialog-action-area > button:checked:disabled, .app-notification button:checked:disabled, headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:checked:disabled, dropdown > .linked:not(.vertical) > button:checked:disabled:not(:only-child), +combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), splitbutton.suggested-action > button:checked:disabled, splitbutton.suggested-action > menubutton > button:checked:disabled, splitbutton.destructive-action > button:checked:disabled, splitbutton.destructive-action > menubutton > button:checked:disabled, splitbutton.opaque > button:checked:disabled, splitbutton.opaque > menubutton > button:checked:disabled, menubutton.suggested-action > button:checked:disabled, menubutton.destructive-action > button:checked:disabled, menubutton.opaque > button:checked:disabled, menubutton.flat > button:checked:disabled, button.flat:checked:disabled { + background-color: alpha(currentColor, 0.1); + color: rgba(255, 255, 255, 0.5); +} + +button.opaque { + box-shadow: none; +} + +.osd button.opaque:focus:focus-visible { + outline-color: rgba(255, 255, 255, 0.15); +} + +button.opaque:hover { + background-image: image(alpha(currentColor, 0.1)); +} + +button.keyboard-activating.opaque, button.opaque:active { + background-image: image(rgba(0, 0, 0, 0.2)); +} + +button.opaque:checked { + background-image: image(rgba(0, 0, 0, 0.15)); +} + +button.opaque:checked:hover { + background-image: image(rgba(0, 0, 0, 0.05)); +} + +button.opaque:checked.keyboard-activating, button.opaque:checked:active { + background-image: image(rgba(0, 0, 0, 0.3)); +} + +.nautilus-window .floating-bar button, placessidebar row button.sidebar-button, notebook > header > tabs > tab button.flat, popover.menu box.circular-buttons button.circular.image-button.model, spinbutton > button { + min-height: 24px; + min-width: 24px; + padding: 0; + border-radius: 9999px; +} + +button { + min-height: 24px; + min-width: 16px; + padding: 6px 10px; + border-radius: 6px; + font-weight: 500; +} + +button:drop(active) { + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; + outline: 0 solid transparent; +} + +button separator { + margin: 4px 1px; +} + +button.opaque { + background-color: #4b4b58; + color: #FFFFFF; +} + +button.text-button { + min-width: 32px; + padding-left: 16px; + padding-right: 16px; +} + +button.image-button { + min-width: 24px; + padding: 6px; +} + +button.text-button.image-button, button.image-text-button { + min-width: 24px; + padding: 6px; + border-radius: 6px; +} + +button.text-button.image-button > box, +button.text-button.image-button > box > box, button.image-text-button > box, +button.image-text-button > box > box { + border-spacing: 4px; +} + +button.text-button.image-button > box > label, +button.text-button.image-button > box > box > label, button.image-text-button > box > label, +button.image-text-button > box > box > label { + padding-left: 2px; + padding-right: 2px; +} + +button.text-button.image-button label:first-child, button.image-text-button label:first-child { + margin-left: 10px; +} + +button.text-button.image-button label:last-child, button.image-text-button label:last-child { + margin-right: 10px; +} + +button.text-button.image-button.flat label:first-child, button.image-text-button.flat label:first-child { + margin-left: 6px; +} + +button.text-button.image-button.flat label:last-child, button.image-text-button.flat label:last-child { + margin-right: 6px; +} + +button.text-button.image-button image:not(:only-child), button.image-text-button image:not(:only-child) { + margin: 0 4px; +} + +button.arrow-button { + padding-left: 9px; + padding-right: 9px; +} + +button.arrow-button > box { + border-spacing: 4px; +} + +button.arrow-button.text-button { + padding-left: 16px; + padding-right: 16px; +} + +button.arrow-button.text-button > box { + border-spacing: 6px; +} + +menubutton.pill > button, button.pill { + padding: 9px 30px; + border-radius: 9999px; +} + +button.card { + background-color: rgba(255, 255, 255, 0.04); + background-clip: padding-box; + font-weight: inherit; + border: 1px solid rgba(255, 255, 255, 0.12); + background-clip: border-box; +} + +button.card:hover { + background-image: none; + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; + outline: 0 solid transparent; +} + +button.card.keyboard-activating, button.card:active { + background-image: none; + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; + animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); + background-size: 0% 0%; + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; + outline: 0 solid transparent; +} + +button.card:checked { + background-image: none; + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); + border-color: #89b4fa; +} + +button.card:checked:hover { + background-image: none; + outline-color: transparent; + background-color: #a1c4fb; + color: rgba(0, 0, 0, 0.87); +} + +button.card:checked:disabled { + outline-color: transparent; + background-color: rgba(137, 180, 250, 0.35); + color: rgba(0, 0, 0, 0.38); +} + +button.card:checked.keyboard-activating, button.card:checked:active { + background-image: none; +} + +button.card:checked.has-open-popup { + background-image: none; +} + +button.card:drop(active) { + color: #FF7043; + box-shadow: inset 0 0 0 1px #FF7043; +} + +.linked:not(.vertical) > button:focus, .linked.vertical > button:focus { + box-shadow: none; + outline: none; +} + +.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { + background-color: alpha(currentColor, 0.05); +} + +.linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { + box-shadow: none; + outline: none; +} + +.linked:not(.vertical) > menubutton > button { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +button.osd { + min-width: 24px; + min-width: 24px; + padding: 6px; + box-shadow: none; + background-color: rgba(0, 0, 0, 0.35); + color: white; +} + +button.osd > image { + padding: 0; +} + +button.osd.remove-button { + padding: 0; +} + +button.osd:focus { + outline-color: transparent; +} + +button.osd:hover { + background-color: rgba(0, 0, 0, 0.45); + color: white; +} + +button.osd:active { + background-color: rgba(0, 0, 0, 0.65); + color: white; +} + +button.osd:disabled { + background-color: rgba(0, 0, 0, 0.15); + color: rgba(255, 255, 255, 0.35); +} + +button.suggested-action { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); + box-shadow: none; +} + +button.suggested-action:disabled { + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); + outline-color: transparent; +} + +button.suggested-action:hover { + box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(137, 180, 250, 0.2), 0 4px 3px 0 rgba(137, 180, 250, 0.14), 0 1px 6px 0 rgba(137, 180, 250, 0.12); +} + +button.suggested-action:checked { + background-color: rgba(103, 135, 188, 0.961); +} + +button.suggested-action:checked:hover { + box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(137, 180, 250, 0.3), 0 2px 3px -1px rgba(137, 180, 250, 0.24), 0 2px 5px 0 rgba(137, 180, 250, 0.12); +} + +button.suggested-action:focus { + box-shadow: 0 0 0 2px rgba(137, 180, 250, 0.35); +} + +button.suggested-action.flat { + background-color: transparent; + color: #89b4fa; +} + +button.suggested-action.flat:disabled { + color: rgba(255, 255, 255, 0.32); + background-color: transparent; +} + +button.suggested-action.flat:checked { + background-color: rgba(137, 180, 250, 0.3); +} + +button.destructive-action { + background-color: #F44336; + color: #FFFFFF; + box-shadow: none; +} + +button.destructive-action:disabled { + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); + outline-color: transparent; +} + +button.destructive-action:hover { + box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(244, 67, 54, 0.2), 0 4px 3px 0 rgba(244, 67, 54, 0.14), 0 1px 6px 0 rgba(244, 67, 54, 0.12); +} + +button.destructive-action:checked { + background-color: #f77b72; +} + +button.destructive-action:checked:hover { + box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(244, 67, 54, 0.3), 0 2px 3px -1px rgba(244, 67, 54, 0.24), 0 2px 5px 0 rgba(244, 67, 54, 0.12); +} + +button.destructive-action:focus { + box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.35); +} + +button.destructive-action.flat { + background-color: transparent; + color: #F44336; +} + +button.destructive-action.flat:disabled { + color: rgba(255, 255, 255, 0.32); + background-color: transparent; +} + +button.destructive-action.flat:checked { + background-color: rgba(244, 67, 54, 0.3); +} + +stackswitcher > button > label { + margin: 0 -6px; + padding: 0 6px; +} + +stackswitcher > button > image { + margin: -3px -6px; + padding: 3px 6px; +} + +stackswitcher > button.needs-attention:checked > label, +stackswitcher > button.needs-attention:checked > image { + animation: none; + background-image: none; +} + +button.font > box, button.file > box { + border-spacing: 6px; +} + +button.font > box > box > label, button.file > box > box > label { + font-weight: bold; +} + +windowcontrols button:not(.suggested-action):not(.destructive-action), filechooser #pathbarbox > stack > box > button, menubutton.circular > button, button.close, button.circular { + border-radius: 9999px; +} + +windowcontrols button:not(.suggested-action):not(.destructive-action) label, filechooser #pathbarbox > stack > box > button label, menubutton.circular > button label, button.close label, button.circular label { + padding: 0; +} + +menubutton.osd { + background: none; + color: inherit; +} + +menubutton.suggested-action { + background-color: #89b4fa; + color: white; +} + +menubutton.destructive-action { + background-color: #F44336; + color: white; +} + +menubutton.opaque { + background-color: #4b4b58; + color: #FFFFFF; +} + +menubutton.suggested-action, menubutton.destructive-action, menubutton.opaque { + border-radius: 6px; +} + +menubutton.suggested-action.circular, menubutton.suggested-action.pill, menubutton.destructive-action.circular, menubutton.destructive-action.pill, menubutton.opaque.circular, menubutton.opaque.pill { + border-radius: 9999px; +} + +menubutton.suggested-action > button, menubutton.suggested-action > button:checked, menubutton.destructive-action > button, menubutton.destructive-action > button:checked, menubutton.opaque > button, menubutton.opaque > button:checked { + background-color: transparent; + color: inherit; +} + +menubutton.image-button > button { + min-width: 24px; + padding-left: 6px; + padding-right: 6px; +} + +menubutton arrow { + min-height: 16px; + min-width: 16px; +} + +menubutton arrow.none { + -gtk-icon-source: -gtk-icontheme("open-menu-symbolic"); +} + +menubutton arrow.down { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +menubutton arrow.up { + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); +} + +menubutton arrow.left { + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); +} + +menubutton arrow.right { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); +} + +splitbutton { + border-radius: 6px; +} + +splitbutton, splitbutton > separator { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + transition-property: background; +} + +splitbutton > separator { + margin-top: 6px; + margin-bottom: 6px; + background: none; +} + +splitbutton > menubutton > button { + padding-left: 4px; + padding-right: 4px; +} + +splitbutton.image-button > button { + min-width: 24px; + padding-left: 6px; + padding-right: 6px; +} + +splitbutton.text-button.image-button > button, splitbutton.image-text-button > button { + padding-left: 9px; + padding-right: 9px; +} + +splitbutton.text-button.image-button > button > box, splitbutton.image-text-button > button > box { + border-spacing: 6px; +} + +splitbutton > button:dir(ltr), +splitbutton > menubutton > button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + margin-right: -1px; +} + +splitbutton > button:dir(rtl), +splitbutton > menubutton > button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + margin-left: -1px; +} + +splitbutton.flat > separator { + background: rgba(255, 255, 255, 0.12); +} + +splitbutton.flat:hover, splitbutton.flat:active, splitbutton.flat:checked { + background: alpha(currentColor, 0.07); +} + +splitbutton.flat:hover > separator, splitbutton.flat:active > separator, splitbutton.flat:checked > separator { + background: none; +} + +splitbutton.flat:focus-within:focus-visible > separator { + background: none; +} + +splitbutton.flat > button, +splitbutton.flat > menubutton > button { + border-radius: 6px; +} + +splitbutton.suggested-action { + background-color: #89b4fa; + color: white; +} + +splitbutton.destructive-action { + background-color: #F44336; + color: white; +} + +splitbutton.opaque { + background-color: #4b4b58; + color: #FFFFFF; +} + +splitbutton.suggested-action > button, splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button, splitbutton.opaque > menubutton > button:checked { + color: inherit; + background-color: transparent; +} + +splitbutton.suggested-action > menubutton > button:dir(ltr), splitbutton.destructive-action > menubutton > button:dir(ltr), splitbutton.opaque > menubutton > button:dir(ltr) { + box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); +} + +splitbutton.suggested-action > menubutton > button:dir(rtl), splitbutton.destructive-action > menubutton > button:dir(rtl), splitbutton.opaque > menubutton > button:dir(rtl) { + box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); +} + +splitbutton > menubutton > button > arrow.none { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +buttoncontent { + border-spacing: 6px; +} + +buttoncontent > label { + font-weight: bold; +} + +buttoncontent > label:dir(ltr) { + padding-right: 2px; +} + +buttoncontent > label:dir(rtl) { + padding-left: 2px; +} + +.arrow-button > box > buttoncontent > label:dir(ltr), splitbutton > button > buttoncontent > label:dir(ltr) { + padding-right: 0; +} + +.arrow-button > box > buttoncontent > label:dir(rtl), splitbutton > button > buttoncontent > label:dir(rtl) { + padding-left: 0; +} + +stacksidebar row.needs-attention > label, stackswitcher > button.needs-attention > label, +stackswitcher > button.needs-attention > image { + animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-repeat: no-repeat; + background-position: right 3px; + background-size: 6px 6px; +} + +stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs-attention > label:dir(rtl), +stackswitcher > button.needs-attention > image:dir(rtl) { + background-position: left 3px; +} + +.linked:not(.vertical) > entry, .linked:not(.vertical) > button, .linked:not(.vertical) > button.image-button { + border-radius: 0; +} + +.linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; +} + +.linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} + +.linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { + border-radius: 6px; +} + +.linked.vertical > entry, .linked.vertical > button, .linked.vertical > button.image-button { + border-radius: 0; +} + +.linked.vertical > entry:first-child, .linked.vertical > button:first-child { + border-top-left-radius: 6px; + border-top-right-radius: 6px; +} + +.linked.vertical > entry:last-child, .linked.vertical > button:last-child { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; +} + +.linked.vertical > entry:only-child, .linked.vertical > button:only-child { + border-radius: 6px; +} + +button.color { + min-height: 24px; + min-width: 24px; + padding: 6px; +} + + +list > row button.image-button:not(.flat) { + background-color: transparent; + box-shadow: none; + border: none; +} + + +list > row button.image-button:not(.flat):hover { + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; + outline: 0 solid transparent; +} + + +list > row button.image-button:not(.flat):active, +list > row button.image-button:not(.flat):checked { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; + animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); + background-size: 0% 0%; + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; + outline: 0 solid transparent; +} + + +list > row button.image-button:not(.flat).suggested-action { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + + +list > row button.image-button:not(.flat).destructive-action { + background-color: #F44336; + color: #FFFFFF; +} + +/********* + * Links * + *********/ +link { + color: #1e66f5; +} + +link:visited { + color: #BA68C8; +} + +button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { + color: #1e66f5; +} + +button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { + color: #BA68C8; +} + +button.link > label { + text-decoration-line: underline; +} + +/***************** + * GtkSpinButton * + *****************/ +spinbutton { + border-radius: 6px; + padding: 0; + border-spacing: 0; + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: rgba(255, 255, 255, 0.7); + outline: 0 solid transparent; + outline-offset: 2px; +} + +spinbutton:focus-within { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + background-color: rgba(255, 255, 255, 0.08); + box-shadow: inset 0 0 0 2px transparent; + color: #FFFFFF; + outline: 2px solid #89b4fa; + outline-offset: -2px; +} + +spinbutton:disabled { + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: rgba(255, 255, 255, 0.5); + outline: none; +} + +spinbutton > text { + border-image: none; + border-radius: 0; + box-shadow: none; + background-color: transparent; + margin: 0; +} + +spinbutton > button { + border: none; +} + +spinbutton > button:focus:not(:hover):not(:active):not(:disabled) { + box-shadow: none; +} + +spinbutton:not(.vertical) > text { + min-width: 32px; + padding-left: 12px; +} + +spinbutton:not(.vertical) > button { + padding: 0; + margin: 6px; +} + +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; +} + +cell.activatable spinbutton:not(.vertical) { + margin: 3px 0; +} + +cell.activatable spinbutton:not(.vertical) > button { + margin: 0; + padding: 0; + min-height: 24px; + border-radius: 0; +} + +cell.activatable spinbutton:not(.vertical) > button:last-child { + border-radius: 0 6px 6px 0; +} + +cell.activatable spinbutton:not(.vertical) > button.up:dir(ltr), cell.activatable spinbutton:not(.vertical) > button.down:dir(rtl) { + margin-left: 0; +} + +cell.activatable spinbutton:not(.vertical) > button.up:dir(rtl), cell.activatable spinbutton:not(.vertical) > button.down:dir(ltr) { + margin-right: 0; +} + +spinbutton.vertical > text { + min-height: 36px; + min-width: 42px; + padding: 0; +} + +spinbutton.vertical > button { + padding: 0; + margin: 6px 9px; +} + +/************** + * ComboBoxes * + **************/ +dropdown > button > box { + border-spacing: 6px; +} + +dropdown arrow, +combobox arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + min-height: 16px; + min-width: 16px; +} + +dropdown > popover.menu > contents modelbutton, +combobox > popover.menu > contents modelbutton { + padding-left: 9px; + padding-right: 9px; +} + +dropdown button.combo cellview:dir(ltr), +combobox button.combo cellview:dir(ltr) { + margin-left: -2px; +} + +dropdown button.combo cellview:dir(rtl), +combobox button.combo cellview:dir(rtl) { + margin-right: -2px; +} + +dropdown popover, +combobox popover { + margin-top: 4px; + padding: 0; +} + +dropdown popover listview, +combobox popover listview { + margin: 0; +} + +dropdown popover listview > row, +combobox popover listview > row { + padding: 6px; +} + +dropdown popover listview > row:selected, +combobox popover listview > row:selected { + color: #FFFFFF; + background-color: alpha(currentColor, 0.06); +} + +dropdown popover .dropdown-searchbar, +combobox popover .dropdown-searchbar { + padding: 6px; +} + +dropdown.linked button:nth-child(2):dir(ltr), +combobox.linked button:nth-child(2):dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +dropdown.linked button:nth-child(2):dir(rtl), +combobox.linked button:nth-child(2):dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +dropdown > .linked:not(.vertical) > entry:not(:only-child), +combobox > .linked:not(.vertical) > entry:not(:only-child) { + border-radius: 6px; +} + +dropdown > .linked:not(.vertical) > entry:not(:only-child):first-child, +combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { + margin-right: -36px; + padding-right: 36px; +} + +dropdown > .linked:not(.vertical) > entry:not(:only-child):last-child, +combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { + margin-left: -36px; + padding-left: 36px; +} + +dropdown > .linked:not(.vertical) > button:not(:only-child), +combobox > .linked:not(.vertical) > button:not(:only-child) { + min-height: 16px; + min-width: 16px; + margin: 6px; + padding: 4px; + border-radius: 6px; +} + +.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.linked.vertical > combobox:not(:first-child) > box > button.combo { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.linked.vertical > combobox:not(:last-child) > box > button.combo { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +button.combo:only-child { + border-radius: 6px; + font-weight: normal; + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 0 0 2px transparent; + background-color: rgba(255, 255, 255, 0.08); + color: rgba(255, 255, 255, 0.7); + outline: 0 solid transparent; + outline-offset: 2px; +} + +button.combo:only-child:focus { + color: #FFFFFF; + outline: 2px solid rgba(255, 255, 255, 0.04); + outline-offset: -2px; +} + +button.combo:only-child:hover { + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; +} + +button.combo:only-child:active { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; + animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); + background-size: 0% 0%; + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; +} + +button.combo:only-child:checked { + background-color: alpha(currentColor, 0.1); + color: #FFFFFF; +} + +button.combo:only-child:disabled { + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); + outline-color: transparent; +} + +/************ + * Toolbars * + ************/ +.toolbar { + padding: 6px; + background-color: #1e1e2e; + border-spacing: 6px; +} + +.osd .toolbar { + background-color: transparent; +} + +.app-notification, .toolbar.osd { + transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); + padding: 6px; + border-radius: 12px; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #313244; + color: #FFFFFF; +} + +.app-notification:backdrop, .toolbar.osd:backdrop { + box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); +} + +.left.app-notification, .right.app-notification, .top.app-notification, .bottom.app-notification, .toolbar.osd.left, .toolbar.osd.right, .toolbar.osd.top, .toolbar.osd.bottom { + border-radius: 0; +} + +.bottom.app-notification, .toolbar.osd.bottom { + box-shadow: none; + background-color: transparent; + background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); +} + +.toolbar.horizontal > separator { + margin: 2px; +} + +.toolbar.vertical > separator { + margin: 2px; +} + +.toolbar entry, +.toolbar spinbutton, +.toolbar splitbutton, +.toolbar separator:not(.sidebar), +.toolbar button, +.toolbar menubutton, +.toolbar scalebutton { + margin-top: 0; + margin-bottom: 0; +} + +.toolbar menubutton > button, +.toolbar splitbutton > button, +.toolbar splitbutton > menubutton, +.toolbar scalebutton > button { + margin-top: 0; + margin-bottom: 0; +} + +.toolbar switch { + margin-top: 4px; + margin-bottom: 4px; +} + +.toolbar spinbutton entry, +.toolbar spinbutton button { + margin: 0; +} + +.toolbar popover.menu separator:not(.sidebar) { + margin-top: 6px; + margin-bottom: 6px; +} + +searchbar > revealer > box { + padding: 6px; + border-spacing: 6px; + border-style: solid; + border-width: 0 0 1px; + border-color: rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; + background-clip: border-box; + box-shadow: none; +} + +searchbar > revealer > box entry, searchbar > revealer > box button, searchbar > revealer > box menubutton { + margin: 0; +} + +/*************** + * Header bars * + ***************/ +headerbar button:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.7); + border: none; +} + +headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar button:checked:not(.suggested-action):not(.destructive-action) { + color: #FFFFFF; +} + +headerbar button:disabled:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.32); +} + +headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { + background-color: transparent; + color: rgba(255, 255, 255, 0.5); +} + +headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.5); +} + +headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.7); +} + +headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.32); +} + +headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.7); +} + +headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.32); +} + +headerbar entry { + background-color: rgba(255, 255, 255, 0.04); + color: #FFFFFF; +} + +headerbar entry:disabled { + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); +} + +headerbar entry image { + color: rgba(255, 255, 255, 0.7); +} + +headerbar entry image:hover, headerbar entry image:active { + color: #FFFFFF; +} + +headerbar entry image:disabled { + color: rgba(255, 255, 255, 0.5); +} + +headerbar { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); + background-color: #11111b; + color: #FFFFFF; + min-height: 48px; + padding: 0; + margin: 0; +} + +headerbar:disabled { + color: rgba(255, 255, 255, 0.5); +} + +headerbar:backdrop { + background-color: #1e1e2e; + color: rgba(255, 255, 255, 0.7); +} + +headerbar:backdrop:disabled { + color: rgba(255, 255, 255, 0.32); +} + +headerbar.flat, headerbar.flat:backdrop { + background: none; + box-shadow: none; + transition: none; +} + +headerbar .title { + padding: 0 12px; + font-weight: bold; +} + +headerbar .subtitle { + padding: 0 12px; + font-size: smaller; +} + +headerbar .subtitle, +headerbar .dim-label, +headerbar row.expander image.expander-row-arrow, +row.expander headerbar image.expander-row-arrow, +headerbar row label.subtitle, +row headerbar label.subtitle { + transition: color 75ms cubic-bezier(0, 0, 0.2, 1); + color: rgba(255, 255, 255, 0.7); +} + +headerbar .subtitle:backdrop, +headerbar .dim-label:backdrop, +headerbar row.expander image.expander-row-arrow:backdrop, +row.expander headerbar image.expander-row-arrow:backdrop, +headerbar row label.subtitle:backdrop, +row headerbar label.subtitle:backdrop { + color: rgba(255, 255, 255, 0.5); +} + +headerbar .titlebar { + background-color: transparent; + box-shadow: none; +} + +headerbar headerbar + separator { + background-color: rgba(255, 255, 255, 0.12); +} + +headerbar > windowhandle > box { + padding: 0 6px; +} + +headerbar > windowhandle > box, +headerbar > windowhandle > box > box.start, +headerbar > windowhandle > box > box.end { + border-spacing: 6px; +} + +headerbar entry, +headerbar spinbutton, +headerbar button, +headerbar menubutton, +headerbar stackswitcher, +headerbar separator:not(.sidebar) { + margin-top: 6px; + margin-bottom: 6px; +} + +headerbar menubutton > button, +headerbar spinbutton > button, +headerbar splitbutton > button, +headerbar splitbutton > menubutton, +headerbar .linked > menubutton, +headerbar entry > menubutton { + margin-top: 0; + margin-bottom: 0; +} + +headerbar button.suggested-action:disabled, +headerbar button.destructive-action:disabled { + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); + opacity: 1; +} + +headerbar .linked:not(.vertical) > entry:not(:only-child) { + border-radius: 6px; +} + +headerbar .entry-tag { + margin-top: 5px; + margin-bottom: 5px; +} + +headerbar popover.background button.suggested-action:disabled, +headerbar popover.background button.destructive-action:disabled { + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.5); +} + +headerbar popover.background entry, +headerbar popover.background spinbutton, +headerbar popover.background button, +headerbar popover.background menubutton, +headerbar popover.background stackswitcher { + margin-top: 0; + margin-bottom: 0; +} + +headerbar separator:not(.sidebar) { + background-color: rgba(255, 255, 255, 0.12); +} + +headerbar switch { + margin-top: 12px; + margin-bottom: 12px; +} + +headerbar.selection-mode { + transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + +headerbar.selection-mode:backdrop { + color: rgba(0, 0, 0, 0.6); +} + +headerbar.selection-mode .subtitle:link { + color: rgba(0, 0, 0, 0.87); +} + +headerbar.selection-mode .selection-menu { + padding-left: 16px; + padding-right: 16px; +} + +headerbar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +headerbar.default-decoration { + min-height: 24px; + padding: 6px; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); +} + +headerbar.default-decoration windowcontrols button, +headerbar.default-decoration windowcontrols menubutton { + min-width: 16px; + min-height: 16px; + margin: 0; + padding: 0; +} + +headerbar.default-decoration windowcontrols menubutton button { + min-height: 20px; + min-width: 20px; + margin: 0; + padding: 4px; +} + +.solid-csd headerbar:dir(rtl), .solid-csd headerbar:dir(ltr) { + border-radius: 0; + box-shadow: none; +} + +window.devel headerbar { + background: #11111b cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(137, 180, 250, 0.1)), linear-gradient(to top, #171724 3px, #1b1b2b); +} + +window.devel headerbar:backdrop { + background: #11111b cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, image(#11111b); + /* background-color would flash */ +} + +/************ + * Pathbars * + ************/ + +pathbar > button { + padding-left: 6px; + padding-right: 6px; + border-radius: 6px; + background-color: alpha(currentColor, 0.08); + border: none; + box-shadow: none; +} + + +pathbar > button:disabled { + background-color: alpha(currentColor, 0.05); +} + + +pathbar > button:checked { + background-color: alpha(currentColor, 0.1); + color: #FFFFFF; +} + + +pathbar > button:checked:hover { + background-color: alpha(currentColor, 0.16); + color: #FFFFFF; +} + + +pathbar > button label, +pathbar > button image { + margin-left: 3px; + margin-right: 3px; +} + + +pathbar > button.slider-button { + padding-left: 4px; + padding-right: 4px; +} + +.pathbar { + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.7); + border: none; + border-radius: 6px; + padding: 2px; +} + +headerbar .pathbar { + margin-top: 6px; + margin-bottom: 6px; + background-color: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.7); +} + +.pathbar > button { + margin-top: 0; + margin-bottom: 0; + min-height: 20px; + border-radius: 4px; + border: none; + box-shadow: none; +} + +.pathbar > button:last-child { + background-color: alpha(currentColor, 0.1); + color: #FFFFFF; +} + +/************** + * Tree Views * + **************/ +columnview.view, +treeview.view { + border-left-color: #393947; + border-top-color: #393947; +} + +columnview.view:hover, columnview.view:selected, +treeview.view:hover, +treeview.view:selected { + border-radius: 0; +} + +columnview.view:focus, +treeview.view:focus { + box-shadow: none; + outline: none; +} + +columnview.view.separator, +treeview.view.separator { + min-height: 5px; + color: rgba(255, 255, 255, 0.12); +} + +columnview.view:drop(active), +treeview.view:drop(active) { + box-shadow: none; +} + +columnview.view:drop(active).after, +treeview.view:drop(active).after { + border-top-style: none; +} + +columnview.view:drop(active).before, +treeview.view:drop(active).before { + border-bottom-style: none; +} + +columnview.view > dndtarget:drop(active), +treeview.view > dndtarget:drop(active) { + border-style: solid none; + border-width: 1px; + border-color: alpha(currentColor, 0.06); +} + +columnview.view > dndtarget:drop(active).after, +treeview.view > dndtarget:drop(active).after { + border-top-style: none; +} + +columnview.view > dndtarget:drop(active).before, +treeview.view > dndtarget:drop(active).before { + border-bottom-style: none; +} + +columnview.view.expander, +treeview.view.expander { + min-width: 16px; + min-height: 16px; + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: rgba(255, 255, 255, 0.7); +} + +columnview.view.expander:dir(rtl), +treeview.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); +} + +columnview.view.expander:hover, +treeview.view.expander:hover { + color: #FFFFFF; +} + +columnview.view.expander:selected, +treeview.view.expander:selected { + color: #FFFFFF; +} + +columnview.view.expander:selected:hover, +treeview.view.expander:selected:hover { + color: #FFFFFF; +} + +columnview.view.expander:checked, +treeview.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +columnview.view.expander:disabled, +treeview.view.expander:disabled { + color: rgba(255, 255, 255, 0.32); +} + +columnview.view.progressbar, +treeview.view.progressbar { + border-bottom: 6px solid #89b4fa; + box-shadow: none; + background-color: transparent; + background-image: none; +} + +columnview.view.progressbar:selected:hover, +treeview.view.progressbar:selected:hover { + box-shadow: none; +} + +columnview.view.trough, +treeview.view.trough { + border-bottom: 6px solid rgba(255, 255, 255, 0.12); + box-shadow: none; + background-color: transparent; + background-image: none; +} + +columnview.view.trough:selected:hover, +treeview.view.trough:selected:hover { + box-shadow: none; +} + +columnview.view > header > button, +treeview.view > header > button { + padding: 2px 6px; + border-style: none solid solid none; + border-width: 1px; + border-color: rgba(255, 255, 255, 0.12); + border-radius: 0; + background-clip: border-box; +} + +columnview.view > header > button:not(:focus):not(:hover):not(:active), +treeview.view > header > button:not(:focus):not(:hover):not(:active) { + color: rgba(255, 255, 255, 0.7); +} + +columnview.view > header > button, columnview.view > header > button:disabled, +treeview.view > header > button, +treeview.view > header > button:disabled { + background-color: #1e1e2e; +} + +columnview.view > header > button:last-child, +treeview.view > header > button:last-child { + border-right-style: none; +} + +columnview.view button.dnd, +columnview.view header.button.dnd, +treeview.view button.dnd, +treeview.view header.button.dnd { + padding: 2px 6px; + border-style: none solid solid; + border-width: 1px; + border-color: rgba(255, 255, 255, 0.12); + border-radius: 0; + box-shadow: none; + background-color: #1e1e2e; + background-clip: border-box; + color: #89b4fa; +} + +columnview.view acceleditor > label, +treeview.view acceleditor > label { + background-color: #89b4fa; +} + +stack.view treeview.view { + min-height: 36px; +} + +/********* + * Menus * + *********/ +menubar { + padding: 0; + background-color: #11111b; + color: #FFFFFF; +} + +menubar:backdrop { + background-color: #1e1e2e; + color: rgba(255, 255, 255, 0.7); +} + +.csd menubar { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); +} + +menubar > item { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + min-height: 20px; + padding: 4px 8px; + color: rgba(255, 255, 255, 0.7); +} + +menubar > item:selected { + transition: none; + background-color: alpha(currentColor, 0.1); + color: #FFFFFF; +} + +menubar > item:disabled { + color: rgba(255, 255, 255, 0.32); +} + +menubar > item label:disabled { + color: inherit; +} + +menubar > item popover.menu popover.menu { + margin-left: 9px; +} + +menubar > item popover.menu.background popover.menu.background > contents { + margin: 0; + border-radius: 12px; +} + +/********************** + * Popover Base Menus * + **********************/ +popover.menu box.inline-buttons { + color: #FFFFFF; + padding: 0 6px; +} + +popover.menu box.inline-buttons button.image-button.model { + min-height: 28px; + min-width: 28px; + padding: 0; + border: none; + outline: none; + transition: none; +} + +popover.menu box.inline-buttons button.image-button.model:selected { + background: image(alpha(currentColor, 0.06)); +} + +popover.menu box.circular-buttons { + padding: 6px; +} + +popover.menu box.circular-buttons button.circular.image-button.model { + padding: 6px; +} + +popover.menu box.circular-buttons button.circular.image-button.model:focus { + background-color: alpha(currentColor, 0.06); +} + +popover.menu arrow.left, +popover.menu radio.left, +popover.menu check.left { + margin-left: 0; + margin-right: 0; +} + +popover.menu arrow.right, +popover.menu radio.right, +popover.menu check.right { + margin-left: 0; + margin-right: 0; +} + +popover.menu label.title { + font-weight: bold; + padding: 4px 26px; +} + +/************ + * Popovers * + ************/ +popover.background { + font: initial; +} + +popover.background, popover.background:backdrop { + background-color: transparent; +} + +popover > arrow, +popover > contents { + transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); + padding: 6px; + background-color: #313244; + border-radius: 12px; + color: #FFFFFF; + border: 1px solid rgba(255, 255, 255, 0.1); + background-clip: border-box; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75), 0 2px 3px -1px rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.05); +} + +popover > contents > list, +popover > contents > .view, +popover > contents > toolbar { + border-style: none; + box-shadow: none; + background-color: transparent; +} + +popover > contents separator { + background-color: rgba(255, 255, 255, 0.12); + margin: 3px 0; +} + +popover > contents list separator { + margin: 0; +} + +popover > contents list > row { + border-radius: 6px; +} + +popover > contents stack > box { + padding: 0; +} + +popover > contents > box > button { + margin: 0; +} + +popover .view:not(:selected), +popover toolbar { + background-color: #313244; +} + +popover.menu button, +popover button.model { + min-height: 32px; + padding: 0 8px; +} + +popover modelbutton { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); + min-height: 22px; + min-width: 56px; + padding: 3px 9px; + color: #FFFFFF; + font: initial; + border-radius: 6px; +} + +popover modelbutton:focus:not(:hover) { + transition: none; + box-shadow: none; + outline: none; +} + +popover modelbutton:disabled { + color: rgba(255, 255, 255, 0.5); +} + +popover modelbutton accelerator { + color: rgba(255, 255, 255, 0.5); + margin-left: 30px; +} + +popover modelbutton accelerator:disabled { + color: rgba(255, 255, 255, 0.12); +} + +popover modelbutton arrow.left { + -gtk-icon-source: -gtk-icontheme("go-previous-symbolic"); +} + +popover modelbutton arrow.right { + -gtk-icon-source: -gtk-icontheme("go-next-symbolic"); +} + +.osd popover, popover.touch-selection, popover.magnifier { + background-color: transparent; +} + +magnifier { + background-color: #1e1e2e; +} + +/************* + * Notebooks * + *************/ +tabbar tab, tabbar tabbox > tabboxchild > tab, notebook > header > tabs > tab { + min-height: 24px; + min-width: 24px; + padding: 3px 6px; + border: none; + background-clip: padding-box; + font-weight: 500; + border-radius: 6px; + transition: all 75ms 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), outline 300ms cubic-bezier(0, 0, 0.2, 1); + background-image: radial-gradient(circle, transparent 10%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 1000% 1000%; + background-color: transparent; + outline: 0 solid transparent; + outline-offset: 2px; + color: rgba(255, 255, 255, 0.7); +} + +tabbar tab:hover:not(:checked):not(:selected), notebook > header > tabs > tab:hover:not(:checked):not(:selected) { + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; + box-shadow: none; +} + +tabbar tab:disabled, notebook > header > tabs > tab:disabled { + color: rgba(255, 255, 255, 0.32); + background-color: transparent; +} + +tabbar tab:active, notebook > header > tabs > tab:active { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; + animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); + background-size: 0% 0%; + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; + box-shadow: none; +} + +tabbar tab:checked:not(:active), notebook > header > tabs > tab:checked:not(:active), tabbar tab:selected:not(:active), notebook > header > tabs > tab:selected:not(:active) { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, background-color 0ms; + background-color: rgba(255, 255, 255, 0.15); + color: #FFFFFF; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); +} + +tabbar tab:checked:not(:active):disabled, notebook > header > tabs > tab:checked:not(:active):disabled, tabbar tab:selected:not(:active):disabled, notebook > header > tabs > tab:selected:not(:active):disabled { + color: rgba(255, 255, 255, 0.5); +} + +frame > paned > notebook > header, notebook.frame > header { + background-color: rgba(255, 255, 255, 0.04); +} + +notebook, notebook.frame { + background-color: #1e1e2e; + border-radius: 12px; +} + +notebook.frame frame > border { + border: none; + border-radius: 6px; +} + +notebook.frame frame > list row.activatable { + border-radius: 6px; +} + +notebook > header { + border: none; + background-color: rgba(255, 255, 255, 0.04); + margin: 3px; + border-radius: 9px; +} + +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: 0; + -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); +} + +notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { + margin-right: 0; + -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: 0; + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); +} + +notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { + margin-bottom: 0; + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +notebook > header > tabs > arrow { + min-height: 16px; + min-width: 16px; + border-radius: 6px; +} + +notebook > header > tabs > tab { + margin: 3px; +} + +notebook > header > tabs > tab > box { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); + margin: -6px -12px; + padding: 6px 12px; +} + +notebook > header > tabs > tab > box:drop(active) { + background-color: rgba(255, 255, 255, 0.12); + color: #FFFFFF; +} + +notebook > header > tabs > tab button.flat:last-child { + margin-left: 6px; + margin-right: -3px; +} + +notebook > header > tabs > tab button.flat:first-child { + margin-left: -3px; + margin-right: 6px; +} + +notebook > header > tabs > tab button.close-button { + min-width: 24px; + min-height: 24px; +} + +notebook > header.top > tabs, notebook > header.bottom > tabs { + padding-left: 0; + padding-right: 0; +} + +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:not(:last-child), notebook > header.bottom > tabs > tab:not(:last-child) { + margin-right: 0; +} + +notebook > header.top > tabs tab.reorderable-page, notebook > header.bottom > tabs tab.reorderable-page { + border-style: solid; +} + +notebook > header.left > tabs, notebook > header.right > tabs { + padding-top: 0; + padding-bottom: 0; +} + +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:not(:last-child), notebook > header.right > tabs > tab:not(:last-child) { + margin-bottom: 0; +} + +notebook > header.left > tabs tab.reorderable-page, notebook > header.right > tabs tab.reorderable-page { + border-style: solid; +} + +notebook > header > menubutton > button.image-button { + padding: 3px; + min-width: 24px; + min-height: 24px; + margin: 0 3px; +} + +notebook > stack:not(:only-child) { + background-color: transparent; + border-radius: 6px; +} + +tabbar > revealer > box { + box-shadow: none; +} + +tabbar .box { + min-height: 36px; + border-bottom: none; + background: none; +} + +tabbar scrolledwindow.pinned undershoot { + border: 0 solid rgba(255, 255, 255, 0.12); +} + +tabbar scrolledwindow.pinned:dir(rtl) undershoot.left { + border-left-width: 1px; +} + +tabbar scrolledwindow.pinned:dir(ltr) undershoot.right { + border-right-width: 1px; +} + +tabbar scrolledwindow.pinned tabbox > background:dir(ltr) { + box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); +} + +tabbar scrolledwindow.pinned tabbox > background:dir(rtl) { + box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); +} + +tabbar undershoot { + transition: background 150ms ease-in-out; +} + +tabbar undershoot.left { + background: linear-gradient(to right, #1e1e2e, rgba(0, 0, 0, 0) 20px); +} + +tabbar undershoot.right { + background: linear-gradient(to left, #1e1e2e, rgba(0, 0, 0, 0) 20px); +} + +tabbar .needs-attention-left undershoot.left { + background: linear-gradient(to right, alpha(#89b4fa, 0.5), alpha(#89b4fa, 0.3) 1px, alpha(#89b4fa, 0) 20px); +} + +tabbar .needs-attention-right undershoot.right { + background: linear-gradient(to left, alpha(#89b4fa, 0.5), alpha(#89b4fa, 0.3) 1px, alpha(#89b4fa, 0) 20px); +} + +tabbar tabbox { + background-color: rgba(255, 255, 255, 0.04); + background-image: none; + padding: 0; + margin: 0; + border-radius: 0; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +tabbar tabbox > background { + background: none; +} + +tabbar tabbox > separator { + margin: 9px 0; + min-width: 1px; + transition: opacity 150ms ease-in-out; +} + +tabbar tabbox > separator.hidden { + opacity: 0; +} + +tabbar tabbox > tabboxchild { + margin: 0 -3px; + padding: 0; +} + +tabbar tabbox > tabboxchild > tab { + margin: 3px; +} + +tabbar tab.needs-attention { + background-image: radial-gradient(ellipse at bottom, rgba(255, 255, 255, 0.8), alpha(#89b4fa, 0.4) 10%, alpha(#89b4fa, 0) 30%); +} + +tabbar tab.needs-attention:hover { + background-image: image(alpha(currentColor, 0.03)), radial-gradient(ellipse at bottom, rgba(255, 255, 255, 0.8), alpha(#89b4fa, 0.4) 10%, alpha(#89b4fa, 0) 30%); +} + +tabbar .start-action, +tabbar .end-action { + background-color: rgba(255, 255, 255, 0.04); + background-clip: padding-box; + border-color: rgba(255, 255, 255, 0.12); + border-style: solid; + transition: background 150ms ease-in-out; +} + +tabbar .start-action button, +tabbar .end-action button { + border: none; + border-radius: 0; +} + +tabbar .start-action:dir(ltr), +tabbar .end-action:dir(rtl) { + border-right-width: 1px; +} + +tabbar .start-action:dir(rtl), +tabbar .end-action:dir(ltr) { + border-left-width: 1px; +} + +tabbar:not(.inline) scrolledwindow.pinned undershoot { + border-color: rgba(255, 255, 255, 0.12); +} + +tabbar:not(.inline) undershoot.left { + background: linear-gradient(to right, #11111b, rgba(0, 0, 0, 0) 20px); +} + +tabbar:not(.inline) undershoot.right { + background: linear-gradient(to left, #11111b, rgba(0, 0, 0, 0) 20px); +} + +tabbar:not(.inline) .needs-attention-left undershoot.left { + background: linear-gradient(to right, alpha(#89b4fa, 0.5), alpha(#89b4fa, 0.3) 1px, alpha(#89b4fa, 0) 20px); +} + +tabbar:not(.inline) .needs-attention-right undershoot.right { + background: linear-gradient(to left, alpha(#89b4fa, 0.5), alpha(#89b4fa, 0.3) 1px, alpha(#89b4fa, 0) 20px); +} + +tabbar:not(.inline) tabbox > background { + background-color: #11111b; +} + +tabbar:not(.inline) .start-action, +tabbar:not(.inline) .end-action { + background-color: alpha(#11111b, 0.6); + border-color: rgba(255, 255, 255, 0.12); +} + +tabbar:not(.inline):backdrop .box { + background-color: #1e1e2e; + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); +} + +dnd tab { + min-height: 24px; + background-color: #11111b; + color: #FFFFFF; + box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.09), 0 2px 14px 3px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.05); + outline: 1px solid rgba(0, 0, 0, 0.75); + outline-offset: -1px; + margin: 24px; +} + +dnd tab.needs-attention { + background-image: radial-gradient(ellipse at bottom, rgba(255, 255, 255, 0.8), alpha(#89b4fa, 0.4) 10%, alpha(#89b4fa, 0) 30%); +} + +tabbar tab, +dnd tab { + padding: 6px; +} + +tabbar tab button.image-button, +dnd tab button.image-button { + padding: 0; + margin: 0; + min-width: 24px; + min-height: 24px; + border-radius: 9999px; +} + +tabbar tab button.image-button.tab-close-button, +dnd tab button.image-button.tab-close-button { + margin-right: -3px; +} + +tabview:drop(active), +tabbox:drop(active) { + box-shadow: none; +} + +/************** + * Scrollbars * + **************/ +scrollbar { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + background-color: #1e1e2e; + box-shadow: none; + outline: none; +} + +scrollbar.top { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +scrollbar.bottom { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +scrollbar.left { + border-right: 1px solid rgba(255, 255, 255, 0.12); +} + +scrollbar.right { + border-left: 1px solid rgba(255, 255, 255, 0.12); +} + +scrollbar > range > trough { + border: none; + background: none; + padding: 0; + outline: none; +} + +scrollbar > range > trough > slider { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); + min-width: 8px; + min-height: 8px; + border: 4px solid transparent; + border-radius: 9999px; + background-clip: padding-box; + background-color: rgba(255, 255, 255, 0.5); + box-shadow: none; + outline: none; +} + +scrollbar > range > trough > slider:hover { + background-color: rgba(255, 255, 255, 0.7); +} + +scrollbar > range > trough > slider:active { + background-color: #FFFFFF; +} + +scrollbar > range > trough > slider:disabled { + background-color: rgba(255, 255, 255, 0.32); +} + +scrollbar > range.fine-tune > trough > slider { + min-width: 4px; + min-height: 4px; +} + +scrollbar > range.fine-tune.horizontal > trough > slider { + margin: 2px 0; +} + +scrollbar > range.fine-tune.vertical > trough > slider { + margin: 0 2px; +} + +scrollbar.overlay-indicator:not(.fine-tune) > range > trough > slider { + transition-property: background-color, min-height, min-width; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + border-color: transparent; + background-color: transparent; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider { + min-width: 4px; + min-height: 4px; + margin: 3px; + border: 1px solid rgba(30, 30, 46, 0.3); +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { + min-width: 4px; + min-height: 4px; + margin: 3px; + border: 1px solid rgba(30, 30, 46, 0.3); + border-radius: 9999px; + background-color: rgba(255, 255, 255, 0.5); + background-clip: padding-box; + -gtk-icon-source: none; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { + background-color: rgba(255, 255, 255, 0.32); +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { + min-width: 24px; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { + min-width: 8px; +} + +scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > 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(49, 50, 68, 0.9); +} + +scrollbar.horizontal > range > trough > slider { + min-width: 24px; +} + +scrollbar.vertical > range > trough > 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 75ms cubic-bezier(0, 0, 0.2, 1); + margin: 6px 0; + padding: 0; + border: none; + border-radius: 9999px; + background-color: rgba(255, 255, 255, 0.5); + background-clip: border-box; + font-size: 0; + color: transparent; +} + +switch:checked { + background-color: #89b4fa; +} + +switch:disabled { + opacity: 0.5; +} + +switch image { + margin: -8px; +} + +switch > slider { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + min-width: 18px; + min-height: 18px; + margin: 3px; + border-radius: 9999px; + outline: none; + box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); + background-color: white; + border: none; +} + +switch:focus slider, switch:hover slider, switch:focus:hover slider { + box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12); +} + +/************************* + * 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; +} + +.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 { + box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.12); +} + +.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; + border-spacing: 3px; +} + +check, +radio { + min-height: 20px; + min-width: 20px; + margin: 3px; + padding: 0; + border-radius: 9999px; + border: none; + color: transparent; + background-color: rgba(255, 255, 255, 0.12); + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0, 0, 0.2, 1); +} + +check:hover, +radio:hover { + box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.04); + background-color: rgba(255, 255, 255, 0.15); +} + +check:active, +radio:active { + box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12); + background-color: rgba(255, 255, 255, 0.2); +} + +check:disabled, +radio:disabled { + background-color: rgba(255, 255, 255, 0.04); +} + +check:checked, check:indeterminate, +radio:checked, +radio:indeterminate { + color: rgba(0, 0, 0, 0.87); + background-color: #89b4fa; +} + +check:checked:hover, check:indeterminate:hover, +radio:checked:hover, +radio:indeterminate:hover { + box-shadow: 0 0 0 6px rgba(137, 180, 250, 0.15); + background-color: #bad3fc; +} + +check:checked:active, check:indeterminate:active, +radio:checked:active, +radio:indeterminate:active { + box-shadow: 0 0 0 6px rgba(137, 180, 250, 0.2); + background-color: #89b4fa; +} + +check:checked:disabled, check:indeterminate:disabled, +radio:checked:disabled, +radio:indeterminate:disabled { + color: rgba(0, 0, 0, 0.6); + background-color: rgba(137, 180, 250, 0.35); +} + +popover modelbutton.flat check, popover modelbutton.flat check:focus, popover modelbutton.flat check:hover, popover modelbutton.flat check:focus:hover, popover modelbutton.flat check:active, popover modelbutton.flat check:disabled, popover modelbutton.flat radio, popover modelbutton.flat radio:focus, popover modelbutton.flat radio:hover, 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.left:dir(rtl), popover modelbutton.flat radio.left:dir(rtl) { + margin-left: -3px; + margin-right: 6px; +} + +popover modelbutton.flat check.right:dir(ltr), popover modelbutton.flat radio.right:dir(ltr) { + margin-left: 6px; + margin-right: -3px; +} + +popover.menu check, popover.menu radio { + transition: none; + margin: 0; + padding: 0; +} + +popover.menu check:dir(ltr), popover.menu radio:dir(ltr) { + margin-right: 6px; + margin-left: -3px; +} + +popover.menu check:dir(rtl), popover.menu radio:dir(rtl) { + margin-left: 6px; + margin-right: -3px; +} + +popover.menu check, popover.menu check:hover, popover.menu check:disabled, popover.menu check:checked:hover, popover.menu check:indeterminate:hover, popover.menu radio, popover.menu radio:hover, popover.menu radio:disabled, popover.menu radio:checked:hover, popover.menu radio:indeterminate:hover { + box-shadow: none; +} + + +check { + -gtk-icon-size: 20px; +} + + +check:checked { + -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic@2.svg"))); +} + + +check:indeterminate { + -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/checkbox-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/checkbox-mixed-symbolic@2.svg"))); +} + + +radio { + -gtk-icon-size: 20px; +} + + +radio:checked { + -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/radio-checked-symbolic@2.svg"))); +} + + +radio:indeterminate { + -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/radio-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/radio-mixed-symbolic@2.svg"))); +} + + +popover.menu check { + min-height: 16px; + min-width: 16px; + -gtk-icon-size: 16px; +} + + +popover.menu check:checked { + -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic@2.svg"))); +} + + +popover.menu check:indeterminate { + -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-checkbox-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-checkbox-mixed-symbolic@2.svg"))); +} + + +popover.menu radio { + min-height: 16px; + min-width: 16px; + -gtk-icon-size: 16px; +} + + +popover.menu radio:checked { + -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic@2.svg"))); +} + + +popover.menu radio:indeterminate { + -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-radio-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-radio-mixed-symbolic@2.svg"))); +} + +check:not(:checked):active { + -gtk-icon-transform: rotate(90deg); +} + +treeview.view radio, treeview.view check, +columnview.view radio, +columnview.view check { + padding: 0; + margin: 0; + transition: none; +} + +treeview.view radio, treeview.view radio:hover, treeview.view radio:disabled, treeview.view radio:checked:hover, treeview.view radio:indeterminate:hover, treeview.view check, treeview.view check:hover, treeview.view check:disabled, treeview.view check:checked:hover, treeview.view check:indeterminate:hover, +columnview.view radio, +columnview.view radio:hover, +columnview.view radio:disabled, +columnview.view radio:checked:hover, +columnview.view radio:indeterminate:hover, +columnview.view check, +columnview.view check:hover, +columnview.view check:disabled, +columnview.view check:checked:hover, +columnview.view check:indeterminate:hover { + box-shadow: none; +} + +treeview.view:hover check, treeview.view:hover radio, treeview.view:selected check, treeview.view:selected radio, treeview.view:focus check, treeview.view:focus radio, +columnview.view:hover check, +columnview.view:hover radio, +columnview.view:selected check, +columnview.view:selected radio, +columnview.view:focus check, +columnview.view:focus radio { + box-shadow: none; +} + +treeview.view:hover check:checked, treeview.view:hover radio:checked, treeview.view:selected check:checked, treeview.view:selected radio:checked, treeview.view:focus check:checked, treeview.view:focus radio:checked, +columnview.view:hover check:checked, +columnview.view:hover radio:checked, +columnview.view:selected check:checked, +columnview.view:selected radio:checked, +columnview.view:focus check:checked, +columnview.view:focus radio:checked { + color: rgba(0, 0, 0, 0.87); + background-color: #89b4fa; +} + +/************ + * GtkScale * + ************/ +scale { + min-height: 2px; + min-width: 2px; +} + +scale.horizontal { + padding: 17px 12px; +} + +scale.vertical { + padding: 12px 17px; +} + +scale > trough { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); + outline: none; + background-color: rgba(255, 255, 255, 0.3); +} + +scale > trough:disabled { + background-color: rgba(255, 255, 255, 0.12); +} + +scale > trough > highlight { + transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); + background-image: image(#89b4fa); +} + +scale > trough > highlight:disabled { + background-color: #1e1e2e; + background-image: image(rgba(255, 255, 255, 0.32)); +} + +scale > trough > fill { + transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); + background-color: rgba(255, 255, 255, 0.3); +} + +scale > trough > fill:disabled { + background-color: transparent; +} + +scale > trough > slider { + min-height: 18px; + min-width: 18px; + margin: -8px; + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + border-radius: 9999px; + color: #89b4fa; + background-color: #1e1e2e; + box-shadow: inset 0 0 0 2px #89b4fa; +} + +scale > trough > slider:hover { + box-shadow: inset 0 0 0 2px #89b4fa, 0 0 0 8px rgba(255, 255, 255, 0.12); +} + +scale > trough > slider:active { + box-shadow: inset 0 0 0 4px #89b4fa, 0 0 0 8px rgba(255, 255, 255, 0.12); +} + +scale > trough > slider:disabled { + box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.32); +} + +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 > trough > slider { + margin: -7px; +} + +scale > marks, +scale > value { + color: rgba(255, 255, 255, 0.7); +} + +scale indicator { + background-color: rgba(255, 255, 255, 0.3); + color: transparent; +} + +scale.marks-before:not(.marks-after) > trough > slider, scale.marks-after:not(.marks-before) > trough > slider { + transform: rotate(0); +} + +scale.horizontal > marks.top { + margin-bottom: 7px; + margin-top: -15px; +} + +scale.horizontal.fine-tune > marks.top { + margin-bottom: 6px; + margin-top: -14px; +} + +scale.horizontal > marks.bottom { + margin-top: 7px; + margin-bottom: -15px; +} + +scale.horizontal.fine-tune > marks.bottom { + margin-top: 6px; + margin-bottom: -14px; +} + +scale.vertical > marks.top { + margin-right: 7px; + margin-left: -15px; +} + +scale.vertical.fine-tune > marks.top { + margin-right: 6px; + margin-left: -14px; +} + +scale.vertical > marks.bottom { + margin-left: 7px; + margin-right: -15px; +} + +scale.vertical.fine-tune > marks.bottom { + 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) > trough > slider { + transition: background-color 75ms 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); + min-height: 32px; + min-width: 32px; + margin: -15px; + border-radius: 50%; + background-size: auto, 1000% 1000%; + background-repeat: no-repeat; + background-position: center center; + background-color: transparent; +} + +scale.horizontal.marks-before:not(.marks-after) > trough > slider, scale.horizontal.marks-before:not(.marks-after) > trough > slider:hover, scale.horizontal.marks-before:not(.marks-after) > trough > slider:active, scale.horizontal.marks-before:not(.marks-after) > trough > slider:disabled { + box-shadow: none; +} + +scale.horizontal.marks-before:not(.marks-after) > trough > slider:focus { + background-color: alpha(currentColor, 0.08); +} + +scale.horizontal.marks-before:not(.marks-after) > trough > slider:hover { + background-color: alpha(currentColor, 0.08); +} + +scale.horizontal.marks-before:not(.marks-after) > trough > slider:focus:hover { + background-color: alpha(currentColor, 0.16); +} + +scale.horizontal.marks-before:not(.marks-after) > trough > slider:active { + background-size: auto, 0% 0%; + background-color: alpha(currentColor, 0.08); +} + +scale.horizontal.marks-before:not(.marks-after) > trough > slider { + background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")); +} + +scale.horizontal.marks-before:not(.marks-after) > trough > 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")); +} + +scale.horizontal.marks-before:not(.marks-after) > trough > slider:active { + background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")); +} + +scale.horizontal.marks-after:not(.marks-before) > trough > slider { + transition: background-color 75ms 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); + min-height: 32px; + min-width: 32px; + margin: -15px; + border-radius: 50%; + background-size: auto, 1000% 1000%; + background-repeat: no-repeat; + background-position: center center; + background-color: transparent; +} + +scale.horizontal.marks-after:not(.marks-before) > trough > slider, scale.horizontal.marks-after:not(.marks-before) > trough > slider:hover, scale.horizontal.marks-after:not(.marks-before) > trough > slider:active, scale.horizontal.marks-after:not(.marks-before) > trough > slider:disabled { + box-shadow: none; +} + +scale.horizontal.marks-after:not(.marks-before) > trough > slider:focus { + background-color: alpha(currentColor, 0.08); +} + +scale.horizontal.marks-after:not(.marks-before) > trough > slider:hover { + background-color: alpha(currentColor, 0.08); +} + +scale.horizontal.marks-after:not(.marks-before) > trough > slider:focus:hover { + background-color: alpha(currentColor, 0.16); +} + +scale.horizontal.marks-after:not(.marks-before) > trough > slider:active { + background-size: auto, 0% 0%; + background-color: alpha(currentColor, 0.08); +} + +scale.horizontal.marks-after:not(.marks-before) > trough > slider { + background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")); +} + +scale.horizontal.marks-after:not(.marks-before) > trough > 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")); +} + +scale.horizontal.marks-after:not(.marks-before) > trough > slider:active { + background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")); +} + +scale.vertical.marks-before:not(.marks-after) > trough > slider { + transition: background-color 75ms 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); + min-height: 32px; + min-width: 32px; + margin: -15px; + border-radius: 50%; + background-size: auto, 1000% 1000%; + background-repeat: no-repeat; + background-position: center center; + background-color: transparent; +} + +scale.vertical.marks-before:not(.marks-after) > trough > slider, scale.vertical.marks-before:not(.marks-after) > trough > slider:hover, scale.vertical.marks-before:not(.marks-after) > trough > slider:active, scale.vertical.marks-before:not(.marks-after) > trough > slider:disabled { + box-shadow: none; +} + +scale.vertical.marks-before:not(.marks-after) > trough > slider:focus { + background-color: alpha(currentColor, 0.08); +} + +scale.vertical.marks-before:not(.marks-after) > trough > slider:hover { + background-color: alpha(currentColor, 0.08); +} + +scale.vertical.marks-before:not(.marks-after) > trough > slider:focus:hover { + background-color: alpha(currentColor, 0.16); +} + +scale.vertical.marks-before:not(.marks-after) > trough > slider:active { + background-size: auto, 0% 0%; + background-color: alpha(currentColor, 0.08); +} + +scale.vertical.marks-before:not(.marks-after) > trough > slider { + background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")); +} + +scale.vertical.marks-before:not(.marks-after) > trough > 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")); +} + +scale.vertical.marks-before:not(.marks-after) > trough > slider:active { + background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")); +} + +scale.vertical.marks-after:not(.marks-before) > trough > slider { + transition: background-color 75ms 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); + min-height: 32px; + min-width: 32px; + margin: -15px; + border-radius: 50%; + background-size: auto, 1000% 1000%; + background-repeat: no-repeat; + background-position: center center; + background-color: transparent; +} + +scale.vertical.marks-after:not(.marks-before) > trough > slider, scale.vertical.marks-after:not(.marks-before) > trough > slider:hover, scale.vertical.marks-after:not(.marks-before) > trough > slider:active, scale.vertical.marks-after:not(.marks-before) > trough > slider:disabled { + box-shadow: none; +} + +scale.vertical.marks-after:not(.marks-before) > trough > slider:focus { + background-color: alpha(currentColor, 0.08); +} + +scale.vertical.marks-after:not(.marks-before) > trough > slider:hover { + background-color: alpha(currentColor, 0.08); +} + +scale.vertical.marks-after:not(.marks-before) > trough > slider:focus:hover { + background-color: alpha(currentColor, 0.16); +} + +scale.vertical.marks-after:not(.marks-before) > trough > slider:active { + background-size: auto, 0% 0%; + background-color: alpha(currentColor, 0.08); +} + +scale.vertical.marks-after:not(.marks-before) > trough > slider { + background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")); +} + +scale.vertical.marks-after:not(.marks-before) > trough > 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")); +} + +scale.vertical.marks-after:not(.marks-before) > trough > slider:active { + background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")); +} + +scale.color { + min-height: 0; + min-width: 0; +} + +scale.color.horizontal { + padding: 0 0 12px 0; +} + +scale.color.horizontal > trough > slider:dir(ltr), scale.color.horizontal > trough > slider:dir(rtl) { + margin-bottom: -13.5px; + margin-top: 11.5px; +} + +scale.color.vertical:dir(ltr) { + padding: 0 0 0 12px; +} + +scale.color.vertical:dir(ltr) slider { + margin-left: -13.5px; + margin-right: 11.5px; +} + +scale.color.vertical:dir(rtl) { + padding: 0 12px 0 0; +} + +scale.color.vertical:dir(rtl) > trough > slider { + margin-right: -13.5px; + margin-left: 11.5px; +} + +/***************** + * Progress bars * + *****************/ +progressbar { + color: rgba(255, 255, 255, 0.7); + font-size: smaller; +} + +progressbar.horizontal trough, +progressbar.horizontal progress { + min-height: 6px; +} + +progressbar.vertical trough, +progressbar.vertical progress { + min-width: 6px; +} + +progressbar trough { + border-radius: 6px; + background-color: rgba(255, 255, 255, 0.12); +} + +progressbar progress { + border-radius: 6px; + background-color: #89b4fa; +} + +progressbar.osd { + min-width: 6px; + min-height: 6px; + background-color: transparent; + box-shadow: none; + margin: 0; + padding: 0; +} + +progressbar.osd trough { + background-color: transparent; +} + +progressbar.osd progress { + background-color: #89b4fa; +} + +progressbar trough.empty progress { + all: unset; +} + +/************* + * Level Bar * + *************/ +levelbar.horizontal block { + min-height: 6px; +} + +levelbar.horizontal.discrete block { + min-width: 36px; +} + +levelbar.horizontal.discrete block:not(:last-child) { + margin-right: 2px; +} + +levelbar.vertical block { + min-width: 6px; +} + +levelbar.vertical.discrete block { + min-height: 36px; +} + +levelbar.vertical.discrete block:not(:last-child) { + margin-bottom: 2px; +} + +levelbar trough { + border-radius: 6px; +} + +levelbar block.low { + background-color: #FBC02D; +} + +levelbar block.high, levelbar block:not(.empty) { + background-color: #89b4fa; +} + +levelbar block.full { + background-color: #66BB6A; +} + +levelbar block.empty { + background-color: rgba(255, 255, 255, 0.12); +} + +/**************** + * Print dialog * +*****************/ +window.dialog.print drawing { + color: #FFFFFF; + background: none; + border: none; + padding: 0; +} + +window.dialog.print drawing paper { + padding: 0; + border: 1px solid rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; + color: #FFFFFF; +} + +window.dialog.print .dialog-action-box { + margin: 12px; +} + +/********** + * Frames * + **********/ +frame, +.frame { + border: 1px solid rgba(255, 255, 255, 0.12); +} + +frame > list, +.frame > list { + border: none; +} + +frame.view, +.frame.view { + border-radius: 6px; +} + +frame.flat, +.frame.flat { + border-style: none; +} + +frame { + border-radius: 6px; +} + +frame > label { + margin: 4px; +} + +frame.flat > border, statusbar frame > border { + border: none; +} + +actionbar > revealer > box { + padding: 6px; + border-spacing: 6px; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; + background-clip: border-box; + border: none; +} + +actionbar > revealer > box button, actionbar > revealer > box entry, +actionbar > revealer > box menubutton, actionbar > revealer > box menubutton > button, +actionbar > revealer > box splitbutton, actionbar > revealer > box splitbutton > button, +actionbar > revealer > box spinbutton { + margin: 0; +} + +statusbar { + padding: 6px 18px; +} + +scrolledwindow viewport.frame { + border: none; +} + +stack scrolledwindow.frame viewport.frame list { + border: none; +} + +overshoot.top { + background-image: radial-gradient(farthest-side at top, alpha(currentColor, 0.12) 85%, alpha(currentColor, 0)), radial-gradient(farthest-side at top, alpha(currentColor, 0.05), alpha(currentColor, 0)); + background-size: 100% 3%, 100% 50%; + background-repeat: no-repeat; + background-position: top; + background-color: transparent; + border: none; + box-shadow: none; +} + +overshoot.bottom { + background-image: radial-gradient(farthest-side at bottom, alpha(currentColor, 0.12) 85%, alpha(currentColor, 0)), radial-gradient(farthest-side at bottom, alpha(currentColor, 0.05), alpha(currentColor, 0)); + background-size: 100% 3%, 100% 50%; + background-repeat: no-repeat; + background-position: bottom; + background-color: transparent; + border: none; + box-shadow: none; +} + +overshoot.left { + background-image: radial-gradient(farthest-side at left, alpha(currentColor, 0.12) 85%, alpha(currentColor, 0)), radial-gradient(farthest-side at left, alpha(currentColor, 0.05), alpha(currentColor, 0)); + background-size: 3% 100%, 50% 100%; + background-repeat: no-repeat; + background-position: left; + background-color: transparent; + border: none; + box-shadow: none; +} + +overshoot.right { + background-image: radial-gradient(farthest-side at right, alpha(currentColor, 0.12) 85%, alpha(currentColor, 0)), radial-gradient(farthest-side at right, alpha(currentColor, 0.05), alpha(currentColor, 0)); + background-size: 3% 100%, 50% 100%; + background-repeat: no-repeat; + background-position: right; + background-color: transparent; + border: none; + box-shadow: none; +} + +junction { + border: none; + background-image: none; +} + +separator { + min-width: 1px; + min-height: 1px; + background-color: rgba(255, 255, 255, 0.12); +} + +stacksidebar + separator.vertical, +stacksidebar separator.horizontal, button.font separator, button.file separator, separator.spacer { + min-width: 0; + min-height: 0; + background-color: transparent; + background-image: none; +} + +/********* + * Lists * + *********/ +list.content, +list.boxed-list { + border-radius: 7px; + box-shadow: none; + border: 1px solid rgba(255, 255, 255, 0.12); +} + +listview, +list { + border-color: rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; + background-clip: padding-box; +} + +listview > row, +list > row { + padding: 6px; + background-clip: padding-box; +} + +listview > row.expander, +list > row.expander { + padding: 0px; +} + +listview > row.expander .row-header, +list > row.expander .row-header { + padding: 2px; +} + +listview.horizontal row.separator:not(:last-child), listview.separators.horizontal > row:not(.separator):not(:last-child), +list.horizontal row.separator:not(:last-child), +list.separators.horizontal > row:not(.separator):not(:last-child) { + border-left: 1px solid rgba(255, 255, 255, 0.12); +} + +listview:not(.horizontal) row.separator:not(:last-child), listview.separators:not(.horizontal) > row:not(.separator):not(:last-child), +list:not(.horizontal) row.separator:not(:last-child), +list.separators:not(.horizontal) > row:not(.separator):not(:last-child) { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +list.frame { + border-radius: 6px; +} + +listview.view { + color: #FFFFFF; + background-color: transparent; +} + +popover.menu listview.view { + padding: 0; + border-radius: 6px; +} + +popover.menu listview.view > row { + margin-left: 0; + margin-right: 0; + border-radius: 6px; +} + +row { + color: rgba(255, 255, 255, 0.7); + background-clip: padding-box; +} + +row label.subtitle { + font-size: smaller; +} + +row > box.header { + margin-left: 12px; + margin-right: 12px; + min-height: 48px; +} + +row > box.header > .icon:disabled { + filter: opacity(0.35); +} + +row > box.header > box.title { + margin-top: 6px; + margin-bottom: 6px; + border-spacing: 3px; +} + +.nautilus-window .nautilus-grid-view child.activatable, columnview.view > header > button, +treeview.view > header > button, row.activatable { + transition: all 75ms 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), font-weight 0; + outline: none; + box-shadow: none; + background-color: transparent; + background-image: radial-gradient(circle, transparent 10%, transparent 0%); + background-repeat: no-repeat; + background-position: center; + background-size: 1000% 1000%; + outline: none; +} + +.nautilus-window .nautilus-grid-view child.activatable:focus, columnview.view > header > button:focus, +treeview.view > header > button:focus, row.activatable:focus { + color: #FFFFFF; + background-color: transparent; + box-shadow: none; + outline: none; +} + +.nautilus-window .nautilus-grid-view child.activatable:hover, columnview.view > header > button:hover, +treeview.view > header > button:hover, .nautilus-window .nautilus-grid-view child.has-open-popup.activatable, columnview.view > header > button.has-open-popup, +treeview.view > header > button.has-open-popup, row.activatable:hover, row.activatable.has-open-popup { + color: #FFFFFF; + background-color: alpha(currentColor, 0.05); + box-shadow: none; +} + +.nautilus-window .nautilus-grid-view child.activatable:active, columnview.view > header > button:active, +treeview.view > header > button:active, row.activatable:active { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, font-weight 0ms; + animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-image: radial-gradient(circle, alpha(currentColor, 0.05) 10%, transparent 0%); + background-size: 0% 0%; + background-color: alpha(currentColor, 0.05); + color: #FFFFFF; + box-shadow: none; +} + +.nautilus-window .nautilus-grid-view child.activatable:selected, columnview.view > header > button:selected, +treeview.view > header > button:selected, row.activatable:selected { + background-color: alpha(currentColor, 0.06); +} + +.nautilus-window .nautilus-grid-view child.activatable:selected:hover, columnview.view > header > button:selected:hover, +treeview.view > header > button:selected:hover, row.activatable:selected:hover { + background-color: alpha(currentColor, 0.08); +} + +button row.activatable:focus, button row.activatable:hover, button row.activatable:active { + box-shadow: none; + background: none; +} + +button:checked row.activatable { + color: rgba(0, 0, 0, 0.87); +} + +row:selected { + background-color: alpha(currentColor, 0.06); + color: inherit; + box-shadow: none; +} + +row:selected:hover { + background-color: alpha(currentColor, 0.08); +} + +row:selected:focus, row:selected:focus-visible:focus-within { + outline: none; + background-color: alpha(currentColor, 0.08); +} + +row:selected:focus:hover, row:selected:focus-visible:focus-within:hover { + background-color: alpha(currentColor, 0.16); +} + +row:selected image, +row:selected label { + color: #FFFFFF; +} + +row:selected button image, +row:selected button label { + color: inherit; +} + +row:selected:disabled image, +row:selected:disabled label { + color: rgba(255, 255, 255, 0.5); +} + +.rich-list { + /* rich lists usually containing other widgets than just labels/text */ +} + +.rich-list > row { + padding: 9px 12px; + min-height: 32px; + /* should be tall even when only containing a label */ +} + +.rich-list > row:last-child { + border-bottom: none; +} + +.rich-list > row > box { + border-spacing: 12px; +} + +row label.subtitle { + font-size: smaller; +} + +row > box.header { + margin-left: 12px; + margin-right: 12px; + border-spacing: 6px; + min-height: 50px; +} + +row > box.header > .icon:disabled { + filter: opacity(0.45); +} + +row > box.header > box.title { + margin-top: 6px; + margin-bottom: 6px; + border-spacing: 3px; + padding: 0; +} + +row > box.header > box.title, +row > box.header > box.title > .title, +row > box.header > box.title > .subtitle { + padding: 0; + font-weight: inherit; +} + +row > box.header > .prefixes, +row > box.header > .suffixes { + border-spacing: 6px; +} + +row > box.header > .icon:dir(ltr), +row > box.header > .prefixes:dir(ltr) { + margin-right: 6px; +} + +row > box.header > .icon:dir(rtl), +row > box.header > .prefixes:dir(rtl) { + margin-left: 6px; +} + +row.entry:not(:selected).activatable.focused:hover, row.entry:not(:selected).activatable.focused:active { + background-color: transparent; +} + +row.entry .edit-icon, row.entry .indicator { + min-width: 24px; + min-height: 24px; + padding: 5px; +} + +row.entry .edit-icon:disabled { + opacity: 0.5; +} + +row.entry .indicator { + opacity: 0.65; +} + +row.entry.monospace { + font-family: inherit; +} + +row.entry.monospace text { + font-family: monospace; +} + +row.entry.error text > selection:focus-within { + background-color: alpha(#F44336, 0.2); +} + +row.entry.error text > cursor-handle > contents { + background-color: currentColor; +} + +row.entry.warning text > selection:focus-within { + background-color: alpha(#FBC02D, 0.2); +} + +row.entry.warning text > cursor-handle > contents { + background-color: currentColor; +} + +row.entry.success text > selection:focus-within { + background-color: alpha(#66BB6A, 0.2); +} + +row.entry.success text > cursor-handle > contents { + background-color: currentColor; +} + +row.combo image.dropdown-arrow:disabled { + filter: opacity(0.45); +} + +row.combo listview.inline { + background: none; + border: none; + box-shadow: none; + color: inherit; +} + +row.combo listview.inline, row.combo listview.inline:disabled { + background: none; + color: inherit; +} + +row.combo popover > contents { + min-width: 120px; +} + +list.content > row, list.content > row.expander row.header, +list.boxed-list > row, +list.boxed-list > row.expander row.header, row.expander list.nested > row { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +list.content > row:not(:selected).activatable:hover, list.content > row.expander row.header:not(:selected).activatable:hover, +list.boxed-list > row:not(:selected).activatable:hover, +list.boxed-list > row.expander row.header:not(:selected).activatable:hover, row.expander list.nested > row:not(:selected).activatable:hover { + background-color: alpha(currentColor, 0.08); +} + +list.content > row:not(:selected).activatable:active, list.content > row.expander row.header:not(:selected).activatable:active, +list.boxed-list > row:not(:selected).activatable:active, +list.boxed-list > row.expander row.header:not(:selected).activatable:active, row.expander list.nested > row:not(:selected).activatable:active { + background-color: alpha(currentColor, 0.12); +} + +list.content > row:not(:selected).activatable.has-open-popup, list.content > row.expander row.header:not(:selected).activatable.has-open-popup, +list.boxed-list > row:not(:selected).activatable.has-open-popup, +list.boxed-list > row.expander row.header:not(:selected).activatable.has-open-popup, row.expander list.nested > row:not(:selected).activatable.has-open-popup { + background-color: alpha(currentColor, 0.03); +} + +row.expander { + background: none; + padding: 0px; +} + +row.expander > box > list { + background: none; + color: inherit; +} + +row.expander list.nested { + color: inherit; +} + +row.expander image.expander-row-arrow { + transition: -gtk-icon-transform 200ms cubic-bezier(0, 0, 0.2, 1); +} + +row.expander image.expander-row-arrow:dir(ltr) { + margin-left: 6px; +} + +row.expander image.expander-row-arrow:dir(rtl) { + margin-right: 6px; +} + +row.expander image.expander-row-arrow:dir(ltr) { + -gtk-icon-transform: rotate(0.5turn); +} + +row.expander image.expander-row-arrow:dir(rtl) { + -gtk-icon-transform: rotate(-0.5turn); +} + +row.expander image.expander-row-arrow:disabled { + filter: opacity(0.45); +} + +row.expander:checked image.expander-row-arrow { + -gtk-icon-transform: rotate(0turn); + opacity: 1; +} + +row.expander:checked image.expander-row-arrow:not(:disabled) { + color: #89b4fa; +} + +.osd row.expander:checked image.expander-row-arrow:not(:disabled) { + color: inherit; +} + +list.content > row.expander, +list.boxed-list > row.expander { + border: none; +} + +list.content > row:first-child, list.content > row:first-child.expander row.header, +list.boxed-list > row:first-child, +list.boxed-list > row:first-child.expander row.header { + border-top-left-radius: 6px; + border-top-right-radius: 6px; +} + +list.content > row:last-child, list.content > row:last-child.expander:not(:checked), list.content > row:last-child.expander:not(:checked) row.header, list.content > row:last-child.expander:checked list.nested, list.content > row:last-child.expander:checked list.nested > row:last-child, +list.boxed-list > row:last-child, +list.boxed-list > row:last-child.expander:not(:checked), +list.boxed-list > row:last-child.expander:not(:checked) row.header, +list.boxed-list > row:last-child.expander:checked list.nested, +list.boxed-list > row:last-child.expander:checked list.nested > row:last-child { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; + border-bottom-width: 0; +} + +columnview > listview > row { + padding: 0; +} + +columnview > listview > row > cell { + padding: 8px 6px; +} + +columnview > listview > row > cell:not(:first-child) { + border-left: 1px solid transparent; +} + +columnview.column-separators > listview > row > cell { + border-left-color: rgba(255, 255, 255, 0.12); +} + +columnview.data-table > listview > row > cell { + padding-top: 2px; + padding-bottom: 2px; +} + +treeexpander { + border-spacing: 6px; +} + +columnview row:not(:selected) cell editablelabel:not(.editing):focus-within { + outline: 2px solid alpha(currentColor, 0.06); +} + +columnview row:not(:selected) cell editablelabel.editing:focus-within { + outline: 2px solid #89b4fa; +} + +columnview row:not(:selected) cell editablelabel.editing text selection { + color: rgba(0, 0, 0, 0.87); + background-color: #89b4fa; +} + +/********************* + * App Notifications * + *********************/ +.app-notification { + margin: 6px; + border-spacing: 0; + padding: 0; + border: none; + background-image: none; +} + +.app-notification button.text-button:not(:disabled) { + color: #89b4fa; +} + +.app-notification > box > label { + margin-left: 9px; +} + +.app-notification.frame, +.app-notification border { + border: none; +} + +/************* + * Expanders * + *************/ +expander { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + min-width: 16px; + min-height: 16px; + color: rgba(255, 255, 255, 0.7); + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); +} + +expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); +} + +expander:hover, expander:active { + color: #FFFFFF; +} + +expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); +} + +expander:disabled { + color: rgba(255, 255, 255, 0.32); +} + +expander-widget > box > title { + border-radius: 6px; +} + +expander-widget > box > title:hover > expander { + color: rgba(255, 255, 255, 0.7); +} + +.navigation-sidebar:not(decoration):not(window):drop(active):focus, .navigation-sidebar:not(decoration):not(window):drop(active), +placessidebar:not(decoration):not(window):drop(active):focus, +placessidebar:not(decoration):not(window):drop(active), +stackswitcher:not(decoration):not(window):drop(active):focus, +stackswitcher:not(decoration):not(window):drop(active), +expander-widget:not(decoration):not(window):drop(active):focus, +expander-widget:not(decoration):not(window):drop(active) { + box-shadow: none; +} + +/************ + * Calendar * + ************/ +calendar { + padding: 0; + border: 1px solid rgba(255, 255, 255, 0.12); + border-radius: 6px; + color: #FFFFFF; +} + +calendar:disabled { + color: rgba(255, 255, 255, 0.5); +} + +calendar:selected { + border-radius: 6px; +} + +calendar > header { + padding: 3px; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +calendar > header > button { + min-height: 24px; +} + +calendar > grid { + margin: 3px; +} + +calendar > grid > label { + border-radius: 6px; + margin: 0; +} + +calendar > grid > label.today:selected { + box-shadow: none; +} + +calendar > grid > label:focus { + outline-style: none; +} + +calendar > grid > label.day-number { + padding: 6px; +} + +calendar > grid > label.day-number.other-month { + color: alpha(currentColor, 0.3); +} + +/*********** + * Dialogs * + ***********/ +window.messagedialog .response-area > box > button, window.dialog.message .dialog-action-area > button { + border-radius: 0; + min-height: 28px; + padding: 6px 12px; + margin: 0; + border: none; +} + +window.messagedialog .response-area > box > button:first-child, window.dialog.message .dialog-action-area > button:first-child { + border-radius: 0 0 0 12px; +} + +window.messagedialog .response-area > box > button:last-child, window.dialog.message .dialog-action-area > button:last-child { + border-radius: 0 0 12px 0; +} + +window.messagedialog .response-area > box > button:only-child, window.dialog.message .dialog-action-area > button:only-child { + border-radius: 0 0 12px 12px; +} + +window.dialog.message.background { + background-color: #313244; +} + +window.dialog.message box.dialog-vbox.vertical { + margin-top: 6px; + border-spacing: 24px; +} + +window.dialog.message box.dialog-vbox.vertical > box.vertical { + margin-bottom: 6px; +} + +window.dialog.message box.dialog-vbox.vertical > box > box > box > label.title { + font-weight: 800; + font-size: 15pt; +} + +window.dialog.message .titlebar { + min-height: 24px; + border-style: none; + box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #313244; + color: #FFFFFF; +} + +window.dialog.message .titlebar:backdrop { + background-color: #313244; + color: rgba(255, 255, 255, 0.7); +} + +window.dialog.message .dialog-action-area { + border-top: 1px solid rgba(255, 255, 255, 0.12); + margin: 0; + border-spacing: 0; +} + +window.dialog.message .dialog-action-area > button { + border: none; +} + +window.dialog.message .dialog-action-area > button:not(:last-child) { + border-right: 1px solid rgba(255, 255, 255, 0.12); +} + +window.dialog.message .dialog-action-area > button.suggested-action:not(:disabled) { + color: #89b4fa; +} + +window.dialog.message .dialog-action-area > button.destructive-action:not(:disabled) { + color: #F44336; +} + +window.aboutdialog.background.csd scrolledwindow.frame, window.aboutdialog.background.csd scrolledwindow.frame > viewport.view, window.aboutdialog.background.csd scrolledwindow.frame > textview.view, window.aboutdialog.background.csd scrolledwindow.frame > textview.view > text { + border-radius: 6px; +} + +/******************** + * AdwMessageDialog * + ********************/ +window.messagedialog { + background-color: #313244; + color: #FFFFFF; +} + +window.messagedialog .message-area { + padding: 24px 30px; + border-spacing: 10px; +} + +window.messagedialog .response-area > box > button.suggested { + color: #89b4fa; +} + +window.messagedialog .response-area > box > button.destructive { + color: #F44336; +} + +window.messagedialog.csd:not(.solid-csd) { + border-radius: 12px; +} + +window.messagedialog.csd:not(.solid-csd) .response-area > box.horizontal > button { + margin: 0; +} + +window.messagedialog.csd:not(.solid-csd) .response-area > box.horizontal > button:first-child { + margin-left: 0; +} + +window.messagedialog.csd:not(.solid-csd) .response-area > box.horizontal > button:last-child { + margin-right: 0; +} + +window.messagedialog.csd:not(.solid-csd) .response-area > box.vertical > button { + margin-top: 0; + margin-bottom: 0; +} + +window.messagedialog.csd:not(.solid-csd) .response-area > box.vertical > button:last-child { + border-bottom-left-radius: 12px; + border-bottom-right-radius: 12px; + margin-bottom: 0; +} + +filechooser .dialog-action-box { + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +filechooser #pathbarbox { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + background-color: #1e1e2e; +} + +filechooser stack.view frame > border { + border: none; +} + +filechooserbutton > button > box { + border-spacing: 6px; +} + +filechooserbutton:drop(active) { + box-shadow: none; + border-color: transparent; +} + +/*********** + * Sidebar * + ***********/ +.sidebar { + border-style: none; + background-color: #11111b; +} + +.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { + border-right: 1px solid rgba(255, 255, 255, 0.12); + border-left-style: none; +} + +.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { + border-left: 1px solid rgba(255, 255, 255, 0.12); + border-right-style: none; +} + +.sidebar listview.view, +.sidebar list { + background-color: transparent; + color: inherit; +} + +paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { + border-style: none; +} + +leaflet.unfolded > box > stacksidebar.sidebar { + border: none; +} + +stacksidebar list { + padding: 6px; + background-color: #11111b; +} + +stacksidebar row { + min-height: 24px; + padding: 6px; + border-radius: 6px; +} + +stacksidebar row:selected { + font-weight: 500; +} + +stacksidebar row + row { + margin-top: 4px; +} + +stacksidebar row > label { + padding-left: 6px; + padding-right: 6px; + color: inherit; +} + +separator.sidebar { + background-color: rgba(255, 255, 255, 0.12); + border-right: none; +} + +separator.sidebar.selection-mode, .selection-mode separator.sidebar { + background-color: rgba(255, 255, 255, 0.12); +} + +/********************** + * Navigation Sidebar * + **********************/ +.navigation-sidebar { + padding: 4.5px 0; + border-right: none; +} + +.navigation-sidebar, .navigation-sidebar.view { + background-color: transparent; + color: inherit; +} + +.navigation-sidebar.background { + background-color: #11111b; + color: rgba(255, 255, 255, 0.7); +} + +.navigation-sidebar > separator { + margin: 4.5px 0; +} + +.navigation-sidebar > row { + min-height: 24px; + padding: 6px; + border-radius: 6px; + margin: 1.5px 6px; +} + +/**************** + * File chooser * + ****************/ +row image.sidebar-icon { + transition: color 75ms cubic-bezier(0, 0, 0.2, 1); + color: rgba(255, 255, 255, 0.7); +} + +row image.sidebar-icon:disabled { + color: rgba(255, 255, 255, 0.32); +} + +placessidebar > viewport.frame { + border-style: none; +} + +placessidebar list > separator { + margin: 3px 0; +} + +placessidebar row:selected { + font-weight: 500; +} + +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 { + color: inherit; +} + +placessidebar row label.sidebar-label:dir(ltr) { + padding-right: 2px; +} + +placessidebar row label.sidebar-label:dir(rtl) { + padding-left: 2px; +} + +placessidebar row.sidebar-placeholder-row { + background-color: alpha(currentColor, 0.08); +} + +placessidebar row.sidebar-new-bookmark-row { + color: #89b4fa; +} + +placessidebar row.sidebar-new-bookmark-row image.sidebar-icon { + color: #89b4fa; +} + +placessidebar row:drop(active) { + background-color: alpha(currentColor, 0.08); +} + +placesview .server-list-button > image { + transition: 200ms cubic-bezier(0, 0, 0.2, 1); + -gtk-icon-transform: rotate(0turn); +} + +placesview .server-list-button:checked > image { + transition: 200ms cubic-bezier(0, 0, 0.2, 1); + -gtk-icon-transform: rotate(-0.5turn); +} + +placesview > actionbar > revealer > box > label { + border-spacing: 6px; +} + +/********* + * Paned * + *********/ +paned > separator { + min-width: 1px; + min-height: 1px; + -gtk-icon-source: none; + border-style: none; + background-color: transparent; + background-image: image(#393947); + background-size: 1px 1px; + background-clip: content-box; + box-shadow: none; +} + +paned > separator.wide { + min-width: 6px; + min-height: 6px; + background-color: #1e1e2e; + background-image: image(#393947), image(#393947); + 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; +} + +/************ + * GtkVideo * + ************/ +video { + background: black; + border-radius: 6px; +} + +video image.osd { + min-width: 64px; + min-height: 64px; + border-radius: 9999px; + border: none; +} + +/************** + * GtkInfoBar * + **************/ +infobar > revealer > box { + padding: 6px; + border-spacing: 12px; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + box-shadow: none; +} + +infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { + background-color: #1e1e2e; + color: #FFFFFF; +} + +infobar.info > revealer > box button.text-button:not(:disabled):not(.suggested-action):not(.destructive-action), infobar.info:hover > revealer > box button.text-button:not(:disabled):not(.suggested-action):not(.destructive-action), infobar.info:backdrop > revealer > box button.text-button:not(:disabled):not(.suggested-action):not(.destructive-action) { + color: #89b4fa; +} + +infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); +} + +infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { + color: rgba(0, 0, 0, 0.87); +} + +infobar.action > revealer > box *:link, infobar.action:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:backdrop > revealer > box *:link { + color: rgba(0, 0, 0, 0.87); +} + +infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { + background-color: #71a4f9; +} + +infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { + background-color: #FBC02D; + color: rgba(0, 0, 0, 0.87); +} + +infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { + color: rgba(0, 0, 0, 0.87); +} + +infobar.warning > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link { + color: rgba(0, 0, 0, 0.87); +} + +infobar.warning:hover > revealer > box { + background-color: #fbb814; +} + +infobar.error > revealer > box, infobar.error:backdrop > revealer > box { + background-color: #F44336; + color: #FFFFFF; +} + +infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { + color: #FFFFFF; +} + +infobar.error > revealer > box *:link, infobar.error:backdrop > revealer > box *:link { + color: #FFFFFF; +} + +infobar.error:hover > revealer > box { + background-color: #f32c1e; +} + +/************ + * Tooltips * + ************/ +tooltip { + padding: 6px 12px; + box-shadow: none; + border: none; +} + +tooltip.background { + background-color: rgba(11, 11, 18, 0.9); + color: #FFFFFF; + box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); + border-radius: 6px; + margin: 2px 6px 8px 6px; +} + +tooltip > box { + border-spacing: 6px; +} + +/***************** + * Color Chooser * + *****************/ +colorswatch.top { + border-top-left-radius: 6px; + border-top-right-radius: 6px; +} + +colorswatch.top overlay { + border-top-left-radius: 6px; + border-top-right-radius: 6px; +} + +colorswatch.bottom { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; +} + +colorswatch.bottom overlay { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; +} + +colorswatch.left, colorswatch:first-child:not(.top) { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; +} + +colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { + border-top-left-radius: 6px; + border-bottom-left-radius: 6px; +} + +colorswatch.right, colorswatch:last-child:not(.bottom) { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} + +colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} + +colorswatch.dark { + color: #FFFFFF; +} + +colorswatch.light { + color: rgba(0, 0, 0, 0.87); +} + +colorchooser colorswatch:hover { + transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: 0 0 0 2px #89b4fa; +} + +colorswatch#add-color-button { + border-radius: 6px 0 0 6px; + color: #FFFFFF; +} + +colorswatch#add-color-button:only-child { + border-radius: 6px; +} + +colorswatch#add-color-button overlay { + background-color: rgba(255, 255, 255, 0.04); +} + +colorswatch#add-color-button overlay:hover { + background-color: rgba(255, 255, 255, 0.12); + box-shadow: none; +} + +colorswatch#add-color-button overlay:active { + background-color: rgba(255, 255, 255, 0.3); +} + +colorswatch:disabled { + opacity: 0.5; +} + +colorswatch:disabled overlay { + box-shadow: none; +} + +colorswatch#editor-color-sample { + border-radius: 6px; +} + +colorswatch#editor-color-sample overlay { + border-radius: 6px; +} + +colorswatch#editor-color-sample overlay:hover { + box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -0.6px rgba(0, 0, 0, 0.17); +} + +colorchooser .popover.osd { + transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); + border-radius: 6px; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #313244; +} + +colorchooser .popover.osd:backdrop { + box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); +} + +/******** + * Misc * + ********/ +.content-view { + background-color: #1e1e2e; +} + +/********************** + * Window Decorations * + **********************/ +window { + border: none; +} + +window.csd { + border-radius: 12px; + outline-offset: -1px; + outline: 1px solid rgba(255, 255, 255, 0.1); + margin: 0; + box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75), 0 0 36px transparent; +} + +window.csd:backdrop { + transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75), 0 0 36px transparent; +} + +window.csd.maximized, window.csd.fullscreen, window.csd.tiled, window.csd.tiled-top, window.csd.tiled-right, window.csd.tiled-bottom, window.csd.tiled-left { + border-radius: 0; + transition: none; +} + +window.solid-csd { + margin: 0; + padding: 2px; + border-radius: 0; + background-color: #11111b; + border: 1px solid #393947; +} + +window.solid-csd:backdrop { + background-color: #1e1e2e; +} + +window.ssd { + box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12); +} + +windowcontrols button:not(.suggested-action):not(.destructive-action) { + min-height: 16px; + min-width: 16px; + padding: 0; + margin: 0 4px; +} + +windowcontrols button.minimize:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:not(.suggested-action):not(.destructive-action), windowcontrols button.close:not(.suggested-action):not(.destructive-action) { + color: transparent; +} + +windowcontrols button.minimize:not(.suggested-action):not(.destructive-action) image, windowcontrols button.maximize:not(.suggested-action):not(.destructive-action) image, windowcontrols button.close:not(.suggested-action):not(.destructive-action) image { + padding: 0; +} + +windowcontrols button.minimize:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.close:hover:not(.suggested-action):not(.destructive-action) { + box-shadow: none; +} + +windowcontrols button.minimize:active:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:active:not(.suggested-action):not(.destructive-action), windowcontrols button.close:active:not(.suggested-action):not(.destructive-action) { + box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.25); +} + +windowcontrols button.minimize:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.minimize:active:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:active:not(.suggested-action):not(.destructive-action), windowcontrols button.close:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.close:active:not(.suggested-action):not(.destructive-action) { + color: rgba(0, 0, 0, 0.5); +} + +windowcontrols button.minimize:backdrop:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:backdrop:not(.suggested-action):not(.destructive-action), windowcontrols button.close:backdrop:not(.suggested-action):not(.destructive-action) { + background-color: rgba(255, 255, 255, 0.3); +} + +windowcontrols button.minimize:backdrop:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.minimize:backdrop:active:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:backdrop:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:backdrop:active:not(.suggested-action):not(.destructive-action), windowcontrols button.close:backdrop:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.close:backdrop:active:not(.suggested-action):not(.destructive-action) { + color: rgba(255, 255, 255, 0.5); +} + +windowcontrols button.minimize:not(.suggested-action):not(.destructive-action) { + background-color: #f9e2af; +} + +windowcontrols button.minimize:active:not(.suggested-action):not(.destructive-action) { + background-color: #fbe9c3; +} + +windowcontrols button.maximize:not(.suggested-action):not(.destructive-action) { + background-color: #a6e3a1; +} + +windowcontrols button.maximize:active:not(.suggested-action):not(.destructive-action) { + background-color: #bceab9; +} + +windowcontrols button.close:not(.suggested-action):not(.destructive-action) { + background-color: #f38ba8; +} + +windowcontrols button.close:active:not(.suggested-action):not(.destructive-action) { + background-color: #f6a8be; +} + +windowcontrols { + border-spacing: 6px; +} + +windowcontrols:not(.empty).start:dir(ltr), windowcontrols:not(.empty).end:dir(rtl) { + margin-right: 9px; + margin-left: 9px; +} + +windowcontrols:not(.empty).start:dir(rtl), windowcontrols:not(.empty).end:dir(ltr) { + margin-left: 9px; + margin-right: 9px; +} + +.view:selected, iconview:selected, gridview > child:selected, columnview.view:selected, +treeview.view:selected, calendar:selected, calendar > grid > label.day-number:selected { + background-color: alpha(currentColor, 0.06); +} + +flowbox > flowboxchild:selected, calendar > grid > label.today { + color: #89b4fa; + background-color: rgba(137, 180, 250, 0.2); +} + +textview text selection:focus, textview text selection, label > selection, +entry > text > selection, spinbutton > text > selection, +entry headerbar popover.background entry > text > selection, +headerbar popover.background entry entry > text > selection, calendar > grid > label.today:selected { + color: rgba(0, 0, 0, 0.87); + background-color: #89b4fa; +} + +/********************** + * Touch Copy & Paste * + **********************/ +cursor-handle { + color: #89b4fa; + -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); +} + +cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { + padding-top: 6px; +} + +shortcuts-section { + margin: 20px; +} + +.shortcuts-search-results { + margin: 20px; + border-spacing: 24px; +} + +shortcut { + border-spacing: 6px; +} + +shortcut > .keycap { + min-width: 12px; + min-height: 26px; + margin-top: 2px; + padding-bottom: 2px; + padding-left: 8px; + padding-right: 8px; + border: solid 1px rgba(255, 255, 255, 0.12); + border-radius: 7px; + box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12); + background-color: #313244; + color: #FFFFFF; + font-size: smaller; +} + +:not(decoration):not(window):drop(active) { + caret-color: #89b4fa; +} + +stackswitcher { + min-height: 0; + padding: 3px; + margin: 6px 0; + border-radius: 9px; + background-color: rgba(255, 255, 255, 0.04); + border: none; +} + +stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { + margin: 0 0; + background-color: transparent; + border-radius: 6px; + padding: 3px 10px; +} + +stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { + min-width: 100px; +} + +stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):focus:not(:hover):not(:checked) { + box-shadow: none; +} + +stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):hover { + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; + outline: 0 solid transparent; +} + +stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):active { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; + animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); + background-size: 0% 0%; + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; + outline: 0 solid transparent; +} + +stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, background-color 0ms; + background-color: rgba(255, 255, 255, 0.15); + color: #FFFFFF; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); +} + +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 * + *************/ +.lowres-icon { + -gtk-icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); +} + +.icon-dropshadow { + -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 1px 6px rgba(0, 0, 0, 0.1); +} + +/********* + * Emoji * + *********/ +popover.emoji-picker { + padding: 0; +} + +popover.emoji-picker > contents { + padding: 0; +} + +.emoji-searchbar { + padding: 6px; + border-spacing: 6px; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); + background: none; +} + +.emoji-searchbar entry text { + background: none; + box-shadow: none; +} + +.emoji-toolbar { + padding: 0; + border-spacing: 3px; + border-top: 1px solid rgba(255, 255, 255, 0.12); + background: none; +} + +button.emoji-section { + margin: 0; + padding: 6px; + border-radius: 6px; +} + +button.emoji-section:checked { + color: #89b4fa; +} + +popover.emoji-picker emoji { + font-size: x-large; + padding: 6px; + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); + border-radius: 6px; +} + +popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { + background: alpha(currentColor, 0.08); +} + +emoji-completion-row { + min-height: 28px; + padding: 0 12px; +} + +emoji-completion-row > box { + border-spacing: 6px; + padding: 2px 6px; +} + +emoji-completion-row:focus, emoji-completion-row:hover, +emoji-completion-row emoji:hover, emoji-completion-row emoji:focus { + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; +} + +popover.entry-completion > contents { + padding: 0; +} + +.nautilus-window placesview label { + color: rgba(255, 255, 255, 0.7); +} + +.nautilus-window .floating-bar { + min-height: 32px; + padding: 0; + margin: 6px; + border-style: none; + border-radius: 6px; + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); + box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); +} + +.nautilus-window .floating-bar button { + margin: 4px; + color: rgba(0, 0, 0, 0.87); +} + +#NautilusQueryEditor > menubutton > button.image-button { + min-width: 24px; + min-height: 24px; +} + +#NautilusQueryEditor > text, #NautilusQueryEditor > box, #NautilusQueryEditor > menubutton > button.image-button { + margin: 6px 0; +} + +#NautilusQueryEditorTag { + background-color: rgba(255, 255, 255, 0.12); +} + +#NautilusQueryEditorTag > button.image-button { + margin: 0; + padding: 0; +} + +#NautilusPathBar { + background-color: rgba(255, 255, 255, 0.04); + border-radius: 6px; + margin: 6px 0; +} + +#NautilusPathButton { + margin: 0 3px; + border-radius: 6px; +} + +#NautilusPathButton.current-dir { + color: #FFFFFF; +} + +#NautilusPathButton.current-dir:hover, #NautilusPathButton.current-dir:active { + background: none; + box-shadow: none; +} + +#NautilusPathButton:first-child { + margin-left: 0; +} + +#NautilusViewCell clamp box { + margin: 0; + border-spacing: 0; +} + +window.dialog > box > stack > box > box > notebook.frame { + border-width: 0 0 0 1px; + border-radius: 0; +} + +.display-container.card { + border-radius: 0; + box-shadow: none; + border-width: 0 0 1px 0; +} + +.display-container .history-view { + background-color: #1e1e2e; +} + +.display-container #displayitem { + padding: 0 12px 8px 0; + font-size: 1.4em; + border-top: 1px solid rgba(255, 255, 255, 0.12); +} + +.math-buttons button { + font-size: 1.1em; + padding: 2px 6px; +} + +.math-buttons button.text-button { + padding-left: 16px; + padding-right: 16px; +} + +leaflet button.number-button { + background-color: rgba(255, 255, 255, 0.1); +} + +leaflet button.number-button:hover { + background-color: rgba(255, 255, 255, 0.2); +} + +leaflet button.number-button:active { + background-color: rgba(255, 255, 255, 0.3); +} + +label.primary-label, label.month-name, label.secondary-label { + font-size: 16pt; + font-weight: bold; + padding: 12px; +} + +label.primary-label, label.month-name { + color: #89b4fa; +} + +label.secondary-label { + color: rgba(255, 255, 255, 0.5); +} + +calendar-view { + font-size: 10pt; +} + +calendar-view:selected { + color: #89b4fa; + font-weight: bold; +} + +calendar-view.header, +label.header { + font-size: 10pt; + font-weight: bold; + color: rgba(255, 255, 255, 0.5); +} + +calendar-view.current, +weekgrid.current { + background-color: alpha(#89b4fa, 0.3); +} + +popover.events { + background-color: #1e1e2e; + padding: 0; +} + +popover.events box { + border-top-left-radius: 6px; + border-top-right-radius: 6px; +} + +popover.events list { + background-color: #1e1e2e; + border-radius: 6px; +} + +popover.events scrolledwindow { + border-width: 0; +} + +popover.events button { + border-radius: 6px; + border-top-left-radius: 0; + border-top-right-radius: 0; + border-style: solid none none; + box-shadow: none; +} + +event { + margin: 1px; + font-size: 0.9rem; +} + +event widget.content { + margin: 4px; +} + +event.timed, event:not(.slanted):not(.slanted-start):not(.slanted-end) { + border-radius: 6px; +} + +event.timed widget.edge { + border-radius: 3px; + min-width: 5px; +} + +event.slanted-start, event.slanted-end:dir(rtl) { + padding-left: 16px; + border-radius: 0 3px 3px 0; +} + +event.slanted-end, event.slanted-start:dir(rtl) { + padding-right: 16px; + border-radius: 3px 0 0 3px; +} + +event:not(.timed).color-dark { + color: white; + outline-color: rgba(0, 0, 0, 0.3); +} + +event.timed, event:not(.timed).color-light { + color: alpha(black, 0.75); + outline-color: rgba(255, 255, 255, 0.5); +} + +popover.event-popover, +popover.event-popover > contents { + padding: 0; +} + +.search-viewport { + background-color: #1e1e2e; +} + +.calendar-list { + background-color: transparent; +} + +.calendar-list > list { + border-radius: 4px; +} + +.sources-button { + margin-top: 0; + margin-bottom: 0; + border-radius: 0; + border-top-style: none; + border-bottom-style: none; +} + +.sources-button:hover:not(:backdrop) { + background-image: none; + text-shadow: none; +} + +.calendar-color-image { + -gtk-icon-filter: none; +} + +image.calendar-color-image, +button:active:not(:backdrop) .calendar-color-image, +button:checked:not(:backdrop) .calendar-color-image, +.calendars-list .calendar-color-image:not(:backdrop):not(:disabled), +.calendar-list .calendar-color-image:not(:backdrop):not(:disabled), +.sources-button:not(:backdrop):not(:disabled) .calendar-color-image { + -gtk-icon-shadow: 0 1px alpha(black, 0.1); +} + +datechooser navigator { + margin-right: 6px; + margin-left: 6px; + margin-bottom: 6px; +} + +datechooser navigator label { + font-weight: bold; +} + +datechooser navigator button, datechooser navigator button.image-button { + min-height: 36px; + min-width: 36px; + padding: 0; +} + +datechooser .weeknum, datechooser .weekday { + color: rgba(255, 255, 255, 0.5); + font-size: smaller; +} + +datechooser button.day { + font-size: 10pt; + font-weight: normal; + margin: 3px; + padding: 0; + min-height: 36px; + min-width: 36px; + transition: none; +} + +datechooser button.day dot { + background-color: #FFFFFF; + border-radius: 50%; + min-height: 3px; + min-width: 3px; +} + +datechooser button.day:selected, datechooser button.day.today:selected { + background-color: #89b4fa; + color: rgba(0, 0, 0, 0.87); + font-weight: bold; +} + +datechooser button.day:selected dot, datechooser button.day.today:selected dot { + background-color: rgba(0, 0, 0, 0.87); +} + +datechooser button.day.today { + color: #89b4fa; +} + +datechooser button.day.today dot { + background-color: #89b4fa; +} + +datechooser button.day.other-month:not(:hover), datechooser button.day.other-month:backdrop { + color: alpha(currentColor, 0.1); +} + +datechooser button.day.other-month:not(:hover) dot, datechooser button.day.other-month:backdrop dot { + background-color: alpha(currentColor, 0.1); +} + +datechooser button.day.other-month:hover:not(:backdrop) { + color: rgba(255, 255, 255, 0.5); +} + +datechooser button.day.other-month:hover:not(:backdrop) dot { + background-color: rgba(255, 255, 255, 0.5); +} + +.week-header { + padding: 0; +} + +.week-header > box:first-child { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +.week-header .week-number { + font-size: 16pt; + font-weight: bold; + padding: 12px 12px 18px 12px; + color: rgba(255, 255, 255, 0.3); +} + +.week-header.week-temperature { + font-size: 10pt; + font-weight: bold; + color: rgba(255, 255, 255, 0.5); +} + +.week-header.lines { + color: rgba(255, 255, 255, 0.12); +} + +weekhourbar > label { + font-size: 10pt; + padding: 4px 6px; +} + +.week-view .lines { + color: rgba(255, 255, 255, 0.12); +} + +weekgrid > widget.now-strip { + background-color: alpha(#89b4fa, 0.8); + margin: 0 0 0 1px; + min-height: 3px; +} + +weekgrid:selected, weekgrid.dnd, +.week-header:selected, +.week-header.dnd { + background-color: alpha(#89b4fa, 0.25); +} + +monthcell { + border: solid 1px rgba(255, 255, 255, 0.12); + border-width: 1px 0 0 1px; + background-color: transparent; + transition: background-color 200ms; +} + +monthcell:hover:not(.out-of-month):not(.today) { + background-color: #11111b; + transition: background-color 200ms; + color: #FFFFFF; +} + +monthcell:selected { + background-color: alpha(#89b4fa, 0.1); +} + +monthcell:selected:hover { + background-color: alpha(#89b4fa, 0.2); +} + +monthcell:selected label.day-label { + font-weight: bold; +} + +monthcell:nth-child(7n + 1) { + border-left-width: 0; +} + +monthcell.today { + background-color: alpha(#89b4fa, 0.2); +} + +monthcell.today:hover { + background-color: alpha(#89b4fa, 0.3); + color: #89b4fa; +} + +monthcell.today:selected { + background-color: alpha(#89b4fa, 0.25); +} + +monthcell.today:selected:hover { + background-color: alpha(#89b4fa, 0.35); +} + +monthcell label { + color: #FFFFFF; + font-size: 0.9rem; +} + +monthcell label.day-label { + font-size: 1rem; +} + +monthcell.out-of-month { + background-color: rgba(255, 255, 255, 0.04); +} + +monthcell.out-of-month label { + color: rgba(255, 255, 255, 0.7); +} + +monthcell button { + padding: 0 6px; + border-radius: 0; + border-bottom: none; + border-right: none; +} + +monthpopover > box { + margin: 0; + padding: 0; + background-color: transparent; +} + +.notes-section box > textview { + border-radius: 6px; + padding: 6px; +} + +.notes-section box > textview > text { + background: none; +} + +agenda-view list > row { + padding: 2px 12px; +} + +agenda-view list > label { + padding: 6px 12px; +} + +label.no-events { + font-style: italic; +} + +searchbutton > popover > arrow { + background: none; + border: none; +} + +datechooser { + padding: 6px; +} + +datechooser .current-week { + background: alpha(#11111b, 0.7); + color: #FFFFFF; + border-radius: 6px; +} + +menubutton stack > box { + border-spacing: 6px; +} + +.contacts-contact-list list.navigation-sidebar { + background: none; +} + +.details-page { + margin: 24px 0px; +} + +.installed-overlay-box { + font-size: smaller; + background-color: #89b4fa; + border-radius: 0; + color: rgba(0, 0, 0, 0.87); + text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); +} + +screenshot-carousel box.frame { + border-width: 1px 0; + border-radius: 0; +} + +screenshot-carousel button, +.featured-carousel button { + margin: 12px; +} + +.screenshot-image-main .image1, +.screenshot-image-main .image2 { + margin-top: 6px; + margin-bottom: 12px; + margin-left: 6px; + margin-right: 6px; +} + +.app-tile-label { + font-size: 105%; +} + +.review-textbox { + padding: 6px; +} + +.origin-rounded-box { + background-color: rgba(255, 255, 255, 0.12); + border-radius: 9999px; + padding: 4px; +} + +.origin-beta { + color: #FBC02D; +} + +.origin-button > button { + padding: 3px 9px; +} + +button.card.category-tile { + padding: 21px; + border: none; + border-radius: 6px; + min-width: 140px; + font-weight: 900; + font-size: larger; +} + +button.card.category-tile.category-tile-iconless { + padding: 9px 15px; + min-width: 130px; + font-size: 105%; + font-weight: normal; +} + +button.card.category-tile.category-create { + background: linear-gradient(180deg, #ce8cd7 0%, #2861c6 100%); + color: white; +} + +button.card.category-tile.category-create:hover { + background: linear-gradient(180deg, shade(#ce8cd7, 1.07) 0%, shade(#2861c6, 1.1) 100%); + color: white; +} + +button.card.category-tile.category-create:active { + background: linear-gradient(180deg, shade(#ce8cd7, 0.95) 0%, shade(#2861c6, 0.95) 100%); + color: white; +} + +button.card.category-tile.category-develop { + background: #5e5c64; + color: white; +} + +button.card.category-tile.category-develop:hover { + background: shade(#5e5c64, 1.2); + color: white; +} + +button.card.category-tile.category-develop:active { + background-color: shade(#5e5c64, 0.95); + color: white; +} + +button.card.category-tile.category-learn { + background: linear-gradient(180deg, #2ec27e 30%, #27a66c 100%); + color: white; +} + +button.card.category-tile.category-learn:hover { + background: linear-gradient(180deg, shade(#2ec27e, 1.06) 30%, shade(#27a66c, 1.06) 100%); + color: white; +} + +button.card.category-tile.category-learn:active { + background: linear-gradient(180deg, shade(#2ec27e, 0.95) 30%, shade(#27a66c, 0.95) 100%); + color: white; +} + +button.card.category-tile.category-play { + background: linear-gradient(75deg, #f9e2a7 0%, #eb5ec3 50%, #6d53e0 100%); + color: #393484; +} + +button.card.category-tile.category-play:hover { + background: linear-gradient(75deg, shade(#f9e2a7, 1.07) 0%, shade(#eb5ec3, 1.07) 50%, shade(#6d53e0, 1.07) 100%); + color: #393484; +} + +button.card.category-tile.category-play:active { + background: linear-gradient(75deg, shade(#f9e2a7, 0.97) 0%, shade(#eb5ec3, 0.95) 50%, shade(#6d53e0, 1.07) 100%); + color: #393484; +} + +button.card.category-tile.category-socialize { + background: linear-gradient(90deg, #ef4e9b 0%, #f77466 100%); + color: rgba(255, 255, 255, 0.7); +} + +button.card.category-tile.category-socialize:hover { + background: linear-gradient(90deg, shade(#ef4e9b, 1.08) 0%, shade(#f77466, 1.08) 100%); +} + +button.card.category-tile.category-socialize:active { + background: linear-gradient(90deg, shade(#ef4e9b, 0.95) 0%, shade(#f77466, 0.95) 100%); +} + +button.card.category-tile.category-work { + padding: 1px; + /* FIXME: work around https://gitlab.gnome.org/GNOME/gtk/-/issues/4324 */ + color: #1c71d8; + background-color: #fdf8d7; + background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); + background-size: 10px 10px, 10px 10px; + background-position: -1px -4px, center -1px; +} + +button.card.category-tile.category-work:hover { + color: #1c71d8; + background-color: #fefcef; + background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); +} + +button.card.category-tile.category-work:active { + color: #1c71d8; + background-color: #fcf4bf; + background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); +} + +clamp.medium .category-tile:not(.category-tile-iconless), +clamp.large .category-tile:not(.category-tile-iconless) { + font-size: larger; +} + +.featured-tile { + all: unset; + padding: 0; + box-shadow: none; + color: #FFFFFF; +} + +.featured-tile label.title-1 { + margin-top: 6px; + margin-bottom: 6px; +} + +.featured-tile.narrow label.title-1 { + font-size: 16pt; +} + +.application-details-infobar, .application-details-infobar.info { + background-color: rgba(255, 255, 255, 0.04); + color: #FFFFFF; + border: 1px solid rgba(255, 255, 255, 0.12); +} + +.application-details-infobar.warning { + background-color: #FBC02D; + color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(0, 0, 0, 0.12); +} + +@keyframes install-progress-unknown-move { + 0% { + background-position: 0%; + } + 50% { + background-position: 100%; + } + 100% { + background-position: 0%; + } +} + +.application-details-description .button { + padding-left: 24px; + padding-right: 24px; +} + +.install-progress { + background-image: linear-gradient(to top, #89b4fa 2px, alpha(#89b4fa, 0) 2px); + background-repeat: no-repeat; + background-position: 0 bottom; + background-size: 0; + transition: none; +} + +.install-progress:dir(rtl) { + background-position: 100% bottom; +} + +.review-row > * { + margin: 12px; +} + +.review-row button { + font-size: smaller; +} + +.review-row .vote-buttons button { + margin-right: -1px; +} + +.review-row .vote-buttons button:not(:first-child) { + border-image: linear-gradient(to top, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)) 0 0 0 1/5px 0 5px 1px; +} + +.review-row .vote-buttons button:hover, +.review-row .vote-buttons button:active, +.review-row .vote-buttons button:hover + button, +.review-row .vote-buttons button:active + button { + border-image: none; +} + +review-bar { + color: rgba(255, 255, 255, 0.5); + background-image: none; + background-color: rgba(255, 255, 255, 0.3); +} + +.review-histogram star-image { + color: rgba(255, 255, 255, 0.5); +} + +.version-arrow-label { + font-size: x-small; +} + +.overview-more-button { + font-size: smaller; + padding: 0 16px; +} + +.app-row-origin-text { + font-size: smaller; +} + +.app-listbox-header { + padding: 6px; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +.image-list { + background-color: transparent; +} + +box.star { + background-color: transparent; + background-image: none; +} + +button.star { + outline-offset: 0; + background-color: transparent; + background-image: none; + border-image: none; + border-radius: 0; + border-width: 0; + padding: 0; + box-shadow: none; + outline-offset: -1px; +} + +star-image { + color: #FFD600; +} + +.dimmer-label { + opacity: 0.25; +} + +.update-failed-details { + font-family: Monospace; + font-size: smaller; + padding: 16px; +} + +.upgrade-banner { + padding: 0px; + border-radius: 6px; + border: none; +} + +.upgrade-banner-background { + background: linear-gradient(to bottom, #66BB6A, #89b4fa); + color: white; +} + +.upgrade-buttons #button_upgrades_install { + padding-left: 16px; + padding-right: 16px; +} + +scrolledwindow.list-page > viewport > clamp > box { + margin: 24px 12px; + border-spacing: 24px; +} + +.update-preferences preferencesgroup > box > box { + margin-top: 18px; +} + +.section > label:not(:first-child) { + margin-top: 6px; +} + +.section > box:not(:first-child) { + margin-top: 12px; +} + +clamp.status-page { + margin: 36px 12px; +} + +clamp.status-page .iconbox { + min-height: 128px; + min-width: 128px; +} + +clamp.status-page .icon { + color: rgba(255, 255, 255, 0.5); + min-height: 32px; + min-width: 32px; +} + +clamp.status-page .icon:not(:last-child) { + margin-bottom: 36px; +} + +clamp.status-page .title:not(:last-child) { + margin-bottom: 12px; +} + +app-context-bar .context-tile { + border: 1px solid rgba(255, 255, 255, 0.12); + background-color: transparent; + border-radius: 0; + padding: 24px 12px 21px 12px; + outline-offset: 5px; + transition-property: outline, outline-offset, background-image; + border-bottom: none; + border-right: none; +} + +app-context-bar .context-tile:hover { + background-image: none; + background-color: alpha(currentColor, 0.08); +} + +app-context-bar .context-tile.keyboard-activating, app-context-bar .context-tile:active { + background-color: alpha(currentColor, 0.12); +} + +app-context-bar .context-tile:focus:focus-visible { + outline-offset: -1px; +} + +app-context-bar.horizontal box:first-child .context-tile:first-child, app-context-bar.vertical .context-tile:first-child { + border-left: none; +} + +app-context-bar.horizontal .context-tile, app-context-bar.vertical box:first-child .context-tile { + border-top: none; +} + +app-context-bar > box:not(:first-child) > button.flat { + border-radius: 0; +} + +app-context-bar > box:not(:first-child) > button.flat:last-child { + border-radius: 0 6px 6px 0; +} + +app-context-bar > box:first-child > button.flat { + border-radius: 0; +} + +app-context-bar > box:first-child > button.flat:first-child { + border-radius: 6px 0 0 6px; +} + +app-context-bar > box > button.flat { + border-left-color: rgba(255, 255, 255, 0.12); +} + +carousel.card { + border: none; + background-color: rgba(255, 255, 255, 0.04); +} + +.context-tile-lozenge { + min-height: 28px; + min-width: 28px; + padding: 6px; + font-size: 18px; + font-weight: bold; + border-radius: 9999px; +} + +.context-tile-lozenge.large { + font-size: 24px; + padding: 16px; + min-width: 24px; + /* 60px minus the left and right padding */ + min-height: 24px; + /* 60px minus the top and bottom padding */ +} + +.context-tile-lozenge.wide-image image { + margin-top: -28px; + margin-bottom: -28px; +} + +.context-tile-lozenge image { + -gtk-icon-style: symbolic; +} + +.context-tile-lozenge.grey { + color: #FFFFFF; + background-color: rgba(255, 255, 255, 0.12); +} + +.context-tile-lozenge.green, .context-tile-lozenge.details-rating-0 { + color: #419345; + background-color: rgba(102, 187, 106, 0.15); +} + +.context-tile-lozenge.blue, .context-tile-lozenge.details-rating-5 { + color: #89b4fa; + background-color: rgba(137, 180, 250, 0.15); +} + +.context-tile-lozenge.yellow, .context-tile-lozenge.details-rating-12 { + color: #d79b04; + background-color: rgba(251, 192, 45, 0.15); +} + +.context-tile-lozenge.details-rating-15 { + color: #FF8A65; + background-color: rgba(255, 138, 101, 0.15); +} + +.context-tile-lozenge.red, .context-tile-lozenge.details-rating-18 { + color: #d2190b; + background-color: rgba(244, 67, 54, 0.15); +} + +.eol-red { + font-weight: bold; + color: #F44336; +} + +window.narrow .app-title { + font-size: 16pt; +} + +window.narrow .app-developer { + font-size: small; +} + +.install-progress-label { + font-size: smaller; + font-feature-settings: "tnum"; +} + +scrolledwindow.fake-adw-status-page > viewport > box { + margin: 36px 12px; +} + +scrolledwindow.fake-adw-status-page > viewport > box > clamp:not(:last-child) > box { + margin-bottom: 36px; +} + +scrolledwindow.fake-adw-status-page > viewport > box > clamp > box > .icon:not(:last-child) { + margin-bottom: 36px; +} + +scrolledwindow.fake-adw-status-page > viewport > box > clamp > box > .title:not(:last-child) { + margin-bottom: 12px; +} + +statuspage.icon-dropshadow image.icon { + -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.1); +} + +window.info scrollbar.vertical { + margin-top: 48px; + background: none; + box-shadow: none; +} + +window.info scrollbar.vertical trough { + margin-top: 0; +} + +row.app > box.header { + margin-left: 12px; + margin-right: 12px; +} + +row.app > box.header { + border-spacing: 12px; +} + +row.app > box.header > image { + margin-top: 12px; + margin-bottom: 12px; +} + +row.app label.warning { + color: #F44336; +} + +@keyframes pre-delay { + from { + opacity: 0; + } + to { + opacity: 0; + } +} + +@keyframes fade-in { + from { + filter: opacity(0%); + } +} + +/* Give a fade-in animation to spinners. */ +spinner.fade-in:checked { + animation: pre-delay 0.5s linear 1, fade-in 1s linear 1, spin 1s linear infinite; + animation-delay: 0s, 0.5s, 0.5s; +} + +window > contents > leaflet > box > stack.background { + background-color: transparent; + background-image: linear-gradient(to bottom, transparent, transparent 48px, #1e1e2e 48px, #1e1e2e); +} + +@define-color weather_temp_chart_fill_color rgba(251, 192, 45, 0.5); +@define-color weather_temp_chart_stroke_color #f0ad05; +@define-color weather_thermometer_warm_color #FBC02D; +@define-color weather_thermometer_cold_color #89b4fa; +#places-label { + font-weight: bold; +} + +#temperature-label { + font-size: 32pt; + font-weight: 900; + margin-left: 9px; +} + +#conditions-grid *:backdrop { + color: rgba(255, 255, 255, 0.7); +} + +.content-view.cell { + font-weight: bold; +} + +#locationEntry { + margin: 6px; +} + +.weather-popover { + margin-top: 6px; +} + +.forecast-card { + transition: border-radius 100ms ease-out; + border-radius: 6px; +} + +.forecast-card separator { + background-color: rgba(255, 255, 255, 0.12); +} + +#daily-forecast-box > separator:last-child { + background-color: transparent; + min-width: 0; +} + +#conditions-grid, +#attributionGrid { + margin-left: 18px; + margin-right: 18px; +} + +#weather-page .small .forecast-card { + margin-left: 0; + margin-right: 0; + border-radius: 0; + border-width: 1px 0; +} + +.forecast-temperature-label { + font-weight: bold; + color: #ae7b03; +} + +WeatherThermometer { + margin-bottom: 12px; +} + +WeatherThermometer > label.high { + font-weight: bold; + color: #FBC02D; +} + +WeatherThermometer > label.low { + font-weight: bold; + color: #89b4fa; +} + +.forecast-button { + margin: 0 12px; +} + +.forecast-graphic { + margin: 18px; +} + +button.osd.circular { + border-radius: 9999px; + min-width: 24px; + min-height: 24px; +} + +button.osd.circular > image { + padding: 0; +} + +scrolledwindow.inline list, +scrolledwindow.inline listview { + background: none; + color: inherit; +} + +scrolledwindow.inline undershoot.top { + box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); +} + +.search-view { + background-color: #1e66f5; + color: #FFFFFF; +} + +.search-view menubutton button:focus:focus-visible { + outline-color: rgba(255, 255, 255, 0.3); +} + +image.circular { + min-width: 36px; + min-height: 36px; + padding: 0; + border-radius: 9999px; +} + +.large-button { + padding: 6px; +} + +.alarm-time { + font-size: 2.5em; + font-weight: 300; +} + +.clocks-ampm-toggle-button, +.clocks-secondary-standalone-label { + font-size: 18pt; +} + +.clocks-standalone-label, +.clocks-ringing-label { + font-size: 6em; + font-weight: 300; +} + +.clocks-ringing-title { + font-size: 1.5em; + font-weight: bold; +} + +.clocks-alarm-setup-time { + font-size: 32pt; +} + +.clocks-timer-label, +.clocks-spinbutton { + font-size: 48pt; +} + +.timer-panel .timer-header { + font-size: 20pt; + font-weight: 300; +} + +.timer-countdown { + font-size: 40pt; + font-weight: 300; +} + +/* Stopwatch Panel */ +.lap-time { + font-weight: bold; +} + +.stopped-stopwatch label, +.running-stopwatch label, +.paused-stopwatch label { + font-size: 70px; + font-weight: lighter; +} + +.stopped-stopwatch .seconds-label { + font-weight: 300; +} + +.running-stopwatch .seconds-label, +.running-stopwatch .miliseconds-label { + color: #89b4fa; +} + +.stopped-stopwatch .miliseconds-label, +.running-stopwatch .miliseconds-label, +.paused-stopwatch .miliseconds-label { + font-size: 50px; +} + +.running-stopwatch .seconds-label, +.paused-stopwatch .seconds-label { + font-weight: 300; +} + +.clock-location { + font-weight: bolder; +} + +.hidden { + opacity: 0; +} + +.clock-time { + font-size: 2em; + padding: 0.2em 0.5em; + border-radius: 1em; +} + +.none .clock-time { + background: alpha(currentColor, 0.2); +} + +.night .clock-time { + color: #1e66f5; + background-color: alpha(#89b4fa, 0.25); +} + +.naut .clock-time, +.astro .clock-time { + color: #FF7043; + background-color: alpha(#FF8A65, 0.25); +} + +.civil .clock-time, +.day .clock-time { + color: #FFD600; + background: alpha(#FBC02D, 0.25); +} + +headerbar splitbutton notification button { + margin: 0; + min-height: 24px; + min-width: 24px; + padding: 0; +} + +popover.background.global-search > arrow, popover.background.global-search > contents { + padding: 0; +} + +panelframeswitcher { + padding: 3px; +} + +.frameheader.header { + min-height: 24px; + background-color: #11111b; +} + +.frameheader.header > button { + border: none; + margin: 0; + padding: 3px; +} + +.frameheader.header tabbar.inline > revealer > box { + min-height: 24px; +} + +.frameheader.header tabbar.inline > revealer > box .start-action { + padding: 0; + border: none; +} + +.frameheader.header tabbar.inline > revealer > box .end-action { + padding: 0; + border-left: 1px solid rgba(255, 255, 255, 0.12); +} + +.frameheader.header tabbar.inline > revealer > box tabbox { + border: none; + background: none; +} + +panelstatusbar > menubutton > button, +panelstatusbar > paneltogglebutton button { + border-radius: 0; +} + +.style-variant { + padding: 0 12px; +} + +.style-variant button.toggle { + padding: 0; +} + +.style-variant button.toggle, .style-variant button.toggle:hover, .style-variant button.toggle:focus, .style-variant button.toggle:active, .style-variant button.toggle:checked { + background: none; + outline: none; + border: none; + box-shadow: none; +} + +.style-variant button.toggle > stylevariantpreview > .wallpaper { + border-radius: 6px; + outline-color: transparent; + outline-width: 3px; + outline-offset: 3px; + outline-style: solid; + box-shadow: none; +} + +.style-variant button.toggle:hover > stylevariantpreview > .wallpaper { + outline-color: rgba(255, 255, 255, 0.04); +} + +.style-variant button.toggle:active > stylevariantpreview > .wallpaper { + outline-color: rgba(255, 255, 255, 0.3); +} + +.style-variant button.toggle:checked > stylevariantpreview > .wallpaper { + outline-color: #89b4fa; +} + +window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list { + border: none; + border-radius: 0; +} + +window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:first-child, window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:last-child { + border-radius: 0; +} + +avatar { + border-radius: 9999px; + font-weight: bold; +} + +avatar.color1 { + background-image: linear-gradient(#83b6ec, #337fdc); + color: #cfe1f5; +} + +avatar.color2 { + background-image: linear-gradient(#7ad9f1, #0f9ac8); + color: #caeaf2; +} + +avatar.color3 { + background-image: linear-gradient(#8de6b1, #29ae74); + color: #cef8d8; +} + +avatar.color4 { + background-image: linear-gradient(#b5e98a, #6ab85b); + color: #e6f9d7; +} + +avatar.color5 { + background-image: linear-gradient(#f8e359, #d29d09); + color: #f9f4e1; +} + +avatar.color6 { + background-image: linear-gradient(#ffcb62, #d68400); + color: #ffead1; +} + +avatar.color7 { + background-image: linear-gradient(#ffa95a, #ed5b00); + color: #ffe5c5; +} + +avatar.color8 { + background-image: linear-gradient(#f78773, #e62d42); + color: #f8d2ce; +} + +avatar.color9 { + background-image: linear-gradient(#e973ab, #e33b6a); + color: #fac7de; +} + +avatar.color10 { + background-image: linear-gradient(#cb78d4, #9945b5); + color: #e7c2e8; +} + +avatar.color11 { + background-image: linear-gradient(#9e91e8, #7a59ca); + color: #d5d2f5; +} + +avatar.color12 { + background-image: linear-gradient(#e3cf9c, #b08952); + color: #f2eade; +} + +avatar.color13 { + background-image: linear-gradient(#be916d, #785336); + color: #e5d6ca; +} + +avatar.color14 { + background-image: linear-gradient(#c0bfbc, #6e6d71); + color: #d8d7d3; +} + +avatar.contrasted { + color: white; +} + +avatar.image { + background: none; +} + +.card { + border-radius: 6px; + border: 1px solid rgba(255, 255, 255, 0.12); + background-clip: border-box; + color: rgba(255, 255, 255, 0.7); + box-shadow: none; + outline: none; + background-color: #1e1e2e; + color: #FFFFFF; +} + +.card.activatable { + transition: all 75ms cubic-bezier(0, 0, 0.2, 1); +} + +.card.activatable:hover { + background-image: none; + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; + outline: 0 solid transparent; +} + +.card.activatable:active { + background-image: none; + transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; + animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; + background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); + background-size: 0% 0%; + background-color: alpha(currentColor, 0.08); + color: #FFFFFF; + outline: 0 solid transparent; +} + +toast { + margin: 12px; + margin-bottom: 24px; + border-radius: 9999px; + border-spacing: 6px; + padding: 6px; + box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1), 0 4px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.1), inset 0 1px rgba(255, 255, 255, 0.1); + background-color: #1e1e2e; + color: #FFFFFF; + border: none; +} + +toast:dir(ltr) { + padding-left: 12px; +} + +toast:dir(rtl) { + padding-right: 12px; +} + +toast > label { + margin: 0 6px; +} + +viewswitcher { + margin: 0; +} + +viewswitcher.wide { + border-spacing: 3px; +} + +viewswitcher.narrow button.toggle { + border-radius: 0; + margin: 0; +} + +viewswitcher.narrow button.toggle:focus-within, viewswitcher.narrow button.toggle:focus { + box-shadow: none; +} + +viewswitcher button.toggle { + font-weight: bold; + padding: 0; +} + +viewswitcher button.toggle > stack > box.narrow { + font-size: 0.75rem; + padding-top: 6px; + padding-bottom: 4px; + border-spacing: 4px; +} + +viewswitcher button.toggle > stack > box.narrow > stack > label { + padding-left: 6px; + padding-right: 6px; +} + +viewswitcher button.toggle > stack > box.wide { + padding: 2px 12px; + border-spacing: 6px; +} + +viewswitcherbar actionbar > revealer > box { + padding: 0; +} + +viewswitchertitle viewswitcher { + margin-left: 12px; + margin-right: 12px; +} + +indicatorbin > indicator, indicatorbin > mask { + min-width: 6px; + min-height: 6px; + border-radius: 9999px; +} + +indicatorbin > indicator { + margin: 1px; + background-color: alpha(currentColor, 0.4); +} + +indicatorbin > indicator > label { + font-size: 0.6rem; + font-weight: bold; + padding: 1px 4px; + color: white; +} + +indicatorbin > mask { + padding: 1px; + background: black; +} + +indicatorbin.needs-attention > indicator { + background-color: #89b4fa; +} + +indicatorbin.needs-attention > indicator > label { + color: rgba(0, 0, 0, 0.87); +} + +preferencespage > scrolledwindow > viewport > clamp > box { + margin: 24px 12px; + border-spacing: 24px; +} + +preferencesgroup > box, preferencesgroup > box .labels { + border-spacing: 6px; +} + +preferencesgroup > box > box.header:not(.single-line) { + margin-bottom: 6px; +} + +preferencesgroup > box > box.single-line { + min-height: 34px; +} + +preferencesgroup > box button.background-preview-button.toggle { + padding: 0; + background: none; + box-shadow: none; + outline-color: transparent; + outline-width: 3px; + outline-offset: 3px; + outline-style: solid; +} + +preferencesgroup > box button.background-preview-button.toggle, preferencesgroup > box button.background-preview-button.toggle > background-preview { + border-radius: 6px; +} + +preferencesgroup > box button.background-preview-button.toggle:hover { + outline-color: rgba(255, 255, 255, 0.04); +} + +preferencesgroup > box button.background-preview-button.toggle:active { + outline-color: rgba(255, 255, 255, 0.3); +} + +preferencesgroup > box button.background-preview-button.toggle:checked { + outline-color: #89b4fa; +} + +preferencesgroup > box .cutout-button { + background-color: #11111b; +} + +window.about .main-page > viewport > clamp > box { + margin: 12px; + border-spacing: 6px; +} + +window.about .main-page > viewport > clamp > box > box { + margin-top: 18px; + border-spacing: 18px; + margin-bottom: 6px; +} + +window.about .main-page .app-version { + padding: 3px 18px; + color: #89b4fa; + border-radius: 6px; + margin-top: 3px; +} + +window.about .subpage > viewport > clamp > box { + margin: 18px 12px; + border-spacing: 18px; +} + +window.about .subpage > clamp > textview { + background: none; + color: inherit; +} + +statuspage > scrolledwindow > viewport > box { + margin: 36px 12px; + border-spacing: 36px; +} + +statuspage > scrolledwindow > viewport > box > clamp > box { + border-spacing: 12px; +} + +statuspage > scrolledwindow > viewport > box > clamp > box > .icon { + -gtk-icon-size: 128px; + color: alpha(currentColor, 0.55); +} + +statuspage > scrolledwindow > viewport > box > clamp > box > .icon:disabled { + opacity: 0.35; +} + +statuspage > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { + margin-bottom: 24px; +} + +statuspage.compact > scrolledwindow > viewport > box { + margin: 24px 12px; + border-spacing: 24px; +} + +statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon { + -gtk-icon-size: 96px; +} + +statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { + margin-bottom: 12px; +} + +statuspage.compact > scrolledwindow > viewport > box > clamp > box > .title { + font-size: 18pt; +} + +/* GTK NAMED COLORS + ---------------- + use responsibly! */ +/* +widget text/foreground color */ +@define-color theme_fg_color #FFFFFF; +/* +text color for entries, views and content in general */ +@define-color theme_text_color #FFFFFF; +/* +widget base background color */ +@define-color theme_bg_color #1e1e2e; +/* +text widgets and the like base background color */ +@define-color theme_base_color #1e1e2e; +/* +base background color of selections */ +@define-color theme_selected_bg_color #89b4fa; +/* +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 #1e1e2e; +/* +text foreground color of insensitive widgets */ +@define-color insensitive_fg_color rgba(255, 255, 255, 0.5); +/* +insensitive text widgets and the like base background color */ +@define-color insensitive_base_color #11111b; +/* +widget text/foreground color on backdrop windows */ +@define-color theme_unfocused_fg_color #FFFFFF; +/* +text color for entries, views and content in general on backdrop windows */ +@define-color theme_unfocused_text_color #FFFFFF; +/* +widget base background color on backdrop windows */ +@define-color theme_unfocused_bg_color #1e1e2e; +/* +text widgets and the like base background color on backdrop windows */ +@define-color theme_unfocused_base_color #1e1e2e; +/* +base background color of selections on backdrop windows */ +@define-color theme_unfocused_selected_bg_color #89b4fa; +/* +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(255, 255, 255, 0.5); +/* +widgets main borders color */ +@define-color borders rgba(255, 255, 255, 0.12); +/* +widgets main borders color on backdrop windows */ +@define-color unfocused_borders rgba(255, 255, 255, 0.12); +/* +these are pretty self explicative */ +@define-color warning_color #FBC02D; +@define-color error_color #F44336; +@define-color success_color #66BB6A; +/* +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 #FFFFFF; +@define-color wm_unfocused_title rgba(255, 255, 255, 0.7); +@define-color wm_highlight rgba(255, 255, 255, 0.1); +@define-color wm_border #060609; +@define-color wm_bg #11111b; +@define-color wm_unfocused_bg #1e1e2e; +@define-color wm_button_icon white; +@define-color wm_button_close_hover_bg #f38ba8; +@define-color wm_button_close_active_bg #ed547e; +@define-color wm_button_max_hover_bg #a6e3a1; +@define-color wm_button_max_active_bg #79d572; +@define-color wm_button_min_hover_bg #f9e2af; +@define-color wm_button_min_active_bg #f5cd76; +/* +FIXME this is really an API */ +@define-color content_view_bg #1e1e2e; +@define-color placeholder_text_color #bcbcc0; +/* Very contrasty background for text views (@theme_text_color foreground) */ +@define-color text_view_bg #1e1e2e; +@define-color budgie_tasklist_indicator_color rgba(255, 255, 255, 0.3); +@define-color budgie_tasklist_indicator_color_active #89b4fa; +@define-color budgie_tasklist_indicator_color_active_window #526993; +@define-color budgie_tasklist_indicator_color_attention #FBC02D; +@define-color STRAWBERRY_100 #FF9262; +@define-color STRAWBERRY_300 #FF793E; +@define-color STRAWBERRY_500 #F15D22; +@define-color STRAWBERRY_700 #CF3B00; +@define-color STRAWBERRY_900 #AC1800; +@define-color ORANGE_100 #FFDB91; +@define-color ORANGE_300 #FFCA40; +@define-color ORANGE_500 #FAA41A; +@define-color ORANGE_700 #DE8800; +@define-color ORANGE_900 #C26C00; +@define-color BANANA_100 #FFFFA8; +@define-color BANANA_300 #FFFA7D; +@define-color BANANA_500 #FFCE51; +@define-color BANANA_700 #D1A023; +@define-color BANANA_900 #A27100; +@define-color LIME_100 #A2F3BE; +@define-color LIME_300 #8ADBA6; +@define-color LIME_500 #73C48F; +@define-color LIME_700 #479863; +@define-color LIME_900 #1C6D38; +@define-color BLUEBERRY_100 #94A6FF; +@define-color BLUEBERRY_300 #6A7CE0; +@define-color BLUEBERRY_500 #3F51B5; +@define-color BLUEBERRY_700 #213397; +@define-color BLUEBERRY_900 #031579; +@define-color GRAPE_100 #D25DE6; +@define-color GRAPE_300 #B84ACB; +@define-color GRAPE_500 #9C27B0; +@define-color GRAPE_700 #830E97; +@define-color GRAPE_900 #6A007E; +@define-color COCOA_100 #9F9792; +@define-color COCOA_300 #7B736E; +@define-color COCOA_500 #574F4A; +@define-color COCOA_700 #463E39; +@define-color COCOA_900 #342C27; +@define-color SILVER_100 #EEE; +@define-color SILVER_300 #CCC; +@define-color SILVER_500 #AAA; +@define-color SILVER_700 #888; +@define-color SILVER_900 #666; +@define-color SLATE_100 #888; +@define-color SLATE_300 #666; +@define-color SLATE_500 #444; +@define-color SLATE_700 #222; +@define-color SLATE_900 #111; +@define-color BLACK_100 #474341; +@define-color BLACK_300 #403C3A; +@define-color BLACK_500 #393634; +@define-color BLACK_700 #33302F; +@define-color BLACK_900 #2B2928; +@define-color blue_1 #99c1f1; +@define-color blue_2 #62a0ea; +@define-color blue_3 #3584e4; +@define-color blue_4 #1c71d8; +@define-color blue_5 #1a5fb4; +@define-color green_1 #8ff0a4; +@define-color green_2 #57e389; +@define-color green_3 #33d17a; +@define-color green_4 #2ec27e; +@define-color green_5 #26a269; +@define-color yellow_1 #f9f06b; +@define-color yellow_2 #f8e45c; +@define-color yellow_3 #f6d32d; +@define-color yellow_4 #f5c211; +@define-color yellow_5 #e5a50a; +@define-color orange_1 #ffbe6f; +@define-color orange_2 #ffa348; +@define-color orange_3 #ff7800; +@define-color orange_4 #e66100; +@define-color orange_5 #c64600; +@define-color red_1 #f66151; +@define-color red_2 #ed333b; +@define-color red_3 #e01b24; +@define-color red_4 #c01c28; +@define-color red_5 #a51d2d; +@define-color purple_1 #dc8add; +@define-color purple_2 #c061cb; +@define-color purple_3 #9141ac; +@define-color purple_4 #813d9c; +@define-color purple_5 #613583; +@define-color brown_1 #cdab8f; +@define-color brown_2 #b5835a; +@define-color brown_3 #986a44; +@define-color brown_4 #865e3c; +@define-color brown_5 #63452c; +@define-color light_1 #ffffff; +@define-color light_2 #f6f5f4; +@define-color light_3 #deddda; +@define-color light_4 #c0bfbc; +@define-color light_5 #9a9996; +@define-color dark_1 #77767b; +@define-color dark_2 #5e5c64; +@define-color dark_3 #3d3846; +@define-color dark_4 #241f31; +@define-color dark_5 #000000; +/* GTK NAMED COLORS + ---------------- + use responsibly! */ +@define-color accent_bg_color #89b4fa; +@define-color accent_fg_color rgba(0, 0, 0, 0.87); +@define-color accent_color #89b4fa; +@define-color destructive_bg_color #F44336; +@define-color destructive_fg_color #FFFFFF; +@define-color destructive_color #F44336; +@define-color success_bg_color #66BB6A; +@define-color success_fg_color #FFFFFF; +@define-color success_color #66BB6A; +@define-color warning_bg_color #FBC02D; +@define-color warning_fg_color rgba(0, 0, 0, 0.87); +@define-color warning_color #FBC02D; +@define-color error_bg_color #F44336; +@define-color error_fg_color #FFFFFF; +@define-color error_color #F44336; +@define-color window_bg_color #1e1e2e; +@define-color window_fg_color #FFFFFF; +@define-color view_bg_color #1e1e2e; +@define-color view_fg_color #FFFFFF; +@define-color headerbar_bg_color #11111b; +@define-color headerbar_fg_color #FFFFFF; +@define-color headerbar_border_color rgba(255, 255, 255, 0.12); +@define-color headerbar_backdrop_color #1e1e2e; +@define-color headerbar_shade_color rgba(255, 255, 255, 0.12); +@define-color card_bg_color #1e1e2e; +@define-color card_fg_color #FFFFFF; +@define-color card_shade_color rgba(255, 255, 255, 0.12); +@define-color dialog_bg_color #11111b; +@define-color dialog_fg_color #FFFFFF; +@define-color popover_bg_color #1e1e2e; +@define-color popover_fg_color #FFFFFF; +@define-color shade_color rgba(255, 255, 255, 0.12); +@define-color scrollbar_outline_color rgba(255, 255, 255, 0.12); diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/thumbnail.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/thumbnail.png new file mode 100644 index 000000000..60d32eeff Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/thumbnail.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/index.theme b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/index.theme new file mode 100644 index 000000000..b622dab27 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/index.theme @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Catppuccin-Dark +Comment=An Flat Gtk+ theme based on Elegant Design +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Catppuccin-Dark +MetacityTheme=Catppuccin-Dark +IconTheme=Tela-circle-Dark +CursorTheme=Catppuccin-cursors +ButtonLayout=close,minimize,maximize:menu diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/button.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/button.svg new file mode 100644 index 000000000..aa092dfff --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/button.svg @@ -0,0 +1,40 @@ + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/close.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/close.svg new file mode 100644 index 000000000..fb798d736 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/close.svg @@ -0,0 +1,38 @@ + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/maximize.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/maximize.svg new file mode 100644 index 000000000..0c2f1700d --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/maximize.svg @@ -0,0 +1,38 @@ + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/menu.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/menu.svg new file mode 100644 index 000000000..179ff4c4e --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/menu.svg @@ -0,0 +1,40 @@ + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/minimize.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/minimize.svg new file mode 100644 index 000000000..76fe7cbd0 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/minimize.svg @@ -0,0 +1,47 @@ + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/shade.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/shade.svg new file mode 100644 index 000000000..8213b0363 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/shade.svg @@ -0,0 +1,38 @@ + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/unmaximize.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/unmaximize.svg new file mode 100644 index 000000000..8d60a5702 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/unmaximize.svg @@ -0,0 +1,67 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/unshade.svg b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/unshade.svg new file mode 100644 index 000000000..a1615644e --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/unshade.svg @@ -0,0 +1,38 @@ + + + + + + diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/metacity-theme-1.xml b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/metacity-theme-1.xml new file mode 100644 index 000000000..582cc8ef7 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/metacity-theme-1.xml @@ -0,0 +1,755 @@ + + + + Colloid + vinceliucie + GPL + 2022 + Colloid Metacity theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <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_focused" x="0" y="0" width="width" height="height" filled="true"/> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true"/> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <include name="entire_background_focused"/> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <include name="entire_background_unfocused"/> +</draw_ops> + +<draw_ops name="rounded_border_focused"> + <line color="C_border_focused" x1="12" y1="0" x2="width-13" y2="0" /> + <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_focused" x1="0" y1="12" x2="0" y2="height-2" /> + <line color="C_border_focused" x1="width-1" y1="12" x2="width-1" y2="height-2" /> + <arc color="C_border_focused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> + <arc color="C_border_focused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> + <!-- double arcs for darker borders --> + <arc color="C_border_focused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> + <arc color="C_border_focused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> + <line color="C_highlight_focused" x1="13" y1="1" x2="width - 14" y2="1"/> + <arc color="C_highlight_focused" x="0" y="1" width="25" height="25" start_angle="270" extent_angle="90"/> + <arc color="C_highlight_focused" x="width - 26" y="1" width="25" height="25" start_angle="0" extent_angle="90"/> +</draw_ops> + +<draw_ops name="rounded_border_unfocused"> + <line color="C_border_unfocused" x1="12" y1="0" x2="width-13" y2="0" /> + <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_unfocused" x1="0" y1="12" x2="0" y2="height-2" /> + <line color="C_border_unfocused" x1="width-1" y1="12" x2="width-1" y2="height-2" /> + <arc color="C_border_unfocused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> + <arc color="C_border_unfocused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> + <!-- double arcs for darker borders --> + <arc color="C_border_unfocused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> + <arc color="C_border_unfocused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> + <line color="C_highlight_unfocused" x1="13" y1="1" x2="width - 14" y2="1"/> + <arc color="C_highlight_unfocused" x="0" y="1" width="25" height="25" start_angle="270" extent_angle="90"/> + <arc color="C_highlight_unfocused" x="width - 26" y="1" width="25" height="25" start_angle="0" extent_angle="90"/> +</draw_ops> + +<!-- button icons --> + +<!-- close --> + +<draw_ops name="close_focused"> + <image filename="assets/button.svg" colorize="C_button_close_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="assets/button.svg" colorize="C_button_close_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> + <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="assets/button.svg" colorize="C_button_close_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> + <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="assets/button.svg" colorize="C_title_unfocused" x="(width - object_width) / 2" y="(height - object_height) / 2" alpha="0.25" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <include name="close_focused_prelight"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <include name="close_focused_pressed"/> +</draw_ops> + +<!-- maximize --> + +<draw_ops name="maximize_focused"> + <image filename="assets/button.svg" colorize="C_button_max_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="assets/button.svg" colorize="C_button_max_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> + <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="assets/button.svg" colorize="C_button_max_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> + <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <include name="close_unfocused"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <include name="maximize_focused_prelight"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <include name="maximize_focused_pressed"/> +</draw_ops> + +<!-- unmaximize --> + +<draw_ops name="unmaximize_focused"> + <image filename="assets/button.svg" colorize="C_button_max_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unmaximize_focused_prelight"> + <image filename="assets/button.svg" colorize="C_button_max_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> + <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> +</draw_ops> + +<draw_ops name="unmaximize_focused_pressed"> + <image filename="assets/button.svg" colorize="C_button_max_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> + <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> +</draw_ops> + +<draw_ops name="unmaximize_unfocused"> + <include name="close_unfocused"/> +</draw_ops> + +<draw_ops name="unmaximize_unfocused_prelight"> + <include name="unmaximize_focused_prelight"/> +</draw_ops> + +<draw_ops name="unmaximize_unfocused_pressed"> + <include name="unmaximize_focused_pressed"/> +</draw_ops> + +<!-- minimize --> + +<draw_ops name="minimize_focused"> + <image filename="assets/button.svg" colorize="C_button_min_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="assets/button.svg" colorize="C_button_min_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> + <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="assets/button.svg" colorize="C_button_min_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> + <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <include name="close_unfocused"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <include name="minimize_focused_prelight"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <include name="minimize_focused_pressed"/> +</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"> + <include name="menu_focused"/> +</draw_ops> + +<draw_ops name="menu_focused_pressed"> + <include name="menu_focused"/> +</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"> + <include name="menu_unfocused"/> +</draw_ops> + +<draw_ops name="menu_unfocused_pressed"> + <include name="menu_unfocused"/> +</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"> + <include name="shade_focused"/> +</draw_ops> + +<draw_ops name="shade_focused_pressed"> + <include name="shade_focused"/> +</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"> + <include name="shade_unfocused"/> +</draw_ops> + +<draw_ops name="shade_unfocused_pressed"> + <include name="shade_unfocused"/> +</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"> + <include name="unshade_focused"/> +</draw_ops> + +<draw_ops name="unshade_focused_pressed"> + <include name="unshade_focused"/> +</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"> + <include name="unshade_unfocused"/> +</draw_ops> + +<draw_ops name="unshade_unfocused_pressed"> + <include name="unshade_unfocused"/> +</draw_ops> + +<!-- appmenu --> + +<constant name="D_appmenu_icon_size" value="16"/> + +<draw_ops name="appmenu_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_prelight"> + <include name="appmenu_focused"/> +</draw_ops> + +<draw_ops name="appmenu_focused_pressed"> + <include name="appmenu_focused"/> +</draw_ops> + +<draw_ops name="appmenu_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_prelight"> + <include name="appmenu_unfocused"/> +</draw_ops> + +<draw_ops name="appmenu_unfocused_pressed"> + <include name="appmenu_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"/> + <piece position="overlay" draw_ops="rounded_border_focused"/> + <button function="close" state="normal" draw_ops="close_focused"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_focused"/> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_focused"/> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_focused"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed"/> + <button 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"/> + <piece position="overlay" draw_ops="rounded_border_unfocused"/> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed"/> + <button 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"> + <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="unmaximize_focused"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_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_max_unfocused" geometry="max"> + <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="unmaximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_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="tiled_left_focused" geometry="tiled_left" parent="normal_max_focused"> + <piece position="titlebar" draw_ops="entire_background_focused"/> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left" parent="normal_max_unfocused"> + <piece position="titlebar" draw_ops="entire_background_unfocused"/> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right" parent="normal_max_focused"> + <piece position="titlebar" draw_ops="entire_background_focused"/> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right" parent="normal_max_unfocused"> + <piece position="titlebar" draw_ops="entire_background_unfocused"/> +</frame_style> + +<frame_style name="dialog_focused" geometry="modal" parent="normal_focused"> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="modal" 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/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/metacity-theme-2.xml b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/metacity-theme-2.xml new file mode 100644 index 000000000..582cc8ef7 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/metacity-theme-2.xml @@ -0,0 +1,755 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Colloid</name> + <author>vinceliucie</author> + <copyright>GPL</copyright> + <date>2022</date> + <description>Colloid Metacity theme</description> +</info> + +<!-- meaningful constants --> + +<constant name="C_titlebar_focused" value="gtk:custom(wm_bg,gtk:bg[NORMAL])"/> +<constant name="C_titlebar_unfocused" value="gtk:custom(wm_unfocused_bg,gtk:bg[NORMAL])"/> +<constant name="C_highlight_focused" value="gtk:custom(wm_highlight,gtk:base[NORMAL])"/> +<constant name="C_highlight_unfocused" value="gtk:custom(wm_highlight,gtk:base[NORMAL])"/> +<constant name="C_border_focused" value="gtk:custom(wm_border,blend/#000000/gtk:bg[NORMAL]/0.5)"/> +<constant name="C_border_unfocused" value="gtk:custom(wm_border,blend/#000000/gtk:bg[NORMAL]/0.65)"/> +<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])"/> +<constant name="C_button_icon" value="gtk:custom(wm_button_icon,gtk:base[NORMAL])" /> +<constant name="C_button_close_hover_bg" value="gtk:custom(wm_button_close_hover_bg,gtk:fg[INSENSITIVE])"/> +<constant name="C_button_close_active_bg" value="gtk:custom(wm_button_close_active_bg,gtk:fg[INSENSITIVE])"/> +<constant name="C_button_max_hover_bg" value="gtk:custom(wm_button_max_hover_bg,gtk:fg[INSENSITIVE])"/> +<constant name="C_button_max_active_bg" value="gtk:custom(wm_button_max_active_bg,gtk:fg[INSENSITIVE])"/> +<constant name="C_button_min_hover_bg" value="gtk:custom(wm_button_min_hover_bg,gtk:fg[INSENSITIVE])"/> +<constant name="C_button_min_active_bg" value="gtk:custom(wm_button_min_active_bg,gtk:fg[INSENSITIVE])"/> + +<!-- geometries --> + +<frame_geometry name="normal" title_scale="medium" rounded_top_left="10" rounded_top_right="10"> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="6"/> + <distance name="right_titlebar_edge" value="6"/> + <distance name="title_vertical_pad" value="10"/> + <border name="title_border" left="10" right="10" top="6" bottom="6"/> + <border name="button_border" left="0" right="0" top="5" bottom="5"/> + <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="1"/> +</frame_geometry> + +<frame_geometry name="tiled_right" parent="max"> + <distance name="left_width" value="1"/> +</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="0"/> + <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="6" rounded_bottom_right="6" parent="normal"> + <distance name="title_vertical_pad" value="6"/> +</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_focused" x="0" y="0" width="width" height="height" filled="true"/> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true"/> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <include name="entire_background_focused"/> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <include name="entire_background_unfocused"/> +</draw_ops> + +<draw_ops name="rounded_border_focused"> + <line color="C_border_focused" x1="12" y1="0" x2="width-13" y2="0" /> + <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_focused" x1="0" y1="12" x2="0" y2="height-2" /> + <line color="C_border_focused" x1="width-1" y1="12" x2="width-1" y2="height-2" /> + <arc color="C_border_focused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> + <arc color="C_border_focused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> + <!-- double arcs for darker borders --> + <arc color="C_border_focused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> + <arc color="C_border_focused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> + <line color="C_highlight_focused" x1="13" y1="1" x2="width - 14" y2="1"/> + <arc color="C_highlight_focused" x="0" y="1" width="25" height="25" start_angle="270" extent_angle="90"/> + <arc color="C_highlight_focused" x="width - 26" y="1" width="25" height="25" start_angle="0" extent_angle="90"/> +</draw_ops> + +<draw_ops name="rounded_border_unfocused"> + <line color="C_border_unfocused" x1="12" y1="0" x2="width-13" y2="0" /> + <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_unfocused" x1="0" y1="12" x2="0" y2="height-2" /> + <line color="C_border_unfocused" x1="width-1" y1="12" x2="width-1" y2="height-2" /> + <arc color="C_border_unfocused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> + <arc color="C_border_unfocused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> + <!-- double arcs for darker borders --> + <arc color="C_border_unfocused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> + <arc color="C_border_unfocused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> + <line color="C_highlight_unfocused" x1="13" y1="1" x2="width - 14" y2="1"/> + <arc color="C_highlight_unfocused" x="0" y="1" width="25" height="25" start_angle="270" extent_angle="90"/> + <arc color="C_highlight_unfocused" x="width - 26" y="1" width="25" height="25" start_angle="0" extent_angle="90"/> +</draw_ops> + +<!-- button icons --> + +<!-- close --> + +<draw_ops name="close_focused"> + <image filename="assets/button.svg" colorize="C_button_close_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="assets/button.svg" colorize="C_button_close_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> + <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="assets/button.svg" colorize="C_button_close_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> + <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="assets/button.svg" colorize="C_title_unfocused" x="(width - object_width) / 2" y="(height - object_height) / 2" alpha="0.25" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <include name="close_focused_prelight"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <include name="close_focused_pressed"/> +</draw_ops> + +<!-- maximize --> + +<draw_ops name="maximize_focused"> + <image filename="assets/button.svg" colorize="C_button_max_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="assets/button.svg" colorize="C_button_max_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> + <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="assets/button.svg" colorize="C_button_max_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> + <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <include name="close_unfocused"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <include name="maximize_focused_prelight"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <include name="maximize_focused_pressed"/> +</draw_ops> + +<!-- unmaximize --> + +<draw_ops name="unmaximize_focused"> + <image filename="assets/button.svg" colorize="C_button_max_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unmaximize_focused_prelight"> + <image filename="assets/button.svg" colorize="C_button_max_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> + <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> +</draw_ops> + +<draw_ops name="unmaximize_focused_pressed"> + <image filename="assets/button.svg" colorize="C_button_max_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> + <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> +</draw_ops> + +<draw_ops name="unmaximize_unfocused"> + <include name="close_unfocused"/> +</draw_ops> + +<draw_ops name="unmaximize_unfocused_prelight"> + <include name="unmaximize_focused_prelight"/> +</draw_ops> + +<draw_ops name="unmaximize_unfocused_pressed"> + <include name="unmaximize_focused_pressed"/> +</draw_ops> + +<!-- minimize --> + +<draw_ops name="minimize_focused"> + <image filename="assets/button.svg" colorize="C_button_min_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="assets/button.svg" colorize="C_button_min_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> + <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="assets/button.svg" colorize="C_button_min_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> + <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <include name="close_unfocused"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <include name="minimize_focused_prelight"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <include name="minimize_focused_pressed"/> +</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"> + <include name="menu_focused"/> +</draw_ops> + +<draw_ops name="menu_focused_pressed"> + <include name="menu_focused"/> +</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"> + <include name="menu_unfocused"/> +</draw_ops> + +<draw_ops name="menu_unfocused_pressed"> + <include name="menu_unfocused"/> +</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"> + <include name="shade_focused"/> +</draw_ops> + +<draw_ops name="shade_focused_pressed"> + <include name="shade_focused"/> +</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"> + <include name="shade_unfocused"/> +</draw_ops> + +<draw_ops name="shade_unfocused_pressed"> + <include name="shade_unfocused"/> +</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"> + <include name="unshade_focused"/> +</draw_ops> + +<draw_ops name="unshade_focused_pressed"> + <include name="unshade_focused"/> +</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"> + <include name="unshade_unfocused"/> +</draw_ops> + +<draw_ops name="unshade_unfocused_pressed"> + <include name="unshade_unfocused"/> +</draw_ops> + +<!-- appmenu --> + +<constant name="D_appmenu_icon_size" value="16"/> + +<draw_ops name="appmenu_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_prelight"> + <include name="appmenu_focused"/> +</draw_ops> + +<draw_ops name="appmenu_focused_pressed"> + <include name="appmenu_focused"/> +</draw_ops> + +<draw_ops name="appmenu_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_prelight"> + <include name="appmenu_unfocused"/> +</draw_ops> + +<draw_ops name="appmenu_unfocused_pressed"> + <include name="appmenu_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"/> + <piece position="overlay" draw_ops="rounded_border_focused"/> + <button function="close" state="normal" draw_ops="close_focused"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_focused"/> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_focused"/> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_focused"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed"/> + <button 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"/> + <piece position="overlay" draw_ops="rounded_border_unfocused"/> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed"/> + <button 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"> + <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="unmaximize_focused"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_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_max_unfocused" geometry="max"> + <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="unmaximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_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="tiled_left_focused" geometry="tiled_left" parent="normal_max_focused"> + <piece position="titlebar" draw_ops="entire_background_focused"/> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left" parent="normal_max_unfocused"> + <piece position="titlebar" draw_ops="entire_background_unfocused"/> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right" parent="normal_max_focused"> + <piece position="titlebar" draw_ops="entire_background_focused"/> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right" parent="normal_max_unfocused"> + <piece position="titlebar" draw_ops="entire_background_unfocused"/> +</frame_style> + +<frame_style name="dialog_focused" geometry="modal" parent="normal_focused"> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="modal" 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/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/metacity-theme-3.xml b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/metacity-theme-3.xml new file mode 100644 index 000000000..582cc8ef7 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/metacity-theme-3.xml @@ -0,0 +1,755 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Colloid</name> + <author>vinceliucie</author> + <copyright>GPL</copyright> + <date>2022</date> + <description>Colloid Metacity theme</description> +</info> + +<!-- meaningful constants --> + +<constant name="C_titlebar_focused" value="gtk:custom(wm_bg,gtk:bg[NORMAL])"/> +<constant name="C_titlebar_unfocused" value="gtk:custom(wm_unfocused_bg,gtk:bg[NORMAL])"/> +<constant name="C_highlight_focused" value="gtk:custom(wm_highlight,gtk:base[NORMAL])"/> +<constant name="C_highlight_unfocused" value="gtk:custom(wm_highlight,gtk:base[NORMAL])"/> +<constant name="C_border_focused" value="gtk:custom(wm_border,blend/#000000/gtk:bg[NORMAL]/0.5)"/> +<constant name="C_border_unfocused" value="gtk:custom(wm_border,blend/#000000/gtk:bg[NORMAL]/0.65)"/> +<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])"/> +<constant name="C_button_icon" value="gtk:custom(wm_button_icon,gtk:base[NORMAL])" /> +<constant name="C_button_close_hover_bg" value="gtk:custom(wm_button_close_hover_bg,gtk:fg[INSENSITIVE])"/> +<constant name="C_button_close_active_bg" value="gtk:custom(wm_button_close_active_bg,gtk:fg[INSENSITIVE])"/> +<constant name="C_button_max_hover_bg" value="gtk:custom(wm_button_max_hover_bg,gtk:fg[INSENSITIVE])"/> +<constant name="C_button_max_active_bg" value="gtk:custom(wm_button_max_active_bg,gtk:fg[INSENSITIVE])"/> +<constant name="C_button_min_hover_bg" value="gtk:custom(wm_button_min_hover_bg,gtk:fg[INSENSITIVE])"/> +<constant name="C_button_min_active_bg" value="gtk:custom(wm_button_min_active_bg,gtk:fg[INSENSITIVE])"/> + +<!-- geometries --> + +<frame_geometry name="normal" title_scale="medium" rounded_top_left="10" rounded_top_right="10"> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="6"/> + <distance name="right_titlebar_edge" value="6"/> + <distance name="title_vertical_pad" value="10"/> + <border name="title_border" left="10" right="10" top="6" bottom="6"/> + <border name="button_border" left="0" right="0" top="5" bottom="5"/> + <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="1"/> +</frame_geometry> + +<frame_geometry name="tiled_right" parent="max"> + <distance name="left_width" value="1"/> +</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="0"/> + <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="6" rounded_bottom_right="6" parent="normal"> + <distance name="title_vertical_pad" value="6"/> +</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_focused" x="0" y="0" width="width" height="height" filled="true"/> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true"/> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <include name="entire_background_focused"/> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <include name="entire_background_unfocused"/> +</draw_ops> + +<draw_ops name="rounded_border_focused"> + <line color="C_border_focused" x1="12" y1="0" x2="width-13" y2="0" /> + <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_focused" x1="0" y1="12" x2="0" y2="height-2" /> + <line color="C_border_focused" x1="width-1" y1="12" x2="width-1" y2="height-2" /> + <arc color="C_border_focused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> + <arc color="C_border_focused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> + <!-- double arcs for darker borders --> + <arc color="C_border_focused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> + <arc color="C_border_focused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> + <line color="C_highlight_focused" x1="13" y1="1" x2="width - 14" y2="1"/> + <arc color="C_highlight_focused" x="0" y="1" width="25" height="25" start_angle="270" extent_angle="90"/> + <arc color="C_highlight_focused" x="width - 26" y="1" width="25" height="25" start_angle="0" extent_angle="90"/> +</draw_ops> + +<draw_ops name="rounded_border_unfocused"> + <line color="C_border_unfocused" x1="12" y1="0" x2="width-13" y2="0" /> + <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_unfocused" x1="0" y1="12" x2="0" y2="height-2" /> + <line color="C_border_unfocused" x1="width-1" y1="12" x2="width-1" y2="height-2" /> + <arc color="C_border_unfocused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> + <arc color="C_border_unfocused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> + <!-- double arcs for darker borders --> + <arc color="C_border_unfocused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> + <arc color="C_border_unfocused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> + <line color="C_highlight_unfocused" x1="13" y1="1" x2="width - 14" y2="1"/> + <arc color="C_highlight_unfocused" x="0" y="1" width="25" height="25" start_angle="270" extent_angle="90"/> + <arc color="C_highlight_unfocused" x="width - 26" y="1" width="25" height="25" start_angle="0" extent_angle="90"/> +</draw_ops> + +<!-- button icons --> + +<!-- close --> + +<draw_ops name="close_focused"> + <image filename="assets/button.svg" colorize="C_button_close_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="assets/button.svg" colorize="C_button_close_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> + <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="assets/button.svg" colorize="C_button_close_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> + <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="assets/button.svg" colorize="C_title_unfocused" x="(width - object_width) / 2" y="(height - object_height) / 2" alpha="0.25" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <include name="close_focused_prelight"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <include name="close_focused_pressed"/> +</draw_ops> + +<!-- maximize --> + +<draw_ops name="maximize_focused"> + <image filename="assets/button.svg" colorize="C_button_max_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="assets/button.svg" colorize="C_button_max_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> + <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="assets/button.svg" colorize="C_button_max_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> + <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <include name="close_unfocused"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <include name="maximize_focused_prelight"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <include name="maximize_focused_pressed"/> +</draw_ops> + +<!-- unmaximize --> + +<draw_ops name="unmaximize_focused"> + <image filename="assets/button.svg" colorize="C_button_max_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="unmaximize_focused_prelight"> + <image filename="assets/button.svg" colorize="C_button_max_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> + <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> +</draw_ops> + +<draw_ops name="unmaximize_focused_pressed"> + <image filename="assets/button.svg" colorize="C_button_max_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> + <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> +</draw_ops> + +<draw_ops name="unmaximize_unfocused"> + <include name="close_unfocused"/> +</draw_ops> + +<draw_ops name="unmaximize_unfocused_prelight"> + <include name="unmaximize_focused_prelight"/> +</draw_ops> + +<draw_ops name="unmaximize_unfocused_pressed"> + <include name="unmaximize_focused_pressed"/> +</draw_ops> + +<!-- minimize --> + +<draw_ops name="minimize_focused"> + <image filename="assets/button.svg" colorize="C_button_min_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="assets/button.svg" colorize="C_button_min_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> + <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="assets/button.svg" colorize="C_button_min_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> + <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <include name="close_unfocused"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <include name="minimize_focused_prelight"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <include name="minimize_focused_pressed"/> +</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"> + <include name="menu_focused"/> +</draw_ops> + +<draw_ops name="menu_focused_pressed"> + <include name="menu_focused"/> +</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"> + <include name="menu_unfocused"/> +</draw_ops> + +<draw_ops name="menu_unfocused_pressed"> + <include name="menu_unfocused"/> +</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"> + <include name="shade_focused"/> +</draw_ops> + +<draw_ops name="shade_focused_pressed"> + <include name="shade_focused"/> +</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"> + <include name="shade_unfocused"/> +</draw_ops> + +<draw_ops name="shade_unfocused_pressed"> + <include name="shade_unfocused"/> +</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"> + <include name="unshade_focused"/> +</draw_ops> + +<draw_ops name="unshade_focused_pressed"> + <include name="unshade_focused"/> +</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"> + <include name="unshade_unfocused"/> +</draw_ops> + +<draw_ops name="unshade_unfocused_pressed"> + <include name="unshade_unfocused"/> +</draw_ops> + +<!-- appmenu --> + +<constant name="D_appmenu_icon_size" value="16"/> + +<draw_ops name="appmenu_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_prelight"> + <include name="appmenu_focused"/> +</draw_ops> + +<draw_ops name="appmenu_focused_pressed"> + <include name="appmenu_focused"/> +</draw_ops> + +<draw_ops name="appmenu_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_prelight"> + <include name="appmenu_unfocused"/> +</draw_ops> + +<draw_ops name="appmenu_unfocused_pressed"> + <include name="appmenu_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"/> + <piece position="overlay" draw_ops="rounded_border_focused"/> + <button function="close" state="normal" draw_ops="close_focused"/> + <button function="close" state="prelight" draw_ops="close_focused_prelight"/> + <button function="close" state="pressed" draw_ops="close_focused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_focused"/> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_focused"/> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_focused"/> + <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed"/> + <button 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"/> + <piece position="overlay" draw_ops="rounded_border_unfocused"/> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused"/> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed"/> + <button 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"> + <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="unmaximize_focused"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_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_max_unfocused" geometry="max"> + <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="unmaximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="unmaximize_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="tiled_left_focused" geometry="tiled_left" parent="normal_max_focused"> + <piece position="titlebar" draw_ops="entire_background_focused"/> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left" parent="normal_max_unfocused"> + <piece position="titlebar" draw_ops="entire_background_unfocused"/> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right" parent="normal_max_focused"> + <piece position="titlebar" draw_ops="entire_background_focused"/> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right" parent="normal_max_unfocused"> + <piece position="titlebar" draw_ops="entire_background_unfocused"/> +</frame_style> + +<frame_style name="dialog_focused" geometry="modal" parent="normal_focused"> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="modal" 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/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/thumbnail.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/thumbnail.png new file mode 100644 index 000000000..135fc734e Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/thumbnail.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/plank/dock.theme b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/plank/dock.theme new file mode 100644 index 000000000..26a6a7472 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/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=16 +#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=33;;33;;33;;255 +#The ending color (RGBA) of the fill gradient. +FillEndColor=33;;33;;33;;255 +#The color (RGBA) of the inner stroke. +InnerStrokeColor=33;;33;;33;;255 + +[PlankDockTheme] +#The padding on the left/right dock edges, in tenths of a percent of IconSize. +HorizPadding=2 +#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/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-active.png new file mode 100644 index 000000000..4c041fe53 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-inactive.png new file mode 100644 index 000000000..64c2a3b36 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-left-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-left-active.png new file mode 100644 index 000000000..4882e6bd8 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-left-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-left-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-left-inactive.png new file mode 100644 index 000000000..bb0fcee49 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-left-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-right-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-right-active.png new file mode 100644 index 000000000..7be778aac Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-right-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-right-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-right-inactive.png new file mode 100644 index 000000000..9e7ab6038 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-right-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/close-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/close-active.png new file mode 100644 index 000000000..d38b14627 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/close-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/close-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/close-inactive.png new file mode 100644 index 000000000..3cd469855 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/close-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/close-prelight.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/close-prelight.png new file mode 100644 index 000000000..d990aa19d Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/close-prelight.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/close-pressed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/close-pressed.png new file mode 100644 index 000000000..3af5e766b Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/close-pressed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/hide-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/hide-active.png new file mode 100644 index 000000000..5b1abc7ad Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/hide-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/hide-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/hide-inactive.png new file mode 100644 index 000000000..3cd469855 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/hide-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/hide-prelight.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/hide-prelight.png new file mode 100644 index 000000000..329a164e5 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/hide-prelight.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/hide-pressed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/hide-pressed.png new file mode 100644 index 000000000..b2bfbb347 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/hide-pressed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/left-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/left-active.png new file mode 100644 index 000000000..da4a0e1e9 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/left-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/left-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/left-inactive.png new file mode 100644 index 000000000..26781a169 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/left-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-active.png new file mode 100644 index 000000000..d63f1ab8a Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-inactive.png new file mode 100644 index 000000000..3cd469855 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-prelight.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-prelight.png new file mode 100644 index 000000000..370e3cb24 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-prelight.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-pressed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-pressed.png new file mode 100644 index 000000000..9b845ba40 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-pressed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-toggled-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-toggled-active.png new file mode 100644 index 000000000..d63f1ab8a Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-toggled-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-toggled-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-toggled-inactive.png new file mode 100644 index 000000000..3cd469855 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-toggled-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-toggled-prelight.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-toggled-prelight.png new file mode 100644 index 000000000..191c3ea13 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-toggled-prelight.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-toggled-pressed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-toggled-pressed.png new file mode 100644 index 000000000..ca3a4f6ae Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-toggled-pressed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/menu-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/menu-active.png new file mode 100644 index 000000000..034e9d12b Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/menu-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/menu-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/menu-inactive.png new file mode 100644 index 000000000..ae08e63b8 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/menu-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/menu-prelight.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/menu-prelight.png new file mode 100644 index 000000000..26a0cf390 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/menu-prelight.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/menu-pressed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/menu-pressed.png new file mode 100644 index 000000000..14c395c4e Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/menu-pressed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/right-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/right-active.png new file mode 100644 index 000000000..6134fd30c Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/right-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/right-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/right-inactive.png new file mode 100644 index 000000000..7c6a97c43 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/right-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/shade-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/shade-active.png new file mode 100644 index 000000000..70ae1da2a Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/shade-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/shade-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/shade-inactive.png new file mode 100644 index 000000000..febde8fd4 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/shade-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/shade-prelight.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/shade-prelight.png new file mode 100644 index 000000000..1eb9d0986 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/shade-prelight.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/shade-pressed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/shade-pressed.png new file mode 100644 index 000000000..c0184b174 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/shade-pressed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-active.png new file mode 100644 index 000000000..8a1f5c5f4 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-inactive.png new file mode 100644 index 000000000..7a341de8a Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-prelight.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-prelight.png new file mode 100644 index 000000000..e931e3bdc Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-prelight.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-pressed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-pressed.png new file mode 100644 index 000000000..b337a5b00 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-pressed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-toggled-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-toggled-active.png new file mode 100644 index 000000000..bc17cbc3a Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-toggled-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-toggled-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-toggled-inactive.png new file mode 100644 index 000000000..17d942543 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-toggled-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-toggled-prelight.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-toggled-prelight.png new file mode 100644 index 000000000..b8180a45a Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-toggled-prelight.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-toggled-pressed.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-toggled-pressed.png new file mode 100644 index 000000000..2501be0dd Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-toggled-pressed.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/themerc b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/themerc new file mode 100644 index 000000000..cb238f020 --- /dev/null +++ b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/themerc @@ -0,0 +1,23 @@ +button_offset=6 +button_spacing=0 + +show_app_icon=false + +full_width_title=true + +title_shadow_active=false +title_shadow_inactive=false + +title_horizontal_offset=3 + +active_text_color=#afafaf +active_text_shadow_color=#252525 + +inactive_text_color=#808080 +inactive_text_shadow_color=#252525 + +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-5 +shadow_opacity=40 diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-1-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-1-active.png new file mode 100644 index 000000000..3afb0c71c Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-1-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-1-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-1-inactive.png new file mode 100644 index 000000000..00298ea42 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-1-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-2-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-2-active.png new file mode 100644 index 000000000..3afb0c71c Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-2-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-2-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-2-inactive.png new file mode 100644 index 000000000..00298ea42 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-2-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-3-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-3-active.png new file mode 100644 index 000000000..3afb0c71c Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-3-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-3-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-3-inactive.png new file mode 100644 index 000000000..00298ea42 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-3-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-4-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-4-active.png new file mode 100644 index 000000000..3afb0c71c Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-4-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-4-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-4-inactive.png new file mode 100644 index 000000000..00298ea42 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-4-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-5-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-5-active.png new file mode 100644 index 000000000..3afb0c71c Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-5-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-5-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-5-inactive.png new file mode 100644 index 000000000..00298ea42 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-5-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/top-left-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/top-left-active.png new file mode 100644 index 000000000..d97bcef2c Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/top-left-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/top-left-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/top-left-inactive.png new file mode 100644 index 000000000..69b914342 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/top-left-inactive.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/top-right-active.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/top-right-active.png new file mode 100644 index 000000000..f5b07d130 Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/top-right-active.png differ diff --git a/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/top-right-inactive.png b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/top-right-inactive.png new file mode 100644 index 000000000..8b76f324d Binary files /dev/null and b/henrovnix/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/top-right-inactive.png differ diff --git a/henrovnix/configuration/apps/install_flatpaks.nix b/henrovnix/configuration/apps/install_flatpaks.nix new file mode 100644 index 000000000..b155c6395 --- /dev/null +++ b/henrovnix/configuration/apps/install_flatpaks.nix @@ -0,0 +1,104 @@ +{ config, pkgs, lib, flakeRoot, ... }: + +let + moduleName = "install-flatpaks"; + flatpakConfPath = flakeRoot + "/assets/conf/apps/flatpaks.conf"; + raw = builtins.readFile flatpakConfPath; + + # Explicit "\n" so we never accidentally split into characters + rawLines = lib.splitString "\n" raw; + + # Guard: if we accidentally split into characters, rawLines length ~= stringLength raw + _guard = assert !( + builtins.stringLength raw > 1 && + builtins.length rawLines == builtins.stringLength raw + ); true; + + cleanLine = l: + let + noCR = lib.replaceStrings [ "\r" ] [ "" ] l; + noInlineComment = lib.head (lib.splitString "#" noCR); + in + lib.strings.trim noInlineComment; + + entries = + builtins.filter (l: l != "") + (map cleanLine rawLines); + + # Flatpak app IDs are reverse-DNS style like org.example.App (at least 2 dots). + # We'll validate and fail early with a clear message. + dotCount = s: builtins.length (lib.splitString "." s) - 1; + + isValidId = s: + (dotCount s) >= 2; # matches the error you're seeing: "at least 2 periods" + + _validate = + builtins.seq _guard ( + builtins.map (id: + if isValidId id then true else + throw '' + ${moduleName}: invalid Flatpak ID in flatpaks.conf (needs reverse-DNS with at least 2 dots) + + Token : ${builtins.toJSON id} + flatpaks.conf : ${toString flatpakConfPath} + + Fix: remove stray tokens/headers, or comment them out with '#'. + '' + ) entries + ); + + # Use validated entries + flatpakApps = builtins.seq _validate entries; + + syncFlatpaks = pkgs.writeShellScript "sync-flatpaks" '' + set -euo pipefail + + # Use the deployed config path (matches environment.etc below) + CONF="/etc/flatpak/flatpaks.conf" + if [[ -f "$CONF" ]]; then + echo "flatpak-sync: using $CONF" + else + echo "flatpak-sync: WARNING: $CONF not found, using embedded list" + fi + + if ! flatpak remotes --system --columns=name | grep -qx flathub; then + flatpak remote-add --system --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo + fi + + desired_apps=( + ${lib.concatStringsSep "\n" (map (a: ''"${a}"'') flatpakApps)} + ) + + for app in "''${desired_apps[@]}"; do + if ! flatpak info --system "$app" >/dev/null 2>&1; then + flatpak install --system -y --noninteractive flathub "$app" + fi + done + ''; +in +{ + services.flatpak.enable = true; + + xdg.portal = { + enable = true; + extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; + }; + + # Deploy the config file for runtime visibility/debugging + environment.etc."flatpak/flatpaks.conf".source = flatpakConfPath; + + systemd.services.flatpak-sync = { + description = "Install Flatpak apps listed in flatpaks.conf"; + wantedBy = [ "multi-user.target" ]; + wants = [ "network-online.target" ]; + after = [ "network-online.target" ]; + + serviceConfig = { + Type = "oneshot"; + ExecStart = syncFlatpaks; + }; + + restartTriggers = [ flatpakConfPath ]; + path = [ pkgs.flatpak pkgs.coreutils pkgs.gnugrep pkgs.gnused ]; + }; +} diff --git a/henrovnix/configuration/apps/install_packages.nix b/henrovnix/configuration/apps/install_packages.nix new file mode 100644 index 000000000..7cfb7da11 --- /dev/null +++ b/henrovnix/configuration/apps/install_packages.nix @@ -0,0 +1,53 @@ +{ config, lib, pkgs, flakeRoot, inputs, ... }: + +let + packagesConfPath = flakeRoot + "/assets/conf/apps/packages.conf"; + raw = builtins.readFile packagesConfPath; + + # IMPORTANT: explicit "\n" so we never accidentally split into characters + rawLines = lib.splitString "\n" raw; + + # Guard: if we accidentally split into characters, rawLines length ~= stringLength raw + _guard = assert !( + builtins.stringLength raw > 1 && + builtins.length rawLines == builtins.stringLength raw + ); true; + + cleanLine = l: + let + noCR = lib.replaceStrings [ "\r" ] [ "" ] l; + noInlineComment = lib.head (lib.splitString "#" noCR); + in + lib.strings.trim noInlineComment; + + entries = + builtins.filter (l: l != "") + (map cleanLine rawLines); + + resolvePkg = name: + let + parts = lib.splitString "." name; + found = lib.attrByPath parts null pkgs; + in + if found == null then + throw '' + install_packages.nix: package not found in pkgs + + Token : ${builtins.toJSON name} + packages.conf : ${toString packagesConfPath} + Hint : check the attribute name on search.nixos.org/packages + '' + else + found; + + packages = builtins.seq _guard (map resolvePkg entries); + + zenBrowser = + inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default; + +in +{ + environment.systemPackages = + packages + ++ [ zenBrowser ]; +} diff --git a/henrovnix/configuration/core/boot.nix b/henrovnix/configuration/core/boot.nix new file mode 100644 index 000000000..5a9c13188 --- /dev/null +++ b/henrovnix/configuration/core/boot.nix @@ -0,0 +1,27 @@ +{ pkgs, ... } : +{ + boot = { + initrd = { + verbose = false; # its a lot of logs. dont need it, unless we do. + kernelModules = [ ]; # no kernel modules on boot + }; + + extraModulePackages = [ ]; # no extra packages on boot either + kernelPackages = pkgs.linuxPackages_latest; # latest greatest linux kernel + kernelParams = [ "silent" ]; # quiet those logs + + consoleLogLevel = 0; # quiten more logs + plymouth.enable = true; # graphical boot animation instead + + supportedFilesystems = [ "ntfs" ]; # should see the ntfs (windows) + + loader = { + systemd-boot.enable = true; # systemd-boot + systemd-boot.configurationLimit = 10; + efi.canTouchEfiVariables = true; # allow editing efi to edit the boot loader + + + timeout = 5; # grub timeout to make a selection + }; + }; +} diff --git a/henrovnix/configuration/core/files.nix b/henrovnix/configuration/core/files.nix new file mode 100644 index 000000000..c1938e05c --- /dev/null +++ b/henrovnix/configuration/core/files.nix @@ -0,0 +1,29 @@ +{ pkgs, user, config, ... }: +{ + environment.systemPackages = with pkgs; [ + zip + unzip + p7zip + usbutils + udiskie + file-roller + ]; + + programs.thunar = { + enable = true; + plugins = with pkgs; [ + thunar-archive-plugin + thunar-media-tags-plugin + thunar-volman + thunar-vcs-plugin + ]; + }; + + programs.xfconf.enable = true; # to save thunar settings + + services = { + gvfs.enable = true; # Mount, trash, and other functionalities + tumbler.enable = true; # Thumbnail support for images + udisks2.enable = true; # Auto mount usb drives + }; +} diff --git a/henrovnix/configuration/core/locale.nix b/henrovnix/configuration/core/locale.nix new file mode 100644 index 000000000..532dd7097 --- /dev/null +++ b/henrovnix/configuration/core/locale.nix @@ -0,0 +1,24 @@ +{ user, ... } : +let + locale = user.locale; + defaultLocale = "nl_NL.UTF-8"; +in +{ + # Set your time zone. + time.timeZone = "Europe/Amsterdam"; + + # Select internationalisation properties. + i18n.defaultLocale = defaultLocale; + + i18n.extraLocaleSettings = { + LC_ADDRESS = locale; + LC_IDENTIFICATION = locale; + LC_MEASUREMENT = locale; + LC_MONETARY = locale; + LC_NAME = locale; + LC_NUMERIC = locale; + LC_PAPER = locale; + LC_TELEPHONE = locale; + LC_TIME = defaultLocale; + }; +} diff --git a/henrovnix/configuration/core/login-lightdm.nix b/henrovnix/configuration/core/login-lightdm.nix new file mode 100644 index 000000000..33887e31e --- /dev/null +++ b/henrovnix/configuration/core/login-lightdm.nix @@ -0,0 +1,139 @@ +{ config, pkgs, lib, ... }: + +let + lightdmConf = builtins.readFile ../../assets/conf/core/lightdm.conf; + lockPng = ../../assets/lock.png; + + greeterConfPath = ../../assets/conf/core/lightdm-gtk-greeter.conf; + greeterRaw = builtins.readFile greeterConfPath; + + # Extract "key = value" from the greeter conf. + # Returns null if not found. + getIniValue = key: + let + lines = lib.splitString "\n" greeterRaw; + + # Captures the value part (group 0) from a single line. + # We match line-by-line because Nix regex does NOT support PCRE flags like (?s). + m = + let + ms = builtins.filter (x: x != null) (map (line: + builtins.match + ("^[[:space:]]*" + key + "[[:space:]]*=[[:space:]]*([^#;]+).*$") + line + ) lines); + in + if ms == [] then null else builtins.elemAt ms 0; + in + if m == null then null else lib.strings.trim (builtins.elemAt m 0); + + # In your greeter.conf these are *package keys*, not theme names. + themePkgKey = getIniValue "theme-name"; + iconPkgKey = getIniValue "icon-theme-name"; + cursorPkgKey = getIniValue "cursor-theme-name"; + + cursorSizeStr = getIniValue "cursor-theme-size"; + cursorSize = + if cursorSizeStr == null then null + else lib.toInt (lib.strings.trim cursorSizeStr); + + # Map package-keys (from greeter.conf) -> { package, name } + # + # IMPORTANT: + # - "name" must be the real theme/icon/cursor NAME as seen under share/themes or share/icons. + # - "package" is the Nixpkgs derivation providing it. + pkgMap = { + catppuccinThemePkg = { + package = pkgs.catppuccin-gtk.override { + accents = [ "blue" ]; + variant = "mocha"; + size = "standard"; + tweaks = [ ]; + }; + name = "Catppuccin-Mocha-Standard-Blue-Dark"; + }; + + papirus-icon-theme = { + package = pkgs.papirus-icon-theme; + name = "Papirus-Dark"; + }; + + bibata-cursors = { + package = pkgs.bibata-cursors; + name = "Bibata-Modern-Ice"; + }; + }; + + pick = key: + if key == null then + throw "lightdm: missing required key in ${toString greeterConfPath}" + else if !(pkgMap ? "${key}") then + throw "lightdm: unknown package key '${key}' in ${toString greeterConfPath}. Known keys: ${lib.concatStringsSep ", " (builtins.attrNames pkgMap)}" + else + pkgMap."${key}"; + + themeSel = pick themePkgKey; + iconSel = pick iconPkgKey; + cursorSel = pick cursorPkgKey; + + # Rewrite greeter.conf so LightDM sees REAL names, not package keys. + # Also force background to lockPng. + greeterFixed = + '' + [greeter] + theme-name = ${themeSel.name} + icon-theme-name = ${iconSel.name} + cursor-theme-name = ${cursorSel.name} + ${lib.optionalString (cursorSize != null) "cursor-theme-size = ${toString cursorSize}"} + '' + + "\n" + + greeterRaw; +in +{ + services.greetd.enable = false; + + services.xserver = { + enable = true; + desktopManager.xterm.enable = false; + + displayManager.lightdm = { + enable = true; + background = lockPng; + + greeters.gtk = { + enable = true; + + theme = { + name = themeSel.name; + package = themeSel.package; + }; + + iconTheme = { + name = iconSel.name; + package = iconSel.package; + }; + + cursorTheme = { + name = cursorSel.name; + package = cursorSel.package; + } // lib.optionalAttrs (cursorSize != null) { + size = cursorSize; + }; + + # This includes your (rewritten) greeter config. + extraConfig = greeterFixed; + }; + + extraConfig = lightdmConf; + }; + }; + + programs.hyprland.enable = true; + + # Optional: make them available system-wide as well + environment.systemPackages = [ + themeSel.package + iconSel.package + cursorSel.package + ]; +} diff --git a/henrovnix/configuration/core/login-tuigreeter.nix b/henrovnix/configuration/core/login-tuigreeter.nix new file mode 100644 index 000000000..1fbc1d8b8 --- /dev/null +++ b/henrovnix/configuration/core/login-tuigreeter.nix @@ -0,0 +1,14 @@ +{ pkgs, user, ... } : +{ + environment.systemPackages = with pkgs; [ + tuigreet + ]; + services.greetd = { + enable = true; + settings = { + default_session = { + command = pkgs.lib.mkForce "${pkgs.tuigreet}/bin/tuigreet --remember --time --time-format '%I:%M %p | %a • %h | %F'"; + }; + }; + }; +} diff --git a/henrovnix/configuration/core/networking.nix b/henrovnix/configuration/core/networking.nix new file mode 100644 index 000000000..b85f82be8 --- /dev/null +++ b/henrovnix/configuration/core/networking.nix @@ -0,0 +1,21 @@ +{ pkgs, lib, ... }: +{ + networking = { + useDHCP = lib.mkDefault true; + networkmanager.enable = true; + networkmanager.wifi.backend = "iwd"; + wireless.iwd.enable = true; + wireless.userControlled.enable = true; + firewall = { + enable = true; + # KDE Connect: discovery + encrypted connections + allowedTCPPortRanges = [ + { from = 1714; to = 1764; } + ]; + allowedUDPPortRanges = [ + { from = 1714; to = 1764; } + ]; + }; + }; + environment.systemPackages = with pkgs; [ impala ]; +} diff --git a/henrovnix/configuration/core/nix-settings.nix b/henrovnix/configuration/core/nix-settings.nix new file mode 100644 index 000000000..7b82abf7d --- /dev/null +++ b/henrovnix/configuration/core/nix-settings.nix @@ -0,0 +1,38 @@ +{ pkgs, user, ... } : +{ + nix.settings = { + # enable flakes + experimental-features = ["nix-command" "flakes"]; + + # add a cache that speed up new applications by downloading binaries + # from the trusted cache instead of compiling from sourcer + substituters = [ + "https://nix-community.cachix.org" + ]; + # trust the cache public key + trusted-public-keys = [ + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; + }; + + # allow proprietary software on this machine. I'm not a purist. + nixpkgs.config.allowUnfree = true; + # unityhub depends on this... for now + nixpkgs.config.permittedInsecurePackages = [ "libxml2-2.13.8" ]; + + # this declares how often old configurations are cleared up. + # i cleanup anything older than a week, every week. + nix.gc = { + automatic = true; + options = "--delete-older-than 7d"; + dates = "weekly"; + }; + + programs = { + # command line utility that makes applying changes easy and pretty + nh = { + enable = true; + flake = "/home/${user.username}/system"; + }; + }; +} diff --git a/henrovnix/configuration/default.nix b/henrovnix/configuration/default.nix new file mode 100644 index 000000000..73bf6a9d1 --- /dev/null +++ b/henrovnix/configuration/default.nix @@ -0,0 +1,79 @@ +{ pkgs, user, ... } : +{ + imports = [ + ./apps/install_flatpaks.nix + ./apps/install_packages.nix + ./core/files.nix + ./core/locale.nix + ./core/networking.nix + ./core/nix-settings.nix + #./core/login-tuigreeter.nix + ./core/login-lightdm.nix + ./desktop/audio.nix + ./desktop/hyprland.nix + ./dev/terminal.nix + ./core/boot.nix + ./services/services.nix + ]; + + environment.systemPackages = with pkgs; [ + wget # fetch utility + curl # more fetch utility + binutils # executable utilities, like ld + dmidecode # tool for dumping system info + libnotify # notification daemon + python3 # nice to have this ready for quick things + cacert # certificate authority + remmina # remote desktop app + #rg # ripgrep + wev # for finding keypresses + tree # list foldetrtree's + file # filinfo + htop # sysmonitor + solaar # logitech controller + git # source control + # jetbrains.pycharm # Dev and course environment + + + ]; + + # to enable icons with wlogout + # https://github.com/catppuccin/nix/issues/584 + programs.gdk-pixbuf.modulePackages = [ pkgs.librsvg ]; + + users.users.${user.username} = { + isNormalUser = true; + description = "henrov"; + extraGroups = [ + "networkmanager" # allow editing network connections + "wheel" # can do sudo + "scanner" # access to the network scanner + "lp" # access to the printer + ]; + }; + + programs = { + nix-ld.enable = true; # helps with linking troubles with dynamic libraries + appimage.enable = true; # allow appimage installations + dconf.enable = true; # to save user settings + gnupg.agent = { + # pgp client + enable = true; + enableSSHSupport = true; + }; + firefox.enable = true; # browser + wireshark.enable = true; # vpn + }; + + fonts.packages = with pkgs; [ + aporetic + nerd-fonts.iosevka + ]; + + # enable the catppuccin theme for everything with mocha + blue accents + catppuccin.enable = true; + catppuccin.flavor = "mocha"; + catppuccin.accent = "blue"; + + system.stateVersion = user.stateVersion; +} diff --git a/henrovnix/configuration/desktop/audio.nix b/henrovnix/configuration/desktop/audio.nix new file mode 100644 index 000000000..e881c4d24 --- /dev/null +++ b/henrovnix/configuration/desktop/audio.nix @@ -0,0 +1,70 @@ +{ config, pkgs, lib, ... }: + +{ + environment.systemPackages = with pkgs; [ + pipewire + wireplumber + alsa-utils + pulseaudio + pamixer + pavucontrol + ]; + + services.pipewire = { + enable = true; + alsa.enable = true; + alsa.support32Bit = true; + pulse.enable = true; + jack.enable = true; + wireplumber.enable = true; + }; + + security.rtkit.enable = true; + + # Helps on many laptops (Intel SOF etc.) + hardware.enableRedistributableFirmware = true; + + # Prefer analog over HDMI/DP in a machine-agnostic way + services.pipewire.wireplumber.extraConfig."51-audio-priorities" = { + "monitor.alsa.rules" = [ + # De-prioritize HDMI / DisplayPort sinks + { + matches = [ + { "node.name" = "~alsa_output\\..*HDMI.*"; } + { "node.name" = "~alsa_output\\..*DisplayPort.*"; } + ]; + actions.update-props = { + "priority.session" = 100; + "priority.driver" = 100; + }; + } + + # Prefer analog sinks (speakers/headphones) + { + matches = [ + { "node.name" = "~alsa_output\\..*analog.*"; } + { "node.name" = "~alsa_output\\..*Headphones.*"; } + { "node.name" = "~alsa_output\\..*Speaker.*"; } + ]; + actions.update-props = { + "priority.session" = 2000; + "priority.driver" = 2000; + }; + } + ]; + }; + + # Optional: clear "sticky" user-selected defaults so priority rules win + systemd.user.services.wireplumber-clear-default-nodes = { + description = "Clear WirePlumber saved default nodes (avoid HDMI becoming sticky)"; + + after = [ "wireplumber.service" ]; + partOf = [ "wireplumber.service" ]; + wantedBy = [ "default.target" ]; + + serviceConfig = { + Type = "oneshot"; + ExecStart = "${pkgs.coreutils}/bin/rm -f %h/.local/state/wireplumber/default-nodes"; + }; + }; +} diff --git a/henrovnix/configuration/desktop/hyprland.nix b/henrovnix/configuration/desktop/hyprland.nix new file mode 100644 index 000000000..2e52a0b96 --- /dev/null +++ b/henrovnix/configuration/desktop/hyprland.nix @@ -0,0 +1,58 @@ +{ pkgs, ... }: +{ + nix.settings = { + substituters = [ "https://hyprland.cachix.org" ]; + trusted-public-keys = [ + "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" + ]; + }; + services.dbus.enable = true; + security.polkit.enable = true; + services.flatpak.enable = true; + services.pipewire = { + enable = true; + alsa.enable = true; + alsa.support32Bit = true; + pulse.enable = true; + wireplumber.enable = true; + }; + services.gvfs.enable = true; + xdg.portal = { + enable = true; + extraPortals = with pkgs; [ + xdg-desktop-portal-hyprland + xdg-desktop-portal-gtk + ]; + config.common.default = [ "hyprland" "gtk" ]; + }; + environment.systemPackages = with pkgs; [ + walker + uwsm + hyprland-qtutils + hyprpolkitagent + grimblast + ]; + programs = { + uwsm.enable = true; + uwsm.waylandCompositors.hyprland = { + prettyName = "Hyprland"; + comment = "Hyprland compositor managed by UWSM"; + binPath = "/run/current-system/sw/bin/Hyprland"; + }; + hyprland = { + withUWSM = true; + enable = true; + xwayland.enable = true; + }; + }; + environment.sessionVariables = { + XDG_SESSION_TYPE = "wayland"; + XDG_CURRENT_DESKTOP = "Hyprland"; + XDG_SESSION_DESKTOP = "Hyprland"; + NIXOS_OZONE_WL = "1"; + XCURSOR_SIZE = "24"; + }; + security.pam.services.hyprlock = { }; + # Optional; GNOME-specific (keep only if you really use gnome-keyring integration) + security.pam.services.gdm.enableGnomeKeyring = true; +} diff --git a/henrovnix/configuration/dev/terminal.nix b/henrovnix/configuration/dev/terminal.nix new file mode 100644 index 000000000..8c0ea7cd8 --- /dev/null +++ b/henrovnix/configuration/dev/terminal.nix @@ -0,0 +1,8 @@ +{ pkgs, user, ... }: +{ + console.useXkbConfig = true; + users.users.${user.username}.shell = pkgs.zsh; + programs.zsh.enable = true; + environment.shells = [ pkgs.zsh ]; + environment.pathsToLink = [ "/share/zsh" ]; +} diff --git a/henrovnix/configuration/services/services.nix b/henrovnix/configuration/services/services.nix new file mode 100644 index 000000000..6778e81cf --- /dev/null +++ b/henrovnix/configuration/services/services.nix @@ -0,0 +1,23 @@ +{ user, ...} : +{ + services = { + blueman.enable = true; # bluetooth manager + fwupd.enable = true; # firmware updating service + fstrim.enable = true; # ssd maintenance service + thermald.enable = true; # thermal regulation service + printing.enable = true; # printing services, cups + gnome.gnome-keyring.enable = true; # keyring + flatpak.enable = true; # allow installing things from flatpaks + #flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo + + # printer discovery + avahi = { + enable = true; + nssmdns4 = true; + openFirewall = true; + }; + }; + + virtualisation.docker.enable = true; # enable docker + users.users.${user.username}.extraGroups = [ "docker" ]; # add self to docker user group +} diff --git a/henrovnix/flake.lock b/henrovnix/flake.lock new file mode 100644 index 000000000..10e174568 --- /dev/null +++ b/henrovnix/flake.lock @@ -0,0 +1,128 @@ +{ + "nodes": { + "catppuccin": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1770551880, + "narHash": "sha256-+cS5yXWsSLiK36+PP/+dcQdxpXSclx2d65p7l6Dis+A=", + "owner": "catppuccin", + "repo": "nix", + "rev": "db4dfe3f2a80e9c33492d839accd49f75c7324c2", + "type": "github" + }, + "original": { + "owner": "catppuccin", + "repo": "nix", + "type": "github" + } + }, + "emacs-overlay": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ], + "nixpkgs-stable": "nixpkgs-stable" + }, + "locked": { + "lastModified": 1771293823, + "narHash": "sha256-U3CeeAmS27uJubkEWAgpjcT2MeicXD8pOrOp2CTlkyM=", + "owner": "nix-community", + "repo": "emacs-overlay", + "rev": "db9335e92275fd1fe4a6c3c5fd0337afef7aed7b", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "emacs-overlay", + "type": "github" + } + }, + "home-manager": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1771269455, + "narHash": "sha256-BZ31eN5F99YH6vkc4AhzKGE+tJgJ52kl8f01K7wCs8w=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "5f1d42a97b19803041434f66681d5c44c9ae62e3", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "home-manager", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1771008912, + "narHash": "sha256-gf2AmWVTs8lEq7z/3ZAsgnZDhWIckkb+ZnAo5RzSxJg=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "a82ccc39b39b621151d6732718e3e250109076fa", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-stable": { + "locked": { + "lastModified": 1767313136, + "narHash": "sha256-16KkgfdYqjaeRGBaYsNrhPRRENs0qzkQVUooNHtoy2w=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "ac62194c3917d5f474c1a844b6fd6da2db95077d", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-25.05", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "catppuccin": "catppuccin", + "emacs-overlay": "emacs-overlay", + "home-manager": "home-manager", + "nixpkgs": "nixpkgs", + "zen-browser": "zen-browser" + } + }, + "zen-browser": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1771735013, + "narHash": "sha256-QAh0iw/AgjcaNvBE5OIZstxVxagLVK0RAuH7EhIL/N8=", + "owner": "youwen5", + "repo": "zen-browser-flake", + "rev": "32b69f03007507fc012be9203efdd414f4bc0d66", + "type": "github" + }, + "original": { + "owner": "youwen5", + "repo": "zen-browser-flake", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +} diff --git a/henrovnix/flake.nix b/henrovnix/flake.nix new file mode 100644 index 000000000..008ae4878 --- /dev/null +++ b/henrovnix/flake.nix @@ -0,0 +1,89 @@ +{ + description = "Henrov's nixos configuration"; + inputs = { + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + home-manager = { + url = "github:nix-community/home-manager"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + emacs-overlay = { + url = "github:nix-community/emacs-overlay"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + catppuccin = { + url = "github:catppuccin/nix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + zen-browser = { + url = "github:youwen5/zen-browser-flake"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + }; + outputs = inputs@{ + nixpkgs, + home-manager, + emacs-overlay, + catppuccin, + ... + }: + let + user = import ./user.nix; + lib = nixpkgs.lib; + machines = [ + "traveldroid" + ]; + pkgs = import nixpkgs { + inherit (user) system; + }; + in + { + nixosConfigurations = builtins.listToAttrs ( + builtins.map (machine: { + name = machine; + value = lib.nixosSystem { + modules = [ + ({ ... }: { + nixpkgs.overlays = [ emacs-overlay.overlays.default ]; + }) + ./machines/${machine}/configuration.nix + home-manager.nixosModules.home-manager + { + home-manager.useGlobalPkgs = true; + home-manager.useUserPackages = true; + + home-manager.extraSpecialArgs = { + inherit user inputs; + flakeRoot = inputs.self; + }; + + home-manager.backupFileExtension = "backup"; + home-manager.users.${user.username} = { + imports = [ + ./machines/${machine}/home.nix + catppuccin.homeModules.catppuccin + ]; + }; + } + + catppuccin.nixosModules.catppuccin # theme + ]; + + specialArgs = { + hostname = machine; + inherit user; + inherit inputs; + flakeRoot = inputs.self; + }; + }; + }) machines + ); + + devShells.${user.system}.default = pkgs.mkShell { + buildInputs = with pkgs; [ + nil + nixfmt-rfc-style + ]; + }; + }; + +} diff --git a/henrovnix/hardware/hardware.nix b/henrovnix/hardware/hardware.nix new file mode 100755 index 000000000..0b9664383 --- /dev/null +++ b/henrovnix/hardware/hardware.nix @@ -0,0 +1,23 @@ +{ pkgs, lib, user, config, ...} : +{ + nixpkgs.hostPlatform = lib.mkDefault user.system; # x86_64-linux + powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; # enable power saving on the cpu + + # update cpu microcode with firmware that allows redistribution + hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + + hardware = { + # always enable bluetooth + bluetooth.enable = true; + + # always enable graphics drivers and enable a bunch of layers for it (including vulkan validation) + graphics = { + enable = true; + extraPackages = with pkgs; [ + vulkan-validation-layers # helps catch and debug vulkan crashes + ]; + }; + }; + + hardware.enableAllFirmware = true; # enable all firmware regardless of license +} diff --git a/henrovnix/home/apps/defaults-apps.nix b/henrovnix/home/apps/defaults-apps.nix new file mode 100644 index 000000000..36731bd34 --- /dev/null +++ b/henrovnix/home/apps/defaults-apps.nix @@ -0,0 +1,9 @@ +{ config, pkgs, lib, ... }: +{ + xdg.mimeApps.enable = true; + xdg.mimeApps.defaultApplications = { + "x-scheme-handler/http" = [ "app.zen_browser.zen.desktop" ]; + "x-scheme-handler/https" = [ "app.zen_browser.zen.desktop" ]; + "text/html" = [ "app.zen_browser.zen.desktop" ]; + }; +} diff --git a/henrovnix/home/apps/theme.nix b/henrovnix/home/apps/theme.nix new file mode 100644 index 000000000..eb011c005 --- /dev/null +++ b/henrovnix/home/apps/theme.nix @@ -0,0 +1,22 @@ +{ pkgs, ...}: +{ + gtk = { + enable = true; + colorScheme = "dark"; + theme = { + name = "Catppuccin-GTK-Grey-Dark-Compact"; + package = (pkgs.magnetic-catppuccin-gtk.override { + accent = [ "grey" ]; + shade = "dark"; + tweaks = [ "black" ]; + size = "compact"; + }); + }; + iconTheme.name = "Papirus-Dark"; + }; + catppuccin.enable = true; + catppuccin.flavor = "mocha"; + catppuccin.accent = "blue"; + catppuccin.gtk.icon.enable = true; + catppuccin.cursors.enable = true; +} diff --git a/henrovnix/home/default.nix b/henrovnix/home/default.nix new file mode 100644 index 000000000..ab35f8c33 --- /dev/null +++ b/henrovnix/home/default.nix @@ -0,0 +1,27 @@ +{ pkgs, user, ... } : + { + imports = [ + #./apps/default-apps.nix + ./apps/theme.nix + ./desktop/hypridle.nix + ./desktop/hyprland.nix + ./desktop/hyprexpo.nix + ./desktop/hyprlock.nix + ./desktop/hyprshell.nix + ./desktop/wallpaper.nix + ./desktop/waybar.nix + ./desktop/walker.nix + ./dev/dev.nix + ./dev/shells.nix + ./dev/starship.nix + ./dev/emacs + ]; + + home.username = "${user.username}"; + home.homeDirectory = pkgs.lib.mkDefault "/home/${user.username}"; + home.stateVersion = user.stateVersion; + + + + programs.home-manager.enable = true; + } diff --git a/henrovnix/home/desktop/hyprexpo.nix b/henrovnix/home/desktop/hyprexpo.nix new file mode 100644 index 000000000..06e43d701 --- /dev/null +++ b/henrovnix/home/desktop/hyprexpo.nix @@ -0,0 +1,29 @@ +{ config, lib, pkgs, ... }: + +{ + wayland.windowManager.hyprland = { + # Load the Hyprexpo plugin (from nixpkgs) + plugins = [ + pkgs.hyprlandPlugins.hyprexpo + ]; + + # Append plugin config + keybind after your existing hyprland.conf + extraConfig = lib.mkAfter '' + ############################ + # Hyprexpo (workspace/window overview) + ############################ + + # Basic plugin config (tweak as you like) + plugin { + hyprexpo { + columns = 3 + gaps_in = 5 + gaps_out = 20 + + # Optional; comment out if you don't want it + # workspace_method = center current + } + } + ''; + }; +} diff --git a/henrovnix/home/desktop/hypridle.nix b/henrovnix/home/desktop/hypridle.nix new file mode 100644 index 000000000..45e6187fa --- /dev/null +++ b/henrovnix/home/desktop/hypridle.nix @@ -0,0 +1,8 @@ +{ config, lib, pkgs, flakeRoot, ... }: +let + hypridleConf = flakeRoot + "/assets/conf/desktop/hypr/hypridle.conf"; +in +{ + home.packages = [ pkgs.hypridle ]; + xdg.configFile."hypr/hypridle.conf".source = hypridleConf; +} diff --git a/henrovnix/home/desktop/hyprland.nix b/henrovnix/home/desktop/hyprland.nix new file mode 100644 index 000000000..86286bdeb --- /dev/null +++ b/henrovnix/home/desktop/hyprland.nix @@ -0,0 +1,40 @@ +{ config, lib, pkgs, flakeRoot, ... }: +let + hyprConf = flakeRoot + "/assets/conf/desktop/hypr/hyprland.conf"; + bindingsConf = flakeRoot + "/assets/conf/desktop/hypr/bindings.conf"; +in +{ + programs.kitty.enable = true; + + wayland.windowManager.hyprland = { + enable = true; + # Load base config + bindings from repo files + extraConfig = + (builtins.readFile hyprConf) + + "\n\n# --- Repo keybindings ---\n" + + (builtins.readFile bindingsConf) + + "\n"; + }; + + xdg.configFile."hypr/scripts/lid-lock.sh" = { + source = flakeRoot + "/assets/conf/desktop/hypr/scripts/lid-lock.sh"; + executable = true; + }; + xdg.portal = { + enable = true; + + extraPortals = with pkgs; [ + xdg-desktop-portal-gtk + xdg-desktop-portal-hyprland + ]; + + # GTK als algemene backend (OpenURI is daar betrouwbaar) + config.common.default = [ "gtk" ]; + + # Hyprland alleen voor screensharing / remote desktop + config.hyprland = { + "org.freedesktop.impl.portal.Screencast" = [ "hyprland" ]; + "org.freedesktop.impl.portal.RemoteDesktop" = [ "hyprland" ]; + }; + }; +} diff --git a/henrovnix/home/desktop/hyprlock.nix b/henrovnix/home/desktop/hyprlock.nix new file mode 100644 index 000000000..df46aae5a --- /dev/null +++ b/henrovnix/home/desktop/hyprlock.nix @@ -0,0 +1,10 @@ +{config, lib, pkgs, flakeRoot, ... }: +let + lockPngSrc = flakeRoot + "/assets/lock.png"; + hyprlockConf = flakeRoot + "/assets/conf/desktop/hypr/hyprlock.conf"; +in +{ + home.packages = [ pkgs.hyprlock ]; + xdg.configFile."hypr/lock.png".source = lockPngSrc; + xdg.configFile."hypr/hyprlock.conf".source = hyprlockConf; +} diff --git a/henrovnix/home/desktop/hyprshell.nix b/henrovnix/home/desktop/hyprshell.nix new file mode 100644 index 000000000..8e038c0eb --- /dev/null +++ b/henrovnix/home/desktop/hyprshell.nix @@ -0,0 +1,30 @@ +# home/desktop/hyprshell.nix (Home-Manager module) +{ config, pkgs, lib, flakeRoot, ... }: +let + repoDir = flakeRoot + "/assets/conf/desktop/hypr/hyprshell"; + cfgRon = repoDir + "/config.ron"; + cssFile = repoDir + "/styles.css"; +in +{ + xdg.enable = true; + home.packages = [ pkgs.hyprshell ]; + # Link repo -> ~/.config/hyprshell/... + xdg.configFile."hyprshell/config.ron".source = cfgRon; + xdg.configFile."hyprshell/styles.css".source = cssFile; + # Autostart (systemd user service) + systemd.user.services.hyprshell = { + Unit = { + Description = "Hyprshell (window switcher / launcher)"; + PartOf = [ "graphical-session.target" ]; + After = [ "graphical-session.target" ]; + }; + Service = { + ExecStart = "${pkgs.hyprshell}/bin/hyprshell"; + Restart = "on-failure"; + RestartSec = 1; + }; + Install = { + WantedBy = [ "graphical-session.target" ]; + }; + }; +} diff --git a/henrovnix/home/desktop/walker.nix b/henrovnix/home/desktop/walker.nix new file mode 100644 index 000000000..c43d44b3b --- /dev/null +++ b/henrovnix/home/desktop/walker.nix @@ -0,0 +1,91 @@ +{ config, pkgs, lib, inputs ? null, ... }: + +let + walkerPkg = + if inputs != null && inputs ? walker + then inputs.walker.packages.${pkgs.system}.default + else pkgs.walker; + + elephantPkg = + if inputs != null && inputs ? elephant + then inputs.elephant.packages.${pkgs.system}.default + else pkgs.elephant; + + sessionTarget = "graphical-session.target"; +in +{ + xdg.enable = true; + + home.packages = [ + walkerPkg + elephantPkg + ]; + + systemd.user.services.elephant = { + Unit = { + Description = "Elephant backend for Walker"; + PartOf = [ sessionTarget ]; + After = [ sessionTarget ]; + }; + + Service = { + Type = "simple"; + ExecStart = "${elephantPkg}/bin/elephant"; + + Restart = "on-failure"; + RestartSec = 1; + + # Ensure Elephant can create its socket under: + # /run/user/$UID/elephant/... + RuntimeDirectory = "elephant"; + RuntimeDirectoryMode = "0700"; + + # Light hardening (DO NOT use ProtectSystem=strict here) + NoNewPrivileges = true; + PrivateTmp = true; + ProtectKernelTunables = true; + ProtectKernelModules = true; + ProtectControlGroups = true; + LockPersonality = true; + RestrictRealtime = true; + RestrictSUIDSGID = true; + SystemCallArchitectures = "native"; + }; + + Install = { + WantedBy = [ sessionTarget ]; + }; + }; + + systemd.user.services.walker = { + Unit = { + Description = "Walker GApplication service"; + PartOf = [ sessionTarget ]; + After = [ sessionTarget "elephant.service" ]; + Wants = [ "elephant.service" ]; + }; + + Service = { + Type = "simple"; + ExecStart = "${walkerPkg}/bin/walker --gapplication-service"; + + Restart = "on-failure"; + RestartSec = 1; + + # Light hardening + NoNewPrivileges = true; + PrivateTmp = true; + ProtectKernelTunables = true; + ProtectKernelModules = true; + ProtectControlGroups = true; + LockPersonality = true; + RestrictRealtime = true; + RestrictSUIDSGID = true; + SystemCallArchitectures = "native"; + }; + + Install = { + WantedBy = [ sessionTarget ]; + }; + }; +} diff --git a/henrovnix/home/desktop/wallpaper.nix b/henrovnix/home/desktop/wallpaper.nix new file mode 100644 index 000000000..a11e69b5b --- /dev/null +++ b/henrovnix/home/desktop/wallpaper.nix @@ -0,0 +1,42 @@ +{ config, pkgs, lib, flakeRoot, ... }: +let + repoWallpaperDir = flakeRoot + "/assets/conf/desktop/wallpaper"; + repoWallpaperConf = flakeRoot + "/assets/conf/desktop/wallpaper/wallpaper.conf"; + userRelRoot = "nixos_conf/wallpaperstuff"; + userAbsRoot = "${config.home.homeDirectory}/${userRelRoot}"; + userConfPath = "${userAbsRoot}/wallpaper.conf"; + # Exclude wallpaper.conf so HM does NOT manage it (avoids backup collisions) + repoWallpapersOnly = lib.cleanSourceWith { + src = repoWallpaperDir; + filter = path: type: + (builtins.baseNameOf path) != "wallpaper.conf"; + }; +in +{ + home.packages = [ pkgs.wpaperd ]; + # Sync everything *except* wallpaper.conf into ~/nixos_conf/wallpaperstuff + home.file."${userRelRoot}" = { + source = repoWallpapersOnly; + recursive = true; + }; + # Now safely overwrite the config every activation (no HM collision) + home.activation.wallpaperConfForce = + lib.hm.dag.entryAfter [ "writeBoundary" ] '' + set -euo pipefail + mkdir -p "${userAbsRoot}" + install -m 0644 "${repoWallpaperConf}" "${userConfPath}" + ''; + systemd.user.services.wpaperd = { + Unit = { + Description = "wpaperd wallpaper daemon"; + After = [ "default.target" ]; + }; + Service = { + Type = "simple"; + ExecStart = "${pkgs.wpaperd}/bin/wpaperd --config ${userConfPath}"; + Restart = "on-failure"; + RestartSec = 1; + }; + Install.WantedBy = [ "default.target" ]; + }; +} diff --git a/henrovnix/home/desktop/waybar.nix b/henrovnix/home/desktop/waybar.nix new file mode 100644 index 000000000..adbf511d9 --- /dev/null +++ b/henrovnix/home/desktop/waybar.nix @@ -0,0 +1,24 @@ +{ config, lib, pkgs, flakeRoot, ... }: +let + repoWaybarDir = flakeRoot + "/assets/conf/desktop/waybar"; +in +{ + programs.waybar.enable = true; + + # Ensure config matches repo (HM-managed symlink, not user-editable) + xdg.configFile."waybar/config" = { + source = repoWaybarDir + "/config.jsonc"; + force = true; + }; + + # Override HM's internally-generated waybar-style.css derivation + # and use your repo file instead. + xdg.configFile."waybar/style.css" = { + source = lib.mkForce (repoWaybarDir + "/style.css"); + force = true; + }; + + # Prevent HM from also trying to generate style content via programs.waybar.style + # (not strictly required once mkForce is in place, but keeps intent clear) + programs.waybar.style = ""; +} diff --git a/henrovnix/home/dev/alacritty.nix b/henrovnix/home/dev/alacritty.nix new file mode 100644 index 000000000..992189892 --- /dev/null +++ b/henrovnix/home/dev/alacritty.nix @@ -0,0 +1,12 @@ +{ config, pkgs, lib, flakeRoot, ... }: +let + repoAlacrittyConf = flakeRoot + "/assets/conf/dev/alacritty.toml"; +in +{ + xdg.enable = true; + programs.alacritty.enable = true; + # Override the config generated by programs.alacritty + xdg.configFile."alacritty/alacritty.toml".source = lib.mkForce repoAlacrittyConf; + catppuccin.alacritty.enable = true; + catppuccin.alacritty.flavor = "mocha"; +} diff --git a/henrovnix/home/dev/dev.nix b/henrovnix/home/dev/dev.nix new file mode 100644 index 000000000..6a3559186 --- /dev/null +++ b/henrovnix/home/dev/dev.nix @@ -0,0 +1,48 @@ +{ config, pkgs, lib, ... }: +{ + programs = { + vscode.enable = true; + vim.enable = true; + ripgrep.enable = true; + btop.enable = true; + + fzf = { + enable = true; + enableZshIntegration = true; + enableBashIntegration = true; + }; + + zoxide = { + enable = true; + enableZshIntegration = true; + enableBashIntegration = true; + }; + + eza = { + enable = true; + enableZshIntegration = true; + enableBashIntegration = true; + }; + + direnv = { + enable = true; + enableZshIntegration = true; + enableBashIntegration = true; + nix-direnv.enable = true; + }; + + # Zsh-specific config belongs here + zsh = { + # for emacs-eat package + initContent = lib.mkOrder 1200 '' + [ -n "$EAT_SHELL_INTEGRATION_DIR" ] && \ + source "$EAT_SHELL_INTEGRATION_DIR/zsh" + ''; + }; + + git = { + enable = true; + lfs.enable = true; + }; + }; +} diff --git a/henrovnix/home/dev/emacs/default.nix b/henrovnix/home/dev/emacs/default.nix new file mode 100644 index 000000000..49c6c94fc --- /dev/null +++ b/henrovnix/home/dev/emacs/default.nix @@ -0,0 +1,67 @@ +{ pkgs, ... }: +{ + programs.emacs = { + enable = true; + # install with tree sitter enabled + package = (pkgs.emacs-pgtk.override { withTreeSitter = true; }); + extraPackages = epkgs: [ + # also install all tree sitter grammars + epkgs.manualPackages.treesit-grammars.with-all-grammars + epkgs.nerd-icons # nerd fonts support + epkgs.doom-modeline # model line + epkgs.diminish # hides modes from modeline + epkgs.eldoc # doc support + epkgs.pulsar # pulses the cursor when jumping about + epkgs.which-key # help porcelain + epkgs.expreg # expand region + epkgs.vundo # undo tree + epkgs.puni # structured editing + epkgs.avy # jumping utility + epkgs.consult # emacs right click + epkgs.vertico # minibuffer completion + epkgs.marginalia # annotations for completions + epkgs.crux # utilities + epkgs.magit # git porcelain + epkgs.nerd-icons-corfu # nerd icons for completion + epkgs.corfu # completion + epkgs.cape # completion extensions + epkgs.orderless # search paradigm + epkgs.yasnippet # snippets support + epkgs.yasnippet-snippets # commonly used snippets + epkgs.rg # ripgrep + epkgs.exec-path-from-shell # load env and path + epkgs.eat # better shell + epkgs.rust-mode # rust mode (when rust-ts doesn't cut it) + epkgs.rustic # more rust things + epkgs.nix-mode # nix lang + epkgs.hcl-mode # hashicorp file mode + epkgs.shell-pop # quick shell popup + epkgs.envrc # support for loading .envrc + epkgs.nixpkgs-fmt # format nix files + epkgs.f # string + file utilities + epkgs.gptel # llm chat (mainly claude) + epkgs.catppuccin-theme # catppuccin theme + epkgs.eldoc-box # docs in a box + epkgs.sideline # mainly for flymake errors on the side + epkgs.sideline-flymake # mainly for flymake errors on the side + epkgs.sideline-eglot # mainly for flymake errors on the side + ]; + }; + home.sessionVariables = { + EDITOR = "emacs"; + XDG_SCREENSHOTS_DIR = "~/screenshots"; + }; + home.file = { + emacs-init = { + source = ./early-init.el; + target = ".emacs.d/early-init.el"; + }; + emacs = { + source = ./init.el; + target = ".emacs.d/init.el"; + }; + }; + services.nextcloud-client = { + enable = true; + }; +} diff --git a/henrovnix/home/dev/emacs/early-init.el b/henrovnix/home/dev/emacs/early-init.el new file mode 100644 index 000000000..348162dc6 --- /dev/null +++ b/henrovnix/home/dev/emacs/early-init.el @@ -0,0 +1,92 @@ +;;; package --- early init -*- lexical-binding: t -*- +;;; Commentary: +;;; Prevents white flash and better Emacs defaults +;;; Code: +(set-language-environment "UTF-8") +(setq-default + default-frame-alist + '((background-color . "#1e1e2e") + (bottom-divider-width . 1) ; Thin horizontal window divider + (foreground-color . "#bac2de") ; Default foreground color + (fullscreen . maximized) ; Maximize the window by default + (horizontal-scroll-bars . nil) ; No horizontal scroll-bars + (left-fringe . 8) ; Thin left fringe + (menu-bar-lines . 0) ; No menu bar + (right-divider-width . 1) ; Thin vertical window divider + (right-fringe . 8) ; Thin right fringe + (tool-bar-lines . 0) ; No tool bar + (undecorated . t) ; Remove extraneous X decorations + (vertical-scroll-bars . nil)) ; No vertical scroll-bars + user-full-name "Henrov henrov" ; ME! + ;; memory configuration + ;; Higher garbage collection threshold, prevents frequent gc locks, reset later + gc-cons-threshold most-positive-fixnum + ;; Ignore warnings for (obsolete) elisp compilations + byte-compile-warnings '(not obsolete) + ;; And other log types completely + warning-suppress-log-types '((comp) (bytecomp)) + ;; Large files are okay in the new millenium. + large-file-warning-threshold 100000000 + ;; dont show garbage collection messages at startup, will reset later + garbage-collection-messages nil + ;; native compilation + package-native-compile t + native-comp-warning-on-missing-source nil + native-comp-async-report-warnings-errors 'silent + ;; Read more based on system pipe capacity + read-process-output-max (max (* 10240 10240) read-process-output-max) + ;; scroll configuration + scroll-margin 0 ; Lets scroll to the end of the margin + scroll-conservatively 100000 ; Never recenter the window + scroll-preserve-screen-position 1 ; Scrolling back and forth + ;; frame config + ;; Improve emacs startup time by not resizing to adjust for custom settings + frame-inhibit-implied-resize t + ;; Dont resize based on character height / width but to exact pixels + frame-resize-pixelwise t + ;; backups & files + backup-directory-alist '(("." . "~/.backups/")) ; Don't clutter + backup-by-copying t ; Don't clobber symlinks + create-lockfiles nil ; Don't have temp files + delete-old-versions t ; Cleanup automatically + kept-new-versions 6 ; Update every few times + kept-old-versions 2 ; And cleanup even more + version-control t ; Version them backups + delete-by-moving-to-trash t ; Dont delete, send to trash instead + ;; startup + inhibit-startup-screen t ; I have already done the tutorial. Twice + inhibit-startup-message t ; I know I am ready + inhibit-startup-echo-area-message t ; Yep, still know it + initial-scratch-message nil ; I know it is the scratch buffer! + initial-buffer-choice nil + inhibit-startup-buffer-menu t + inhibit-x-resources t + initial-major-mode 'fundamental-mode + pgtk-wait-for-event-timeout 0.001 ; faster child frames + ad-redefinition-action 'accept ; dont care about legacy things being redefined + inhibit-compacting-font-caches t + ;; tabs + tab-width 4 ; Always tab 4 spaces. + indent-tabs-mode nil ; Never use actual tabs. + ;; rendering + cursor-in-non-selected-windows nil ; dont render cursors other windows + ;; packages + use-package-always-defer t + load-prefer-newer t + default-input-method nil + use-dialog-box nil + use-file-dialog nil + use-package-expand-minimally t + package-enable-at-startup nil + use-package-enable-imenu-support t + auto-mode-case-fold nil ; No second pass of case-insensitive search over auto-mode-alist. + package-archives '(("melpa" . "https://melpa.org/packages/") + ("gnu" . "https://elpa.gnu.org/packages/") + ("nongnu" . "https://elpa.nongnu.org/nongnu/") + ("melpa-stable" . "https://stable.melpa.org/packages/")) + package-archive-priorities '(("gnu" . 99) + ("nongnu" . 80) + ("melpa" . 70) + ("melpa-stable" . 50)) + ) + ;;; early-init.el ends here diff --git a/henrovnix/home/dev/emacs/init.el b/henrovnix/home/dev/emacs/init.el new file mode 100644 index 000000000..802e27ad3 --- /dev/null +++ b/henrovnix/home/dev/emacs/init.el @@ -0,0 +1,400 @@ +;;; package --- Summary - My minimal Emacs init file -*- lexical-binding: t -*- + + ;;; Commentary: + ;;; Simple Emacs setup I carry everywhere + + ;;; Code: +(setq custom-file (locate-user-emacs-file "custom.el")) +(load custom-file 'noerror) ;; no error on missing custom file + +(require 'package) +(package-initialize) + +(defun reset-custom-vars () + "Resets the custom variables that were set to crazy numbers" + (setopt gc-cons-threshold (* 1024 1024 100)) + (setopt garbage-collection-messages t)) + +(use-package emacs + :custom + (native-comp-async-query-on-exit t) + (read-answer-short t) + (use-short-answers t) + (enable-recursive-minibuffers t) + (which-func-update-delay 1.0) + (visible-bell nil) + (custom-buffer-done-kill t) + (whitespace-line-column nil) + (x-underline-at-descent-line t) + (imenu-auto-rescan t) + (uniquify-buffer-name-style 'forward) + (confirm-nonexistent-file-or-buffer nil) + (create-lockfiles nil) + (make-backup-files nil) + (kill-do-not-save-duplicates t) + (sentence-end-double-space nil) + (treesit-enabled-modes t) + :init + ;; base visual + (menu-bar-mode -1) ;; no menu bar + (toggle-scroll-bar -1) ;; no scroll bar + (tool-bar-mode -1) ;; no tool bar either + (blink-cursor-mode -1) ;; stop blinking + + ;; font of the century + (set-frame-font "Aporetic Sans Mono 12" nil t) + + :bind + (("C-<wheel-up>" . pixel-scroll-precision) ; dont zoom in please, just scroll + ("C-<wheel-down>" . pixel-scroll-precision) ; dont zoom in either, just scroll + ("C-x k" . kill-current-buffer)) ; kill the buffer, dont ask + :hook + (text-mode . delete-trailing-whitespace-mode) + (prog-mode . delete-trailing-whitespace-mode) + (after-init . global-display-line-numbers-mode) ;; always show line numbers + (after-init . column-number-mode) ;; column number in the mode line + (after-init . size-indication-mode) ;; file size in the mode line + (after-init . pixel-scroll-precision-mode) ;; smooth mouse scroll + (after-init . electric-pair-mode) ;; i mean ... parens should auto create + (after-init . reset-custom-vars) + ) + +(use-package autorevert + :ensure nil + :custom + (auto-revert-interval 3) + (auto-revert-remote-files nil) + (auto-revert-use-notify t) + (auto-revert-avoid-polling nil) + (auto-revert-verbose t) + :hook + (after-init . global-auto-revert-mode)) + +(use-package recentf + :ensure nil + :commands (recentf-mode recentf-cleanup) + :hook + (after-init . recentf-mode) + :custom + (recentf-auto-cleanup 'never) + (recentf-exclude + (list "\\.tar$" "\\.tbz2$" "\\.tbz$" "\\.tgz$" "\\.bz2$" + "\\.bz$" "\\.gz$" "\\.gzip$" "\\.xz$" "\\.zip$" + "\\.7z$" "\\.rar$" + "COMMIT_EDITMSG\\'" + "\\.\\(?:gz\\|gif\\|svg\\|png\\|jpe?g\\|bmp\\|xpm\\)$" + "-autoloads\\.el$" "autoload\\.el$")) + + :config + ;; A cleanup depth of -90 ensures that `recentf-cleanup' runs before + ;; `recentf-save-list', allowing stale entries to be removed before the list + ;; is saved by `recentf-save-list', which is automatically added to + ;; `kill-emacs-hook' by `recentf-mode'. + (add-hook 'kill-emacs-hook #'recentf-cleanup -90)) + +(use-package savehist + :ensure nil + :commands (savehist-mode savehist-save) + :hook + (after-init . savehist-mode) + :custom + (savehist-autosave-interval 600) + (savehist-additional-variables + '(kill-ring ; clipboard + register-alist ; macros + mark-ring global-mark-ring ; marks + search-ring regexp-search-ring))) + +(use-package hl-line + :ensure nil + :custom + (hl-line-sticky-flag nil) + (global-hl-line-sticky-flag nil) + :hook + (after-init . global-hl-line-mode)) + +(use-package saveplace + :ensure nil + :commands (save-place-mode save-place-local-mode) + :hook + (after-init . save-place-mode) + :custom + (save-place-limit 400)) + +(use-package nerd-icons + :custom + ;; disable bright icon colors + (nerd-icons-color-icons nil)) + +(use-package doom-modeline + :custom + (inhibit-compacting-font-caches t) ;; speed + (doom-modeline-buffer-file-name-style 'relative-from-project) + (doom-modeline-major-mode-icon nil) ;; distracting icons, no thank you + (doom-modeline-buffer-encoding nil) ;; everything is utf-8 anyway + (doom-modeline-buffer-state-icon nil) ;; the filename already shows me + (doom-modeline-lsp nil) ;; lsp state is too distracting, too often + :hook (after-init . doom-modeline-mode)) + +(load-theme 'catppuccin :no-confirm) + +(use-package diminish :demand t) ;; declutter the modeline +(use-package eldoc + :diminish eldoc-mode + :custom + (eldoc-echo-area-use-multiline-p nil)) ;; docs for everything + +(use-package eldoc-box + :defer t + :config + (set-face-background 'eldoc-box-border (catppuccin-color 'green)) + (set-face-background 'eldoc-box-body (catppuccin-color 'base)) + :bind + (("M-h" . eldoc-box-help-at-point))) + +(use-package pulsar + :commands pulsar-global-mode pulsar-recenter-top pulsar-reveal-entry + :init + (defface pulsar-catppuccin + `((default :extend t) + (((class color) (min-colors 88) (background light)) + :background ,(catppuccin-color 'sapphire)) + (((class color) (min-colors 88) (background dark)) + :background ,(catppuccin-color 'sapphire)) + (t :inverse-video t)) + "Alternative nord face for `pulsar-face'." + :group 'pulsar-faces) + :custom + (pulsar-face 'pulsar-catppuccin) + :hook + (after-init . pulsar-global-mode)) + +(use-package which-key + :commands which-key-mode + :diminish which-key-mode + :hook + (after-init . which-key-mode)) + +(use-package expreg + :bind ("M-m" . expreg-expand)) + +(use-package vundo) ;; undo tree + +;; better structured editing +(use-package puni + :commands puni-global-mode + :hook + (after-init . puni-global-mode)) + +(use-package avy + :bind + ("M-i" . avy-goto-char-2) + :custom + (avy-background t)) + +(use-package consult + :bind + ("C-x b" . consult-buffer) ;; orig. switch-to-buffer + ("M-y" . consult-yank-pop) ;; orig. yank-pop + ("M-g M-g" . consult-goto-line) ;; orig. goto-line + ("M-g i" . consult-imenu) ;; consult version is interactive + ("M-g r" . consult-ripgrep) ;; find in project also works + :custom + (consult-narrow-key "<")) + +(use-package vertico + :commands vertico-mode + :custom + (read-file-name-completion-ignore-case t) + (read-buffer-completion-ignore-case t) + (completion-ignore-case t) + (enable-recursive-minibuffers t) + (minibuffer-prompt-properties '(read-only t cursor-intangible t face minibuffer-prompt)) + :init + (vertico-mode) + :hook + (minibuffer-setup-hook . cursor-intangible-mode)) + +(use-package marginalia + :commands marginalia-mode + :hook (after-init . marginalia-mode)) + +(use-package crux + :bind + ("C-c M-e" . crux-find-user-init-file) + ("C-c C-w" . crux-transpose-windows) + ("C-c M-d" . crux-find-current-directory-dir-locals-file) + ("C-a" . crux-move-beginning-of-line)) + +(use-package magit + :bind (("C-M-g" . magit-status))) + +(use-package nerd-icons-corfu + :commands nerd-icons-corfu-formatter + :defines corfu-margin-formatters) + +(use-package corfu + :commands global-corfu-mode + :custom + (corfu-cycle t) + (corfu-auto t) + (corfu-auto-delay 1) + (corfu-auto-prefix 3) + (corfu-separator ?_) + :hook + (after-init . global-corfu-mode) + :config + (add-to-list 'corfu-margin-formatters #'nerd-icons-corfu-formatter)) + +(use-package cape) + +(use-package orderless + :custom + (completion-styles '(orderless partial-completion basic)) + (completion-category-defaults nil) + (completion-category-overrides nil)) + +(use-package yasnippet + :commands yas-global-mode + :diminish yas-minor-mode + :hook + (after-init . yas-global-mode)) + +(use-package yasnippet-snippets :after yasnippet) + +(use-package exec-path-from-shell + :commands exec-path-from-shell-initialize + :custom + (exec-path-from-shell-arguments nil) + :hook + (after-init . exec-path-from-shell-initialize)) + +(use-package nixpkgs-fmt + :custom + (nixpkgs-fmt-command "nixfmt")) + +(use-package eat + :bind + (("C-c e p" . eat-project) + ("C-c e t" . eat))) + +(use-package f :demand t) + +(use-package envrc + :commands envrc-global-mode + :hook + (after-init . envrc-global-mode)) + +(use-package gptel + :commands gptel-make-anthropic f-read-text + :config + (gptel-make-anthropic "Claude" + :stream t :key (f-read-text "/run/secrets/claude_key"))) + +(use-package sideline-flymake) +(use-package sideline-eglot) +(use-package sideline + :custom + (sideline-backends-right '(sideline-flymake sideline-eglot)) + :hook + (eglot-managed-mode . sideline-mode) + (flymake-mode . sideline-mode)) + +(use-package eglot + :custom + (eglot-extend-to-xref t) + (eglot-ignored-server-capabilities '(:inlayHintProvider)) + (jsonrpc-event-hook nil) + :hook + (eglot-managed-mode . eldoc-box-hover-mode) + (before-save . eldoc-format-buffer) + :bind + (:map eglot-mode-map + ("C-c l a" . eglot-code-actions) + ("C-c l r" . eglot-rename) + ("C-c l h" . eldoc) + ("C-c l g" . xref-find-references) + ("C-c l w" . eglot-reconnect))) + +(use-package proced + :custom + (proced-auto-update-flag t) + (proced-auto-update-interval 3) + (proced-enable-color-flag t) + (proced-show-remote-processes t)) + +(use-package org + :ensure t + :defer t + :commands (org-mode org-capture org-agenda) + :init + (defvar org-journal-file "~/nextcloud/org/journal.org") + (defvar org-archive-file "~/nextcloud/org/archive.org") + (defvar org-notes-file "~/nextcloud/org/notes.org") + (defvar org-inbox-file "~/nextcloud/org/inbox.org") + (defvar org-work-file "~/nextcloud/org/work.org") + (defun my/org-capture-project-target-heading () + "Determine Org target headings from the current file's project path. + + This function assumes a directory structure like '~/projects/COMPANY/PROJECT/'. + It extracts 'COMPANY' and 'PROJECT' to use as nested headlines + for an Org capture template. + + If the current buffer is not visi +ting a file within such a + project structure, it returns nil, causing capture to default to + the top of the file." + (when-let* ((path (buffer-file-name))) ; Ensure we are in a file-visiting buffer + (let ((path-parts (split-string path "/" t " "))) + (when-let* ((projects-pos (cl-position "projects" path-parts :test #'string=)) + (company (nth (+ 1 projects-pos) path-parts)) + (project (nth (+ 2 projects-pos) path-parts))) + ;; Return a list of headlines for Org to find or create. + (list company project))))) + :bind + (("C-c c" . org-capture) + ("C-c i" . org-store-link) + ("C-c a" . org-agenda) + :map org-mode-map + ("C-c t" . org-toggle-inline-images) + ("C-c l" . org-toggle-link-display)) + :custom + (org-agenda-files (list org-inbox-file org-journal-file)) + (org-directory "~/nextcloud/org") + (org-default-notes-file org-inbox-file) + (org-archive-location (concat org-archive-file "::* From %s")) + (org-log-done 'time) + (org-log-into-drawer t) + (org-hide-emphasis-markers t) + (org-src-fontify-natively t) + (org-src-tab-acts-natively t) + (org-capture-templates '(("t" "Todo" entry (file org-inbox-file) + "* TODO %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n)") + ("j" "Journal" entry (file+olp+datetree org-journal-file) + "* %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n") + ("n" "Note" entry (file org-notes-file) + "* %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n") + ("p" "Project Task" item + (file+function org-work-file my/org-capture-project-target-heading) + "* TODO %? \n CLOCK: %U" + )) + ) + :config + ;; Enable syntax highlighting in code blocks + (add-hook 'org-mode-hook 'turn-on-font-lock) + (add-hook 'org-mode-hook 'org-indent-mode)) + +;; extras +(use-package comp-run + :ensure nil + :config + (push "tramp-loaddefs.el.gz" native-comp-jit-compilation-deny-list) + (push "cl-loaddefs.el.gz" native-comp-jit-compilation-deny-list)) + +(use-package rustic + :custom + (rustic-lsp-client 'eglot)) + +(provide 'init) + + ;;; init.el ends here diff --git a/henrovnix/home/dev/kitty.nix b/henrovnix/home/dev/kitty.nix new file mode 100644 index 000000000..c5b9fa071 --- /dev/null +++ b/henrovnix/home/dev/kitty.nix @@ -0,0 +1,14 @@ +{ config, pkgs, lib, flakeRoot, ... }: +let + repoKittyConf = flakeRoot + "/assets/conf/dev/kitty.conf"; +in +{ + xdg.enable = true; + programs.kitty.enable = true; + catppuccin.alacritty.enable = true; + catppuccin.alacritty.flavor = "mocha"; + syntaxHighlighting.enable = true; + autosuggestion.enable = true; + enableCompletion = true; + xdg.configFile."kitty/kitty.conf".source = repoKittyConf; +} diff --git a/henrovnix/home/dev/shells.nix b/henrovnix/home/dev/shells.nix new file mode 100644 index 000000000..25f2fce87 --- /dev/null +++ b/henrovnix/home/dev/shells.nix @@ -0,0 +1,213 @@ +# shells.nix — Home-Manager module +# +# Reads: +# ${flakeRoot}/assets/conf/dev/terminal/enabled_shells.conf +# ${flakeRoot}/assets/conf/dev/terminal/aliases.conf +# +# For each enabled shell in [enabled_shells]: +# - installs/enables shell (where HM has an enable option) +# - if ${flakeRoot}/assets/conf/dev/terminal/<shell>.conf exists, sources it +# - ensures a *user-editable* aliases file exists in the shell’s default location +# - if a shell is disabled, its aliases file is removed +# . +# Notes on “editable”: +# - We do NOT manage the aliases file with xdg.configFile/home.file (those would be overwritten). +# - Instead, we create/remove files via home.activation (create only if missing). +{ config, pkgs, lib, flakeRoot, ... }: +let + terminalDir = flakeRoot + "/assets/conf/dev/terminal"; + enabledFile = terminalDir + "/enabled_shells.conf"; + aliasesFile = terminalDir + "/aliases.conf"; + trim = lib.strings.trim; + # ---------- minimal INI-ish parser (sections + raw lines) ---------- + readMaybe = p: if builtins.pathExists p then builtins.readFile p else ""; + normalizeLine = l: trim (lib.replaceStrings [ "\r" ] [ "" ] l); + parseSections = text: + let + lines = map normalizeLine (lib.splitString "\n" text); + isHeader = l: + let s = l; + in lib.hasPrefix "[" s + && lib.hasSuffix "]" s + && builtins.stringLength s >= 3; + nameOf = l: lib.removeSuffix "]" (lib.removePrefix "[" l); + folded = + builtins.foldl' + (st: l: + if l == "" then st else + if isHeader l then st // { current = nameOf l; } + else + let + cur = st.current; + prev = st.sections.${cur} or []; + in + st // { sections = st.sections // { ${cur} = prev ++ [ l ]; }; } + ) + { current = "__root__"; sections = {}; } + lines; + in + folded.sections; + + enabledSections = parseSections (readMaybe enabledFile); + aliasSections = parseSections (readMaybe aliasesFile); + # [enabled_shells] lines: key = yes/no + enabledShells = + let + raw = enabledSections.enabled_shells or []; + parseKV = l: + let m = builtins.match ''^([A-Za-z0-9_-]+)[[:space:]]*=[[:space:]]*(.*)$'' l; + in if m == null then null else { + k = trim (builtins.elemAt m 0); + v = lib.toLower (trim (builtins.elemAt m 1)); + }; + kvs = builtins.filter (x: x != null) (map parseKV raw); + in + map (x: x.k) (builtins.filter (x: x.v == "yes" || x.v == "true" || x.v == "1") kvs); + shellEnabled = shell: builtins.elem shell enabledShells; + # ---------- per-shell repo config file (<shell>.conf) ---------- + shellConfPath = shell: terminalDir + "/${shell}.conf"; + shellConfExists = shell: builtins.pathExists (shellConfPath shell); + sourceIfExistsSh = p: '' + if [ -f "${toString p}" ]; then + source "${toString p}" + fi + ''; + # ---------- aliases section helpers ---------- + secLines = name: aliasSections.${name} or []; + secText = name: lib.concatStringsSep "\n" (secLines name); + # Default alias-file locations + bashAliasesPath = "${config.home.homeDirectory}/.bash_aliases"; + zshAliasesPath = "${config.home.homeDirectory}/.zsh_aliases"; + fishAliasesPath = "${config.xdg.configHome}/fish/conf.d/aliases.fish"; + # Seeds (created once; user can edit afterwards) + bashSeed = '' + # Created once from: ${toString aliasesFile} + # Edit freely; Home Manager will not overwrite this file. + # + ${secText "bash_zsh"} + ${secText "bash_specific"} + ''; + zshSeed = '' + # Created once from: ${toString aliasesFile} + # Edit freely; Home Manager will not overwrite this file. + # + ${secText "bash_zsh"} + ${secText "zsh_specific"} + ''; + # Fish: translate [bash_zsh] POSIX alias lines + append [fish_specific] as-is + parsePosixAlias = l: + let + m = builtins.match ''^[[:space:]]*alias[[:space:]]+([A-Za-z0-9_+-]+)=(.*)$'' l; + in + if m == null then null else + let + name = trim (builtins.elemAt m 0); + rhs0 = trim (builtins.elemAt m 1); + unquote = + if lib.hasPrefix "'" rhs0 && lib.hasSuffix "'" rhs0 then + lib.removeSuffix "'" (lib.removePrefix "'" rhs0) + else if lib.hasPrefix "\"" rhs0 && lib.hasSuffix "\"" rhs0 then + lib.removeSuffix "\"" (lib.removePrefix "\"" rhs0) + else + rhs0; + in + { inherit name; cmd = unquote; }; + escapeForFish = s: + lib.replaceStrings + [ "\\" "\"" "$" "`" ] + [ "\\\\" "\\\"" "\\$" "\\`" ] + s; + fishTranslated = + let + parsed = builtins.filter (x: x != null) (map parsePosixAlias (secLines "bash_zsh")); + in + lib.concatStringsSep "\n" (map (a: ''alias ${a.name} "${escapeForFish a.cmd}"'') parsed); + fishSeed = '' + # Created once from: ${toString aliasesFile} + # Edit freely; Home Manager will not overwrite this file. + status is-interactive; or exit + + # Translated from [bash_zsh]: + ${fishTranslated} + + # From [fish_specific]: + ${secText "fish_specific"} + ''; +in +{ + xdg.enable = true; + # Install/enable shells (no login-shell changes) + programs.bash.enable = shellEnabled "bash"; + programs.zsh.enable = shellEnabled "zsh"; + programs.fish.enable = shellEnabled "fish"; + home.packages = + (lib.optionals (shellEnabled "dash") [ pkgs.dash ]) ++ + (lib.optionals (shellEnabled "nushell") [ pkgs.nushell ]); + # Source per-shell repo config (if present) AND source the user alias file (if it exists). + # Important: define each option only ONCE. + programs.bash.bashrcExtra = lib.mkIf (shellEnabled "bash") (lib.mkAfter '' + ${lib.optionalString (shellConfExists "bash") (sourceIfExistsSh (shellConfPath "bash"))} + if [ -f "${bashAliasesPath}" ]; then + source "${bashAliasesPath}" + fi + ''); + programs.zsh.initContent = lib.mkIf (shellEnabled "zsh") (lib.mkAfter '' + ${lib.optionalString (shellConfExists "zsh") (sourceIfExistsSh (shellConfPath "zsh"))} + if [ -f "${zshAliasesPath}" ]; then + source "${zshAliasesPath}" + fi + ''); + programs.fish.interactiveShellInit = lib.mkIf (shellEnabled "fish") (lib.mkAfter '' + ${lib.optionalString (shellConfExists "fish") '' + if test -f "${toString (shellConfPath "fish")}" + source "${toString (shellConfPath "fish")}" + end + ''} + if test -f "${fishAliasesPath}" + source "${fishAliasesPath}" + end + ''); +# Create/remove alias files based on enabled shells +home.activation.shellAliasesFiles = lib.hm.dag.entryAfter [ "writeBoundary" ] '' + set -euo pipefail + + # bash ------------------------------------------------------- + if ${if shellEnabled "bash" then "true" else "false"}; then + cat > "${bashAliasesPath}" <<'EOF' +${bashSeed} +EOF + else + rm -f "${bashAliasesPath}" + fi + + # zsh ------------------------------------------------------- + if ${if shellEnabled "zsh" then "true" else "false"}; then + cat > "${zshAliasesPath}" <<'EOF' +${zshSeed} +EOF + else + rm -f "${zshAliasesPath}" + fi + + # fish ------------------------------------------------------- + if ${if shellEnabled "fish" then "true" else "false"}; then + mkdir -p "$(dirname "${fishAliasesPath}")" + cat > "${fishAliasesPath}" <<'EOF' +${fishSeed} +EOF + else + rm -f "${fishAliasesPath}" + fi + # fish + if ${if shellEnabled "fish" then "true" else "false"}; then + mkdir -p "$(dirname "${fishAliasesPath}")" + if [ ! -f "${fishAliasesPath}" ]; then + cat > "${fishAliasesPath}" <<'EOF' +${fishSeed} +EOF + fi + else + rm -f "${fishAliasesPath}" + fi + ''; +} diff --git a/henrovnix/home/dev/starship.nix b/henrovnix/home/dev/starship.nix new file mode 100644 index 000000000..8c011a16b --- /dev/null +++ b/henrovnix/home/dev/starship.nix @@ -0,0 +1,21 @@ +{ config, pkgs, lib, flakeRoot, ... }: + +let + repoStarshipToml = flakeRoot + "/assets/conf/dev/terminal/starship.toml"; + + # The exact key that appears in the error: + targetKey = "${config.home.homeDirectory}/.config/starship.toml"; +in +{ + xdg.enable = true; + + programs.starship = { + enable = true; + enableZshIntegration = true; + enableBashIntegration = true; + enableFishIntegration = true; + }; + + # Force the *actual conflicting option* (home.file."<abs path>".source) + home.file."${targetKey}".source = lib.mkForce repoStarshipToml; +} diff --git a/henrovnix/home/dev/zsh.nix b/henrovnix/home/dev/zsh.nix new file mode 100644 index 000000000..77ddd132e --- /dev/null +++ b/henrovnix/home/dev/zsh.nix @@ -0,0 +1,33 @@ +{ config, pkgs, lib, flakeRoot, ... }: +let + repoZshConf = flakeRoot + "/assets/conf/dev/terminal/zsh.conf"; +in +{ + programs.zsh = { + enable = true; + syntaxHighlighting.enable = true; + autosuggestions.enable = true; + enableCompletion = true; + autocd = true; + dotDir = config.home.homeDirectory; + # ---- Oh My Zsh ---- + oh-my-zsh = { + enable = true; + theme = ""; + plugins = [ + "git" + "sudo" + "extract" + "colored-man-pages" + "command-not-found" + "history" + "docker" + "kubectl" + # IMPORTANT: these should be last + "zsh-autosuggestions" + "zsh-syntax-highlighting" + ]; + }; + ''; + }; +} diff --git a/henrovnix/machines/traveldroid/configuration.nix b/henrovnix/machines/traveldroid/configuration.nix new file mode 100755 index 000000000..8d6f17709 --- /dev/null +++ b/henrovnix/machines/traveldroid/configuration.nix @@ -0,0 +1,7 @@ +{ user, ... } : { + imports = + [ + ./hardware-configuration.nix + ../../configuration + ]; +} diff --git a/henrovnix/machines/traveldroid/hardware-configuration.nix b/henrovnix/machines/traveldroid/hardware-configuration.nix new file mode 100755 index 000000000..da705c016 --- /dev/null +++ b/henrovnix/machines/traveldroid/hardware-configuration.nix @@ -0,0 +1,38 @@ +{ + hostname, + pkgs, + lib, + modulesPath, + user, + config, + ... +}: +{ + imports = [ + (modulesPath + "/installer/scan/not-detected.nix") + ../../hardware/hardware.nix + ]; + +boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_usb_sdmmc" ]; +boot.initrd.kernelModules = [ ]; +boot.kernelModules = [ "kvm-intel" ]; +boot.extraModulePackages = [ ]; + +fileSystems."/" = + { device = "/dev/disk/by-uuid/69433a14-fbaf-401b-af85-cd1bbf02b4e2"; + fsType = "ext4"; + }; + +fileSystems."/boot" = + { device = "/dev/disk/by-uuid/811D-0676"; + fsType = "vfat"; + options = [ "fmask=0077" "dmask=0077" ]; + }; + +swapDevices = + [ { device = "/dev/disk/by-uuid/b6c557c2-7682-460b-a5e7-8f6f2f429a3a"; } + ]; + +nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; +hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; +} diff --git a/henrovnix/machines/traveldroid/home.nix b/henrovnix/machines/traveldroid/home.nix new file mode 100644 index 000000000..b76d5b345 --- /dev/null +++ b/henrovnix/machines/traveldroid/home.nix @@ -0,0 +1,15 @@ +{ pkgs, ... }: +{ + imports = [ + ../../home + ]; + home.packages = with pkgs; [ + brightnessctl + ]; + wayland.windowManager.hyprland = { + extraConfig = '' + # Default portable monitor rule + monitor=DP-1,3840x1080@144,1920x0,1 + ''; + }; +} diff --git a/henrovnix/no block b/henrovnix/no block new file mode 100644 index 000000000..a74739580 --- /dev/null +++ b/henrovnix/no block @@ -0,0 +1,14 @@ +# Check if NetworkManager service is running +systemctl status NetworkManager +# If not running, start it temporarily +sudo systemctl start NetworkManager +# Enable Wi-Fi radio (in case it is disabled) +nmcli radio wifi on +# List available Wi-Fi networks +nmcli device wifi list +# Connect to a Wi-Fi network (replace SSID and PASSWORD) +nmcli device wifi connect "SSID_NAME" password "YOUR_PASSWORD" +# Verify that the connection is active +nmcli connection show --active +# Optional: show device status +nmcli device status diff --git a/henrovnix/user.nix b/henrovnix/user.nix new file mode 100644 index 000000000..f1d9b95a9 --- /dev/null +++ b/henrovnix/user.nix @@ -0,0 +1,6 @@ +{ + system = "x86_64-linux"; + username = "henrov"; + stateVersion = "25.11"; + locale = "nl_NL.UTF-8"; +}