commit 554bca50a89e185975ab7f10e8ad8ce62d562bba Author: Alf Gaida Date: Tue Oct 10 18:08:00 2017 +0200 Adding upstream version 0.12.0. Signed-off-by: Alf Gaida diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..e3d4ab2 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,10 @@ +Upstream authors: + LXQt team: http://lxqt.org + Razor team: http://razor-qt.org + +Copyright: + Copyright (c) 2010-2012 Razor team + Copyright (c) 2012-2017 LXQt team + +License: LGPL-2.1+ +The full text of the licenses can be found in the 'COPYING' file. diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..bb6591f --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,124 @@ + +lxqt-themes-0.12.0 / 2017-10-10 +=============================== + + * Fixed CHANGELOG + * Release 0.12.1: Update changelog + * Readme licenses (#6) + * Update README.md + * new README.md + * Added missed AUTHORS and COPYING files + * Release 0.12.0: Update changelog + * Don't export github related stuff + * lxqt-panel/Kbindicator: Fixes a QLabel issue in the config dialog + * liblxqt make no sense here + * Copied issue template + +0.11.96 / 2017-07-07 +==================== + + * Release 0.11.96: Update changelog + * Remove some more session stuff from CMakeLists.txt + * Remove not theme and graphic related things + * Made The Dark Theme Really Dark (#62) + * Use the LXQtConfigVars module + * Remove cpack (#61) + * themes-system: Add "background" property to panel + * themes: Remove Screensaver styles + * Move Italian desktop entry to correct path + * Create lxqt-powermanagement_it.desktop + * build: Revert @6d6d2bef54 + * build: Add xmessage as "dependency" + * themes: Take layoutDirection into account + * Fix the search textfield style for all themes (#52) + * Added style for the ColorPicker plugin. + * Fix bg-fg color swapping in Frost (#50) + * theme system: Force no icon for main menu + * First experiment in theming the new search menu feature. + * icons: Add icon "lxqt" + * Wallpaper updated. Lighter and with the hummingbird for some identity. + * Use the system palette to change the main colors, this will make the theme more integrated with the whole environment. Fixed ugly buttons in the volume applet. + * Themes: adjust main menu icon in Light + * themes: Add system theme (no theme) + * CMakeLists: Use LXQT_GRAPHICS_DIR for graphics + * Add startlxqt man page + * Deleted and ignored *.kdev4 + * themes: added styles to distinguish disabled QMenu entries + * startlxqt: optimization of XDG_DATA_DIRS + * Rename LxQt to LXQt everywhere + * CMake: Adds Runtime and Devel install COMPONENTs + * Coding style changes + * Removes no added value comments + * Use GNUINnstallDirs + * theme-light: add plugin handle + * Updates the build system to use the Targets infrastructure + * Enable the "leave confirmation dialog" by default + * themes: panel volume popup rounded highlighted button corners + * theme-light: volume popup buttons styles + * themes: volume popup buttons show outline + * themes: avoid uneccessary (and/or orientation specific) margins + * Handle urgency hint in desktopswitch in themes + * themes: spacer as semitransparent lighter/darker line + * themes-panel: initial styles for taskbar groups + * Added style for the new Spacer plugin. + * Added style for the new Spacer plugin. + * Added style for the new Spacer plugin. + * theme Frost: added urgency style for TaskBar button (as in all other themes) + * Make themes' directories' names lowercase again + * Revert last commit, the folder names wasnt capitalized. + * Update lxqt-panel.qss + * Adds an scalable start-here-lxqt icon + * Removed deprecated files. + * use LXQt-specific menu file + * - Unify naming for a unique lxqt. No more suffixes + * Fixed keyboard indicator in Light theme + * .gitignore added + * Improved menu spacing Code cleaning Added style for DOM plugin Reduced icon size for the calendar's next an previous month buttons. + * Fix lxde/lxde-qt#364 + * Fixed tooltips colors. + * Preview updated. + * Keyboard indicator and preview updated. + * Theme updated + * Fixed the Mount Plugin popup. + * Style for the new keyboard plugin. + * Fixed clicking area and aded style for new keyboard indicator. + * First approach to style in the new Keyboard Indicator plugin. + * Apply clicking area fix for all the plugins. + * Remove lxqt-appswitcher integration as we no longer offer that repo + * Fixed clickable areas. * The plugins should now respond to the mouse as expected. * Added a pressed state for buttons. + * Fixed clickable areas. + * Add the svg logo sources, by @Caig + * Small fixes. + * Small fixes. + * Theme improve. + * Renamed plasma-next-alpha to kde-plasma Shorter and simple naming in consonance with the other themes. + * Removed old themes. Deleted A-mego, Flat and Green themes. Now we have less themes to maintain and improve the overall quality. + * Changed menu icon. + * Remover border from nofications. Changed menu icon. + * Updates translations infrastructure + * Update the required minimum cmake version + * Removed font-size for the clock + * Removed padding from the menu + * Numix is now Frost and uses the LXQT logo. Clock font size not defined by the style. Runner got some fixes in the search field. + * Fixed action button style + * Merged Flat-Dark and Flat-Dark-Alpha into a new Dark theme, wallpaper and many style fixes + * Remove plugins' margins from themes files + * Clean up CMakeLists.txt and drop Qt 4 support + * Update themes to support urgency hint + * Add Qt5 support. + * Add Plasma Next theme + * Add dark aplha theme + * Theme changes for RGBA panel + * Updated qss styles for transparency + * Use LXQt as desktop name + * Update logo to Helix the Archist Hummingbird. Thanks @Caig + * Replace razor-specific graphics by Helix + * Add CPack rules for creating tarball + * Support lxqt-session and add necessary xdg autostart desktop entry files. + * Add visual feedback for pressed quicklaunch buttons in light and green themes. + * Fix renaming bugs, replacing lxqt-qt with lxde-qt + * Finish the crazy razor=>lxqt renaming tasks. + * Rename dirs and replace razor with lxqt. Install lxqt.conf to /etc/xdg/lxqt and provide theme config. + * fixed theme loading + * Fix file paths, replacing razor with lxqt. * Remove Alt+F2 and Ctrl+Esc from openbox config file to avoid conflicts with lxqt-panel & lxqt-globalkeys. + * Add default configuration files for lxde-qt session. diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..4daeee2 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,15 @@ +cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) + +project(lxqt-themes) + +set(LXQTBT_MINIMUM_VERSION "0.1.0") + +find_package(lxqt-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED) + +include(GNUInstallDirs) +include(LXQtTranslateDesktop) +include(LXQtConfigVars) + +install(DIRECTORY "graphics/" DESTINATION "${LXQT_GRAPHICS_DIR}") +add_subdirectory(themes) +add_subdirectory(icons) diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..20fb9c7 --- /dev/null +++ b/COPYING @@ -0,0 +1,458 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser 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 Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "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 +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY 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 +LIBRARY (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 LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS diff --git a/README.md b/README.md new file mode 100644 index 0000000..202603b --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# lxqt-themes + +This repository comprises a number of graphic files and themes. + +The LXQt logo was designed by @Caig and is licensed CC-BY-SA 3.0. + +LXQt theme "Plasma" is based on Breeze 5.0.0 theme by the KDE Visual Team. The Wallpaper is the contest winning design from Nuno Pinheiro , licensed as LGPLv3. diff --git a/graphics/README b/graphics/README new file mode 100644 index 0000000..9a53235 --- /dev/null +++ b/graphics/README @@ -0,0 +1,7 @@ +Where did the pizza cutter go? + +Right there! +https://github.com/Razor-qt/razor-qt/tree/master/razorqt-resources/graphics + +Helix the Hummingbird by Caig +https://github.com/Caig/LXQt-graphics diff --git a/graphics/helix.svg b/graphics/helix.svg new file mode 100644 index 0000000..5455fbe --- /dev/null +++ b/graphics/helix.svg @@ -0,0 +1,235 @@ + + + + + LXQt logo + + + + + + + + + + + + + + + + + + + + image/svg+xml + + LXQt logo + + + Giacomo Barazzetti + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/helix_1120.png b/graphics/helix_1120.png new file mode 100644 index 0000000..b525cb2 Binary files /dev/null and b/graphics/helix_1120.png differ diff --git a/graphics/helix_150.png b/graphics/helix_150.png new file mode 100644 index 0000000..46eb8d0 Binary files /dev/null and b/graphics/helix_150.png differ diff --git a/graphics/helix_60.png b/graphics/helix_60.png new file mode 100644 index 0000000..63e63db Binary files /dev/null and b/graphics/helix_60.png differ diff --git a/graphics/helix_lxqt.svg b/graphics/helix_lxqt.svg new file mode 100644 index 0000000..675af97 --- /dev/null +++ b/graphics/helix_lxqt.svg @@ -0,0 +1,535 @@ + + + + + LXQt logo + + + + + + + + + + + + + + + + + + + image/svg+xml + + LXQt logo + + + Giacomo Barazzetti + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/lxqt_logo.png b/graphics/lxqt_logo.png new file mode 120000 index 0000000..ccdc61f --- /dev/null +++ b/graphics/lxqt_logo.png @@ -0,0 +1 @@ +helix_150.png \ No newline at end of file diff --git a/graphics/lxqt_logo_doxygen.png b/graphics/lxqt_logo_doxygen.png new file mode 120000 index 0000000..bc697cc --- /dev/null +++ b/graphics/lxqt_logo_doxygen.png @@ -0,0 +1 @@ +helix_60.png \ No newline at end of file diff --git a/graphics/spacer-dark-dots.svg b/graphics/spacer-dark-dots.svg new file mode 100644 index 0000000..64c4df7 --- /dev/null +++ b/graphics/spacer-dark-dots.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/graphics/spacer-dark-line.svg b/graphics/spacer-dark-line.svg new file mode 100644 index 0000000..136d8ce --- /dev/null +++ b/graphics/spacer-dark-line.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/graphics/spacer-light-dots.svg b/graphics/spacer-light-dots.svg new file mode 100644 index 0000000..6659078 --- /dev/null +++ b/graphics/spacer-light-dots.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/graphics/spacer-light-line.svg b/graphics/spacer-light-line.svg new file mode 100644 index 0000000..a33d18b --- /dev/null +++ b/graphics/spacer-light-line.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt new file mode 100644 index 0000000..94ade7b --- /dev/null +++ b/icons/CMakeLists.txt @@ -0,0 +1,6 @@ +install(DIRECTORY + hicolor + DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/icons" + COMPONENT Runtime + PATTERN "*" +) diff --git a/icons/hicolor/scalable/apps/lxqt.svg b/icons/hicolor/scalable/apps/lxqt.svg new file mode 120000 index 0000000..8db9d5f --- /dev/null +++ b/icons/hicolor/scalable/apps/lxqt.svg @@ -0,0 +1 @@ +../places/start-here-lxqt.svg \ No newline at end of file diff --git a/icons/hicolor/scalable/places/start-here-lxqt.svg b/icons/hicolor/scalable/places/start-here-lxqt.svg new file mode 100644 index 0000000..c67e610 --- /dev/null +++ b/icons/hicolor/scalable/places/start-here-lxqt.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/themes/CMakeLists.txt b/themes/CMakeLists.txt new file mode 100644 index 0000000..34faa38 --- /dev/null +++ b/themes/CMakeLists.txt @@ -0,0 +1,8 @@ +install(DIRECTORY + . + DESTINATION "${LXQT_SHARE_DIR}/themes" + COMPONENT Runtime + PATTERN "CMake*" + EXCLUDE PATTERN "cmake*" + EXCLUDE PATTERN "Makefile" EXCLUDE +) diff --git a/themes/ambiance/Butterfly-Kenneth-Wimer.jpg b/themes/ambiance/Butterfly-Kenneth-Wimer.jpg new file mode 100644 index 0000000..95e8eab Binary files /dev/null and b/themes/ambiance/Butterfly-Kenneth-Wimer.jpg differ diff --git a/themes/ambiance/arrow-left.svg b/themes/ambiance/arrow-left.svg new file mode 100644 index 0000000..d686922 --- /dev/null +++ b/themes/ambiance/arrow-left.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/themes/ambiance/arrow-right.svg b/themes/ambiance/arrow-right.svg new file mode 100644 index 0000000..8249306 --- /dev/null +++ b/themes/ambiance/arrow-right.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/themes/ambiance/lxqt-notificationd.qss b/themes/ambiance/lxqt-notificationd.qss new file mode 100644 index 0000000..c56bac3 --- /dev/null +++ b/themes/ambiance/lxqt-notificationd.qss @@ -0,0 +1,30 @@ +Notification { + color: #f2f1f0; + border: 1px solid #2b2b29; + background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #515048, stop:1 #3C3B37); + margin: 0px; + border-radius: 5px; +} + +QLabel { + color: #f2f1f0; +} + +#closeButton { + border: none; + qproperty-icon: url(lxqt-notificationd/cancel.svg); + qproperty-icon-size: 24px; +} + +#closeButton:hover { + padding: 4px; +} + +#appLabel { + font-weight: bold; + +} + +#summaryLabel { + font-style: italic; +} \ No newline at end of file diff --git a/themes/ambiance/lxqt-notificationd/cancel.svg b/themes/ambiance/lxqt-notificationd/cancel.svg new file mode 100644 index 0000000..5d0f3be --- /dev/null +++ b/themes/ambiance/lxqt-notificationd/cancel.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/themes/ambiance/lxqt-panel.qss b/themes/ambiance/lxqt-panel.qss new file mode 100644 index 0000000..9a790ea --- /dev/null +++ b/themes/ambiance/lxqt-panel.qss @@ -0,0 +1,557 @@ +/* + * General panel settings + */ +LXQtPanel #BackgroundWidget { + background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #515048, stop:1 #3C3B37); +} + +QToolTip { + border: 1px solid #2b2b29; + background: #363532; + padding: 2px; + margin: 0px; + color: #f2f1f0; +} + +/* + * General plugins settings + */ + +Plugin, +LXQtPanelPlugin { + padding: 0; + spacing: 20px; + qproperty-moveMarkerColor: #eb7140; +} + +Plugin > QWidget, +Plugin > QWidget > QWidget{ + color: #f2f1f0; +} + + +Plugin > QToolButton, +Plugin > QWidget > QToolButton, +Plugin > QWidget > QToolButton > QWidget > QToolButton, +LXQtPanelPlugin > QToolButton { + margin: 0px; + border: 1px solid #2b2b29; + border-radius: 4px; + qproperty-iconSize: 24px; + color: #f2f1f0; +} + +Plugin > QToolButton:hover, +Plugin > QWidget > QToolButton:hover, +LXQtPanelPlugin > QToolButton:hover { + margin: 0px; + background: #363532; + border: 1px solid #2b2b29; +} + +Plugin > QToolButton:pressed, +Plugin > QWidget > QToolButton:pressed, +LXQtPanelPlugin > QToolButton:pressed { + padding: 4px; +} + +/* + * Calendar (from any of the two clocks) + */ + +QCalendarWidget #qt_calendar_navigationbar, +#WorldClock QCalendarWidget #qt_calendar_navigationbar * { + background-color: #3c3b37; + color: #f2f1f0; +} + +QCalendarWidget #qt_calendar_nextmonth { + max-height:20px; + min-height:20px; + qproperty-icon: url(/arrow-right.svg); + margin-right: 3px; +} + +QCalendarWidget #qt_calendar_nextmonth:hover { + border: 1px solid #ca5f34; + background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140); +} + +QCalendarWidget #qt_calendar_prevmonth { + max-height:20px; + min-height:20px; + qproperty-icon: url(/arrow-left.svg); + margin-left: 3px; +} + +QCalendarWidget #qt_calendar_prevmonth:hover { + border: 1px solid #ca5f34; + background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140); +} + +QCalendarWidget #qt_calendar_monthbutton::menu-indicator { + image: none; +} + +QCalendarWidget #qt_calendar_monthbutton { + padding:2px; + margin: 2px; +} +QCalendarWidget #qt_calendar_monthbutton:hover { + border: 1px solid #ca5f34; + background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140); +} + +QCalendarWidget #qt_calendar_yearbutton:hover { + border: 1px solid #ca5f34; + background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140); +} + +QCalendarWidget QMenu { + margin: 4px; + background-color: #3c3b37; + color: f2f1f0; +} + +QCalendarWidget QMenu::item:selected { + color: #f2f1f0; + background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140); +} + +QCalendarWidget QSpinBox { + color: #f2f1f0; + background-color: #3c3b37; + selection-background-color: #ca5f34; + selection-color: #f2f1f0; +} + +QCalendarWidget QAbstractItemView:enabled { + color: white; + background: #3c3b37; + selection-background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140); + selection-color: #f2f1f0; +} + +QCalendarWidget QAbstractItemView:disabled { + color: #969696; +} + +QCalendarWidget QWidget { + alternate-background-color: #1e1d1b; +} + +/* + * TaskBar + */ +#TaskBar QToolButton{ + padding: 1px; + margin: 2px; +} + +#TaskBar QToolButton:on{ + background: #363532; + border: 1px solid #2b2b29; +} + +#TaskBar QToolButton:hover{ + border: 1px solid #ca5f34; + background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140); +} + +#TaskBar QToolButton:pressed { + padding: 4px; +} + +#TaskBar QToolButton[urgent="true"] { + color: palette(highlighted-text); + background: palette(highlight); +} + +#TaskBar LXQtGroupPopup { + background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #515048, stop:1 #3C3B37); + border: 1px solid #f88657; +} +/* + * Main menu + */ + +#MainMenu { + margin: 2px; + padding: 1px; + border-radius: 4px; + qproperty-icon: url(mainmenu.svg); + color: #f2f1f0; + border: none; +} + +#MainMenu:pressed { + padding: 4px; +} + +#MainMenu QMenu { + background-color: #3c3b37; + border: 1px solid #515048; +} + +#MainMenu QMenu::icon { + background-color: transparent; + border: 10px solid transparent; + border-top-width: 0px; + border-bottom-width: 0px; + border-right-width: 0px; +} + +#MainMenu QMenu::right-arrow { + image: url(arrow-right.svg); + border: 5px solid transparent; + border-top-width: 0px; + border-bottom-width: 0px; + border-left-width: 0px; +} + +#MainMenu QMenu::item { + color: #f2f1f0; + padding: 7px 40px 7px 24px; +} + +#MainMenu QMenu::item:selected { + color: #f2f1f0; + background:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140); +} + +#MainMenu ActionView { + background-color: #3c3b37; + border: none; + color: #f2f1f0; +} + +#MainMenu ActionView::item { + padding: 2px 0; +} + +#MainMenu QLineEdit { + background: #3c3b37; + border: none; + color: #f2f1f0; + margin-bottom: 1px; + padding: 3px; +} + +#MainMenu QScrollBar::handle { + background-color: palette(highlighted-text); + color: palette(highlighted-text); +} + +/* + * QuickLaunch + */ +#QuickLaunch QToolButton { + margin: 2px; + padding: 1px; + border: none; +} + +#QuickLaunch QToolButton:hover { + background: #363532; + border: 1px solid #2b2b29; +} + +#QuickLaunch QToolButton:pressed { + padding: 4px; +} + +#QuickLaunchPlaceHolder { + color: #eb7140; +} + +/* + * Clock + */ + +#Clock { + background: transparent; + margin: 2px; + border-radius: 4px; +} + +#Clock:hover { + background: #363532; + border: 1px solid #2b2b29; +} + +#Clock #TimeLabel{ + color: #f2f1f0; + margin-right: 2px; + margin-left: 2px; +} +#Clock #DateLabel{ + color: #f2f1f0; + margin-right: 2px; + margin-left: 2px; +} + +/* + * Desktopswitch + */ +#DesktopSwitch QToolButton { + border: none; + margin: 2px; +} + +#DesktopSwitch QToolButton:on { + background: #363532; + border: 1px solid #2b2b29; +} + +#DesktopSwitch QToolButton:hover { + background: #363532; + border: 1px solid #2b2b29; +} + +#DesktopSwitch QToolButton:pressed { + padding: 4px; +} + +#DesktopSwitch QToolButton[urgent="true"] { + color: palette(highlighted-text); + background: palette(highlight); +} + +/* + * Tray + */ +#Tray { + min-width: 6px; +} + +TrayIcon { + margin: 2px; +} + +/* + * Mount plugin + */ + +#LXQtMountPlugin QToolButton { + border:none; + padding: 1px; + margin: 2px; +} + +#LXQtMountPlugin QToolButton:pressed { + padding: 4px; +} + +#LXQtMountPopup { + background: #3c3b37; + color: #f2f1f0; +} + +#LXQtMountPopup > MenuDiskItem { + border-radius: 4px; +} + +#LXQtMountPopup > MenuDiskItem:hover { + background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140); +} + +#LXQtMountPopup #EjectButton, +#LXQtMountPopup #DiskButton { + qproperty-iconSize: 22px; + background-color: transparent; + border: none; + color: #f2f1f0; + padding: 4px; +} + +#LXQtMountPopup #NoDiskLabel { + margin: 6px; + color: #f2f1f0; +} + + +/* + * ShowDesktop + */ + +#ShowDesktop { + border:none; + padding: 1px; + margin: 2px; +} + +#ShowDesktop:pressed { + padding: 4px; +} + + +/* + * KbIndicator + */ +#KbIndicator > QLabel { + padding: 3px; + border: 0px; +} + +#KbIndicator > QLabel:enabled { + background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140); + color: #f2f1f0; + border: 1px solid #ca5f34; + border-radius: 4px; +} + +#KbIndicator:disabled { + background: transparent; + color: #f2f1f0; +} + + +/* + * #SysStat + */ +#SysStat { + padding: 1px 1px 1px 1px; +} + +#SysStat > QLabel { + font-size: 6pt; +} + +#SysStat_Graph { + qproperty-gridColor: rgba(255, 255, 255, 25%); + qproperty-titleColor: rgba(255, 255, 255, 75%); + qproperty-cpuSystemColor: rgb(128, 0, 0); + qproperty-cpuUserColor: rgb(0, 0, 128); + qproperty-cpuNiceColor: rgb(0, 128, 0); + qproperty-cpuOtherColor: rgb(128, 128, 0); + qproperty-frequencyColor: rgb(96, 96, 96); + qproperty-memAppsColor: rgb(0, 0, 128); + qproperty-memBuffersColor: rgb(0, 128, 0); + qproperty-memCachedColor: rgb(128, 128, 0); + qproperty-swapUsedColor: rgb(128, 0, 0); + qproperty-netReceivedColor: rgb(0, 0, 128); + qproperty-netTransmittedColor: rgb(128, 128, 0); +} + + +/* + * WorldClock + */ + +#WorldClock { + margin: 2px; + border: none; + border-radius: 4px; + color: #f2f1f0; + padding: 1px; +} + +#WorldClock:hover { + background: #363532; + border: 1px solid #2b2b29; +} + +#WorldClockContent { + color: #f2f1f0; + padding: 2px; +} + +#WorldClockPopup > QLabel { + color: #f2f1f0; +} + +/* + * CPU monitor + */ +#LXQtCpuLoad { + qproperty-fontColor: #f2f1f0; +} + +/* + * Volume plugin + */ + +#VolumePlugin QToolButton { + border:none; + padding: 1px; + margin: 2px; +} + +#VolumePlugin QToolButton:pressed { + padding: 4px; +} + +VolumePopup { + background:#3c3b37; + padding: 4px; +} + +VolumePopup > QPushButton { + color: #f2f1f0; + background: #363532; + padding: 2px 10px; + margin: 3px; + qproperty-iconSize: 24px; +} + +VolumePopup > QPushButton:hover { + background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140); + border-radius: 2px; +} + +VolumePopup > QSlider { + margin-top: 4px; +} + +VolumePopup > QSlider::groove:vertical { + background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140); + width: 8px; + border-radius: 3px; +} + +VolumePopup > QSlider::handle:vertical { + height: 10px; + background: #C2C2C2; + border-radius: 2px; + margin: 0 -4px; /* expand outside the groove */ + } + +VolumePopup > QSlider::add-page:vertical { + background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140); + border: 1px solid #2D2D2D; + border-radius: 3px; + + } + +VolumePopup > QSlider::sub-page:vertical { + background: rgba(0, 0, 0, 80%); + border-radius: 3px; + } + +/* + * Spacer + */ + +#Spacer { + background-position: center center; +} + +#Spacer[type="lined"] { + background-image: url(/spacer-plugin/spacer-line.svg); +} + +#Spacer[type="dotted"] { + background-image: url(/spacer-plugin/spacer-dots.svg); + } + +#Spacer[orientation="horizontal"] { + background-repeat: repeat-y; + margin-top: 2px; + margin-bottom: 2px; +} + +#Spacer[orientation="vertical"] { + background-repeat: repeat-x; + margin-right: 2px; + margin-left: 2px; +} diff --git a/themes/ambiance/lxqt-runner.qss b/themes/ambiance/lxqt-runner.qss new file mode 100644 index 0000000..1944a5f --- /dev/null +++ b/themes/ambiance/lxqt-runner.qss @@ -0,0 +1,56 @@ +/* + * Panel + */ + +#panel { + background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #515048, stop:1 #3C3B37); + border: 1px solid #2b2b29; + padding: 2px; +} + +/* + * Buttons + */ + +QToolButton { + margin: 0px; + border: 0px solid transparent; + padding: 0px; + qproperty-iconSize: 24px; +} + +QToolButton:hover { + padding: 2px; + +} + +QToolButton::menu-indicator { + image: none; +} + +#closeButton { + qproperty-icon: url(lxqt-runner/clear.svg); +} + +#actionButton { + qproperty-icon: url(lxqt-runner/navigation-menu.svg); +} + +#commandEd { + border: 1px solid #2b2b29; + padding: 0px; + margin: 0px; + background: white; + color: #2b2b29; + selection-background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #f88657, stop:1 #eb7140); + selection-color: white; +} + +#commandList { + border: 1px solid #2b2b29; +} + +#commandList::item { + margin: 2px; + padding: 2px; +} diff --git a/themes/ambiance/lxqt-runner/clear.svg b/themes/ambiance/lxqt-runner/clear.svg new file mode 100644 index 0000000..5d0f3be --- /dev/null +++ b/themes/ambiance/lxqt-runner/clear.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/themes/ambiance/lxqt-runner/navigation-menu.svg b/themes/ambiance/lxqt-runner/navigation-menu.svg new file mode 100644 index 0000000..6fdaf7e --- /dev/null +++ b/themes/ambiance/lxqt-runner/navigation-menu.svg @@ -0,0 +1,97 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/ambiance/mainmenu.svg b/themes/ambiance/mainmenu.svg new file mode 100644 index 0000000..74d177d --- /dev/null +++ b/themes/ambiance/mainmenu.svg @@ -0,0 +1,205 @@ + + + + + + + + LXQt + + + + + + + + + + image/svg+xml + + LXQt + + + Giacomo Barazzetti + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/ambiance/preview.png b/themes/ambiance/preview.png new file mode 100644 index 0000000..63cf738 Binary files /dev/null and b/themes/ambiance/preview.png differ diff --git a/themes/ambiance/spacer-plugin/spacer-dots.svg b/themes/ambiance/spacer-plugin/spacer-dots.svg new file mode 120000 index 0000000..4cfc0e1 --- /dev/null +++ b/themes/ambiance/spacer-plugin/spacer-dots.svg @@ -0,0 +1 @@ +../../../graphics/spacer-dark-dots.svg \ No newline at end of file diff --git a/themes/ambiance/spacer-plugin/spacer-line.svg b/themes/ambiance/spacer-plugin/spacer-line.svg new file mode 120000 index 0000000..9785830 --- /dev/null +++ b/themes/ambiance/spacer-plugin/spacer-line.svg @@ -0,0 +1 @@ +../../../graphics/spacer-dark-line.svg \ No newline at end of file diff --git a/themes/ambiance/wallpaper.cfg b/themes/ambiance/wallpaper.cfg new file mode 100644 index 0000000..2b3c0ff --- /dev/null +++ b/themes/ambiance/wallpaper.cfg @@ -0,0 +1,2 @@ +wallpapers/size=9 +wallpapers/1/file=Butterfly-Kenneth-Wimer.jpg diff --git a/themes/dark/arrow-right.svg b/themes/dark/arrow-right.svg new file mode 100644 index 0000000..8249306 --- /dev/null +++ b/themes/dark/arrow-right.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/themes/dark/calendar-popup/left-arrow.svg b/themes/dark/calendar-popup/left-arrow.svg new file mode 100644 index 0000000..0bae2ab --- /dev/null +++ b/themes/dark/calendar-popup/left-arrow.svg @@ -0,0 +1,65 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/themes/dark/calendar-popup/right-arrow.svg b/themes/dark/calendar-popup/right-arrow.svg new file mode 100644 index 0000000..9ff4c24 --- /dev/null +++ b/themes/dark/calendar-popup/right-arrow.svg @@ -0,0 +1,66 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/themes/dark/checked.svg b/themes/dark/checked.svg new file mode 100644 index 0000000..2dbd227 --- /dev/null +++ b/themes/dark/checked.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/themes/dark/lxqt-notificationd.qss b/themes/dark/lxqt-notificationd.qss new file mode 100644 index 0000000..bd6c9fd --- /dev/null +++ b/themes/dark/lxqt-notificationd.qss @@ -0,0 +1,27 @@ +Notification { + color: #DDDDDD; + border: 1px solid rgba(0, 0, 0, 50%); + background:rgba(0, 0, 0, 80%); + margin: 0px; +} + +QLabel { + color: #FFFFFF; +} + +#closeButton { + border: none; + padding: 2px; + qproperty-icon: url(lxqt-notificationd/cancel.svg); +} + +#closeButton:hover { + border: 1px solid rgba(0, 0, 0, 50%); + padding: 2px; + background: rgba(255, 255, 255, 20%); + qproperty-icon: url(lxqt-notificationd/cancel.png); +} + +#appLabel { + font-weight: bold; +} diff --git a/themes/dark/lxqt-notificationd/cancel.svg b/themes/dark/lxqt-notificationd/cancel.svg new file mode 100644 index 0000000..b3ceb5f --- /dev/null +++ b/themes/dark/lxqt-notificationd/cancel.svg @@ -0,0 +1,58 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/dark/lxqt-panel.qss b/themes/dark/lxqt-panel.qss new file mode 100644 index 0000000..f7b90ff --- /dev/null +++ b/themes/dark/lxqt-panel.qss @@ -0,0 +1,545 @@ +/* + * General panel settings + */ + +LXQtPanel #BackgroundWidget { + background:rgba(0, 0, 0, 50%); +} +QToolTip { + border: 1px solid hsv(0, 0, 41); + background:hsv(0, 0, 20); + padding: 2px; + margin: 0px; + color: #DEDEDE +} + +/* + * General plugins settings + */ + +Plugin, +LXQtPanelPlugin { + padding: 0; + spacing: 20px; + qproperty-moveMarkerColor: #C94C21; +} + +Plugin > QWidget, +Plugin > QWidget > QWidget { + color: #DEDEDE; +} + +Plugin > QToolButton, +Plugin > QWidget > QToolButton, +Plugin > QWidget > QToolButton > QWidget > QToolButton, +LXQtPanelPlugin > QToolButton { + margin: 0; + border: 1px solid transparent; + qproperty-iconSize: 24px; + color: #DEDEDE; +} + +Plugin > QToolButton:hover, +Plugin > QWidget > QToolButton:hover, +LXQtPanelPlugin > QToolButton:hover { + border: 1px solid rgba(0, 0, 0, 50%); + background: rgba(255, 255, 255, 20%); +} + +Plugin > QToolButton:pressed, +Plugin > QWidget > QToolButton:pressed, +LXQtPanelPlugin > QToolButton:pressed { + padding: 4px; +} + +/* + * Volume plugin + */ + +VolumePopup { + background: hsv(0, 0, 41); + margin: 2px; +} + +VolumePopup > QPushButton { + border: 1px solid rgba(255, 255, 255, 5%); + border-radius: 2px; + color: #DEDEDE; + background: rgba(255, 255, 255, 10%); + padding: 2px 10px; + margin: 3px; + qproperty-iconSize: 24px; +} + +VolumePopup > QPushButton:hover { + border: 1px solid rgba(255, 255, 255, 10%); + border-radius: 2px; + background: rgba(255, 255, 255, 20%); +} + +VolumePopup > QSlider::groove:vertical { + background: hsv(0, 0, 41); + width: 8px; + border-radius: 3px; +} + +VolumePopup > QSlider::handle:vertical { + height: 10px; + background: #DEDEDE; + border-radius: 5px; + margin: 0 -4px; /* expand outside the groove */ + } + +VolumePopup > QSlider::add-page:vertical { + background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, + stop: 0 #787676, stop: 1 #ABABAB); + border: 1px solid rgba(0, 0, 0, 80%); + border-radius: 3px; + + } + +VolumePopup > QSlider::sub-page:vertical { + background: rgba(0, 0, 0, 80%); + border-radius: 3px; + } + + +/* + * Desktopswitch + */ + +#DesktopSwitch QToolButton:hover { + border: 1px solid rgba(0, 0, 0, 50%); + background: rgba(255, 255, 255, 20%); +} + +#DesktopSwitch QToolButton:on { + background: #640b0c; + border: 1px solid #640b0c; + font: bold; +} + +#DesktopSwitch QToolButton:hover:on { + background: #870e10; + border: 1px solid #870e10; +} + +#DesktopSwitch QToolButton:pressed { + background: #50080a; + padding: 4px; +} + +#DesktopSwitch QToolButton[urgent="true"] { + color: white; + background: #960f11; + border: 1px solid #d21518; +} + +/* + * QuickLaunch + */ +#QuickLaunchPlaceHolder { + color: #AAAAAA; +} + +#QuickLaunch QToolButton{ + border: 0px; + margin: 1px; + padding: 2px; +} + +#QuickLaunch QToolButton:hover{ + border: 1px solid rgba(0, 0, 0, 50%); + background: rgba(255, 255, 255, 20%); +} + +#QuickLaunch QToolButton:pressed { + padding: 4px; +} + + +/* + * TaskBar + */ +#TaskBar QToolButton{ + margin: 2px; + padding: 2px; +} + +#TaskBar QToolButton:on{ + border: 1px solid rgba(0, 0, 0, 50%); + background: rgba(0, 0, 0, 40%); +} + +#TaskBar QToolButton:hover{ + border: 1px solid rgba(0, 0, 0, 50%); + background: rgba(255, 255, 255, 20%); +} + +#TaskBar QToolButton:pressed { + padding: 4px; +} + +#TaskBar QToolButton[urgent="true"] { + color: palette(highlighted-text); + background: palette(highlight); +} + +#TaskBar LXQtGroupPopup { + background:rgba(0, 0, 0, 50%); + border: 1px solid rgba(0, 0, 0, 40%);; +} +/* + * Calendar Widget + */ + +QCalendarWidget QAbstractItemView:enabled { + color: white; + background: black; + selection-background-color: #640b0c; + selection-color: white; +} + +QCalendarWidget QAbstractItemView:disabled { + color: #969696; +} + +QCalendarWidget QWidget { + alternate-background-color: #3c3c3c; +} + +QCalendarWidget #qt_calendar_navigationbar, +QCalendarWidget #qt_calendar_navigationbar * { + background-color:hsv(0, 0, 41); + color: #DEDEDE; +} +QCalendarWidget #qt_calendar_monthbutton { + padding:2px; + margin: 2px; +} +QCalendarWidget #qt_calendar_monthbutton:hover { + border: 1px solid rgba(0, 0, 0, 50%); + background: rgba(255, 255, 255, 20%); +} + +QCalendarWidget #qt_calendar_monthbutton::menu-indicator { + image: none; +} + +QCalendarWidget QTableView { + selection-background-color:hsv(0, 0, 41); +} +QCalendarWidget #qt_calendar_nextmonth { + max-height:20px; + min-height:20px; + qproperty-icon: url(calendar-popup/right-arrow.svg); +} +QCalendarWidget #qt_calendar_prevmonth { + max-height:20px; + min-height:20px; + qproperty-icon: url(calendar-popup/left-arrow.svg); +} + +/* + * Clock + */ +#Clock:hover { + border: 1px solid rgba(0, 0, 0, 50%); + background: rgba(255, 255, 255, 20%); +} + +#Clock > QWidget{ + margin: 2px; +} +#Clock #TimeLabel{ + color: #DEDEDE; + margin-right: 2px; + margin-left: 2px; +} +#Clock #DateLabel{ + color: #DEDEDE; + margin-right: 2px; + margin-left: 2px; +} + +/* + * Tray + */ + +#Tray { + min-width: 6px; + padding-left: 2px; + padding-right: 2px; +} + +TrayIcon { + margin: 2px; +} + +/* + * All menus + */ + +QMenu { + margin: 0px; + padding: 2px; + border: 1px solid rgba(50, 50, 50, 80%); + border-bottom-color: rgba(0, 0, 0, 80%); + border-right-color: rgba(0, 0, 0, 80%); + background: rgba(0, 0, 0, 80%); + /*qproperty-icon: url(mainmenu.svg);*/ + color: white; +} + +QMenu::icon { + background-color: transparent; + border: 20px; +} + +QMenu QToolButton { + background-color: #3c3c3c; + padding: 5px; + border: none; + color: white; + font: bold italic; +} + +QMenu::separator { + background-color: transparent; +} + +QMenu::item { + border: 10px solid transparent; + border-top-width: 1px; + border-bottom-width: 1px; + border-right-width: 5px; + padding: 6px 40px 6px 24px; + background: transparent; + color: white; +} + +QMenu::item:selected { + border: 10px solid #640b0c; + border-top-width: 1px; + border-bottom-width: 1px; + border-right-width: 5px; + background: #640b0c; + color: white; +} + +QMenu::item:selected:disabled { + background-color: palette(text); +} + +QMenu::item:disabled { + color: #6D6D6D; + background-color: transparent; +} + +QMenu::right-arrow { + image: url(arrow-right.svg); +} + +QMenu::indicator { + width: 13px; + height: 13px; +} + +QMenu::indicator:non-exclusive:unchecked { + image: url(unchecked.svg); +} + +QMenu::indicator:non-exclusive:checked { + image: url(checked.svg); +} + +/* + * Main menu + */ + +#MainMenu { + margin: 2px; + padding: 2px; + border: none; + background: rgba(0, 0, 0, 80%); + qproperty-icon: url(mainmenu.svg); + color: white; +} + +#MainMenu QLineEdit { + background: black; + border: 1px solid #3c3c3c; + border-bottom-width: 0px; + border-right-width: 0px; + border-left-width: 0px; + padding: 3px; + margin-bottom: 1px; + color: white; + selection-background-color: #640b0c; +} + +#MainMenu ActionView { + border: none; + background: black; + color: white; +} + +#MainMenu ActionView::item { + background: black; + color: white; + border: none; + padding: 4px 3px 4px 10px; +} + +#MainMenu ActionView::item:selected { + background: #640b0c; + color: white; +} + +#MainMenu ActionView::item:hover { + background: #500709; + color: white; +} + +/* + * Mount plugin + */ +#LXQtMountPlugin { + margin: 2px; +} + +#LXQtMountPopup { + background-color: hsv(0, 0, 41); + padding: 4px; +} + +#LXQtMountPopup > MenuDiskItem { + border-radius: 4px; +} + +#LXQtMountPopup > MenuDiskItem:hover { + border: 1px solid rgba(0, 0, 0, 50%); + background: rgba(255, 255, 255, 20%); +} + +#LXQtMountPopup #EjectButton, +#LXQtMountPopup #DiskButton { + qproperty-iconSize: 22px; + background-color: transparent; + border: none; + color: #EEEEEE; + padding: 4px; +} + +#LXQtMountPopup #NoDiskLabel { + margin: 6px; + color: #CCCCCC; +} + + +/* + * ShowDesktop + */ +#ShowDesktop > QToolButton:hover { + border: 1px solid rgba(0, 0, 0, 50%); + background: rgba(255, 255, 255, 20%); +} + +/* + * KbIndicator + */ +#KbIndicator > QLabel { + padding: 3px; + border: 0px; + font: bold; +} + +#KbIndicator > QLabel:disabled { + color: #b4b4b4; +} + +#KbIndicator > QLabel:enabled { + color: white; + background: #780d0f; +} + +/* + * SysStat + */ + +#SysStat { + padding: 2px 2px 2px 2px; + margin: 2px; +} + +#SysStat > QLabel { + font-size: 6pt; +} + +#SysStat_Graph { + qproperty-gridColor: rgba(255, 255, 255, 25%); + qproperty-titleColor: rgba(255, 255, 255, 75%); + qproperty-cpuSystemColor: rgb(128, 0, 0); + qproperty-cpuUserColor: rgb(0, 0, 128); + qproperty-cpuNiceColor: rgb(0, 128, 0); + qproperty-cpuOtherColor: rgb(128, 128, 0); + qproperty-frequencyColor: rgb(96, 96, 96); + qproperty-memAppsColor: rgb(0, 0, 128); + qproperty-memBuffersColor: rgb(0, 128, 0); + qproperty-memCachedColor: rgb(128, 128, 0); + qproperty-swapUsedColor: rgb(128, 0, 0); + qproperty-netReceivedColor: rgb(0, 0, 128); + qproperty-netTransmittedColor: rgb(128, 128, 0); +} + +/* + * WorldClock + */ +#WorldClock:hover { + border: 1px solid rgba(0, 0, 0, 50%); + background: rgba(255, 255, 255, 20%); +} + +#WorldClockContent { + margin-right: 2px; + margin-left: 2px; + padding: 2px; + color: #DEDEDE; + background: transparent; +} + +/* + * CPU monitor + */ + +#LXQtCpuLoad { + qproperty-fontColor: #DEDEDE; +} + +/* + * Spacer + */ + +#Spacer { + background-position: center center; +} + +#Spacer[type="lined"] { + background-image: url(/spacer-plugin/spacer-line.svg); +} + +#Spacer[type="dotted"] { + background-image: url(/spacer-plugin/spacer-dots.svg); + } + +#Spacer[orientation="horizontal"] { + background-repeat: repeat-y; + margin-top: 2px; + margin-bottom: 2px; +} + +#Spacer[orientation="vertical"] { + background-repeat: repeat-x; + margin-right: 2px; + margin-left: 2px; +} diff --git a/themes/dark/lxqt-runner.qss b/themes/dark/lxqt-runner.qss new file mode 100644 index 0000000..c5554a6 --- /dev/null +++ b/themes/dark/lxqt-runner.qss @@ -0,0 +1,149 @@ +/* + * Panel + */ + +#panel { + background:rgba(0, 0, 0, 50%); + border: 1px solid rgba(0, 0, 0, 50%); +} + +/* + * Buttons + */ + +QToolButton::menu-indicator { + image: none; +} + +#closeButton { + qproperty-icon: url(lxqt-runner/close.svg); + margin: 2px; +} +#closeButton:hover { + border: 1px solid rgba(0, 0, 0, 50%); + background: rgba(255, 255, 255, 20%); +} + +#actionButton { + qproperty-icon: url(lxqt-runner/down-arrow.svg); + color: rgba(41, 41, 41, 0%); + margin: 2px; +} +#actionButton:hover { + border: 1px solid rgba(0, 0, 0, 50%); + background: rgba(255, 255, 255, 20%); +} +#actionButton:pressed { + border: 1px solid rgba(0, 0, 0, 50%); + background: rgba(255, 255, 255, 20%); +} + +/* + *Search line-edit + */ + +QLineEdit { + background: black; + border: 2px solid black; + border-radius: 3px; + padding: 6px; + margin-bottom: 1px; + color: white; + selection-background-color: #640b0c; +} + +/* + *Search results list + */ + +/* The list doesn't seem to be stylable completely; so, we left it to the widget style. */ + +#commandList { + border: none; + /*background: rgba(0, 0, 0, 50%); + alternate-background-color: #3c3c3c; + color: white;*/ +} + +/*#commandList::item { +} + +#commandList::item:selected { +} + +#commandList::item::hover { +}*/ + +/* + * Menu + */ + +QMenu { + margin: 0px; + padding: 2px; + border: 1px solid #323232; + border-bottom-color: black; + border-right-color: black; + background: black; + /*qproperty-icon: url(mainmenu.svg);*/ + color: white; +} + +QMenu::icon { + background-color: transparent; + border: 20px; +} + +QMenu QToolButton { + background-color: #3c3c3c; + padding: 5px; + border: none; + color: white; + font: bold italic; +} + +QMenu::item { + border: 10px solid transparent; + border-top-width: 1px; + border-bottom-width: 1px; + border-right-width: 5px; + padding: 6px 40px 6px 24px; + background: transparent; + color: white; +} + +QMenu::item:selected { + border: 10px solid #640b0c; + border-top-width: 1px; + border-bottom-width: 1px; + border-right-width: 5px; + background: #640b0c; + color: white; +} + +QMenu::item:selected:disabled { + background-color: palette(text); +} + +QMenu::item:disabled { + color: #6D6D6D; +} + +QMenu::right-arrow { + image: url(arrow-right.svg); +} + +QMenu::indicator { + width: 13px; + height: 13px; +} + +QMenu::indicator:non-exclusive:unchecked { + image: url(unchecked.svg); +} + +QMenu::indicator:non-exclusive:checked { + image: url(checked.svg); +} + + diff --git a/themes/dark/lxqt-runner/close.svg b/themes/dark/lxqt-runner/close.svg new file mode 100644 index 0000000..9198d21 --- /dev/null +++ b/themes/dark/lxqt-runner/close.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/dark/lxqt-runner/down-arrow.svg b/themes/dark/lxqt-runner/down-arrow.svg new file mode 100644 index 0000000..6402993 --- /dev/null +++ b/themes/dark/lxqt-runner/down-arrow.svg @@ -0,0 +1,62 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/themes/dark/mainmenu.svg b/themes/dark/mainmenu.svg new file mode 100644 index 0000000..761dd32 --- /dev/null +++ b/themes/dark/mainmenu.svg @@ -0,0 +1,195 @@ + + + + + + + + LXQt + + + + + + + + + + image/svg+xml + + LXQt + + + Giacomo Barazzetti + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/dark/preview.png b/themes/dark/preview.png new file mode 100644 index 0000000..eb5adb6 Binary files /dev/null and b/themes/dark/preview.png differ diff --git a/themes/dark/spacer-plugin/spacer-dots.svg b/themes/dark/spacer-plugin/spacer-dots.svg new file mode 120000 index 0000000..05ad0b3 --- /dev/null +++ b/themes/dark/spacer-plugin/spacer-dots.svg @@ -0,0 +1 @@ +../../../graphics/spacer-light-dots.svg \ No newline at end of file diff --git a/themes/dark/spacer-plugin/spacer-line.svg b/themes/dark/spacer-plugin/spacer-line.svg new file mode 120000 index 0000000..087ec4d --- /dev/null +++ b/themes/dark/spacer-plugin/spacer-line.svg @@ -0,0 +1 @@ +../../../graphics/spacer-light-line.svg \ No newline at end of file diff --git a/themes/dark/unchecked.svg b/themes/dark/unchecked.svg new file mode 100644 index 0000000..7b616c9 --- /dev/null +++ b/themes/dark/unchecked.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/dark/wallpaper.cfg b/themes/dark/wallpaper.cfg new file mode 100644 index 0000000..880ff3d --- /dev/null +++ b/themes/dark/wallpaper.cfg @@ -0,0 +1,2 @@ +wallpapers/size=1 +wallpapers/1/file=wallpaper.png \ No newline at end of file diff --git a/themes/dark/wallpaper.png b/themes/dark/wallpaper.png new file mode 100644 index 0000000..75cefc2 Binary files /dev/null and b/themes/dark/wallpaper.png differ diff --git a/themes/frost/arrow-right.svg b/themes/frost/arrow-right.svg new file mode 100644 index 0000000..8249306 --- /dev/null +++ b/themes/frost/arrow-right.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/themes/frost/calendar-popup/left-arrow.svg b/themes/frost/calendar-popup/left-arrow.svg new file mode 100644 index 0000000..0bae2ab --- /dev/null +++ b/themes/frost/calendar-popup/left-arrow.svg @@ -0,0 +1,65 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/themes/frost/calendar-popup/right-arrow.svg b/themes/frost/calendar-popup/right-arrow.svg new file mode 100644 index 0000000..9ff4c24 --- /dev/null +++ b/themes/frost/calendar-popup/right-arrow.svg @@ -0,0 +1,66 @@ + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/themes/frost/color-picker.svg b/themes/frost/color-picker.svg new file mode 100644 index 0000000..a11b92b --- /dev/null +++ b/themes/frost/color-picker.svg @@ -0,0 +1,72 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/themes/frost/debug.png b/themes/frost/debug.png new file mode 100644 index 0000000..84d5534 Binary files /dev/null and b/themes/frost/debug.png differ diff --git a/themes/frost/lxqt-notificationd.qss b/themes/frost/lxqt-notificationd.qss new file mode 100644 index 0000000..02008c9 --- /dev/null +++ b/themes/frost/lxqt-notificationd.qss @@ -0,0 +1,44 @@ +Notification { + background:palette(text); + padding: 1px; + margin: 0px; +} + +QLabel { + color: palette(window); +} + +QToolButton { + margin: 1px; + border: 0px solid transparent; + padding: 0px; + font-size: 9pt; + color: hsv(0, 0, 64); +} + +QToolButton:focus { + border: 0px solid hsv(0, 0, 160); +} + +QToolButton:hover { + border: 0px solid hsv(0, 0, 240); + margin: 2px; + padding: 2px; +} + +QToolButton:focus:hover { + border: 1px dashed hsv(0, 0, 255); +} + +QToolButton:pressed { + background: hsv(0, 0, 160); +} + +#appLabel { + color: palette(window); +} + +#closeButton { + qproperty-icon: url(lxqt-runner/close.svg); + qproperty-iconSize: 18px; +} diff --git a/themes/frost/lxqt-origami-light.png b/themes/frost/lxqt-origami-light.png new file mode 100644 index 0000000..19a097c Binary files /dev/null and b/themes/frost/lxqt-origami-light.png differ diff --git a/themes/frost/lxqt-panel.qss b/themes/frost/lxqt-panel.qss new file mode 100644 index 0000000..cb0b9ee --- /dev/null +++ b/themes/frost/lxqt-panel.qss @@ -0,0 +1,617 @@ +/* + * This theme was created by Inti Alonso (intialonso@gmail.com) + */ + +/* + * General panel settings + */ + +LXQtPanel #BackgroundWidget{ + background: palette(text); +} + + +/* + * Menu titles + */ + +QMenu > QToolButton:pressed { + background: palette(highlight); + color: palette(highlighted-text); +} + +QToolTip { + border: 1px solid palette(text); + background: palette(window); + color: palette(text); + padding: 1px; + margin: 0px; +} + +/* + * General plugins settings + */ + +Plugin, +LXQtPanelPlugin { + padding: 0; + spacing: 20px; + qproperty-moveMarkerColor: palette(highlight); +} + +Plugin > QWidget, +Plugin > QWidget > QWidget { + color: palette(window); +} + +Plugin > QToolButton, +Plugin > QWidget > QToolButton, +Plugin > QWidget > QToolButton > QWidget > QToolButton, +LXQtPanelPlugin > QToolButton { + margin: 2px; + border: 0px solid transparent; + outline: none; + qproperty-iconSize: 24px; + color: palette(window); +} + +Plugin > QToolButton:hover, +Plugin > QWidget > QToolButton:hover, +LXQtPanelPlugin > QToolButton:hover { + color: palette(window); + background: palette(text); +} + +Plugin > QToolButton:pressed, +Plugin > QWidget > QToolButton:pressed, +LXQtPanelPlugin > QToolButton:pressed { + padding: 4px; +} + +/* + * Menus + */ + +QMenu { + background-color: palette(text); + padding: 0; +} + +QMenu::icon { + background-color: transparent; + border: 1px solid transparent; + padding-left: 2px; +} + +QMenu::item { + color: palette(window); + border: 1px solid transparent; + padding: 5px 30px 5px 30px; +} + +QMenu::item:selected { + background: palette(highlight); + color: palette(highlighted-text); +} + +QMenu::item:selected:disabled { + background-color: palette(text); +} + +QMenu::item:disabled { + color: #6D6D6D; +} + +QMenu::right-arrow { + image: url(arrow-right.svg); +} + +/* + * Calendar Widget +*/ + +QCalendarWidget QAbstractItemView:enabled { + color: palette(text); + background: palette(window); + selection-background-color: palette(highlight); + selection-color: palette(highlighted-text); +} + +QCalendarWidget QAbstractItemView:disabled { + color: #4C4C4C; +} + +QCalendarWidget QWidget { + alternate-background-color: palette(window); +} +QCalendarWidget #qt_calendar_navigationbar { + background-color:palette(text); + color: palette(window); + padding: 2px; +} + +QCalendarWidget QToolButton { + color: palette(window); + background: palette(text); + padding:2px; + margin: 2px; +} + +QCalendarWidget QToolButton:hover { + background: palette(highlight); + color: palette(highlighted-text); +} + +QCalendarWidget QToolButton::menu-indicator { + image: none; +} + +QCalendarWidget #qt_calendar_nextmonth { + qproperty-icon: url(calendar-popup/right-arrow.svg); + qproperty-iconSize: 18px; +} + +QCalendarWidget #qt_calendar_prevmonth { + qproperty-icon: url(calendar-popup/left-arrow.svg); + qproperty-iconSize: 18px; +} + +QCalendarWidget QMenu { + margin: 4px; + background-color: palette(text); + color: palette(window); +} + +QCalendarWidget QMenu::item:selected { + color: palette(highlighted-text); + background: palette(highlight); +} + +QCalendarWidget QSpinBox { + color: palette(window); + background-color: #4C4C4C; + selection-background-color: palette(highlight); + selection-color: palette(highlighted-text); +} + +/* + * Main menu plugin + */ + +#MainMenuPlugin { + padding: 0px; +} + +#MainMenu { + background: palette(text); + qproperty-icon: url(mainmenu.svg); + padding: 2px; + color: palette(window); +} + +#MainMenu:hover { + background: palette(highlight); + color: palette(highlighted-text); +} + +#MainMenu:pressed { + padding: 4px; +} + +#MainMenu QLineEdit { + background: palette(text); + border: none; + padding: 6px; + margin-bottom: 1px; + color: palette(window); +} + +#MainMenu ActionView { + border: none; + background: palette(text); + color: palette(window); +} + +#MainMenu ActionView::item { + border: 1px solid palette(text); + padding: 3px 0; +} + +#MainMenu ActionView::item:selected, ActionView::item:hover { + background: palette(highlight); + color: palette(highlighted-text); +} + +/* + * QuickLaunch + */ +#QuickLaunchPlaceHolder { + color: palette(window); + background: palette(text); +} + +#QuickLaunch QToolButton{ + border: 0px; + margin: 2px; + padding: 2px; +} + +#QuickLaunch QToolButton:hover{ + background: rgba(0, 0, 0, 45%); +} + +#QuickLaunch QToolButton:pressed { + padding: 4px; +} + +/* + * TaskBar + */ +#TaskBar QToolButton{ + border-left: 3px solid #4C4C4C; + margin: 2px; + padding: 2px; +} + +#TaskBar QToolButton:on{ + background: rgba(0, 0, 0, 45%); + border-left: 3px solid palette(highlight); +} + +#TaskBar QToolButton:hover{ + border-left: 3px solid #4C4C4C; + background: palette(highlight); + color: palette(highlighted-text); +} + +#TaskBar QToolButton:pressed { + padding: 4px; +} + +#TaskBar QToolButton[urgent="true"] { + color: palette(highlighted-text); + background: palette(highlight); +} + +#TaskBar LXQtGroupPopup { + background: palette(text); + color: palette(window); + border: 1px solid palette(highlight); +} +/* + * Tray Plugin + */ +#Tray { + min-width: 6px; +} + +TrayIcon { + border: 0px; + margin: 2px; + padding: 2px; +} + +/* + * Mount plugin + */ +#LXQtMountPlugin QToolButton{ + border: 0px; + margin: 2px; + padding: 2px; +} + +#LXQtMountPlugin QToolButton:hover { + background: rgba(0, 0, 0, 45%); +} + +#LXQtMountPlugin QToolButton:pressed { + padding: 4px; +} + +#LXQtMountPopup { + background-color: palette(text); + color: palette(window); + padding: 4px; +} + +#LXQtMountPopup > MenuDiskItem { + border-radius: 0px; +} + +#LXQtMountPopup > MenuDiskItem:hover { +} + +#LXQtMountPopup #EjectButton, +#LXQtMountPopup #DiskButton { + qproperty-iconSize: 22px; + background-color: palette(text); + border: none; + color: palette(window); + padding: 4px; +} + +#LXQtMountPopup #EjectButton:hover, +#LXQtMountPopup #DiskButton:hover { + background-color: palette(highlight); + color: palette(highlighted-text); +} + +#LXQtMountPopup #NoDiskLabel { + margin: 6px; + color: palette(window); + background: palette(text); +} + +/* + * Volume plugin + */ +#VolumePlugin QToolButton{ + border: 0px; + margin: 2px; + padding: 2px; +} + +#VolumePlugin QToolButton:hover { + background: rgba(0, 0, 0, 45%); +} + +#VolumePlugin QToolButton:pressed { + padding: 4px; +} + +VolumePopup { + background: palette(text); + margin: 2px; + padding: 2px; +} + +VolumePopup > QPushButton { + color: palette(window); + background: palette(text); + padding: 2px 10px; + margin: 3px; + border: none; + qproperty-iconSize: 20px; +} + +VolumePopup > QPushButton:hover { + background: palette(highlight); + color: palette(highlighted-text); +} + +VolumePopup > QSlider::groove:vertical { + background: hsv(0, 0, 9); + width: 8px; + border-radius: 3px; +} + +VolumePopup > QSlider::handle:vertical { + height: 10px; + background: #C2C2C2; + border-radius: 2px; + margin: 0 -4px; /* expand outside the groove */ + } + +VolumePopup > QSlider::add-page:vertical { + background: palette(highlight); + border: 1px solid palette(text); + border-radius: 3px; + color: palette(highlighted-text); +} + +VolumePopup > QSlider::sub-page:vertical { +background: rgba(0, 0, 0, 80%); +border-radius: 3px; +} + + /* + * Clock + */ +#Clock{ + margin: 2px; + padding: 2px; +} + +#Clock:hover { + background: rgba(0, 0, 0, 25%); +} + +#Clock:pressed { + padding: 4px +} + +#Clock > QWidget{ + margin: 2px; +} + +#Clock QLabel{ + margin: 2px; + color: palette(window); + qproperty-alignment: alignCenter; +} + +/* + * ShowDesktop + */ +#ShowDesktop { + border: 0px; + margin: 2px; + padding: 2px; +} + +#ShowDesktop:hover { + background: rgba(0, 0, 0, 45%); +} + +#ShowDesktop:pressed { + padding: 4px; +} + +/* + * Desktopswitch + */ +#DesktopSwitch QToolButton { + margin: 2px; + color: palette(window); + border-left: 3px solid #4C4C4C; + background: palette(text); +} + +#DesktopSwitch QToolButton:on { + background: rgba(0, 0, 0, 25%); + border-left: 3px solid palette(highlight); +} + +#DesktopSwitch QToolButton:hover { + background: palette(highlight); + color: palette(highlighted-text); +} + +#DesktopSwitch QToolButton:pressed { + padding: 4px; +} + +#DesktopSwitch QToolButton[urgent="true"] { + color: palette(highlighted-text); + background: palette(highlight); +} + +/* + * KbIndicator + */ +#KbIndicator > QLabel { + padding: 3px; + border: 0px; +} + +#KbIndicator > QLabel:disabled { + color: #999999; +} + +#KbIndicator > QLabel:enabled { + background: palette(highlight); +} + +/* + * WorldClock + */ + +#WorldClock { + margin: 2px; +} + +#WorldClock:hover { + background: rgba(0, 0, 0, 25%); +} + +#WorldClock QLabel { + margin: 2px; + color: palette(window); +} + +/* + * SysStat + */ + +#SysStat { + padding: 1px 1px 1px 1px; +} + +#SysStat > QLabel { + font-size: 6pt; +} + +#SysStat_Graph { + qproperty-gridColor: rgba(255, 255, 255, 25%); + qproperty-titleColor: rgba(255, 255, 255, 75%); + qproperty-cpuSystemColor: rgb(128, 0, 0); + qproperty-cpuUserColor: rgb(0, 0, 128); + qproperty-cpuNiceColor: rgb(0, 128, 0); + qproperty-cpuOtherColor: rgb(128, 128, 0); + qproperty-frequencyColor: rgb(96, 96, 96); + qproperty-memAppsColor: rgb(0, 0, 128); + qproperty-memBuffersColor: rgb(0, 128, 0); + qproperty-memCachedColor: rgb(128, 128, 0); + qproperty-swapUsedColor: rgb(128, 0, 0); + qproperty-netReceivedColor: rgb(0, 0, 128); + qproperty-netTransmittedColor: rgb(128, 128, 0); +} + +/* + * CPU monitor + */ + +#LXQtCpuLoad { + qproperty-fontColor: #cacaca; +} + +/* + * DOM + */ +#DomPlugin QToolButton{ + qproperty-icon: url(/debug.png); + margin: 2px; + padding: 2px; +} + +#DomPlugin QToolButton:hover { + background: rgba(0, 0, 0, 45%); +} + +#DomPlugin QToolButton:pressed { + padding: 4px; +} + +/* + * Spacer + */ + +#Spacer { + background-position: center center; +} + +#Spacer[type="lined"] { + background-image: url(/spacer-plugin/spacer-line.svg); +} + +#Spacer[type="dotted"] { + background-image: url(/spacer-plugin/spacer-dots.svg); + } + +#Spacer[orientation="horizontal"] { + background-repeat: repeat-y; + margin-top: 2px; + margin-bottom: 2px; +} + +#Spacer[orientation="vertical"] { + background-repeat: repeat-x; + margin-right: 2px; + margin-left: 2px; +} + +/* + * Color Picker + */ + +#ColorPickerPlugin QToolButton{ + qproperty-icon: url(/color-picker.svg); + margin: 0px; + padding: 2px; +} + +#ColorPickerPlugin QToolButton:hover { + background: rgba(0, 0, 0, 45%); +} + +#ColorPickerPlugin QToolButton:pressed { + padding: 4px; +} + +#ColorPickerPlugin QLineEdit { + border: none; + margin: 0px; + padding: 0fpx; + background: rgba(0, 0, 0, 45%); + color: palette(window); +} diff --git a/themes/frost/lxqt-runner.qss b/themes/frost/lxqt-runner.qss new file mode 100644 index 0000000..bfdd96d --- /dev/null +++ b/themes/frost/lxqt-runner.qss @@ -0,0 +1,104 @@ +/* + * Panel + */ + +#panel { + border: 1px solid palette(text); + background: palette(text); + padding: 2px; + margin: 0px; +} + +/* + * Buttons + */ + +QToolButton::menu-indicator { + image: none; +} + +QToolButton { + margin: 0px; + border: 0px solid transparent; + padding: 0px; + font-size: 10pt; + color: palette(window); + qproperty-iconSize: 20px; +} + +QToolButton:hover { + margin: 1px; + padding: 1px; + +} + +#closeButton { + qproperty-icon: url(lxqt-runner/close.svg); +} + +#actionButton { + qproperty-icon: url(lxqt-runner/down-arrow.svg); +} + +/* + *Search field + */ + +#commandEd { + border: 1px solid palette(text); + padding: 0px; + margin: 0px; + background: white; + color: palette(text); + selection-background-color: palette(highlight); + selection-color: palette(highlighted-text); +} + +/* + *Search results list + */ + +#commandList { + border: 1px solid #4C4C4C; +} + +#commandList::item { + margin: 2px; + padding: 2px; +} + +/* + * Menus + */ + +QMenu { + background-color: palette(text); +} + +QMenu::icon { + background-color: transparent; + border: 1px solid transparent; + padding-left: 5px; +} + +QMenu::item { + color: palette(window); + padding: 5px 13px 5px 30px; +} + +QMenu::item:selected { + background: palette(highlight); + color: palette(highlighted-text); +} + +QMenu::item:selected:disabled { + background-color: palette(text); +} + +QMenu::item:disabled { + color: #6D6D6D; +} + +QMenu::right-arrow { + image: url(arrow-right.svg); +} \ No newline at end of file diff --git a/themes/frost/lxqt-runner/close.svg b/themes/frost/lxqt-runner/close.svg new file mode 100644 index 0000000..2c5fe8a --- /dev/null +++ b/themes/frost/lxqt-runner/close.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/frost/lxqt-runner/down-arrow.svg b/themes/frost/lxqt-runner/down-arrow.svg new file mode 100644 index 0000000..6402993 --- /dev/null +++ b/themes/frost/lxqt-runner/down-arrow.svg @@ -0,0 +1,62 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/themes/frost/mainmenu.svg b/themes/frost/mainmenu.svg new file mode 100644 index 0000000..761dd32 --- /dev/null +++ b/themes/frost/mainmenu.svg @@ -0,0 +1,195 @@ + + + + + + + + LXQt + + + + + + + + + + image/svg+xml + + LXQt + + + Giacomo Barazzetti + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/frost/preview.png b/themes/frost/preview.png new file mode 100644 index 0000000..cc1b12d Binary files /dev/null and b/themes/frost/preview.png differ diff --git a/themes/frost/spacer-plugin/spacer-dots.svg b/themes/frost/spacer-plugin/spacer-dots.svg new file mode 120000 index 0000000..05ad0b3 --- /dev/null +++ b/themes/frost/spacer-plugin/spacer-dots.svg @@ -0,0 +1 @@ +../../../graphics/spacer-light-dots.svg \ No newline at end of file diff --git a/themes/frost/spacer-plugin/spacer-line.svg b/themes/frost/spacer-plugin/spacer-line.svg new file mode 120000 index 0000000..087ec4d --- /dev/null +++ b/themes/frost/spacer-plugin/spacer-line.svg @@ -0,0 +1 @@ +../../../graphics/spacer-light-line.svg \ No newline at end of file diff --git a/themes/frost/volume-plugin/mixer.svg b/themes/frost/volume-plugin/mixer.svg new file mode 100644 index 0000000..72628c9 --- /dev/null +++ b/themes/frost/volume-plugin/mixer.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/frost/wallpaper.cfg b/themes/frost/wallpaper.cfg new file mode 100644 index 0000000..2a91146 --- /dev/null +++ b/themes/frost/wallpaper.cfg @@ -0,0 +1,2 @@ +wallpapers/size=1 +wallpapers/1/file=lxqt-origami-light.png \ No newline at end of file diff --git a/themes/kde-plasma/kde-plasma.png b/themes/kde-plasma/kde-plasma.png new file mode 100644 index 0000000..af2a075 Binary files /dev/null and b/themes/kde-plasma/kde-plasma.png differ diff --git a/themes/kde-plasma/left-arrow.svg b/themes/kde-plasma/left-arrow.svg new file mode 100644 index 0000000..6f20402 --- /dev/null +++ b/themes/kde-plasma/left-arrow.svg @@ -0,0 +1,283 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/kde-plasma/lxqt-notificationd.qss b/themes/kde-plasma/lxqt-notificationd.qss new file mode 100644 index 0000000..a5b04bf --- /dev/null +++ b/themes/kde-plasma/lxqt-notificationd.qss @@ -0,0 +1,29 @@ +Notification { + color: #313639; + border: 1px solid rgba(155, 155, 155, 100%); + background:rgba(240, 240, 240, 100%); + margin: 0px; + border-radius: 5px; +} + +QLabel { + color: #313639; +} + +#closeButton { + margin: 3px; + border-radius: 4px; + border: 1px solid transparent; + padding: 4px; + qproperty-icon: url(lxqt-notificationd/window-close.svg); +} + +#closeButton:hover { + color: rgba(54, 54, 54, 100%); + background: rgba(30, 145, 255, 30%); + border: 1px solid rgba(30, 145, 255, 100%); +} + +#appLabel { + font-weight: bold; +} diff --git a/themes/kde-plasma/lxqt-notificationd/window-close.svg b/themes/kde-plasma/lxqt-notificationd/window-close.svg new file mode 100644 index 0000000..6587c98 --- /dev/null +++ b/themes/kde-plasma/lxqt-notificationd/window-close.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/kde-plasma/lxqt-panel.qss b/themes/kde-plasma/lxqt-panel.qss new file mode 100644 index 0000000..b870093 --- /dev/null +++ b/themes/kde-plasma/lxqt-panel.qss @@ -0,0 +1,488 @@ +/*This is a port of the design proposal for Plasma Next made by the KDE Visual Design Group. Ported by Inti Alonso.*/ + +/* + * General panel settings + */ + +LXQtPanel #BackgroundWidget { + background:rgba(240, 240, 240, 100%); +} + +QToolTip { + border-radius: 4px; + border: 1px solid rgba(155, 155, 155, 100%); + background:rgba(240, 240, 240, 100%); + padding: 2px; + margin: 0px; + color: #313639; +} + +/* + * General plugins settings + */ + +Plugin, +LXQtPanelPlugin { + padding: 0; + spacing: 20px; + qproperty-moveMarkerColor: rgba(30, 145, 255, 50%); +} + +Plugin > QWidget, +Plugin > QWidget > QWidget{ + color: #313639; +} + +Plugin > QToolButton, +Plugin > QWidget > QToolButton, +Plugin > QWidget > QToolButton > QWidget > QToolButton, +LXQtPanelPlugin > QToolButton { + margin: 0; + border: 1px solid transparent; + qproperty-iconSize: 24px; + color: #313639; +} + +QMenu { + border: 1px solid rgba(155, 155, 155, 100%); + background:rgba(240, 240, 240, 100%); + margin: 0px; +} + +QMenu::item { + color: #313639; +} + +QMenu::item:disabled { + color: rgb(160, 160, 160); +} + +QMenu::item:selected { + background: rgba(30, 145, 255, 50%); + color: #313639; +} + +QMenu::item:selected:disabled { + color: rgb(160, 160, 160); + background:rgb(240, 240, 240); +} + +QMenu::right-arrow { + image: url(right-arrow.svg); +} + +/* + * Main menu + */ + +#MainMenu { + color: rgba(54, 54, 54, 100%); + margin: 3px; + padding-top: 2px; + border-top: 3px solid transparent; + qproperty-icon: url(mainmenu.svg); +} + +#MainMenu:hover { + border-top: 3px solid #1E91FE; +} + +#MainMenu QLineEdit { + background: palette(window); + border: none; + padding: 6px; + margin-bottom: 1px; +} + +#MainMenu ActionView { + background: palette(window); + border: none; +} + +#MainMenu ActionView::item { + padding: 3px 0; +} + +/* + * TaskBar + */ +#TaskBar QToolButton{ + margin: 3px; + padding-top: 2px; + border-top: 3px solid #DEDEDE; + color: rgba(54, 54, 54, 60%); +} + +#TaskBar QToolButton:on{ + border-top: 3px solid rgba(30, 145, 255, 100%); + color: rgba(54, 54, 54, 100%); +} + +#TaskBar QToolButton:hover{ + border-top: 3px solid rgba(30, 145, 255, 50%); + color: rgba(54, 54, 54, 100%); +} + +#TaskBar QToolButton[urgent="true"] { + color: palette(highlighted-text); + background: palette(highlight); +} + +#TaskBar LXQtGroupPopup { + background:rgba(240, 240, 240, 100%); + border: 1px solid rgba(30, 145, 255, 100%); +} + /* + * QuickLaunch + */ +#QuickLaunchPlaceHolder { + color: rgba(30, 145, 255, 50%); +} + +#QuickLaunch QToolButton{ + margin: 3px; + padding-top: 2px; + border-top: 3px solid transparent; + color: rgba(54, 54, 54, 60%); +} + +#QuickLaunch QToolButton:hover{ + border-top: 3px solid rgba(30, 145, 255, 50%); + color: rgba(54, 54, 54, 100%); +} + +/* + * Volume plugin + */ +#VolumePlugin QToolButton { + margin: 3px; + padding-top: 2px; + border-top: 3px solid transparent; + color: rgba(54, 54, 54, 60%); +} + +#VolumePlugin QToolButton:hover { + border-top: 3px solid rgba(30, 145, 255, 50%); +} + + +VolumePopup { + border: 1px solid rgba(155, 155, 155, 100%); + background:rgba(240, 240, 240, 100%); + padding: 4px; +} + +VolumePopup > QPushButton { + color: rgba(54, 54, 54, 60%); + background: rgba(30, 145, 255, 30%); + padding: 2px 10px; + margin: 3px; + border-radius: 4px; + qproperty-iconSize: 24px; +} + +VolumePopup > QPushButton:hover { + color: rgba(54, 54, 54, 100%); + background: rgba(30, 145, 255, 30%); + border: 1px solid rgba(30, 145, 255, 100%); +} + +VolumePopup > QSlider { + margin-top: 4px; +} + +VolumePopup > QSlider::groove:vertical { + background: rgba(155, 155, 155, 50%); + width: 8px; + border-radius: 3px; +} + +VolumePopup > QSlider::handle:vertical { + height: 10px; + width: 10px; + background: rgba(240, 240, 240, 100%); + border-radius: 5px; + border: 1px solid rgba(54, 54, 54, 100%); + margin: 0 -4px; /* expand outside the groove */ + } + +VolumePopup > QSlider::add-page:vertical { + background: rgba(30, 145, 255, 100%); + border: 1px solid rgba(155, 155, 155, 100%); + border-radius: 3px; + + } + +VolumePopup > QSlider::sub-page:vertical { + border: 1px solid rgba(155, 155, 155, 100%); + border-radius: 3px; + } + + + +/* + * Desktopswitch + */ +#DesktopSwitch QToolButton{ + margin: 3px; + padding-top: 2px; + border-top: 3px solid transparent; + color: rgba(54, 54, 54, 60%); +} + +#DesktopSwitch QToolButton:hover{ + border-top: 3px solid rgba(30, 145, 255, 50%); + color: rgba(54, 54, 54, 100%); +} + +#DesktopSwitch QToolButton:on{ + border-top: 3px solid rgba(30, 145, 255, 100%); + color: rgba(54, 54, 54, 100%); +} + +#DesktopSwitch QToolButton[urgent="true"] { + color: palette(highlighted-text); + background: palette(highlight); +} + +/* + * Mount plugin + */ +#LXQtMountPlugin MountButton{ + margin: 3px; + padding-top: 2px; + border-top: 3px solid transparent; + color: rgba(54, 54, 54, 60%); +} + +#LXQtMountPlugin MountButton:hover{ + border-top: 3px solid rgba(30, 145, 255, 50%); + color: rgba(54, 54, 54, 100%); +} + +#LXQtMountPopup { + background:rgba(240, 240, 240, 100%); + color: rgba(54, 54, 54, 100%); + padding: 4px; +} + +#LXQtMountPopup > MenuDiskItem { + color: rgba(54, 54, 54, 60%); +} + +#LXQtMountPopup > MenuDiskItem:hover { + +} + +#LXQtMountPopup #EjectButton, +#LXQtMountPopup #DiskButton { + background-color: transparent; + border-radius: 4px; + border: 1px solid transparent; + padding: 4px; + qproperty-iconSize: 22px; +} + +#LXQtMountPopup #EjectButton:hover, +#LXQtMountPopup #DiskButton:hover { + color: rgba(54, 54, 54, 100%); + background: rgba(30, 145, 255, 30%); + border: 1px solid rgba(30, 145, 255, 100%); +} + +#LXQtMountPopup #NoDiskLabel { + color: rgba(54, 54, 54, 60%); + margin: 6px; +} + + +/* + * ShowDesktop + */ + +#ShowDesktop { + margin: 3px; + padding-top: 2px; + border-top: 3px solid transparent; + color: rgba(54, 54, 54, 60%); +} + +#ShowDesktop:hover{ + border-top: 3px solid rgba(30, 145, 255, 50%); + color: rgba(54, 54, 54, 100%); +} + + +/* + * KbIndicator + */ +#KbIndicator > QLabel { + margin: 3px; + padding-top: 2px; + border-top: 3px solid transparent; + color: rgba(54, 54, 54, 60%); +} + +#KbIndicator > QLabel:enabled { + border-top: 3px solid rgba(30, 145, 255, 100%); + color: rgba(54, 54, 54, 100%); +} + +#KbIndicator:disabled { + background: transparent; + color: rgba(54, 54, 54, 60%); +} + +/* + * Clock + */ +#Clock #TimeLabel{ + margin-right: 4px; + color: rgba(54, 54, 54, 100%); +} + +#Clock #DateLabel{ + color: rgba(54, 54, 54, 60%); +} + + +/* + * Tray + */ + +#Tray { + min-width: 6px; +} + +TrayIcon { + margin: 2px; +} + +/* + * #SysStat + */ + +#SysStat { + padding: 1px 1px 1px 1px; +} + +#SysStat > QLabel { + font-size: 6pt; +} + +#SysStat_Graph { + qproperty-gridColor: rgba(255, 255, 255, 25%); + qproperty-titleColor: rgba(255, 255, 255, 75%); + qproperty-cpuSystemColor: rgb(128, 0, 0); + qproperty-cpuUserColor: rgb(0, 0, 128); + qproperty-cpuNiceColor: rgb(0, 128, 0); + qproperty-cpuOtherColor: rgb(128, 128, 0); + qproperty-frequencyColor: rgb(96, 96, 96); + qproperty-memAppsColor: rgb(0, 0, 128); + qproperty-memBuffersColor: rgb(0, 128, 0); + qproperty-memCachedColor: rgb(128, 128, 0); + qproperty-swapUsedColor: rgb(128, 0, 0); + qproperty-netReceivedColor: rgb(0, 0, 128); + qproperty-netTransmittedColor: rgb(128, 128, 0); +} + + +/* + * WorldClock + */ + +#WorldClockContent { + margin: 2px; + color: rgba(54, 54, 54, 100%); +} + +/* + * CPU monitor + */ + +#LXQtCpuLoad { + qproperty-fontColor: #cacaca; +} + + +/* + * Calendar Widget + */ + +QCalendarWidget #qt_calendar_navigationbar, +QCalendarWidget #qt_calendar_navigationbar * { + background:rgba(240, 240, 240, 100%); + color: rgba(54, 54, 54, 100%); +} +QCalendarWidget QToolButton { + margin: 3px; + border-radius: 4px; + border: 1px solid transparent; + padding: 4px; +} +QCalendarWidget QToolButton:hover { + color: rgba(54, 54, 54, 100%); + background: rgba(30, 145, 255, 30%); + border: 1px solid rgba(30, 145, 255, 100%); +} +QCalendarWidget QToolButton::menu-indicator { + image: none; +} + +QCalendarWidget QSpinBox { + background: white; + selection-background-color: rgba(30, 145, 255, 30%); + selection-color: rgba(54, 54, 54, 100%); +} + +QCalendarWidget QTableView { + background: rgba(240, 240, 240, 100%); + selection-background-color:rgba(30, 145, 255, 30%); +} + +QCalendarWidget #qt_calendar_nextmonth { + max-height:20px; + min-height:20px; + qproperty-icon: url(/right-arrow.svg); +} + +QCalendarWidget #qt_calendar_prevmonth { + max-height:20px; + min-height:20px; + qproperty-icon: url(/left-arrow.svg); +} + +QCalendarWidget QWidget { + alternate-background-color: rgba(240, 240, 240, 100%); +} +QTableViewItem { + border: 1px solid rgba(30, 145, 255, 100%); +} + +/* + * Spacer + */ + +#Spacer { + background-position: center center; +} + +#Spacer[type="lined"] { + background-image: url(/spacer-plugin/spacer-line.svg); +} + +#Spacer[type="dotted"] { + background-image: url(/spacer-plugin/spacer-dots.svg); + } + +#Spacer[orientation="horizontal"] { + background-repeat: repeat-y; + margin-top: 2px; + margin-bottom: 2px; +} + +#Spacer[orientation="vertical"] { + background-repeat: repeat-x; + margin-right: 2px; + margin-left: 2px; +} diff --git a/themes/kde-plasma/lxqt-runner.qss b/themes/kde-plasma/lxqt-runner.qss new file mode 100644 index 0000000..39f12b8 --- /dev/null +++ b/themes/kde-plasma/lxqt-runner.qss @@ -0,0 +1,56 @@ +#panel { + background:rgba(240, 240, 240, 100%); + border: 1px solid rgba(155, 155, 155, 100%); +} + +QToolButton { + margin: 3px; + border-radius: 4px; + border: 1px solid transparent; + padding: 4px; + qproperty-iconSize: 24px; +} + +QToolButton:hover { + color: rgba(54, 54, 54, 100%); + background: rgba(30, 145, 255, 30%); + border: 1px solid rgba(30, 145, 255, 100%); +} + +QToolButton::menu-indicator { + image: none; +} + +#closeButton { + qproperty-icon: url(lxqt-runner/window-close.svg); +} + +#actionButton { + qproperty-icon: url(lxqt-runner/application-menu.svg); +} + +#commandList { + background:rgba(240, 240, 240, 100%); + border: 1px solid rgba(155, 155, 155, 100%); + margin: 0 1px 1px 1px; +} + +QMenu { + border: 1px solid rgba(155, 155, 155, 100%); + background:rgba(240, 240, 240, 100%); + margin: 0px; +} + +QMenu::item { + color: #313639; +} + +QMenu::item:selected { + background: rgba(30, 145, 255, 50%); + color: #313639; +} + +QMenu::right-arrow { + image: url(right-arrow.svg); +} + diff --git a/themes/kde-plasma/lxqt-runner/application-menu.svg b/themes/kde-plasma/lxqt-runner/application-menu.svg new file mode 100644 index 0000000..dac3fb3 --- /dev/null +++ b/themes/kde-plasma/lxqt-runner/application-menu.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/kde-plasma/lxqt-runner/close-32x32.png b/themes/kde-plasma/lxqt-runner/close-32x32.png new file mode 100644 index 0000000..8c8a493 Binary files /dev/null and b/themes/kde-plasma/lxqt-runner/close-32x32.png differ diff --git a/themes/kde-plasma/lxqt-runner/close-48x48.png b/themes/kde-plasma/lxqt-runner/close-48x48.png new file mode 100644 index 0000000..efc1ab6 Binary files /dev/null and b/themes/kde-plasma/lxqt-runner/close-48x48.png differ diff --git a/themes/kde-plasma/lxqt-runner/window-close.svg b/themes/kde-plasma/lxqt-runner/window-close.svg new file mode 100644 index 0000000..6587c98 --- /dev/null +++ b/themes/kde-plasma/lxqt-runner/window-close.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/kde-plasma/mainmenu.svg b/themes/kde-plasma/mainmenu.svg new file mode 100644 index 0000000..09604c8 --- /dev/null +++ b/themes/kde-plasma/mainmenu.svg @@ -0,0 +1,195 @@ + + + + + + + + LXQt + + + + + + + + + + image/svg+xml + + LXQt + + + Giacomo Barazzetti + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/kde-plasma/preview.png b/themes/kde-plasma/preview.png new file mode 100644 index 0000000..bad0683 Binary files /dev/null and b/themes/kde-plasma/preview.png differ diff --git a/themes/kde-plasma/right-arrow.svg b/themes/kde-plasma/right-arrow.svg new file mode 100644 index 0000000..09e9f3b --- /dev/null +++ b/themes/kde-plasma/right-arrow.svg @@ -0,0 +1,283 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/kde-plasma/spacer-plugin/spacer-dots.svg b/themes/kde-plasma/spacer-plugin/spacer-dots.svg new file mode 120000 index 0000000..4cfc0e1 --- /dev/null +++ b/themes/kde-plasma/spacer-plugin/spacer-dots.svg @@ -0,0 +1 @@ +../../../graphics/spacer-dark-dots.svg \ No newline at end of file diff --git a/themes/kde-plasma/spacer-plugin/spacer-line.svg b/themes/kde-plasma/spacer-plugin/spacer-line.svg new file mode 120000 index 0000000..9785830 --- /dev/null +++ b/themes/kde-plasma/spacer-plugin/spacer-line.svg @@ -0,0 +1 @@ +../../../graphics/spacer-dark-line.svg \ No newline at end of file diff --git a/themes/kde-plasma/wallpaper.cfg b/themes/kde-plasma/wallpaper.cfg new file mode 100644 index 0000000..2f26223 --- /dev/null +++ b/themes/kde-plasma/wallpaper.cfg @@ -0,0 +1,4 @@ +/* Wallpaper by Nuno from the KDE Visual Design Group */ + +wallpapers/size=9 +wallpapers/1/file=kde-plasma.png diff --git a/themes/light/96640-simple_blue_widescreen.svg b/themes/light/96640-simple_blue_widescreen.svg new file mode 100644 index 0000000..b34eb65 --- /dev/null +++ b/themes/light/96640-simple_blue_widescreen.svg @@ -0,0 +1,6622 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Andre Luiz Rodrigues Ferreira + + + MoreBlue Orbit Wallpaper + Ago/2008 + + + General Public Licence 2 + + + + + Special Thanks to DebianArt Team: +- Valessio Soares Brito +- Gustavo Franco + +and all Debian Desktop Team. + + + + A 'clean and bealty' artwork for Debian Lenny. + + + + + + + + + + + + + diff --git a/themes/light/lxqt-lightdm-greeter/dropdown.svg b/themes/light/lxqt-lightdm-greeter/dropdown.svg new file mode 100644 index 0000000..1a08d86 --- /dev/null +++ b/themes/light/lxqt-lightdm-greeter/dropdown.svg @@ -0,0 +1,23 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/light/lxqt-lightdm-greeter/leaveIcon.svg b/themes/light/lxqt-lightdm-greeter/leaveIcon.svg new file mode 100644 index 0000000..701dedb --- /dev/null +++ b/themes/light/lxqt-lightdm-greeter/leaveIcon.svg @@ -0,0 +1,80 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/light/lxqt-notificationd.qss b/themes/light/lxqt-notificationd.qss new file mode 100644 index 0000000..02e214a --- /dev/null +++ b/themes/light/lxqt-notificationd.qss @@ -0,0 +1,17 @@ +Notification { + background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #EFEFEF, stop:0.25 #e9e9e9, stop: 0.5 #dfdfdf, stop: 0.75 #d7d7d7, stop:1 #c0c0c0); + border: 1px solid #B0B0B0; + margin: 0px; +} + +QLabel { + color: black; +} + +#appLabel { + color: #838581; +} + +#closeButton { + qproperty-icon: url(lxqt-runner/close-48x48.png); +} diff --git a/themes/light/lxqt-panel.qss b/themes/light/lxqt-panel.qss new file mode 100644 index 0000000..88ea681 --- /dev/null +++ b/themes/light/lxqt-panel.qss @@ -0,0 +1,385 @@ +/* + * General panel settings + */ +LXQtPanel #BackgroundWidget { + background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #EFEFEF, stop:0.25 #e9e9e9, stop: 0.5 #dfdfdf, stop: 0.75 #d7d7d7, stop:1 #c0c0c0); +} + +/* PositionBottom */ +LXQtPanel[position="Bottom"] #BackgroundWidget { + border-top: 1px solid #B0B0B0; +} + +/* PositionTop */ +LXQtPanel[position="Top"] #BackgroundWidget { + border-bottom: 1px solid #B0B0B0; +} + +/* PositionLeft */ +LXQtPanel[position="Left"] #BackgroundWidget { + border-right: 1px solid #B0B0B0; +} + +/* PositionRight */ +LXQtPanel[position="Right"] #BackgroundWidget { + border-left: 1px solid #B0B0B0; +} + +/* + * General plugins settings + */ +Plugin { + padding: 0; + spacing: 20px; +} + +Plugin[NeedsHandle="true"] { + background-color: transparent; + background-repeat: no-repeat; +} + +LXQtPanel[position="Bottom"] Plugin[NeedsHandle="true"], +LXQtPanel[position="Top"] Plugin[NeedsHandle="true"] { + background-image: url(lxqt-panel/plugin-handle-horizontal.gif); + background-position: left center; + margin-left: 3px; + padding: 0 0 0 5px; +} + +LXQtPanel[position="Bottom"][layoutDirection="1"] Plugin[NeedsHandle="true"], +LXQtPanel[position="Top"][layoutDirection="1"] Plugin[NeedsHandle="true"] { + background-position: right center; + margin-left: 0px; + margin-right: 3px; +} + +LXQtPanel[position="Right"] Plugin[NeedsHandle="true"], +LXQtPanel[position="Left"] Plugin[NeedsHandle="true"] { + background-image: url(lxqt-panel/plugin-handle-vertical.gif); + background-position: center top; + margin-top: 3px; + padding: 5px 0 0 0; +} + +Plugin > QToolButton, +Plugin > QWidget > QToolButton > QWidget > QToolButton, +Plugin > QWidget > QToolButton { + margin: 0; + border: 2px solid transparent; + border-radius: 3px; + color: black; + qproperty-iconSize: 22px; +} + +Plugin > QToolButton:pressed, +Plugin > QWidget > QToolButton:pressed { + margin: 2px 0 0 2px; + border: none; +} + +/* + * Menus + */ +QMenu { + background: palette(window); + border: 1px solid #AAA; + border-radius: 2px; + color: palette(text); +} + +QMenu::item { + color: palette(text); + padding: 5px 27px; +} + +QMenu::item:selected { + background: palette(highlight); + color: palette(highlighted-text); +} + +QMenu::icon { + border-color: 1px solid palette(window); + padding-left: 7px; +} + +/* + * Desktopswitch + */ +#DesktopSwitch {} + +#DesktopSwitch QToolButton { + margin: 1px; + color: #555555; + border: 1px solid #B0B0B0; + background: rgba(0, 0, 0, 5%); +} + +LXQtPanel[position="0"] #DesktopSwitch QToolButton, +LXQtPanel[position="1"] #DesktopSwitch QToolButton +{ + margin-bottom: 4px; + margin-top: 4px; +} + +#DesktopSwitch QToolButton:on { + background: rgba(255, 255, 255, 40%); + border: 1px solid #80a8d3; +} + +#DesktopSwitch QToolButton:hover { + border: 1px solid #80a8d3; +} + +#DesktopSwitch QToolButton[urgent="true"] { + color: palette(highlighted-text); + background: palette(highlight); +} + +#QuickLaunchPlaceHolder { + color: #555555; +} + +/* + * QuickLaunch + */ +#QuickLaunch {} + +/* + * TaskBar + */ +#TaskBar {} + +LXQtTaskButton { + border: 2px groove silver; + border-radius: 6px; + margin: 3px 0 3px 0; +} + +#TaskBar QToolButton:on { + background: rgba(255, 255, 255, 80%); +} + +#TaskBar QToolButton:on, +#TaskBar QToolButton:hover { + margin: 4px 1px 4px 1px; + border-radius: 4px; + border: 1px solid #80a8d3; +} + +#TaskBar QToolButton[urgent="true"] { + color: palette(highlighted-text); + background: palette(highlight); +} + +#TaskBar LXQtGroupPopup { + background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #EFEFEF, stop:0.25 #e9e9e9, stop: 0.5 #dfdfdf, stop: 0.75 #d7d7d7, stop:1 #c0c0c0); + border: 1px solid #80a8d3; +} +/* + * Clock + */ +#Clock #TimeLabel { + font-size: 10pt; + color: #606060; +} +#Clock #DateLabel { + font-size: 8pt; + color: #606060; +} + +/* + * Tray + */ +#Tray { + min-width: 6px; +} + +TrayIcon { + margin: 2px; +} + +/* + * Main menu + */ +#MainMenu { + margin: 1px; + border: 1px solid #004e6c; + border-radius: 3px; + background: qlineargradient(x1:1, y1:0, x2:0, y2:1, stop:0 #0078A6, stop:0.3 #006891, stop:1 #005576); + qproperty-icon: url(mainmenu.svg); + color: #EEEEEE; +} + +#MainMenu ActionView { + background: palette(window); + border: none; + color: palette(text); +} + +#MainMenu ActionView::item { + padding: 2px 0; +} + +#MainMenu QLineEdit { + background: palette(window); + border: none; + color: palette(text); + padding: 6px; + margin-bottom: 1px; +} + +/* + * Mount plugin + */ +#LXQtMountPopup { + background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #EFEFEF, stop:0.25 #e9e9e9, stop: 0.5 #dfdfdf, stop: 0.75 #d7d7d7, stop:1 #c0c0c0); + border: 1px solid #a59f94; + padding: 2px; +} + +#LXQtMountPopup * { + margin: 0; + padding: 0; +} + +#LXQtMountPopup > MenuDiskItem { + padding: 2px; +} + +#LXQtMountPopup > MenuDiskItem:hover { + border-radius: 4px; + border: 1px solid #80a8d3; +} + +#LXQtMountPopup #EjectButton, +#LXQtMountPopup #DiskButton { + qproperty-iconSize: 22px; + background-color: transparent; + border: none; +} + +#LXQtMountPopup #NoDiskLabel { + margin: 4px; +} + +/* + * Volume plugin + */ +VolumePopup > QPushButton { + padding: 2px 10px; + margin: 3px; + qproperty-iconSize: 24px; +} + +VolumePopup > QPushButton:hover { + margin: 1px; + border: 2px solid #80a8d3; + border-radius: 4px; +} + +/* + * ShowDesktop + */ +#ShowDesktop {} + + +/* + * KbIndicator + */ +#KbIndicator { + margin: 0px; + border: 0px; + padding: 0px; +} + +#KbIndicator > QLabel { + color: gray; + border: 0px; + margin: 2px 0; + padding: 0px 3px; + border-radius: 3px; + border: none; +} + +#KbIndicator > QLabel:enabled { + background: palette(highlight); + color: palette(highlighted-text); + margin: 0; + padding: 2px 3px; +} + +/* + * #SysStat + */ +#SysStat { + padding: 1px 1px 1px 1px; +} + +#SysStat > QLabel { + font-size: 6pt; +} + +#SysStat_Graph { + qproperty-gridColor: rgba(0, 0, 0, 25%); + qproperty-titleColor: rgba(0, 0, 0, 75%); + qproperty-cpuSystemColor: rgb(128, 0, 0); + qproperty-cpuUserColor: rgb(0, 0, 128); + qproperty-cpuNiceColor: rgb(0, 128, 0); + qproperty-cpuOtherColor: rgb(128, 128, 0); + qproperty-frequencyColor: rgb(160, 160, 160); + qproperty-memAppsColor: rgb(0, 0, 128); + qproperty-memBuffersColor: rgb(0, 128, 0); + qproperty-memCachedColor: rgb(128, 128, 0); + qproperty-swapUsedColor: rgb(128, 0, 0); + qproperty-netReceivedColor: rgb(0, 0, 128); + qproperty-netTransmittedColor: rgb(128, 128, 0); +} + + +/* + * WorldClock + */ +#WorldClockContent { + font-size: 10pt; + color: #606060; +} + +#WorldClockPopup > QLabel { + font-size: 12pt; + color: #606060; +} + +/* + * CPU monitor + */ +#LXQtCpuLoad { + qproperty-fontColor: #606060; +} + +/* + * Spacer + */ + +#Spacer { + background-position: center center; +} + +#Spacer[type="lined"] { + background-image: url(/spacer-plugin/spacer-line.svg); +} + +#Spacer[type="dotted"] { + background-image: url(/spacer-plugin/spacer-dots.svg); + } + +#Spacer[orientation="horizontal"] { + background-repeat: repeat-y; + margin-top: 2px; + margin-bottom: 2px; +} + +#Spacer[orientation="vertical"] { + background-repeat: repeat-x; + margin-right: 2px; + margin-left: 2px; +} diff --git a/themes/light/lxqt-panel/plugin-handle-horizontal.gif b/themes/light/lxqt-panel/plugin-handle-horizontal.gif new file mode 100644 index 0000000..50a7016 Binary files /dev/null and b/themes/light/lxqt-panel/plugin-handle-horizontal.gif differ diff --git a/themes/light/lxqt-panel/plugin-handle-vertical.gif b/themes/light/lxqt-panel/plugin-handle-vertical.gif new file mode 100644 index 0000000..76170eb Binary files /dev/null and b/themes/light/lxqt-panel/plugin-handle-vertical.gif differ diff --git a/themes/light/lxqt-runner.qss b/themes/light/lxqt-runner.qss new file mode 100644 index 0000000..0213ad1 --- /dev/null +++ b/themes/light/lxqt-runner.qss @@ -0,0 +1,15 @@ +Dialog {} + +#panel { + background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #EFEFEF, stop:0.25 #e9e9e9, stop: 0.5 #dfdfdf, stop: 0.75 #d7d7d7, stop:1 #c0c0c0); + border: 1px solid #B0B0B0; +} + +#closeButton { + qproperty-icon: url(lxqt-runner/close-48x48.png); +} + +#commandList { + border: none; + margin: 0 1px 1px 1px; +} diff --git a/themes/light/lxqt-runner/close-32x32.png b/themes/light/lxqt-runner/close-32x32.png new file mode 100644 index 0000000..8c8a493 Binary files /dev/null and b/themes/light/lxqt-runner/close-32x32.png differ diff --git a/themes/light/lxqt-runner/close-48x48.png b/themes/light/lxqt-runner/close-48x48.png new file mode 100644 index 0000000..efc1ab6 Binary files /dev/null and b/themes/light/lxqt-runner/close-48x48.png differ diff --git a/themes/light/mainmenu.svg b/themes/light/mainmenu.svg new file mode 100644 index 0000000..761dd32 --- /dev/null +++ b/themes/light/mainmenu.svg @@ -0,0 +1,195 @@ + + + + + + + + LXQt + + + + + + + + + + image/svg+xml + + LXQt + + + Giacomo Barazzetti + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/light/preview.png b/themes/light/preview.png new file mode 100644 index 0000000..c152b27 Binary files /dev/null and b/themes/light/preview.png differ diff --git a/themes/light/simple_blue_widescreen.png b/themes/light/simple_blue_widescreen.png new file mode 100644 index 0000000..9246b77 Binary files /dev/null and b/themes/light/simple_blue_widescreen.png differ diff --git a/themes/light/spacer-plugin/spacer-dots.svg b/themes/light/spacer-plugin/spacer-dots.svg new file mode 120000 index 0000000..4cfc0e1 --- /dev/null +++ b/themes/light/spacer-plugin/spacer-dots.svg @@ -0,0 +1 @@ +../../../graphics/spacer-dark-dots.svg \ No newline at end of file diff --git a/themes/light/spacer-plugin/spacer-line.svg b/themes/light/spacer-plugin/spacer-line.svg new file mode 120000 index 0000000..9785830 --- /dev/null +++ b/themes/light/spacer-plugin/spacer-line.svg @@ -0,0 +1 @@ +../../../graphics/spacer-dark-line.svg \ No newline at end of file diff --git a/themes/light/wallpaper.cfg b/themes/light/wallpaper.cfg new file mode 100644 index 0000000..590e570 --- /dev/null +++ b/themes/light/wallpaper.cfg @@ -0,0 +1,2 @@ +wallpapers/size=1 +wallpapers/1/file=simple_blue_widescreen.png diff --git a/themes/system/lxqt-panel.qss b/themes/system/lxqt-panel.qss new file mode 100644 index 0000000..441a9ad --- /dev/null +++ b/themes/system/lxqt-panel.qss @@ -0,0 +1,63 @@ +/* + * Plain widget theme, only specific widgets are themed + */ + +/* + * General panel settings + */ + +LXQtPanel #BackgroundWidget{ + background: palette(window); +} + +/* + * TaskBar + */ +#TaskBar QToolButton[urgent="true"] { + color: palette(highlighted-text); + background: palette(highlight); +} + +/* + * Desktopswitch + */ +#DesktopSwitch QToolButton[urgent="true"] { + color: palette(highlighted-text); + background: palette(highlight); +} + +/* + * Spacer + */ + +#Spacer { + background-position: center center; +} + +#Spacer[type="lined"] { + background-image: url(/spacer-plugin/spacer-line.svg); +} + +#Spacer[type="dotted"] { + background-image: url(/spacer-plugin/spacer-dots.svg); + } + +#Spacer[orientation="horizontal"] { + background-repeat: repeat-y; + margin-top: 2px; + margin-bottom: 2px; +} + +#Spacer[orientation="vertical"] { + background-repeat: repeat-x; + margin-right: 2px; + margin-left: 2px; +} + +/* + * Main menu plugin + */ + +#MainMenu { + qproperty-icon: url(); +} diff --git a/themes/system/preview.png b/themes/system/preview.png new file mode 100644 index 0000000..ace9fdf Binary files /dev/null and b/themes/system/preview.png differ diff --git a/themes/system/spacer-plugin/spacer-dots.svg b/themes/system/spacer-plugin/spacer-dots.svg new file mode 120000 index 0000000..4cfc0e1 --- /dev/null +++ b/themes/system/spacer-plugin/spacer-dots.svg @@ -0,0 +1 @@ +../../../graphics/spacer-dark-dots.svg \ No newline at end of file diff --git a/themes/system/spacer-plugin/spacer-line.svg b/themes/system/spacer-plugin/spacer-line.svg new file mode 120000 index 0000000..9785830 --- /dev/null +++ b/themes/system/spacer-plugin/spacer-line.svg @@ -0,0 +1 @@ +../../../graphics/spacer-dark-line.svg \ No newline at end of file