From f57648811a9883c0b99bfc1550a3a926001f13b5 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 4 Apr 2017 07:51:39 +0200 Subject: Install icons as our own theme based on breeze. We're not following the system theme, so the icons shouldn't either. And on other platforms than linux we anyways have to roll our own solution. --- icons/CMakeLists.txt | 85 ++++++ icons/breeze/COPYING-ICONS | 209 +++++++++++++ icons/breeze/icons/actions/16/application-menu.svg | 13 + icons/breeze/icons/actions/16/dialog-cancel.svg | 13 + icons/breeze/icons/actions/16/dialog-ok.svg | 1 + icons/breeze/icons/actions/16/document-decrypt.svg | 13 + icons/breeze/icons/actions/16/document-edit.svg | 13 + icons/breeze/icons/actions/16/document-encrypt.svg | 1 + icons/breeze/icons/actions/16/edit-delete.svg | 14 + icons/breeze/icons/actions/16/edit-find.svg | 13 + icons/breeze/icons/actions/16/edit-undo.svg | 13 + icons/breeze/icons/actions/16/error.svg | 1 + icons/breeze/icons/actions/16/im-user.svg | 14 + .../icons/actions/16/mail-mark-important.svg | 20 ++ .../icons/actions/16/mail-mark-unread-new.svg | 13 + .../breeze/icons/actions/16/mail-reply-sender.svg | 13 + .../breeze/icons/actions/16/network-disconnect.svg | 21 ++ icons/breeze/icons/actions/16/view-refresh.svg | 13 + icons/breeze/icons/actions/22/application-menu.svg | 14 + icons/breeze/icons/actions/22/dialog-cancel.svg | 14 + icons/breeze/icons/actions/22/dialog-ok.svg | 1 + icons/breeze/icons/actions/22/document-decrypt.svg | 14 + icons/breeze/icons/actions/22/document-edit.svg | 14 + icons/breeze/icons/actions/22/document-encrypt.svg | 1 + icons/breeze/icons/actions/22/edit-delete.svg | 11 + icons/breeze/icons/actions/22/edit-find.svg | 14 + icons/breeze/icons/actions/22/edit-undo.svg | 14 + icons/breeze/icons/actions/22/error.svg | 1 + icons/breeze/icons/actions/22/im-user.svg | 14 + .../icons/actions/22/mail-mark-important.svg | 18 ++ .../icons/actions/22/mail-mark-unread-new.svg | 14 + .../breeze/icons/actions/22/mail-reply-sender.svg | 14 + .../breeze/icons/actions/22/network-disconnect.svg | 22 ++ icons/breeze/icons/actions/22/view-refresh.svg | 17 ++ icons/breeze/icons/actions/24/application-menu.svg | 13 + icons/breeze/icons/actions/24/dialog-cancel.svg | 13 + icons/breeze/icons/actions/24/dialog-ok.svg | 1 + icons/breeze/icons/actions/24/document-decrypt.svg | 15 + icons/breeze/icons/actions/24/document-edit.svg | 15 + icons/breeze/icons/actions/24/document-encrypt.svg | 1 + icons/breeze/icons/actions/24/edit-delete.svg | 11 + icons/breeze/icons/actions/24/edit-find.svg | 15 + icons/breeze/icons/actions/24/edit-undo.svg | 15 + icons/breeze/icons/actions/24/im-user.svg | 13 + .../icons/actions/24/mail-mark-important.svg | 21 ++ .../icons/actions/24/mail-mark-unread-new.svg | 13 + .../breeze/icons/actions/24/mail-reply-sender.svg | 13 + .../breeze/icons/actions/24/network-disconnect.svg | 21 ++ icons/breeze/icons/actions/24/view-refresh.svg | 13 + icons/breeze/icons/actions/32/application-menu.svg | 18 ++ icons/breeze/icons/actions/32/dialog-cancel.svg | 13 + icons/breeze/icons/actions/32/document-decrypt.svg | 18 ++ icons/breeze/icons/actions/32/document-edit.svg | 14 + icons/breeze/icons/actions/32/edit-delete.svg | 7 + icons/breeze/icons/actions/32/edit-undo.svg | 13 + .../icons/actions/32/mail-mark-important.svg | 20 ++ .../icons/actions/32/mail-mark-unread-new.svg | 14 + .../breeze/icons/actions/32/mail-reply-sender.svg | 14 + icons/breeze/icons/actions/32/view-refresh.svg | 13 + icons/breeze/icons/index.theme | 332 +++++++++++++++++++++ icons/breeze/icons/places/16/folder.svg | 13 + icons/breeze/icons/places/22/folder.svg | 13 + icons/breeze/icons/places/32/folder.svg | 21 ++ icons/breeze/icons/places/64/folder.svg | 21 ++ 64 files changed, 1417 insertions(+) create mode 100644 icons/breeze/COPYING-ICONS create mode 100644 icons/breeze/icons/actions/16/application-menu.svg create mode 100644 icons/breeze/icons/actions/16/dialog-cancel.svg create mode 120000 icons/breeze/icons/actions/16/dialog-ok.svg create mode 100644 icons/breeze/icons/actions/16/document-decrypt.svg create mode 100644 icons/breeze/icons/actions/16/document-edit.svg create mode 120000 icons/breeze/icons/actions/16/document-encrypt.svg create mode 100644 icons/breeze/icons/actions/16/edit-delete.svg create mode 100644 icons/breeze/icons/actions/16/edit-find.svg create mode 100644 icons/breeze/icons/actions/16/edit-undo.svg create mode 120000 icons/breeze/icons/actions/16/error.svg create mode 100644 icons/breeze/icons/actions/16/im-user.svg create mode 100644 icons/breeze/icons/actions/16/mail-mark-important.svg create mode 100644 icons/breeze/icons/actions/16/mail-mark-unread-new.svg create mode 100644 icons/breeze/icons/actions/16/mail-reply-sender.svg create mode 100644 icons/breeze/icons/actions/16/network-disconnect.svg create mode 100644 icons/breeze/icons/actions/16/view-refresh.svg create mode 100644 icons/breeze/icons/actions/22/application-menu.svg create mode 100644 icons/breeze/icons/actions/22/dialog-cancel.svg create mode 120000 icons/breeze/icons/actions/22/dialog-ok.svg create mode 100644 icons/breeze/icons/actions/22/document-decrypt.svg create mode 100644 icons/breeze/icons/actions/22/document-edit.svg create mode 120000 icons/breeze/icons/actions/22/document-encrypt.svg create mode 100644 icons/breeze/icons/actions/22/edit-delete.svg create mode 100644 icons/breeze/icons/actions/22/edit-find.svg create mode 100644 icons/breeze/icons/actions/22/edit-undo.svg create mode 120000 icons/breeze/icons/actions/22/error.svg create mode 100644 icons/breeze/icons/actions/22/im-user.svg create mode 100644 icons/breeze/icons/actions/22/mail-mark-important.svg create mode 100644 icons/breeze/icons/actions/22/mail-mark-unread-new.svg create mode 100644 icons/breeze/icons/actions/22/mail-reply-sender.svg create mode 100644 icons/breeze/icons/actions/22/network-disconnect.svg create mode 100644 icons/breeze/icons/actions/22/view-refresh.svg create mode 100644 icons/breeze/icons/actions/24/application-menu.svg create mode 100644 icons/breeze/icons/actions/24/dialog-cancel.svg create mode 120000 icons/breeze/icons/actions/24/dialog-ok.svg create mode 100644 icons/breeze/icons/actions/24/document-decrypt.svg create mode 100644 icons/breeze/icons/actions/24/document-edit.svg create mode 120000 icons/breeze/icons/actions/24/document-encrypt.svg create mode 100644 icons/breeze/icons/actions/24/edit-delete.svg create mode 100644 icons/breeze/icons/actions/24/edit-find.svg create mode 100644 icons/breeze/icons/actions/24/edit-undo.svg create mode 100644 icons/breeze/icons/actions/24/im-user.svg create mode 100644 icons/breeze/icons/actions/24/mail-mark-important.svg create mode 100644 icons/breeze/icons/actions/24/mail-mark-unread-new.svg create mode 100644 icons/breeze/icons/actions/24/mail-reply-sender.svg create mode 100644 icons/breeze/icons/actions/24/network-disconnect.svg create mode 100644 icons/breeze/icons/actions/24/view-refresh.svg create mode 100644 icons/breeze/icons/actions/32/application-menu.svg create mode 100644 icons/breeze/icons/actions/32/dialog-cancel.svg create mode 100644 icons/breeze/icons/actions/32/document-decrypt.svg create mode 100644 icons/breeze/icons/actions/32/document-edit.svg create mode 100644 icons/breeze/icons/actions/32/edit-delete.svg create mode 100644 icons/breeze/icons/actions/32/edit-undo.svg create mode 100644 icons/breeze/icons/actions/32/mail-mark-important.svg create mode 100644 icons/breeze/icons/actions/32/mail-mark-unread-new.svg create mode 100644 icons/breeze/icons/actions/32/mail-reply-sender.svg create mode 100644 icons/breeze/icons/actions/32/view-refresh.svg create mode 100644 icons/breeze/icons/index.theme create mode 100644 icons/breeze/icons/places/16/folder.svg create mode 100644 icons/breeze/icons/places/22/folder.svg create mode 100644 icons/breeze/icons/places/32/folder.svg create mode 100644 icons/breeze/icons/places/64/folder.svg (limited to 'icons') diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt index 72c1e219..45a9718d 100644 --- a/icons/CMakeLists.txt +++ b/icons/CMakeLists.txt @@ -2,7 +2,92 @@ find_package(ECM 0.0.8 REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH}) include(ECMInstallIcons) +include(KDEInstallDirs) +function(copy_breeze_icons) + set(_multiValueArgs ICONS) + cmake_parse_arguments(ARG "" "" "${_multiValueArgs}" ${ARGN} ) + set(_BREEZEICONS_DIR ${CMAKE_CURRENT_BINARY_DIR}/breeze) + + function(_copy_breeze_icon icon) + SET(paths "") + #breeze only ships svgs anyways + #change icons to * to also get icons-dark + file(GLOB_RECURSE paths ${_BREEZEICONS_DIR}/icons/*/*/${icon}.svg ) + + #We cannot copy symlinks unless the target is there, so copy non-symlinks first + foreach(path ${paths}) + file(RELATIVE_PATH _rel_path ${_BREEZEICONS_DIR} ${path}) + set(_target_path ${CMAKE_CURRENT_SOURCE_DIR}/breeze/${_rel_path}) + get_filename_component(_target_dir ${_target_path} DIRECTORY) + if (NOT EXISTS ${_target_path} AND NOT IS_SYMLINK ${path}) + message("Copying icon ${path} to ${_target_dir}") + file(COPY ${path} DESTINATION ${_target_dir}) + endif() + endforeach() + #Now copy symlinks + foreach(path ${paths}) + file(RELATIVE_PATH _rel_path ${_BREEZEICONS_DIR} ${path}) + set(_target_path ${CMAKE_CURRENT_SOURCE_DIR}/breeze/${_rel_path}) + get_filename_component(_target_dir ${_target_path} DIRECTORY) + if (NOT EXISTS ${_target_path} AND IS_SYMLINK ${path}) + message("Copying icon symlink ${path} to ${_target_dir}") + file(COPY ${path} DESTINATION ${_target_dir}) + endif() + endforeach() + + endfunction() + + #Fetch the icons + if (NOT EXISTS ${_BREEZEICONS_DIR}) + message("Cloning into ${_BREEZEICONS_DIR}") + execute_process(COMMAND ${GIT_EXECUTABLE} clone --depth 1 git://anongit.kde.org/breeze-icons.git ${_BREEZEICONS_DIR}) + endif() + + #Copy the icons we want + foreach(_iconName ${ARG_ICONS}) + message (STATUS ${_iconName}) + _copy_breeze_icon(${_iconName}) + endforeach() + #Copy the license file + file(COPY ${_BREEZEICONS_DIR}/COPYING-ICONS DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}/breeze/) +endfunction() + + + +# Run this function if you want to updated the icons +# Warning: some icon names are symlinks and you'll thus need to copy the actual icon as well. If copying fails with some weird errors that's typically the problem +if (FALSE) +#file(REMOVE_RECURSE ${CMAKE_CURRENT_SOURCE_DIR}/breeze/) +copy_breeze_icons(ICONS + application-menu + dialog-cancel + dialog-ok + document-decrypt + document-edit + document-encrypt + edit-delete + edit-find + edit-undo + error + folder + im-user + mail-mark-important + mail-mark-unread-new + mail-reply-sender + network-disconnect + view-refresh +) +endif() + + +#Install kube icons ecm_install_icons(ICONS sc-apps-kube_icon.svg 256-apps-kube_icon.png DESTINATION share/icons) ecm_install_icons(ICONS sc-apps-kube_symbol.svg DESTINATION share/icons) ecm_install_icons(ICONS sc-apps-kube_logo.svg DESTINATION share/icons) + +install(DIRECTORY + breeze/icons/places + breeze/icons/actions + DESTINATION ${KDE_INSTALL_FULL_ICONDIR}/kube) +install(FILES breeze/icons/index.theme DESTINATION ${KDE_INSTALL_FULL_ICONDIR}/kube) diff --git a/icons/breeze/COPYING-ICONS b/icons/breeze/COPYING-ICONS new file mode 100644 index 00000000..63d73657 --- /dev/null +++ b/icons/breeze/COPYING-ICONS @@ -0,0 +1,209 @@ +The Breeze Icon Theme in icons/ + + Copyright (C) 2014 Uri Herrera and others + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see . + +Clarification: + + The GNU Lesser General Public License or LGPL is written for + software libraries in the first place. We expressly want the LGPL to + be valid for this artwork library too. + + KDE Breeze theme icons is a special kind of software library, it is an + artwork library, it's elements can be used in a Graphical User Interface, or + GUI. + + Source code, for this library means: + - where they exist, SVG; + - otherwise, if applicable, the multi-layered formats xcf or psd, or + otherwise png. + + The LGPL in some sections obliges you to make the files carry + notices. With images this is in some cases impossible or hardly useful. + + With this library a notice is placed at a prominent place in the directory + containing the elements. You may follow this practice. + + The exception in section 5 of the GNU Lesser General Public License covers + the use of elements of this art library in a GUI. + + https://vdesign.kde.org/ + +----- + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + 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 that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU 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 as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. diff --git a/icons/breeze/icons/actions/16/application-menu.svg b/icons/breeze/icons/actions/16/application-menu.svg new file mode 100644 index 00000000..67dd4d95 --- /dev/null +++ b/icons/breeze/icons/actions/16/application-menu.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/16/dialog-cancel.svg b/icons/breeze/icons/actions/16/dialog-cancel.svg new file mode 100644 index 00000000..e87e635c --- /dev/null +++ b/icons/breeze/icons/actions/16/dialog-cancel.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/16/dialog-ok.svg b/icons/breeze/icons/actions/16/dialog-ok.svg new file mode 120000 index 00000000..6774aa85 --- /dev/null +++ b/icons/breeze/icons/actions/16/dialog-ok.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/icons/breeze/icons/actions/16/document-decrypt.svg b/icons/breeze/icons/actions/16/document-decrypt.svg new file mode 100644 index 00000000..3e20ba4f --- /dev/null +++ b/icons/breeze/icons/actions/16/document-decrypt.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/16/document-edit.svg b/icons/breeze/icons/actions/16/document-edit.svg new file mode 100644 index 00000000..a7ba2cc8 --- /dev/null +++ b/icons/breeze/icons/actions/16/document-edit.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/16/document-encrypt.svg b/icons/breeze/icons/actions/16/document-encrypt.svg new file mode 120000 index 00000000..0c903222 --- /dev/null +++ b/icons/breeze/icons/actions/16/document-encrypt.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/icons/breeze/icons/actions/16/edit-delete.svg b/icons/breeze/icons/actions/16/edit-delete.svg new file mode 100644 index 00000000..9dfb2e07 --- /dev/null +++ b/icons/breeze/icons/actions/16/edit-delete.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/icons/breeze/icons/actions/16/edit-find.svg b/icons/breeze/icons/actions/16/edit-find.svg new file mode 100644 index 00000000..736d8359 --- /dev/null +++ b/icons/breeze/icons/actions/16/edit-find.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/16/edit-undo.svg b/icons/breeze/icons/actions/16/edit-undo.svg new file mode 100644 index 00000000..87f0ffca --- /dev/null +++ b/icons/breeze/icons/actions/16/edit-undo.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/16/error.svg b/icons/breeze/icons/actions/16/error.svg new file mode 120000 index 00000000..4afa75af --- /dev/null +++ b/icons/breeze/icons/actions/16/error.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/icons/breeze/icons/actions/16/im-user.svg b/icons/breeze/icons/actions/16/im-user.svg new file mode 100644 index 00000000..c3930096 --- /dev/null +++ b/icons/breeze/icons/actions/16/im-user.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/icons/breeze/icons/actions/16/mail-mark-important.svg b/icons/breeze/icons/actions/16/mail-mark-important.svg new file mode 100644 index 00000000..1a61dfdf --- /dev/null +++ b/icons/breeze/icons/actions/16/mail-mark-important.svg @@ -0,0 +1,20 @@ + + + + + + + diff --git a/icons/breeze/icons/actions/16/mail-mark-unread-new.svg b/icons/breeze/icons/actions/16/mail-mark-unread-new.svg new file mode 100644 index 00000000..f5afe676 --- /dev/null +++ b/icons/breeze/icons/actions/16/mail-mark-unread-new.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/16/mail-reply-sender.svg b/icons/breeze/icons/actions/16/mail-reply-sender.svg new file mode 100644 index 00000000..c1b6f839 --- /dev/null +++ b/icons/breeze/icons/actions/16/mail-reply-sender.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/16/network-disconnect.svg b/icons/breeze/icons/actions/16/network-disconnect.svg new file mode 100644 index 00000000..33bf9538 --- /dev/null +++ b/icons/breeze/icons/actions/16/network-disconnect.svg @@ -0,0 +1,21 @@ + + + + + + + diff --git a/icons/breeze/icons/actions/16/view-refresh.svg b/icons/breeze/icons/actions/16/view-refresh.svg new file mode 100644 index 00000000..b0ab47ad --- /dev/null +++ b/icons/breeze/icons/actions/16/view-refresh.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/22/application-menu.svg b/icons/breeze/icons/actions/22/application-menu.svg new file mode 100644 index 00000000..2e198e6e --- /dev/null +++ b/icons/breeze/icons/actions/22/application-menu.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/icons/breeze/icons/actions/22/dialog-cancel.svg b/icons/breeze/icons/actions/22/dialog-cancel.svg new file mode 100644 index 00000000..c3b696c0 --- /dev/null +++ b/icons/breeze/icons/actions/22/dialog-cancel.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/icons/breeze/icons/actions/22/dialog-ok.svg b/icons/breeze/icons/actions/22/dialog-ok.svg new file mode 120000 index 00000000..6774aa85 --- /dev/null +++ b/icons/breeze/icons/actions/22/dialog-ok.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/icons/breeze/icons/actions/22/document-decrypt.svg b/icons/breeze/icons/actions/22/document-decrypt.svg new file mode 100644 index 00000000..f1f4be5b --- /dev/null +++ b/icons/breeze/icons/actions/22/document-decrypt.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/icons/breeze/icons/actions/22/document-edit.svg b/icons/breeze/icons/actions/22/document-edit.svg new file mode 100644 index 00000000..60e13599 --- /dev/null +++ b/icons/breeze/icons/actions/22/document-edit.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/icons/breeze/icons/actions/22/document-encrypt.svg b/icons/breeze/icons/actions/22/document-encrypt.svg new file mode 120000 index 00000000..0c903222 --- /dev/null +++ b/icons/breeze/icons/actions/22/document-encrypt.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/icons/breeze/icons/actions/22/edit-delete.svg b/icons/breeze/icons/actions/22/edit-delete.svg new file mode 100644 index 00000000..0467306d --- /dev/null +++ b/icons/breeze/icons/actions/22/edit-delete.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/breeze/icons/actions/22/edit-find.svg b/icons/breeze/icons/actions/22/edit-find.svg new file mode 100644 index 00000000..49a697e9 --- /dev/null +++ b/icons/breeze/icons/actions/22/edit-find.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/icons/breeze/icons/actions/22/edit-undo.svg b/icons/breeze/icons/actions/22/edit-undo.svg new file mode 100644 index 00000000..e5adcca6 --- /dev/null +++ b/icons/breeze/icons/actions/22/edit-undo.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/icons/breeze/icons/actions/22/error.svg b/icons/breeze/icons/actions/22/error.svg new file mode 120000 index 00000000..4afa75af --- /dev/null +++ b/icons/breeze/icons/actions/22/error.svg @@ -0,0 +1 @@ +dialog-cancel.svg \ No newline at end of file diff --git a/icons/breeze/icons/actions/22/im-user.svg b/icons/breeze/icons/actions/22/im-user.svg new file mode 100644 index 00000000..2e29a0a0 --- /dev/null +++ b/icons/breeze/icons/actions/22/im-user.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/icons/breeze/icons/actions/22/mail-mark-important.svg b/icons/breeze/icons/actions/22/mail-mark-important.svg new file mode 100644 index 00000000..380b4f89 --- /dev/null +++ b/icons/breeze/icons/actions/22/mail-mark-important.svg @@ -0,0 +1,18 @@ + + + + + + + diff --git a/icons/breeze/icons/actions/22/mail-mark-unread-new.svg b/icons/breeze/icons/actions/22/mail-mark-unread-new.svg new file mode 100644 index 00000000..c3bc5689 --- /dev/null +++ b/icons/breeze/icons/actions/22/mail-mark-unread-new.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/icons/breeze/icons/actions/22/mail-reply-sender.svg b/icons/breeze/icons/actions/22/mail-reply-sender.svg new file mode 100644 index 00000000..2b09ad2d --- /dev/null +++ b/icons/breeze/icons/actions/22/mail-reply-sender.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/icons/breeze/icons/actions/22/network-disconnect.svg b/icons/breeze/icons/actions/22/network-disconnect.svg new file mode 100644 index 00000000..e1d5fcb5 --- /dev/null +++ b/icons/breeze/icons/actions/22/network-disconnect.svg @@ -0,0 +1,22 @@ + + + + + + + diff --git a/icons/breeze/icons/actions/22/view-refresh.svg b/icons/breeze/icons/actions/22/view-refresh.svg new file mode 100644 index 00000000..44b9424e --- /dev/null +++ b/icons/breeze/icons/actions/22/view-refresh.svg @@ -0,0 +1,17 @@ + + + + + + diff --git a/icons/breeze/icons/actions/24/application-menu.svg b/icons/breeze/icons/actions/24/application-menu.svg new file mode 100644 index 00000000..c20171fd --- /dev/null +++ b/icons/breeze/icons/actions/24/application-menu.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/24/dialog-cancel.svg b/icons/breeze/icons/actions/24/dialog-cancel.svg new file mode 100644 index 00000000..56718eb6 --- /dev/null +++ b/icons/breeze/icons/actions/24/dialog-cancel.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/24/dialog-ok.svg b/icons/breeze/icons/actions/24/dialog-ok.svg new file mode 120000 index 00000000..6774aa85 --- /dev/null +++ b/icons/breeze/icons/actions/24/dialog-ok.svg @@ -0,0 +1 @@ +dialog-ok-apply.svg \ No newline at end of file diff --git a/icons/breeze/icons/actions/24/document-decrypt.svg b/icons/breeze/icons/actions/24/document-decrypt.svg new file mode 100644 index 00000000..c54dc4ad --- /dev/null +++ b/icons/breeze/icons/actions/24/document-decrypt.svg @@ -0,0 +1,15 @@ + + + + + + diff --git a/icons/breeze/icons/actions/24/document-edit.svg b/icons/breeze/icons/actions/24/document-edit.svg new file mode 100644 index 00000000..afe27315 --- /dev/null +++ b/icons/breeze/icons/actions/24/document-edit.svg @@ -0,0 +1,15 @@ + + + + + + diff --git a/icons/breeze/icons/actions/24/document-encrypt.svg b/icons/breeze/icons/actions/24/document-encrypt.svg new file mode 120000 index 00000000..0c903222 --- /dev/null +++ b/icons/breeze/icons/actions/24/document-encrypt.svg @@ -0,0 +1 @@ +document-encrypted.svg \ No newline at end of file diff --git a/icons/breeze/icons/actions/24/edit-delete.svg b/icons/breeze/icons/actions/24/edit-delete.svg new file mode 100644 index 00000000..630d5d21 --- /dev/null +++ b/icons/breeze/icons/actions/24/edit-delete.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/breeze/icons/actions/24/edit-find.svg b/icons/breeze/icons/actions/24/edit-find.svg new file mode 100644 index 00000000..e5d48667 --- /dev/null +++ b/icons/breeze/icons/actions/24/edit-find.svg @@ -0,0 +1,15 @@ + + + + + + diff --git a/icons/breeze/icons/actions/24/edit-undo.svg b/icons/breeze/icons/actions/24/edit-undo.svg new file mode 100644 index 00000000..6be276c2 --- /dev/null +++ b/icons/breeze/icons/actions/24/edit-undo.svg @@ -0,0 +1,15 @@ + + + + + + diff --git a/icons/breeze/icons/actions/24/im-user.svg b/icons/breeze/icons/actions/24/im-user.svg new file mode 100644 index 00000000..fb8ee3d6 --- /dev/null +++ b/icons/breeze/icons/actions/24/im-user.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/24/mail-mark-important.svg b/icons/breeze/icons/actions/24/mail-mark-important.svg new file mode 100644 index 00000000..f81a0344 --- /dev/null +++ b/icons/breeze/icons/actions/24/mail-mark-important.svg @@ -0,0 +1,21 @@ + + + + + + + diff --git a/icons/breeze/icons/actions/24/mail-mark-unread-new.svg b/icons/breeze/icons/actions/24/mail-mark-unread-new.svg new file mode 100644 index 00000000..2a6e0a2c --- /dev/null +++ b/icons/breeze/icons/actions/24/mail-mark-unread-new.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/24/mail-reply-sender.svg b/icons/breeze/icons/actions/24/mail-reply-sender.svg new file mode 100644 index 00000000..5ad0135a --- /dev/null +++ b/icons/breeze/icons/actions/24/mail-reply-sender.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/24/network-disconnect.svg b/icons/breeze/icons/actions/24/network-disconnect.svg new file mode 100644 index 00000000..1a1575cf --- /dev/null +++ b/icons/breeze/icons/actions/24/network-disconnect.svg @@ -0,0 +1,21 @@ + + + + + + + diff --git a/icons/breeze/icons/actions/24/view-refresh.svg b/icons/breeze/icons/actions/24/view-refresh.svg new file mode 100644 index 00000000..bebe2da2 --- /dev/null +++ b/icons/breeze/icons/actions/24/view-refresh.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/32/application-menu.svg b/icons/breeze/icons/actions/32/application-menu.svg new file mode 100644 index 00000000..50839d36 --- /dev/null +++ b/icons/breeze/icons/actions/32/application-menu.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/icons/breeze/icons/actions/32/dialog-cancel.svg b/icons/breeze/icons/actions/32/dialog-cancel.svg new file mode 100644 index 00000000..ad9224c5 --- /dev/null +++ b/icons/breeze/icons/actions/32/dialog-cancel.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/32/document-decrypt.svg b/icons/breeze/icons/actions/32/document-decrypt.svg new file mode 100644 index 00000000..0f884fc3 --- /dev/null +++ b/icons/breeze/icons/actions/32/document-decrypt.svg @@ -0,0 +1,18 @@ + + + + + + diff --git a/icons/breeze/icons/actions/32/document-edit.svg b/icons/breeze/icons/actions/32/document-edit.svg new file mode 100644 index 00000000..e1eb3663 --- /dev/null +++ b/icons/breeze/icons/actions/32/document-edit.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/icons/breeze/icons/actions/32/edit-delete.svg b/icons/breeze/icons/actions/32/edit-delete.svg new file mode 100644 index 00000000..5ec70a93 --- /dev/null +++ b/icons/breeze/icons/actions/32/edit-delete.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/breeze/icons/actions/32/edit-undo.svg b/icons/breeze/icons/actions/32/edit-undo.svg new file mode 100644 index 00000000..7587fd9c --- /dev/null +++ b/icons/breeze/icons/actions/32/edit-undo.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/actions/32/mail-mark-important.svg b/icons/breeze/icons/actions/32/mail-mark-important.svg new file mode 100644 index 00000000..7ed8cf36 --- /dev/null +++ b/icons/breeze/icons/actions/32/mail-mark-important.svg @@ -0,0 +1,20 @@ + + + + + + + diff --git a/icons/breeze/icons/actions/32/mail-mark-unread-new.svg b/icons/breeze/icons/actions/32/mail-mark-unread-new.svg new file mode 100644 index 00000000..98f1cc36 --- /dev/null +++ b/icons/breeze/icons/actions/32/mail-mark-unread-new.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/icons/breeze/icons/actions/32/mail-reply-sender.svg b/icons/breeze/icons/actions/32/mail-reply-sender.svg new file mode 100644 index 00000000..a7769584 --- /dev/null +++ b/icons/breeze/icons/actions/32/mail-reply-sender.svg @@ -0,0 +1,14 @@ + + + + + + diff --git a/icons/breeze/icons/actions/32/view-refresh.svg b/icons/breeze/icons/actions/32/view-refresh.svg new file mode 100644 index 00000000..c60eef37 --- /dev/null +++ b/icons/breeze/icons/actions/32/view-refresh.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/index.theme b/icons/breeze/icons/index.theme new file mode 100644 index 00000000..b2f6b2a2 --- /dev/null +++ b/icons/breeze/icons/index.theme @@ -0,0 +1,332 @@ +[Icon Theme] +Name=Kube + +Comment=Kube Theme + +DisplayDepth=32 + +Inherits=hicolor + +Example=folder + +FollowsColorScheme=false + +DesktopDefault=48 +DesktopSizes=16,22,32,48,64,128,256 +ToolbarDefault=22 +ToolbarSizes=16,22,32,48 +MainToolbarDefault=22 +MainToolbarSizes=16,22,32,48 +SmallDefault=16 +SmallSizes=16,22,32,48 +PanelDefault=32 +PanelSizes=16,22,32,48,64,128,256 +DialogDefault=32 +DialogSizes=16,22,32,48,64,128,256 + +KDE-Extensions=.svg + +########## Directories +########## ordered by category and alphabetically + +Directories=actions/12,actions/16,actions/22,actions/24,actions/32,apps/16,apps/22,apps/32,apps/48,preferences/32,applets/48,applets/64,applets/128,applets/256,categories/32,devices/16,devices/22,devices/64,emblems/8,emblems/16,emblems/22,emotes/22,mimetypes/16,mimetypes/22,mimetypes/32,mimetypes/64,places/16,places/22,places/32,places/64,status/16,status/22,status/24,status/64,actions/symbolic,devices/symbolic,emblems/symbolic,places/symbolic,status/symbolic + +########## Actions +########## ordered by size + +#12x12 - Fixed size - For Inkscape +[actions/12] +Size=12 +Context=Actions +Type=Fixed + +#16x16 - Fixed size - For use in sidebar(s) smaller toolbar(s) >!!!ONLY!!!<: e.g. Kate movable sidebar/toolbar (search and replace, current project, etc.) or Juk tree view - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[actions/16] +Size=16 +Context=Actions +Type=Fixed + +#22x22 - Fixed size - For toolbar icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[actions/22] +Size=22 +Context=Actions +Type=Fixed + +#24x24 - Fixed size - GTK icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[actions/24] +Size=24 +Context=Actions +Type=Fixed + +#32x32 - Fixed size - For toolbar icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[actions/32] +Size=32 +Context=Actions +Type=Fixed + +########## Apps +########## ordered by size + +#16x16 - Fixed size - Application icon(s) for Dolphin sidebar - OPTIONAL + DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[apps/16] +Size=16 +Context=Applications +Type=Fixed + +#22x22 - Fixed size - Workaround icon(s) for toolbar(s) button(s) e.g. Dolphin Open Terminal/About Dolphin/About KDE buttons - WRONG_ICON_USAGE_BY_APP - Monochrome +[apps/22] +Size=22 +Context=Applications +Type=Fixed + +#32x32 - Fixed size - For System Settings icons >!!!ONLY!!!< - Scalable to the following sizes: 32x32 (default), 64x64, 128x128, 256x256 - DO_NOT_USE_ANYWHERE_ELSE - Color +[apps/32] +Size=32 +Context=Applications +Type=Fixed + +#48x48 - Scalable - For application icons >!!!ONLY!!!< - Scalable to the following sizes: 48x48 (default), 96x96 and 24x24 (not recommended) - DO_NOT_USE_ANYWHERE_ELSE - Color +[apps/48] +Size=48 +Context=Applications +Type=Scalable +MinSize=48 +MaxSize=256 + +#32x32 - Fixed size - For System Settings icons >!!!ONLY!!!< - Scalable to the following sizes: 32x32 (default), 64x64, 128x128, 256x256 - DO_NOT_USE_ANYWHERE_ELSE - Color +[preferences/32] +Size=32 +Context=Applications +Type=Scalable +MinSize=32 +MaxSize=256 + +#256x256 - Color for applets +[applets/48] +Size=48 +Context=Status +Type=Scalable +MinSize=32 +MaxSize=256 + +#256x256 - Animation icons for kwin desktop effects +[applets/64] +Size=64 +Context=Status +Type=Scalable +MinSize=32 +MaxSize=256 + +#256x256 - Color +[applets/128] +Size=128 +Context=Applications +Type=Scalable +MinSize=32 +MaxSize=256 + +#256x256 - Scalable - For applets / widgets icons >!!!ONLY!!! - DO_NOT_USE_ANYWHERE_ELSE - Color +[applets/256] +Size=256 +Context=Applications +Type=Scalable +MinSize=48 +MaxSize=256 + +########## Categories +########## ordered by size + +#32x32 - Fixed size - For categories icons >!!!ONLY!!!< - Used in Kickoff (KDE 4.x.x) and Lancelot. Also used in MATE and Cinnamon (just FYI) - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[categories/32] +Size=32 +Context=Categories +Type=Scalable +MinSize=32 +MaxSize=256 + +########## Devices +########## ordered by size + +#16x16 - Fixed size - For small device icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[devices/16] +Size=16 +Context=Devices +Type=Fixed + +#22x22 - Fixed size - For small device icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[devices/22] +Size=22 +Context=Devices +Type=Fixed + +#64x64 - Scalable - For device icons >!!!ONLY!!!< - Scalable to the following sizes: 64x64 (default), 32x32, 128x128, 256x256 - DO_NOT_USE_ANYWHERE_ELSE - Color +[devices/64] +Size=64 +Context=Devices +Type=Scalable +MinSize=64 +MaxSize=256 + +########## Emblems +########## ordered by size + +#8x8 - Fixed size - File system emblems - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[emblems/8] +Size=8 +Context=Emblems +Type=Fixed + +#16x16 - Fixed size - File system emblems - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[emblems/16] +Size=16 +Context=Emblems +Type=Fixed + +#22x22 - Fixed size - File system emblems - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[emblems/22] +Size=22 +Context=Emblems +Type=Fixed + +########## Emoticons +########## ordered by size + +#22x22 - Fixed size - Emoticons - DO_NOT_USE_ANYWHERE_ELSE - Color/flat +[emotes/22] +Size=22 +Context=Emotes +Type=Fixed + +########## Mimetypes +########## ordered by size + +#16x16 - Fixed size - For small file type icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[mimetypes/16] +Size=16 +Context=MimeTypes +Type=Fixed +MinSize=16 + +#22x22 - Fixed size - For small file type icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[mimetypes/22] +Size=22 +Context=MimeTypes +Type=Scalable +MinSize=22 +MaxSize=24 + +#32x32 - Scalable - For file type icons >!!!ONLY!!!< - Scalable to the following sizes: 64x64 (default), 32x32, 128x128, 256x256 - DO_NOT_USE_ANYWHERE_ELSE - Color +[mimetypes/32] +Size=32 +Context=MimeTypes +Type=Scalable +MinSize=32 +MaxSize=48 + +#64x64 - Scalable - For file type icons >!!!ONLY!!!< - Scalable to the following sizes: 64x64 (default), 32x32, 128x128, 256x256 - DO_NOT_USE_ANYWHERE_ELSE - Color +[mimetypes/64] +Size=64 +Context=MimeTypes +Type=Scalable +MinSize=64 +MaxSize=256 + +########## Places +########## ordered by size + +#16x16 - Fixed size - For small folder icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[places/16] +Size=16 +Context=Places +Type=Fixed +MinSize=16 + +#22x22 - Fixed size - Workaround icon(s) for toolbar(s) button(s) e.g. KMail trash icon - WRONG_ICON_USAGE_BY_APP - Monochrome +[places/22] +Size=22 +Context=Places +Type=Fixed + +#32x32 - Scalable - For folder icons >!!!ONLY!!!< - Scalable to the following sizes: 64x64 (default), 32x32, 128x128, 256x256 - DO_NOT_USE_ANYWHERE_ELSE - Color +[places/32] +Size=32 +Context=Places +Type=Scalable +MinSize=32 +MaxSize=48 + +#64x64 - Scalable - For folder icons >!!!ONLY!!!< - Scalable to the following sizes: 64x64 (default), 32x32, 128x128, 256x256 - DO_NOT_USE_ANYWHERE_ELSE - Color +[places/64] +Size=64 +Context=Places +Type=Scalable +MinSize=64 +MaxSize=256 + +########## Status +########## ordered by size + +#16x16 - Fixed size - For IM status icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[status/16] +Size=16 +Context=Status +Type=Fixed + +#22x22 - Fixed size - Icon(s) for Plasma theme/System Tray. Not particularly used on Plasma. - DO_NOT_USE_ANYWHERE_ELSE - Monochrome +[status/22] +Size=22 +Context=Status +Type=Scalable +MinSize=22 +MaxSize=32 + +#24x24 - Fixed size - for GTK apps. - WRONG_ICON_USAGE_BY_APP - Monochrome +[status/24] +Size=24 +Context=Status +Type=Fixed + +#64x64 - Fixed size - For dialog icons >!!!ONLY!!!< - DO_NOT_USE_ANYWHERE_ELSE - Color +[status/64] +Size=64 +Context=Status +Type=Fixed + +# Gnome symbolic icons + +[actions/symbolic] +Context=Actions +Size=16 +MinSize=8 +MaxSize=512 +Type=Scalable + +[devices/symbolic] +Context=Devices +Size=16 +MinSize=8 +MaxSize=512 +Type=Scalable + +[emblems/symbolic] +Context=Emblems +Size=16 +MinSize=8 +MaxSize=512 +Type=Scalable + +[places/symbolic] +Context=Places +Size=16 +MinSize=8 +MaxSize=512 +Type=Scalable + +[status/symbolic] +Context=Status +Size=16 +MinSize=8 +MaxSize=512 +Type=Scalable + +########## EOF diff --git a/icons/breeze/icons/places/16/folder.svg b/icons/breeze/icons/places/16/folder.svg new file mode 100644 index 00000000..caca0e17 --- /dev/null +++ b/icons/breeze/icons/places/16/folder.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/places/22/folder.svg b/icons/breeze/icons/places/22/folder.svg new file mode 100644 index 00000000..871f94a0 --- /dev/null +++ b/icons/breeze/icons/places/22/folder.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/icons/breeze/icons/places/32/folder.svg b/icons/breeze/icons/places/32/folder.svg new file mode 100644 index 00000000..2acb4abe --- /dev/null +++ b/icons/breeze/icons/places/32/folder.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/breeze/icons/places/64/folder.svg b/icons/breeze/icons/places/64/folder.svg new file mode 100644 index 00000000..22919bdf --- /dev/null +++ b/icons/breeze/icons/places/64/folder.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3