From f2a0226cb35bb6e9682c661daccff1826f86d13a Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Thu, 26 Jul 2018 16:51:10 +0200 Subject: Fixing paths to allow themes and icons inside main inkscape instalation not only at home --- share/CMakeLists.txt | 4 +- share/icons/CMakeLists.txt | 4 - share/icons/OCAL.png | Bin 7956 -> 0 bytes share/icons/README | 13 - share/icons/color-management-icon.png | Bin 2720 -> 0 bytes share/icons/feBlend-icon.png | Bin 8059 -> 0 bytes share/icons/feColorMatrix-icon.png | Bin 3924 -> 0 bytes share/icons/feComposite-icon.png | Bin 7097 -> 0 bytes share/icons/feConvolveMatrix-icon.png | Bin 19842 -> 0 bytes share/icons/feDiffuseLighting-icon.png | Bin 9834 -> 0 bytes share/icons/feDisplacementMap-icon.png | Bin 7349 -> 0 bytes share/icons/feFlood-icon.png | Bin 5742 -> 0 bytes share/icons/feGaussianBlur-icon.png | Bin 4360 -> 0 bytes share/icons/feImage-icon.png | Bin 18082 -> 0 bytes share/icons/feMerge-icon.png | Bin 8035 -> 0 bytes share/icons/feMorphology-icon.png | Bin 3427 -> 0 bytes share/icons/feOffset-icon.png | Bin 3236 -> 0 bytes share/icons/feSpecularLighting-icon.png | Bin 9834 -> 0 bytes share/icons/feTurbulence-icon.png | Bin 18340 -> 0 bytes share/icons/inkscape-logo-icons-sized.svg | 390 --- share/icons/out-of-gamut-icon.png | Bin 1016 -> 0 bytes share/icons/remove-color.png | Bin 620 -> 0 bytes share/icons/symbolic_icons.svg | 3637 --------------------------- share/icons/ticotico.jpg | Bin 108986 -> 0 bytes share/icons/too-much-ink-icon.png | Bin 655 -> 0 bytes share/pixmaps/CMakeLists.txt | 4 + share/pixmaps/OCAL.png | Bin 0 -> 7956 bytes share/pixmaps/README | 13 + share/pixmaps/inkscape-logo-icons-sized.svg | 390 +++ share/pixmaps/remove-color.png | Bin 0 -> 620 bytes share/pixmaps/symbolic_icons.svg | 3637 +++++++++++++++++++++++++++ share/pixmaps/ticotico.jpg | Bin 0 -> 108986 bytes share/themes/CMakeLists.txt | 0 33 files changed, 4047 insertions(+), 4045 deletions(-) delete mode 100644 share/icons/OCAL.png delete mode 100644 share/icons/README delete mode 100644 share/icons/color-management-icon.png delete mode 100644 share/icons/feBlend-icon.png delete mode 100644 share/icons/feColorMatrix-icon.png delete mode 100644 share/icons/feComposite-icon.png delete mode 100644 share/icons/feConvolveMatrix-icon.png delete mode 100644 share/icons/feDiffuseLighting-icon.png delete mode 100644 share/icons/feDisplacementMap-icon.png delete mode 100644 share/icons/feFlood-icon.png delete mode 100644 share/icons/feGaussianBlur-icon.png delete mode 100644 share/icons/feImage-icon.png delete mode 100644 share/icons/feMerge-icon.png delete mode 100644 share/icons/feMorphology-icon.png delete mode 100644 share/icons/feOffset-icon.png delete mode 100644 share/icons/feSpecularLighting-icon.png delete mode 100644 share/icons/feTurbulence-icon.png delete mode 100644 share/icons/inkscape-logo-icons-sized.svg delete mode 100644 share/icons/out-of-gamut-icon.png delete mode 100644 share/icons/remove-color.png delete mode 100644 share/icons/symbolic_icons.svg delete mode 100644 share/icons/ticotico.jpg delete mode 100644 share/icons/too-much-ink-icon.png create mode 100644 share/pixmaps/CMakeLists.txt create mode 100644 share/pixmaps/OCAL.png create mode 100644 share/pixmaps/README create mode 100644 share/pixmaps/inkscape-logo-icons-sized.svg create mode 100644 share/pixmaps/remove-color.png create mode 100644 share/pixmaps/symbolic_icons.svg create mode 100644 share/pixmaps/ticotico.jpg create mode 100644 share/themes/CMakeLists.txt (limited to 'share') diff --git a/share/CMakeLists.txt b/share/CMakeLists.txt index b34875502..5d74ff397 100644 --- a/share/CMakeLists.txt +++ b/share/CMakeLists.txt @@ -13,5 +13,7 @@ add_subdirectory(patterns) add_subdirectory(screens) add_subdirectory(symbols) add_subdirectory(templates) +add_subdirectory(themes) +add_subdirectory(pixmaps) add_subdirectory(tutorials) -add_subdirectory(ui) \ No newline at end of file +add_subdirectory(ui) diff --git a/share/icons/CMakeLists.txt b/share/icons/CMakeLists.txt index e7465ee22..89bcddf43 100644 --- a/share/icons/CMakeLists.txt +++ b/share/icons/CMakeLists.txt @@ -2,7 +2,3 @@ add_subdirectory(application) add_subdirectory(hicolor) add_subdirectory(Tango) -file(GLOB _FILES "*.svg" "*.jpg" "*.png" "README") -install(FILES ${_FILES} DESTINATION ${INKSCAPE_SHARE_INSTALL}/icons) - -install(FILES ../branding/inkscape.svg DESTINATION ${INKSCAPE_SHARE_INSTALL}/icons) diff --git a/share/icons/OCAL.png b/share/icons/OCAL.png deleted file mode 100644 index b77239ba1..000000000 Binary files a/share/icons/OCAL.png and /dev/null differ diff --git a/share/icons/README b/share/icons/README deleted file mode 100644 index e07dc4f46..000000000 --- a/share/icons/README +++ /dev/null @@ -1,13 +0,0 @@ - -Icons follow the freedesktop.org icon scheme. Icons must be placed in -either the "root" level icon directory (share/icons, not recommended) -or a subdirectory which matches one the system installed theme, -i.e. share/icons/hicolor/scalable/actions. Note that 'hicolor' is the -default/backup theme. For the moment, putting all Inkscape icons in -'actions' subdirectory. - -Providing an 'index.theme' file or generating an icon cache via -gtk-update-icon-cache does not appear useful. - -ticotico.jpg is (C)2008 Dario Sanches licensed under Creative Commons by-sa 3.0 - diff --git a/share/icons/color-management-icon.png b/share/icons/color-management-icon.png deleted file mode 100644 index 469ccd72a..000000000 Binary files a/share/icons/color-management-icon.png and /dev/null differ diff --git a/share/icons/feBlend-icon.png b/share/icons/feBlend-icon.png deleted file mode 100644 index 1c1aca849..000000000 Binary files a/share/icons/feBlend-icon.png and /dev/null differ diff --git a/share/icons/feColorMatrix-icon.png b/share/icons/feColorMatrix-icon.png deleted file mode 100644 index 3199299af..000000000 Binary files a/share/icons/feColorMatrix-icon.png and /dev/null differ diff --git a/share/icons/feComposite-icon.png b/share/icons/feComposite-icon.png deleted file mode 100644 index 9f19feb57..000000000 Binary files a/share/icons/feComposite-icon.png and /dev/null differ diff --git a/share/icons/feConvolveMatrix-icon.png b/share/icons/feConvolveMatrix-icon.png deleted file mode 100644 index 63ac6a63e..000000000 Binary files a/share/icons/feConvolveMatrix-icon.png and /dev/null differ diff --git a/share/icons/feDiffuseLighting-icon.png b/share/icons/feDiffuseLighting-icon.png deleted file mode 100644 index cb4d7978a..000000000 Binary files a/share/icons/feDiffuseLighting-icon.png and /dev/null differ diff --git a/share/icons/feDisplacementMap-icon.png b/share/icons/feDisplacementMap-icon.png deleted file mode 100644 index 577b21e03..000000000 Binary files a/share/icons/feDisplacementMap-icon.png and /dev/null differ diff --git a/share/icons/feFlood-icon.png b/share/icons/feFlood-icon.png deleted file mode 100644 index da5da07ec..000000000 Binary files a/share/icons/feFlood-icon.png and /dev/null differ diff --git a/share/icons/feGaussianBlur-icon.png b/share/icons/feGaussianBlur-icon.png deleted file mode 100644 index 3610a9b17..000000000 Binary files a/share/icons/feGaussianBlur-icon.png and /dev/null differ diff --git a/share/icons/feImage-icon.png b/share/icons/feImage-icon.png deleted file mode 100644 index d09feb668..000000000 Binary files a/share/icons/feImage-icon.png and /dev/null differ diff --git a/share/icons/feMerge-icon.png b/share/icons/feMerge-icon.png deleted file mode 100644 index 85e4293d6..000000000 Binary files a/share/icons/feMerge-icon.png and /dev/null differ diff --git a/share/icons/feMorphology-icon.png b/share/icons/feMorphology-icon.png deleted file mode 100644 index eb095d488..000000000 Binary files a/share/icons/feMorphology-icon.png and /dev/null differ diff --git a/share/icons/feOffset-icon.png b/share/icons/feOffset-icon.png deleted file mode 100644 index 9adb2efa9..000000000 Binary files a/share/icons/feOffset-icon.png and /dev/null differ diff --git a/share/icons/feSpecularLighting-icon.png b/share/icons/feSpecularLighting-icon.png deleted file mode 100644 index cb4d7978a..000000000 Binary files a/share/icons/feSpecularLighting-icon.png and /dev/null differ diff --git a/share/icons/feTurbulence-icon.png b/share/icons/feTurbulence-icon.png deleted file mode 100644 index f3b7b9908..000000000 Binary files a/share/icons/feTurbulence-icon.png and /dev/null differ diff --git a/share/icons/inkscape-logo-icons-sized.svg b/share/icons/inkscape-logo-icons-sized.svg deleted file mode 100644 index 0c5749125..000000000 --- a/share/icons/inkscape-logo-icons-sized.svg +++ /dev/null @@ -1,390 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -image/svg+xml - - - -Jakub Steiner - - -http://jimmac.musichall.cz - -Folder - - -dir -folder - - - - - - - - - - - - - - - - - - - - - - - - - -image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/share/icons/out-of-gamut-icon.png b/share/icons/out-of-gamut-icon.png deleted file mode 100644 index 1e96a9563..000000000 Binary files a/share/icons/out-of-gamut-icon.png and /dev/null differ diff --git a/share/icons/remove-color.png b/share/icons/remove-color.png deleted file mode 100644 index 87b481b95..000000000 Binary files a/share/icons/remove-color.png and /dev/null differ diff --git a/share/icons/symbolic_icons.svg b/share/icons/symbolic_icons.svg deleted file mode 100644 index 3ad3785c2..000000000 --- a/share/icons/symbolic_icons.svg +++ /dev/null @@ -1,3637 +0,0 @@ - - - - -Inkscape Icon Theme - - - - - - - - - - - - -image/svg+xml - -Inkscape Icon Theme - - -Barbara Muraus - - - - -Jakub Steiner, Josh Andler - - - - - - -Use the swatch palette to change color globally - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -folder-templates - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -stock-reshow-filter - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -inkscape:path-effect="#path-effect36695" striped for faster load - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -no-marker - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -object-symbol - - - - - - - - - -object-unsymbol - - - - - - - - -pack-less - - - - - - - - - - - -pack-more - - - - - - - - - - - - - - - - - - - - - -symbol-fit - - - - - - - -symbol-smaller - - - - - - -symbol-bigger - - - - - - -mesh-gradient - - - - - - - - - - - - - - - - -mesh-gradient-16px - - - - - - - - - - - - - - - - - - - - - - - - - - - - -boundingbox_top_left - - - - - -boundingbox_top - - - - - -boundingbox_top_right - - - - - - - -boundingbox_left - - - - - - - -boundingbox_right - - - - - - - -boundingbox_bottom_left - - - - - - - -boundingbox_bottom - - - - - - - -boundingbox_bottom_right - - - - - - - -boundingbox_center - - - - -exchange-positions - - - - - - - - -exchange-positions-zorder - - - - - - - - - -exchange-positions-clockwise - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -preferences-system - - - - - -document-revert - - - - -document-revert-rtl - - - - -go-up - - - - -go-down - - - - -edit-delete - - - - -format-indent-more - - - - - - - - -format-indent-less - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/share/icons/ticotico.jpg b/share/icons/ticotico.jpg deleted file mode 100644 index 405643c7c..000000000 Binary files a/share/icons/ticotico.jpg and /dev/null differ diff --git a/share/icons/too-much-ink-icon.png b/share/icons/too-much-ink-icon.png deleted file mode 100644 index 14fed033d..000000000 Binary files a/share/icons/too-much-ink-icon.png and /dev/null differ diff --git a/share/pixmaps/CMakeLists.txt b/share/pixmaps/CMakeLists.txt new file mode 100644 index 000000000..4cec1a6f7 --- /dev/null +++ b/share/pixmaps/CMakeLists.txt @@ -0,0 +1,4 @@ +file(GLOB _FILES "*.svg" "*.jpg" "*.png" "README") +install(FILES ${_FILES} DESTINATION ${INKSCAPE_SHARE_INSTALL}/pixmaps) + +install(FILES ../branding/inkscape.svg DESTINATION ${INKSCAPE_SHARE_INSTALL}/pixmaps) diff --git a/share/pixmaps/OCAL.png b/share/pixmaps/OCAL.png new file mode 100644 index 000000000..b77239ba1 Binary files /dev/null and b/share/pixmaps/OCAL.png differ diff --git a/share/pixmaps/README b/share/pixmaps/README new file mode 100644 index 000000000..e07dc4f46 --- /dev/null +++ b/share/pixmaps/README @@ -0,0 +1,13 @@ + +Icons follow the freedesktop.org icon scheme. Icons must be placed in +either the "root" level icon directory (share/icons, not recommended) +or a subdirectory which matches one the system installed theme, +i.e. share/icons/hicolor/scalable/actions. Note that 'hicolor' is the +default/backup theme. For the moment, putting all Inkscape icons in +'actions' subdirectory. + +Providing an 'index.theme' file or generating an icon cache via +gtk-update-icon-cache does not appear useful. + +ticotico.jpg is (C)2008 Dario Sanches licensed under Creative Commons by-sa 3.0 + diff --git a/share/pixmaps/inkscape-logo-icons-sized.svg b/share/pixmaps/inkscape-logo-icons-sized.svg new file mode 100644 index 000000000..0c5749125 --- /dev/null +++ b/share/pixmaps/inkscape-logo-icons-sized.svg @@ -0,0 +1,390 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +image/svg+xml + + + +Jakub Steiner + + +http://jimmac.musichall.cz + +Folder + + +dir +folder + + + + + + + + + + + + + + + + + + + + + + + + + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/share/pixmaps/remove-color.png b/share/pixmaps/remove-color.png new file mode 100644 index 000000000..87b481b95 Binary files /dev/null and b/share/pixmaps/remove-color.png differ diff --git a/share/pixmaps/symbolic_icons.svg b/share/pixmaps/symbolic_icons.svg new file mode 100644 index 000000000..3ad3785c2 --- /dev/null +++ b/share/pixmaps/symbolic_icons.svg @@ -0,0 +1,3637 @@ + + + + +Inkscape Icon Theme + + + + + + + + + + + + +image/svg+xml + +Inkscape Icon Theme + + +Barbara Muraus + + + + +Jakub Steiner, Josh Andler + + + + + + +Use the swatch palette to change color globally + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +folder-templates + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +stock-reshow-filter + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +inkscape:path-effect="#path-effect36695" striped for faster load + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +no-marker + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +object-symbol + + + + + + + + + +object-unsymbol + + + + + + + + +pack-less + + + + + + + + + + + +pack-more + + + + + + + + + + + + + + + + + + + + + +symbol-fit + + + + + + + +symbol-smaller + + + + + + +symbol-bigger + + + + + + +mesh-gradient + + + + + + + + + + + + + + + + +mesh-gradient-16px + + + + + + + + + + + + + + + + + + + + + + + + + + + + +boundingbox_top_left + + + + + +boundingbox_top + + + + + +boundingbox_top_right + + + + + + + +boundingbox_left + + + + + + + +boundingbox_right + + + + + + + +boundingbox_bottom_left + + + + + + + +boundingbox_bottom + + + + + + + +boundingbox_bottom_right + + + + + + + +boundingbox_center + + + + +exchange-positions + + + + + + + + +exchange-positions-zorder + + + + + + + + + +exchange-positions-clockwise + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +preferences-system + + + + + +document-revert + + + + +document-revert-rtl + + + + +go-up + + + + +go-down + + + + +edit-delete + + + + +format-indent-more + + + + + + + + +format-indent-less + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/share/pixmaps/ticotico.jpg b/share/pixmaps/ticotico.jpg new file mode 100644 index 000000000..405643c7c Binary files /dev/null and b/share/pixmaps/ticotico.jpg differ diff --git a/share/themes/CMakeLists.txt b/share/themes/CMakeLists.txt new file mode 100644 index 000000000..e69de29bb -- cgit v1.2.3