diff --git a/README.md b/README.md
index 0343b6cd..25ec547d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Flameshot
-
+
> Powerful yet simple to use screenshot software.
[](https://travis-ci.org/lupoDharkael/flameshot)
@@ -8,7 +8,7 @@
[](https://github.com/lupoDharkael/flameshot/releases)
## Usage Preview
-
+
## Index
- [Features](#features)
@@ -171,7 +171,7 @@ The compilation requires Qt version 5.3 or higher and GCC 4.9.2 or higher.
### Debian
Compilation Dependencies:
````
-apt install git g++ build-essential qt5-qmake qt5-default qttools5-dev-tools
+apt install git g++ build-essential qt5-qmake qt5-default qttools5-dev-tools libqt5svg5-dev
````
Compilation: run `qmake && make` in the main directory.
@@ -179,7 +179,7 @@ Compilation: run `qmake && make` in the main directory.
### Fedora
Compilation Dependencies:
````
-dnf install qt5-devel gcc-c++ git qt5-qtbase-devel qt5-linguist
+dnf install qt5-devel gcc-c++ git qt5-qtbase-devel qt5-linguist qt5-qtsvg-devel
````
Compilation: run `qmake-qt5 && make` in the main directory.
@@ -187,7 +187,7 @@ Compilation: run `qmake-qt5 && make` in the main directory.
### Arch
Compilation Dependencies:
````
-pacman -S git qt5-base base-devel qt5-tools
+pacman -S base-devel git qt5-base qt5-tools qt5-svg
````
Compilation: run `qmake && make` in the main directory.
diff --git a/debian/control b/debian/control
index 323ba85f..d11ec684 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends:
qt5-qmake,
qtbase5-dev,
qttools5-dev-tools,
+ libqt5svg5-dev
Standards-Version: 4.1.4
Homepage: https://github.com/lupoDharkael/flameshot
Vcs-Browser: https://github.com/lupoDharkael/flameshot
diff --git a/docs/appdata/flameshot.appdata.xml b/docs/appdata/flameshot.appdata.xml
index a5926916..62605e52 100644
--- a/docs/appdata/flameshot.appdata.xml
+++ b/docs/appdata/flameshot.appdata.xml
@@ -14,10 +14,10 @@
- https://raw.githubusercontent.com/lupoDharkael/flameshot/master/img/appPreview/usageStatic.png
+ https://raw.githubusercontent.com/lupoDharkael/flameshot/master/img/preview/usageStatic.png
- https://raw.githubusercontent.com/lupoDharkael/flameshot/master/img/appPreview/animatedUsage.gif
+ https://raw.githubusercontent.com/lupoDharkael/flameshot/master/img/preview/animatedUsage.gifhttps://github.com/lupoDharkael/flameshot
diff --git a/flameshot.pro b/flameshot.pro
index d1f022b5..6ac850dd 100644
--- a/flameshot.pro
+++ b/flameshot.pro
@@ -12,7 +12,7 @@ isEmpty(TAG_VERSION){
}
DEFINES += APP_VERSION=\\\"$$TAG_VERSION\\\"
-QT += core gui widgets network
+QT += core gui widgets network svg
unix:!macx {
QT += dbus
@@ -25,7 +25,7 @@ CONFIG += c++11 link_pkgconfig
TARGET = flameshot
TEMPLATE = app
-win32:RC_ICONS += img/flameshot.ico
+win32:RC_ICONS += img/app/flameshot.ico
#release: DESTDIR = build/release
#debug: DESTDIR = build/debug
@@ -250,7 +250,7 @@ unix:!macx {
dbus.files = dbus/org.dharkael.Flameshot.xml
icon.path = $${BASEDIR}$${PREFIX}/share/icons/
- icon.files = img/flameshot.png
+ icon.files = img/app/flameshot.svg
completion.path = $${BASEDIR}$${PREFIX}/share/bash-completion/completions/
completion.files = docs/bash-completion/flameshot
diff --git a/graphics.qrc b/graphics.qrc
index 5169b369..87a2a790 100644
--- a/graphics.qrc
+++ b/graphics.qrc
@@ -1,63 +1,68 @@
- img/flameshot.svg
- img/buttonIconsBlack/arrow-bottom-left.png
- img/buttonIconsBlack/circle-outline.png
- img/buttonIconsBlack/close.png
- img/buttonIconsBlack/cloud-upload.png
- img/buttonIconsBlack/content-copy.png
- img/buttonIconsBlack/content-save.png
- img/buttonIconsBlack/exit-to-app.png
- img/buttonIconsBlack/line.png
- img/buttonIconsBlack/marker.png
- img/buttonIconsBlack/pencil.png
- img/buttonIconsBlack/square-outline.png
- img/buttonIconsBlack/undo-variant.png
- img/buttonIconsWhite/arrow-bottom-left.png
- img/buttonIconsWhite/square-outline.png
- img/buttonIconsWhite/undo-variant.png
- img/buttonIconsWhite/circle-outline.png
- img/buttonIconsWhite/close.png
- img/buttonIconsWhite/cloud-upload.png
- img/buttonIconsWhite/content-copy.png
- img/buttonIconsWhite/content-save.png
- img/buttonIconsWhite/exit-to-app.png
- img/buttonIconsWhite/format-text.png
- img/buttonIconsWhite/line.png
- img/buttonIconsWhite/marker.png
- img/buttonIconsWhite/pencil.png
- img/buttonIconsBlack/cursor-move.png
- img/buttonIconsWhite/cursor-move.png
- img/buttonIconsBlack/square.png
- img/buttonIconsWhite/square.png
- img/flameshot.png
- img/configWhite/config.png
- img/configWhite/graphics.png
- img/configWhite/name_edition.png
- img/configBlack/config.png
- img/configBlack/graphics.png
- img/configBlack/name_edition.png
- img/buttonIconsBlack/size_indicator.png
- img/buttonIconsWhite/size_indicator.png
- img/buttonIconsBlack/open_with.png
- img/buttonIconsWhite/open_with.png
- img/buttonIconsBlack/blur.png
- img/buttonIconsWhite/blur.png
- img/buttonIconsBlack/redo-variant.png
- img/buttonIconsWhite/redo-variant.png
- img/buttonIconsBlack/pin.png
- img/buttonIconsWhite/pin.png
- img/buttonIconsBlack/text.png
- img/buttonIconsWhite/text.png
- img/configBlack/colorize.png
- img/configWhite/colorize.png
- img/configWhite/format_bold.png
- img/configWhite/format_italic.png
- img/configWhite/format_strikethrough.png
- img/configWhite/format_underlined.png
- img/configBlack/format_bold.png
- img/configBlack/format_italic.png
- img/configBlack/format_strikethrough.png
- img/configBlack/format_underlined.png
+ img/app/flameshot.svg
+ img/app/flameshot.png
+ img/material/black/undo-variant.svg
+ img/material/black/text.svg
+ img/material/black/square.svg
+ img/material/black/square-outline.svg
+ img/material/black/size_indicator.svg
+ img/material/black/redo-variant.svg
+ img/material/black/pin.svg
+ img/material/black/pencil.svg
+ img/material/black/open_with.svg
+ img/material/black/name_edition.svg
+ img/material/black/mouse.svg
+ img/material/black/mouse-off.svg
+ img/material/black/marker.svg
+ img/material/black/line.svg
+ img/material/black/graphics.svg
+ img/material/black/format-text.svg
+ img/material/black/format_underlined.svg
+ img/material/black/format_strikethrough.svg
+ img/material/black/format_italic.svg
+ img/material/black/format_bold.svg
+ img/material/black/exit-to-app.svg
+ img/material/black/cursor-move.svg
+ img/material/black/content-save.svg
+ img/material/black/content-copy.svg
+ img/material/black/config.svg
+ img/material/black/colorize.svg
+ img/material/black/cloud-upload.svg
+ img/material/black/close.svg
+ img/material/black/circle-outline.svg
+ img/material/black/blur.svg
+ img/material/black/arrow-bottom-left.svg
+ img/material/white/undo-variant.svg
+ img/material/white/text.svg
+ img/material/white/square.svg
+ img/material/white/square-outline.svg
+ img/material/white/size_indicator.svg
+ img/material/white/redo-variant.svg
+ img/material/white/pin.svg
+ img/material/white/pencil.svg
+ img/material/white/open_with.svg
+ img/material/white/name_edition.svg
+ img/material/white/mouse.svg
+ img/material/white/mouse-off.svg
+ img/material/white/marker.svg
+ img/material/white/line.svg
+ img/material/white/graphics.svg
+ img/material/white/format-text.svg
+ img/material/white/format_underlined.svg
+ img/material/white/format_strikethrough.svg
+ img/material/white/format_italic.svg
+ img/material/white/format_bold.svg
+ img/material/white/exit-to-app.svg
+ img/material/white/cursor-move.svg
+ img/material/white/content-save.svg
+ img/material/white/content-copy.svg
+ img/material/white/config.svg
+ img/material/white/colorize.svg
+ img/material/white/cloud-upload.svg
+ img/material/white/close.svg
+ img/material/white/circle-outline.svg
+ img/material/white/blur.svg
+ img/material/white/arrow-bottom-left.svg
diff --git a/img/flameshot.ico b/img/app/flameshot.ico
similarity index 100%
rename from img/flameshot.ico
rename to img/app/flameshot.ico
diff --git a/img/flameshot.png b/img/app/flameshot.png
similarity index 100%
rename from img/flameshot.png
rename to img/app/flameshot.png
diff --git a/img/app/flameshot.svg b/img/app/flameshot.svg
new file mode 100644
index 00000000..8138a773
--- /dev/null
+++ b/img/app/flameshot.svg
@@ -0,0 +1,6 @@
+
diff --git a/img/flameshotLogoLicense.txt b/img/app/flameshotLogoLicense.txt
similarity index 100%
rename from img/flameshotLogoLicense.txt
rename to img/app/flameshotLogoLicense.txt
diff --git a/img/buttonIconsBlack/arrow-bottom-left.svg b/img/buttonIconsBlack/arrow-bottom-left.svg
deleted file mode 100644
index c81a0744..00000000
--- a/img/buttonIconsBlack/arrow-bottom-left.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/img/buttonIconsBlack/circle-outline.svg b/img/buttonIconsBlack/circle-outline.svg
deleted file mode 100644
index fa45a41c..00000000
--- a/img/buttonIconsBlack/circle-outline.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/img/buttonIconsBlack/close.svg b/img/buttonIconsBlack/close.svg
deleted file mode 100644
index 18691d7e..00000000
--- a/img/buttonIconsBlack/close.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/img/buttonIconsBlack/cloud-upload.svg b/img/buttonIconsBlack/cloud-upload.svg
deleted file mode 100644
index 8509478e..00000000
--- a/img/buttonIconsBlack/cloud-upload.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/img/buttonIconsBlack/content-copy.svg b/img/buttonIconsBlack/content-copy.svg
deleted file mode 100644
index 923d236e..00000000
--- a/img/buttonIconsBlack/content-copy.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/img/buttonIconsBlack/content-save.svg b/img/buttonIconsBlack/content-save.svg
deleted file mode 100644
index 2a895ab1..00000000
--- a/img/buttonIconsBlack/content-save.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/img/buttonIconsBlack/cursor-move.svg b/img/buttonIconsBlack/cursor-move.svg
deleted file mode 100644
index 9cac61de..00000000
--- a/img/buttonIconsBlack/cursor-move.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/img/buttonIconsBlack/exit-to-app.svg b/img/buttonIconsBlack/exit-to-app.svg
deleted file mode 100644
index e976e0d1..00000000
--- a/img/buttonIconsBlack/exit-to-app.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/img/buttonIconsBlack/format-text.svg b/img/buttonIconsBlack/format-text.svg
deleted file mode 100644
index 52ca41d2..00000000
--- a/img/buttonIconsBlack/format-text.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/img/buttonIconsBlack/line.svg b/img/buttonIconsBlack/line.svg
deleted file mode 100644
index 5e2ceae0..00000000
--- a/img/buttonIconsBlack/line.svg
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
diff --git a/img/buttonIconsBlack/marker.svg b/img/buttonIconsBlack/marker.svg
deleted file mode 100644
index 527424ca..00000000
--- a/img/buttonIconsBlack/marker.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/img/buttonIconsBlack/mouse-off.svg b/img/buttonIconsBlack/mouse-off.svg
deleted file mode 100644
index efadb212..00000000
--- a/img/buttonIconsBlack/mouse-off.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/img/buttonIconsBlack/mouse.svg b/img/buttonIconsBlack/mouse.svg
deleted file mode 100644
index 982f21c6..00000000
--- a/img/buttonIconsBlack/mouse.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/img/buttonIconsBlack/open_with.svg b/img/buttonIconsBlack/open_with.svg
deleted file mode 100644
index 39bc1c09..00000000
--- a/img/buttonIconsBlack/open_with.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/img/buttonIconsBlack/pencil.svg b/img/buttonIconsBlack/pencil.svg
deleted file mode 100644
index bb4259a3..00000000
--- a/img/buttonIconsBlack/pencil.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/img/buttonIconsBlack/pin.svg b/img/buttonIconsBlack/pin.svg
deleted file mode 100644
index 66bbe0fe..00000000
--- a/img/buttonIconsBlack/pin.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
diff --git a/img/buttonIconsBlack/redo-variant.svg b/img/buttonIconsBlack/redo-variant.svg
deleted file mode 100644
index 47794d16..00000000
--- a/img/buttonIconsBlack/redo-variant.svg
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
diff --git a/img/buttonIconsBlack/square-outline.svg b/img/buttonIconsBlack/square-outline.svg
deleted file mode 100644
index 3b5101b9..00000000
--- a/img/buttonIconsBlack/square-outline.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/img/buttonIconsBlack/square.svg b/img/buttonIconsBlack/square.svg
deleted file mode 100644
index ee8836e6..00000000
--- a/img/buttonIconsBlack/square.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/img/buttonIconsBlack/undo-variant.svg b/img/buttonIconsBlack/undo-variant.svg
deleted file mode 100644
index db1f7c91..00000000
--- a/img/buttonIconsBlack/undo-variant.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/img/buttonIconsWhite/LICENSE.txt b/img/buttonIconsWhite/LICENSE.txt
deleted file mode 100644
index d6456956..00000000
--- a/img/buttonIconsWhite/LICENSE.txt
+++ /dev/null
@@ -1,202 +0,0 @@
-
- Apache License
- Version 2.0, January 2004
- http://www.apache.org/licenses/
-
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
- 1. Definitions.
-
- "License" shall mean the terms and conditions for use, reproduction,
- and distribution as defined by Sections 1 through 9 of this document.
-
- "Licensor" shall mean the copyright owner or entity authorized by
- the copyright owner that is granting the License.
-
- "Legal Entity" shall mean the union of the acting entity and all
- other entities that control, are controlled by, or are under common
- control with that entity. For the purposes of this definition,
- "control" means (i) the power, direct or indirect, to cause the
- direction or management of such entity, whether by contract or
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
- outstanding shares, or (iii) beneficial ownership of such entity.
-
- "You" (or "Your") shall mean an individual or Legal Entity
- exercising permissions granted by this License.
-
- "Source" form shall mean the preferred form for making modifications,
- including but not limited to software source code, documentation
- source, and configuration files.
-
- "Object" form shall mean any form resulting from mechanical
- transformation or translation of a Source form, including but
- not limited to compiled object code, generated documentation,
- and conversions to other media types.
-
- "Work" shall mean the work of authorship, whether in Source or
- Object form, made available under the License, as indicated by a
- copyright notice that is included in or attached to the work
- (an example is provided in the Appendix below).
-
- "Derivative Works" shall mean any work, whether in Source or Object
- form, that is based on (or derived from) the Work and for which the
- editorial revisions, annotations, elaborations, or other modifications
- represent, as a whole, an original work of authorship. For the purposes
- of this License, Derivative Works shall not include works that remain
- separable from, or merely link (or bind by name) to the interfaces of,
- the Work and Derivative Works thereof.
-
- "Contribution" shall mean any work of authorship, including
- the original version of the Work and any modifications or additions
- to that Work or Derivative Works thereof, that is intentionally
- submitted to Licensor for inclusion in the Work by the copyright owner
- or by an individual or Legal Entity authorized to submit on behalf of
- the copyright owner. For the purposes of this definition, "submitted"
- means any form of electronic, verbal, or written communication sent
- to the Licensor or its representatives, including but not limited to
- communication on electronic mailing lists, source code control systems,
- and issue tracking systems that are managed by, or on behalf of, the
- Licensor for the purpose of discussing and improving the Work, but
- excluding communication that is conspicuously marked or otherwise
- designated in writing by the copyright owner as "Not a Contribution."
-
- "Contributor" shall mean Licensor and any individual or Legal Entity
- on behalf of whom a Contribution has been received by Licensor and
- subsequently incorporated within the Work.
-
- 2. Grant of Copyright License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- copyright license to reproduce, prepare Derivative Works of,
- publicly display, publicly perform, sublicense, and distribute the
- Work and such Derivative Works in Source or Object form.
-
- 3. Grant of Patent License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- (except as stated in this section) patent license to make, have made,
- use, offer to sell, sell, import, and otherwise transfer the Work,
- where such license applies only to those patent claims licensable
- by such Contributor that are necessarily infringed by their
- Contribution(s) alone or by combination of their Contribution(s)
- with the Work to which such Contribution(s) was submitted. If You
- institute patent litigation against any entity (including a
- cross-claim or counterclaim in a lawsuit) alleging that the Work
- or a Contribution incorporated within the Work constitutes direct
- or contributory patent infringement, then any patent licenses
- granted to You under this License for that Work shall terminate
- as of the date such litigation is filed.
-
- 4. Redistribution. You may reproduce and distribute copies of the
- Work or Derivative Works thereof in any medium, with or without
- modifications, and in Source or Object form, provided that You
- meet the following conditions:
-
- (a) You must give any other recipients of the Work or
- Derivative Works a copy of this License; and
-
- (b) You must cause any modified files to carry prominent notices
- stating that You changed the files; and
-
- (c) You must retain, in the Source form of any Derivative Works
- that You distribute, all copyright, patent, trademark, and
- attribution notices from the Source form of the Work,
- excluding those notices that do not pertain to any part of
- the Derivative Works; and
-
- (d) If the Work includes a "NOTICE" text file as part of its
- distribution, then any Derivative Works that You distribute must
- include a readable copy of the attribution notices contained
- within such NOTICE file, excluding those notices that do not
- pertain to any part of the Derivative Works, in at least one
- of the following places: within a NOTICE text file distributed
- as part of the Derivative Works; within the Source form or
- documentation, if provided along with the Derivative Works; or,
- within a display generated by the Derivative Works, if and
- wherever such third-party notices normally appear. The contents
- of the NOTICE file are for informational purposes only and
- do not modify the License. You may add Your own attribution
- notices within Derivative Works that You distribute, alongside
- or as an addendum to the NOTICE text from the Work, provided
- that such additional attribution notices cannot be construed
- as modifying the License.
-
- You may add Your own copyright statement to Your modifications and
- may provide additional or different license terms and conditions
- for use, reproduction, or distribution of Your modifications, or
- for any such Derivative Works as a whole, provided Your use,
- reproduction, and distribution of the Work otherwise complies with
- the conditions stated in this License.
-
- 5. Submission of Contributions. Unless You explicitly state otherwise,
- any Contribution intentionally submitted for inclusion in the Work
- by You to the Licensor shall be under the terms and conditions of
- this License, without any additional terms or conditions.
- Notwithstanding the above, nothing herein shall supersede or modify
- the terms of any separate license agreement you may have executed
- with Licensor regarding such Contributions.
-
- 6. Trademarks. This License does not grant permission to use the trade
- names, trademarks, service marks, or product names of the Licensor,
- except as required for reasonable and customary use in describing the
- origin of the Work and reproducing the content of the NOTICE file.
-
- 7. Disclaimer of Warranty. Unless required by applicable law or
- agreed to in writing, Licensor provides the Work (and each
- Contributor provides its Contributions) on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- implied, including, without limitation, any warranties or conditions
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
- PARTICULAR PURPOSE. You are solely responsible for determining the
- appropriateness of using or redistributing the Work and assume any
- risks associated with Your exercise of permissions under this License.
-
- 8. Limitation of Liability. In no event and under no legal theory,
- whether in tort (including negligence), contract, or otherwise,
- unless required by applicable law (such as deliberate and grossly
- negligent acts) or agreed to in writing, shall any Contributor be
- liable to You for damages, including any direct, indirect, special,
- incidental, or consequential damages of any character arising as a
- result of this License or out of the use or inability to use the
- Work (including but not limited to damages for loss of goodwill,
- work stoppage, computer failure or malfunction, or any and all
- other commercial damages or losses), even if such Contributor
- has been advised of the possibility of such damages.
-
- 9. Accepting Warranty or Additional Liability. While redistributing
- the Work or Derivative Works thereof, You may choose to offer,
- and charge a fee for, acceptance of support, warranty, indemnity,
- or other liability obligations and/or rights consistent with this
- License. However, in accepting such obligations, You may act only
- on Your own behalf and on Your sole responsibility, not on behalf
- of any other Contributor, and only if You agree to indemnify,
- defend, and hold each Contributor harmless for any liability
- incurred by, or claims asserted against, such Contributor by reason
- of your accepting any such warranty or additional liability.
-
- END OF TERMS AND CONDITIONS
-
- APPENDIX: How to apply the Apache License to your work.
-
- To apply the Apache License to your work, attach the following
- boilerplate notice, with the fields enclosed by brackets "[]"
- replaced with your own identifying information. (Don't include
- the brackets!) The text should be enclosed in the appropriate
- comment syntax for the file format. We also recommend that a
- file or class name and description of purpose be included on the
- same "printed page" as the copyright notice for easier
- identification within third-party archives.
-
- Copyright [yyyy] [name of copyright owner]
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
diff --git a/img/buttonIconsWhite/README.md b/img/buttonIconsWhite/README.md
deleted file mode 100644
index d3b113ec..00000000
--- a/img/buttonIconsWhite/README.md
+++ /dev/null
@@ -1 +0,0 @@
- Google Material Design Icons are licensed under Apache License 2.0 (see LICENSE.txt)
diff --git a/img/buttonIconsWhite/arrow-bottom-left.svg b/img/buttonIconsWhite/arrow-bottom-left.svg
deleted file mode 100644
index eaa52b12..00000000
--- a/img/buttonIconsWhite/arrow-bottom-left.svg
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
diff --git a/img/buttonIconsWhite/blur.svg b/img/buttonIconsWhite/blur.svg
deleted file mode 100644
index 7cfb8051..00000000
--- a/img/buttonIconsWhite/blur.svg
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
diff --git a/img/buttonIconsWhite/circle-outline.svg b/img/buttonIconsWhite/circle-outline.svg
deleted file mode 100644
index b187c7f9..00000000
--- a/img/buttonIconsWhite/circle-outline.svg
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
diff --git a/img/buttonIconsWhite/close.svg b/img/buttonIconsWhite/close.svg
deleted file mode 100644
index 5df7c3f0..00000000
--- a/img/buttonIconsWhite/close.svg
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
diff --git a/img/buttonIconsWhite/cloud-upload.svg b/img/buttonIconsWhite/cloud-upload.svg
deleted file mode 100644
index 6238d637..00000000
--- a/img/buttonIconsWhite/cloud-upload.svg
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
diff --git a/img/buttonIconsWhite/content-copy.svg b/img/buttonIconsWhite/content-copy.svg
deleted file mode 100644
index 85fc5c64..00000000
--- a/img/buttonIconsWhite/content-copy.svg
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
diff --git a/img/buttonIconsWhite/content-save.svg b/img/buttonIconsWhite/content-save.svg
deleted file mode 100644
index b9bd4d6c..00000000
--- a/img/buttonIconsWhite/content-save.svg
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
diff --git a/img/buttonIconsWhite/cursor-move.svg b/img/buttonIconsWhite/cursor-move.svg
deleted file mode 100644
index f65e382c..00000000
--- a/img/buttonIconsWhite/cursor-move.svg
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
diff --git a/img/buttonIconsWhite/exit-to-app.svg b/img/buttonIconsWhite/exit-to-app.svg
deleted file mode 100644
index e7c5ac12..00000000
--- a/img/buttonIconsWhite/exit-to-app.svg
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
diff --git a/img/buttonIconsWhite/format-text.svg b/img/buttonIconsWhite/format-text.svg
deleted file mode 100644
index c2c17d89..00000000
--- a/img/buttonIconsWhite/format-text.svg
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
diff --git a/img/buttonIconsWhite/line.svg b/img/buttonIconsWhite/line.svg
deleted file mode 100644
index 83a7776c..00000000
--- a/img/buttonIconsWhite/line.svg
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
diff --git a/img/buttonIconsWhite/marker.svg b/img/buttonIconsWhite/marker.svg
deleted file mode 100644
index 3a769ede..00000000
--- a/img/buttonIconsWhite/marker.svg
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
diff --git a/img/buttonIconsWhite/mouse-off.svg b/img/buttonIconsWhite/mouse-off.svg
deleted file mode 100644
index cfdc7389..00000000
--- a/img/buttonIconsWhite/mouse-off.svg
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
diff --git a/img/buttonIconsWhite/mouse.svg b/img/buttonIconsWhite/mouse.svg
deleted file mode 100644
index 94b67439..00000000
--- a/img/buttonIconsWhite/mouse.svg
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
diff --git a/img/buttonIconsWhite/open_with.svg b/img/buttonIconsWhite/open_with.svg
deleted file mode 100644
index cc6e5344..00000000
--- a/img/buttonIconsWhite/open_with.svg
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
diff --git a/img/buttonIconsWhite/pencil.svg b/img/buttonIconsWhite/pencil.svg
deleted file mode 100644
index b9f8094c..00000000
--- a/img/buttonIconsWhite/pencil.svg
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
diff --git a/img/buttonIconsWhite/pin.svg b/img/buttonIconsWhite/pin.svg
deleted file mode 100644
index 901a9228..00000000
--- a/img/buttonIconsWhite/pin.svg
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
\ No newline at end of file
diff --git a/img/buttonIconsWhite/redo-variant.svg b/img/buttonIconsWhite/redo-variant.svg
deleted file mode 100644
index 893d5cab..00000000
--- a/img/buttonIconsWhite/redo-variant.svg
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
diff --git a/img/buttonIconsWhite/size_indicator.svg b/img/buttonIconsWhite/size_indicator.svg
deleted file mode 100644
index dd2fad8d..00000000
--- a/img/buttonIconsWhite/size_indicator.svg
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
diff --git a/img/buttonIconsWhite/square-outline.svg b/img/buttonIconsWhite/square-outline.svg
deleted file mode 100644
index b25ada03..00000000
--- a/img/buttonIconsWhite/square-outline.svg
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
diff --git a/img/buttonIconsWhite/square.svg b/img/buttonIconsWhite/square.svg
deleted file mode 100644
index b5986e3e..00000000
--- a/img/buttonIconsWhite/square.svg
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
diff --git a/img/buttonIconsWhite/text.svg b/img/buttonIconsWhite/text.svg
deleted file mode 100644
index 32074fd5..00000000
--- a/img/buttonIconsWhite/text.svg
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
diff --git a/img/buttonIconsWhite/undo-variant.svg b/img/buttonIconsWhite/undo-variant.svg
deleted file mode 100644
index 5a8514c9..00000000
--- a/img/buttonIconsWhite/undo-variant.svg
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
diff --git a/img/configBlack/name_edition.svg b/img/configBlack/name_edition.svg
deleted file mode 100644
index f73c4f88..00000000
--- a/img/configBlack/name_edition.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/img/configWhite/colorize.svg b/img/configWhite/colorize.svg
deleted file mode 100755
index 2c1ef5dc..00000000
--- a/img/configWhite/colorize.svg
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
diff --git a/img/configWhite/config.svg b/img/configWhite/config.svg
deleted file mode 100644
index 91cb3356..00000000
--- a/img/configWhite/config.svg
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
diff --git a/img/configWhite/format_bold.svg b/img/configWhite/format_bold.svg
deleted file mode 100755
index 94eb2fa1..00000000
--- a/img/configWhite/format_bold.svg
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
diff --git a/img/configWhite/format_italic.svg b/img/configWhite/format_italic.svg
deleted file mode 100755
index 14cbd711..00000000
--- a/img/configWhite/format_italic.svg
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
diff --git a/img/configWhite/format_strikethrough.svg b/img/configWhite/format_strikethrough.svg
deleted file mode 100755
index 812c02be..00000000
--- a/img/configWhite/format_strikethrough.svg
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
diff --git a/img/configWhite/format_underlined.svg b/img/configWhite/format_underlined.svg
deleted file mode 100755
index f0cc574e..00000000
--- a/img/configWhite/format_underlined.svg
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
diff --git a/img/configWhite/graphics.svg b/img/configWhite/graphics.svg
deleted file mode 100644
index 92017402..00000000
--- a/img/configWhite/graphics.svg
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
diff --git a/img/configWhite/name_edition.svg b/img/configWhite/name_edition.svg
deleted file mode 100644
index fa4ad144..00000000
--- a/img/configWhite/name_edition.svg
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
diff --git a/img/flameshot.svg b/img/flameshot.svg
deleted file mode 100644
index c11c3743..00000000
--- a/img/flameshot.svg
+++ /dev/null
@@ -1,87 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/img/buttonIconsBlack/LICENSE.txt b/img/material/LICENSE.txt
similarity index 100%
rename from img/buttonIconsBlack/LICENSE.txt
rename to img/material/LICENSE.txt
diff --git a/img/buttonIconsBlack/README.md b/img/material/README.md
similarity index 100%
rename from img/buttonIconsBlack/README.md
rename to img/material/README.md
diff --git a/img/buttonIconsBlack/arrow-bottom-left.png b/img/material/black/arrow-bottom-left.png
similarity index 100%
rename from img/buttonIconsBlack/arrow-bottom-left.png
rename to img/material/black/arrow-bottom-left.png
diff --git a/img/material/black/arrow-bottom-left.svg b/img/material/black/arrow-bottom-left.svg
new file mode 100644
index 00000000..048a0d33
--- /dev/null
+++ b/img/material/black/arrow-bottom-left.svg
@@ -0,0 +1,3 @@
+
diff --git a/img/buttonIconsBlack/blur.png b/img/material/black/blur.png
similarity index 100%
rename from img/buttonIconsBlack/blur.png
rename to img/material/black/blur.png
diff --git a/img/buttonIconsBlack/blur.svg b/img/material/black/blur.svg
similarity index 94%
rename from img/buttonIconsBlack/blur.svg
rename to img/material/black/blur.svg
index bb4f8451..3cb0b2de 100644
--- a/img/buttonIconsBlack/blur.svg
+++ b/img/material/black/blur.svg
@@ -1,4 +1,4 @@
-