diff options
555 files changed, 17692 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f8c1c505 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +Makefile +Makefile.in +/xmldocs.make +/install-sh +/m4/ +/missing +/omf.make +/compile +/config* +/autom4te.cache/ +/aclocal.m4 +/INSTALL +/ABOUT-NLS +po/*.gmo +po/Makefile.in.in +po/Makevars.template +po/POTFILES +po/Rules-quot +po/insert-header.sin +po/mate-themes.pot +po/*.sed +po/en@*.header +po/remove-potcdate.* +po/stamp-po + +# various generated files +settings.ini +desktop-themes/HighContrastInverse/gtk-2.0/gtkrc +index.theme diff --git a/configure.ac b/configure.ac index 0b722da4..1dc8c9c2 100644 --- a/configure.ac +++ b/configure.ac @@ -241,6 +241,102 @@ icon-themes/ContrastHigh/scalable/places/Makefile icon-themes/ContrastHigh/scalable/places-extra/Makefile icon-themes/ContrastHigh/scalable/status/Makefile icon-themes/ContrastHigh/scalable/status-extra/Makefile +icon-themes/Fog/Makefile +icon-themes/Fog/16x16/Makefile +icon-themes/Fog/16x16/actions/Makefile +icon-themes/Fog/16x16/apps/Makefile +icon-themes/Fog/16x16/devices/Makefile +icon-themes/Fog/16x16/places/Makefile +icon-themes/Fog/16x16/status/Makefile +icon-themes/Fog/22x22/Makefile +icon-themes/Fog/22x22/actions/Makefile +icon-themes/Fog/22x22/apps/Makefile +icon-themes/Fog/22x22/devices/Makefile +icon-themes/Fog/22x22/places/Makefile +icon-themes/Fog/22x22/status/Makefile +icon-themes/Fog/24x24/Makefile +icon-themes/Fog/24x24/actions/Makefile +icon-themes/Fog/24x24/apps/Makefile +icon-themes/Fog/24x24/devices/Makefile +icon-themes/Fog/24x24/places/Makefile +icon-themes/Fog/24x24/status/Makefile +icon-themes/Fog/32x32/Makefile +icon-themes/Fog/32x32/actions/Makefile +icon-themes/Fog/32x32/apps/Makefile +icon-themes/Fog/32x32/devices/Makefile +icon-themes/Fog/32x32/places/Makefile +icon-themes/Fog/32x32/status/Makefile +icon-themes/Fog/48x48/Makefile +icon-themes/Fog/48x48/actions/Makefile +icon-themes/Fog/48x48/apps/Makefile +icon-themes/Fog/48x48/devices/Makefile +icon-themes/Fog/48x48/places/Makefile +icon-themes/Fog/48x48/status/Makefile +icon-themes/Fog/64x64/Makefile +icon-themes/Fog/64x64/actions/Makefile +icon-themes/Fog/64x64/apps/Makefile +icon-themes/Fog/64x64/devices/Makefile +icon-themes/Fog/64x64/places/Makefile +icon-themes/Fog/64x64/status/Makefile +icon-themes/Fog/96x96/Makefile +icon-themes/Fog/96x96/actions/Makefile +icon-themes/Fog/96x96/apps/Makefile +icon-themes/Fog/96x96/devices/Makefile +icon-themes/Fog/96x96/places/Makefile +icon-themes/Fog/96x96/status/Makefile +icon-themes/Fog/128x128/Makefile +icon-themes/Fog/128x128/actions/Makefile +icon-themes/Fog/128x128/apps/Makefile +icon-themes/Fog/128x128/devices/Makefile +icon-themes/Fog/128x128/places/Makefile +icon-themes/Fog/128x128/status/Makefile +icon-themes/Fog/256x256/Makefile +icon-themes/Fog/256x256/actions/Makefile +icon-themes/Fog/256x256/apps/Makefile +icon-themes/Fog/256x256/devices/Makefile +icon-themes/Fog/256x256/places/Makefile +icon-themes/Fog/256x256/status/Makefile +icon-themes/Quid/Makefile +icon-themes/Quid/16x16/Makefile +icon-themes/Quid/16x16/actions/Makefile +icon-themes/Quid/16x16/places/Makefile +icon-themes/Quid/16x16/status/Makefile +icon-themes/Quid/22x22/Makefile +icon-themes/Quid/22x22/actions/Makefile +icon-themes/Quid/22x22/places/Makefile +icon-themes/Quid/22x22/status/Makefile +icon-themes/Quid/24x24/Makefile +icon-themes/Quid/24x24/actions/Makefile +icon-themes/Quid/24x24/places/Makefile +icon-themes/Quid/24x24/status/Makefile +icon-themes/Quid/32x32/Makefile +icon-themes/Quid/32x32/actions/Makefile +icon-themes/Quid/32x32/places/Makefile +icon-themes/Quid/32x32/status/Makefile +icon-themes/Quid/48x48/Makefile +icon-themes/Quid/48x48/actions/Makefile +icon-themes/Quid/48x48/places/Makefile +icon-themes/Quid/48x48/status/Makefile +icon-themes/Quid/64x64/Makefile +icon-themes/Quid/64x64/actions/Makefile +icon-themes/Quid/64x64/places/Makefile +icon-themes/Quid/64x64/status/Makefile +icon-themes/Quid/96x96/Makefile +icon-themes/Quid/96x96/actions/Makefile +icon-themes/Quid/96x96/places/Makefile +icon-themes/Quid/96x96/status/Makefile +icon-themes/Quid/128x128/Makefile +icon-themes/Quid/128x128/actions/Makefile +icon-themes/Quid/128x128/places/Makefile +icon-themes/Quid/128x128/status/Makefile +icon-themes/Quid/256x256/Makefile +icon-themes/Quid/256x256/actions/Makefile +icon-themes/Quid/256x256/places/Makefile +icon-themes/Quid/256x256/status/Makefile +icon-themes/Quid/scalable/Makefile +icon-themes/Quid/scalable/actions/Makefile +icon-themes/Quid/scalable/places/Makefile +icon-themes/Quid/scalable/status/Makefile po/Makefile.in ]) diff --git a/desktop-themes/BlackMATE-border/metacity-1/metacity-theme-3.xml b/desktop-themes/BlackMATE-border/metacity-1/metacity-theme-3.xml index 69829d3f..5545212a 100644 --- a/desktop-themes/BlackMATE-border/metacity-1/metacity-theme-3.xml +++ b/desktop-themes/BlackMATE-border/metacity-1/metacity-theme-3.xml @@ -938,7 +938,7 @@ <frame_style name="normal_focused" geometry="normal"> <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="rounded_titlebar_unfocused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> <piece position="title" draw_ops="title_focused" /> <piece position="overlay" draw_ops="rounded_border_focused" /> <button function="close" state="normal" draw_ops="close_focused" /> @@ -973,7 +973,7 @@ <frame_style name="normal_unfocused" geometry="normal_unfocused"> <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_unfocused" /> <piece position="title" draw_ops="title_unfocused" /> <piece position="overlay" draw_ops="rounded_border_unfocused" /> <button function="close" state="normal" draw_ops="close_unfocused"/> diff --git a/icon-themes/Fog/128x128/Makefile.am b/icon-themes/Fog/128x128/Makefile.am new file mode 100644 index 00000000..b2da2db5 --- /dev/null +++ b/icon-themes/Fog/128x128/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = actions apps devices places status + +MAINTAINERCLEANFILES = \ + Makefile.in + diff --git a/icon-themes/Fog/128x128/actions/Makefile.am b/icon-themes/Fog/128x128/actions/Makefile.am new file mode 100644 index 00000000..68fa5e42 --- /dev/null +++ b/icon-themes/Fog/128x128/actions/Makefile.am @@ -0,0 +1,12 @@ +themedir = $(datadir)/icons/Fog +size = 128x128 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + document-open.png \ + folder-new.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/128x128/actions/document-open.png b/icon-themes/Fog/128x128/actions/document-open.png Binary files differnew file mode 100644 index 00000000..136df414 --- /dev/null +++ b/icon-themes/Fog/128x128/actions/document-open.png diff --git a/icon-themes/Fog/128x128/actions/folder-new.png b/icon-themes/Fog/128x128/actions/folder-new.png Binary files differnew file mode 100644 index 00000000..0d48ed40 --- /dev/null +++ b/icon-themes/Fog/128x128/actions/folder-new.png diff --git a/icon-themes/Fog/128x128/apps/Makefile.am b/icon-themes/Fog/128x128/apps/Makefile.am new file mode 100644 index 00000000..59f517c3 --- /dev/null +++ b/icon-themes/Fog/128x128/apps/Makefile.am @@ -0,0 +1,11 @@ +themedir = $(datadir)/icons/Fog +size = 128x128 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + preferences-desktop-display.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/128x128/apps/preferences-desktop-display.png b/icon-themes/Fog/128x128/apps/preferences-desktop-display.png Binary files differnew file mode 100644 index 00000000..77ef0771 --- /dev/null +++ b/icon-themes/Fog/128x128/apps/preferences-desktop-display.png diff --git a/icon-themes/Fog/128x128/devices/Makefile.am b/icon-themes/Fog/128x128/devices/Makefile.am new file mode 100644 index 00000000..f73b775a --- /dev/null +++ b/icon-themes/Fog/128x128/devices/Makefile.am @@ -0,0 +1,12 @@ +themedir = $(datadir)/icons/Fog +size = 128x128 +context = devices + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + computer.png \ + video-display.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/128x128/devices/computer.png b/icon-themes/Fog/128x128/devices/computer.png Binary files differnew file mode 100644 index 00000000..6533eb6c --- /dev/null +++ b/icon-themes/Fog/128x128/devices/computer.png diff --git a/icon-themes/Fog/128x128/devices/video-display.png b/icon-themes/Fog/128x128/devices/video-display.png Binary files differnew file mode 100644 index 00000000..87895f0e --- /dev/null +++ b/icon-themes/Fog/128x128/devices/video-display.png diff --git a/icon-themes/Fog/128x128/places/Makefile.am b/icon-themes/Fog/128x128/places/Makefile.am new file mode 100644 index 00000000..95f44251 --- /dev/null +++ b/icon-themes/Fog/128x128/places/Makefile.am @@ -0,0 +1,22 @@ +themedir = $(datadir)/icons/Fog +size = 128x128 +context = places + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-documents.png \ + folder-download.png \ + folder-music.png \ + folder-pictures.png \ + folder.png \ + folder-publicshare.png \ + folder-remote.png \ + folder-saved-search.png \ + folder-templates.png \ + folder-videos.png \ + user-desktop.png \ + user-home.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/128x128/places/folder-documents.png b/icon-themes/Fog/128x128/places/folder-documents.png Binary files differnew file mode 100644 index 00000000..72f1af7c --- /dev/null +++ b/icon-themes/Fog/128x128/places/folder-documents.png diff --git a/icon-themes/Fog/128x128/places/folder-download.png b/icon-themes/Fog/128x128/places/folder-download.png Binary files differnew file mode 100644 index 00000000..ea6e8a82 --- /dev/null +++ b/icon-themes/Fog/128x128/places/folder-download.png diff --git a/icon-themes/Fog/128x128/places/folder-music.png b/icon-themes/Fog/128x128/places/folder-music.png Binary files differnew file mode 100644 index 00000000..549b939b --- /dev/null +++ b/icon-themes/Fog/128x128/places/folder-music.png diff --git a/icon-themes/Fog/128x128/places/folder-pictures.png b/icon-themes/Fog/128x128/places/folder-pictures.png Binary files differnew file mode 100644 index 00000000..f8f05ce9 --- /dev/null +++ b/icon-themes/Fog/128x128/places/folder-pictures.png diff --git a/icon-themes/Fog/128x128/places/folder-publicshare.png b/icon-themes/Fog/128x128/places/folder-publicshare.png Binary files differnew file mode 100644 index 00000000..a9f2382d --- /dev/null +++ b/icon-themes/Fog/128x128/places/folder-publicshare.png diff --git a/icon-themes/Fog/128x128/places/folder-remote.png b/icon-themes/Fog/128x128/places/folder-remote.png Binary files differnew file mode 100644 index 00000000..c21fd00f --- /dev/null +++ b/icon-themes/Fog/128x128/places/folder-remote.png diff --git a/icon-themes/Fog/128x128/places/folder-saved-search.png b/icon-themes/Fog/128x128/places/folder-saved-search.png Binary files differnew file mode 100644 index 00000000..0911499b --- /dev/null +++ b/icon-themes/Fog/128x128/places/folder-saved-search.png diff --git a/icon-themes/Fog/128x128/places/folder-templates.png b/icon-themes/Fog/128x128/places/folder-templates.png Binary files differnew file mode 100644 index 00000000..501d3d29 --- /dev/null +++ b/icon-themes/Fog/128x128/places/folder-templates.png diff --git a/icon-themes/Fog/128x128/places/folder-videos.png b/icon-themes/Fog/128x128/places/folder-videos.png Binary files differnew file mode 100644 index 00000000..0d6e06e3 --- /dev/null +++ b/icon-themes/Fog/128x128/places/folder-videos.png diff --git a/icon-themes/Fog/128x128/places/folder.png b/icon-themes/Fog/128x128/places/folder.png Binary files differnew file mode 100644 index 00000000..67bd7988 --- /dev/null +++ b/icon-themes/Fog/128x128/places/folder.png diff --git a/icon-themes/Fog/128x128/places/user-desktop.png b/icon-themes/Fog/128x128/places/user-desktop.png Binary files differnew file mode 100644 index 00000000..a0bfaac0 --- /dev/null +++ b/icon-themes/Fog/128x128/places/user-desktop.png diff --git a/icon-themes/Fog/128x128/places/user-home.png b/icon-themes/Fog/128x128/places/user-home.png Binary files differnew file mode 100644 index 00000000..e3b414ed --- /dev/null +++ b/icon-themes/Fog/128x128/places/user-home.png diff --git a/icon-themes/Fog/128x128/status/Makefile.am b/icon-themes/Fog/128x128/status/Makefile.am new file mode 100644 index 00000000..2558ef52 --- /dev/null +++ b/icon-themes/Fog/128x128/status/Makefile.am @@ -0,0 +1,13 @@ +themedir = $(datadir)/icons/Fog +size = 128x128 +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-drag-accept.png \ + folder-open.png \ + folder-visiting.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/128x128/status/folder-drag-accept.png b/icon-themes/Fog/128x128/status/folder-drag-accept.png Binary files differnew file mode 100644 index 00000000..ec154e72 --- /dev/null +++ b/icon-themes/Fog/128x128/status/folder-drag-accept.png diff --git a/icon-themes/Fog/128x128/status/folder-open.png b/icon-themes/Fog/128x128/status/folder-open.png Binary files differnew file mode 100644 index 00000000..acfd4643 --- /dev/null +++ b/icon-themes/Fog/128x128/status/folder-open.png diff --git a/icon-themes/Fog/128x128/status/folder-visiting.png b/icon-themes/Fog/128x128/status/folder-visiting.png Binary files differnew file mode 100644 index 00000000..794b0de9 --- /dev/null +++ b/icon-themes/Fog/128x128/status/folder-visiting.png diff --git a/icon-themes/Fog/16x16/Makefile.am b/icon-themes/Fog/16x16/Makefile.am new file mode 100644 index 00000000..b2da2db5 --- /dev/null +++ b/icon-themes/Fog/16x16/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = actions apps devices places status + +MAINTAINERCLEANFILES = \ + Makefile.in + diff --git a/icon-themes/Fog/16x16/actions/Makefile.am b/icon-themes/Fog/16x16/actions/Makefile.am new file mode 100644 index 00000000..97be26aa --- /dev/null +++ b/icon-themes/Fog/16x16/actions/Makefile.am @@ -0,0 +1,12 @@ +themedir = $(datadir)/icons/Fog +size = 16x16 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + document-open.png \ + folder-new.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/16x16/actions/document-open.png b/icon-themes/Fog/16x16/actions/document-open.png Binary files differnew file mode 100644 index 00000000..3498545d --- /dev/null +++ b/icon-themes/Fog/16x16/actions/document-open.png diff --git a/icon-themes/Fog/16x16/actions/folder-new.png b/icon-themes/Fog/16x16/actions/folder-new.png Binary files differnew file mode 100644 index 00000000..baad54db --- /dev/null +++ b/icon-themes/Fog/16x16/actions/folder-new.png diff --git a/icon-themes/Fog/16x16/apps/Makefile.am b/icon-themes/Fog/16x16/apps/Makefile.am new file mode 100644 index 00000000..944ac449 --- /dev/null +++ b/icon-themes/Fog/16x16/apps/Makefile.am @@ -0,0 +1,11 @@ +themedir = $(datadir)/icons/Fog +size = 16x16 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + preferences-desktop-display.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/16x16/apps/preferences-desktop-display.png b/icon-themes/Fog/16x16/apps/preferences-desktop-display.png Binary files differnew file mode 100644 index 00000000..87551315 --- /dev/null +++ b/icon-themes/Fog/16x16/apps/preferences-desktop-display.png diff --git a/icon-themes/Fog/16x16/devices/Makefile.am b/icon-themes/Fog/16x16/devices/Makefile.am new file mode 100644 index 00000000..f7a8d162 --- /dev/null +++ b/icon-themes/Fog/16x16/devices/Makefile.am @@ -0,0 +1,12 @@ +themedir = $(datadir)/icons/Fog +size = 16x16 +context = devices + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + computer.png \ + video-display.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/16x16/devices/computer.png b/icon-themes/Fog/16x16/devices/computer.png Binary files differnew file mode 100644 index 00000000..0d8ca399 --- /dev/null +++ b/icon-themes/Fog/16x16/devices/computer.png diff --git a/icon-themes/Fog/16x16/devices/video-display.png b/icon-themes/Fog/16x16/devices/video-display.png Binary files differnew file mode 100644 index 00000000..a6d3ac42 --- /dev/null +++ b/icon-themes/Fog/16x16/devices/video-display.png diff --git a/icon-themes/Fog/16x16/places/Makefile.am b/icon-themes/Fog/16x16/places/Makefile.am new file mode 100644 index 00000000..0b43d7e0 --- /dev/null +++ b/icon-themes/Fog/16x16/places/Makefile.am @@ -0,0 +1,23 @@ +themedir = $(datadir)/icons/Fog +size = 16x16 +context = places + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder.png \ + folder-new.png \ + folder-remote.png \ + folder-saved-search.png \ + user-home.png \ + folder-documents.png \ + folder-download.png \ + folder-music.png \ + folder-pictures.png \ + folder-publicshare.png \ + folder-templates.png \ + folder-videos.png \ + user-desktop.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/16x16/places/folder-documents.png b/icon-themes/Fog/16x16/places/folder-documents.png Binary files differnew file mode 100644 index 00000000..52f4a60e --- /dev/null +++ b/icon-themes/Fog/16x16/places/folder-documents.png diff --git a/icon-themes/Fog/16x16/places/folder-download.png b/icon-themes/Fog/16x16/places/folder-download.png Binary files differnew file mode 100644 index 00000000..f162f783 --- /dev/null +++ b/icon-themes/Fog/16x16/places/folder-download.png diff --git a/icon-themes/Fog/16x16/places/folder-music.png b/icon-themes/Fog/16x16/places/folder-music.png Binary files differnew file mode 100644 index 00000000..da8bb40b --- /dev/null +++ b/icon-themes/Fog/16x16/places/folder-music.png diff --git a/icon-themes/Fog/16x16/places/folder-new.png b/icon-themes/Fog/16x16/places/folder-new.png Binary files differnew file mode 100644 index 00000000..a02977a9 --- /dev/null +++ b/icon-themes/Fog/16x16/places/folder-new.png diff --git a/icon-themes/Fog/16x16/places/folder-pictures.png b/icon-themes/Fog/16x16/places/folder-pictures.png Binary files differnew file mode 100644 index 00000000..66427791 --- /dev/null +++ b/icon-themes/Fog/16x16/places/folder-pictures.png diff --git a/icon-themes/Fog/16x16/places/folder-publicshare.png b/icon-themes/Fog/16x16/places/folder-publicshare.png Binary files differnew file mode 100644 index 00000000..e41f59bf --- /dev/null +++ b/icon-themes/Fog/16x16/places/folder-publicshare.png diff --git a/icon-themes/Fog/16x16/places/folder-remote.png b/icon-themes/Fog/16x16/places/folder-remote.png Binary files differnew file mode 100644 index 00000000..b950cec9 --- /dev/null +++ b/icon-themes/Fog/16x16/places/folder-remote.png diff --git a/icon-themes/Fog/16x16/places/folder-saved-search.png b/icon-themes/Fog/16x16/places/folder-saved-search.png Binary files differnew file mode 100644 index 00000000..8f796556 --- /dev/null +++ b/icon-themes/Fog/16x16/places/folder-saved-search.png diff --git a/icon-themes/Fog/16x16/places/folder-templates.png b/icon-themes/Fog/16x16/places/folder-templates.png Binary files differnew file mode 100644 index 00000000..1db7f96d --- /dev/null +++ b/icon-themes/Fog/16x16/places/folder-templates.png diff --git a/icon-themes/Fog/16x16/places/folder-videos.png b/icon-themes/Fog/16x16/places/folder-videos.png Binary files differnew file mode 100644 index 00000000..d7a12b6a --- /dev/null +++ b/icon-themes/Fog/16x16/places/folder-videos.png diff --git a/icon-themes/Fog/16x16/places/folder.png b/icon-themes/Fog/16x16/places/folder.png Binary files differnew file mode 100644 index 00000000..11a89bed --- /dev/null +++ b/icon-themes/Fog/16x16/places/folder.png diff --git a/icon-themes/Fog/16x16/places/user-desktop.png b/icon-themes/Fog/16x16/places/user-desktop.png Binary files differnew file mode 100644 index 00000000..0f127068 --- /dev/null +++ b/icon-themes/Fog/16x16/places/user-desktop.png diff --git a/icon-themes/Fog/16x16/places/user-home.png b/icon-themes/Fog/16x16/places/user-home.png Binary files differnew file mode 100644 index 00000000..7ed7833f --- /dev/null +++ b/icon-themes/Fog/16x16/places/user-home.png diff --git a/icon-themes/Fog/16x16/status/Makefile.am b/icon-themes/Fog/16x16/status/Makefile.am new file mode 100644 index 00000000..9ba3f93f --- /dev/null +++ b/icon-themes/Fog/16x16/status/Makefile.am @@ -0,0 +1,13 @@ +themedir = $(datadir)/icons/Fog +size = 16x16 +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-drag-accept.png \ + folder-open.png \ + folder-visiting.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/16x16/status/folder-drag-accept.png b/icon-themes/Fog/16x16/status/folder-drag-accept.png Binary files differnew file mode 100644 index 00000000..dc07e90c --- /dev/null +++ b/icon-themes/Fog/16x16/status/folder-drag-accept.png diff --git a/icon-themes/Fog/16x16/status/folder-open.png b/icon-themes/Fog/16x16/status/folder-open.png Binary files differnew file mode 100644 index 00000000..2249ab04 --- /dev/null +++ b/icon-themes/Fog/16x16/status/folder-open.png diff --git a/icon-themes/Fog/16x16/status/folder-visiting.png b/icon-themes/Fog/16x16/status/folder-visiting.png Binary files differnew file mode 100644 index 00000000..fb3c9c95 --- /dev/null +++ b/icon-themes/Fog/16x16/status/folder-visiting.png diff --git a/icon-themes/Fog/22x22/Makefile.am b/icon-themes/Fog/22x22/Makefile.am new file mode 100644 index 00000000..b2da2db5 --- /dev/null +++ b/icon-themes/Fog/22x22/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = actions apps devices places status + +MAINTAINERCLEANFILES = \ + Makefile.in + diff --git a/icon-themes/Fog/22x22/actions/Makefile.am b/icon-themes/Fog/22x22/actions/Makefile.am new file mode 100644 index 00000000..ae382ebc --- /dev/null +++ b/icon-themes/Fog/22x22/actions/Makefile.am @@ -0,0 +1,12 @@ +themedir = $(datadir)/icons/Fog +size = 22x22 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + document-open.png \ + folder-new.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/22x22/actions/document-open.png b/icon-themes/Fog/22x22/actions/document-open.png Binary files differnew file mode 100644 index 00000000..c29b9954 --- /dev/null +++ b/icon-themes/Fog/22x22/actions/document-open.png diff --git a/icon-themes/Fog/22x22/actions/folder-new.png b/icon-themes/Fog/22x22/actions/folder-new.png Binary files differnew file mode 100644 index 00000000..ea8417ee --- /dev/null +++ b/icon-themes/Fog/22x22/actions/folder-new.png diff --git a/icon-themes/Fog/22x22/apps/Makefile.am b/icon-themes/Fog/22x22/apps/Makefile.am new file mode 100644 index 00000000..03dcf23b --- /dev/null +++ b/icon-themes/Fog/22x22/apps/Makefile.am @@ -0,0 +1,11 @@ +themedir = $(datadir)/icons/Fog +size = 22x22 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + preferences-desktop-display.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/22x22/apps/preferences-desktop-display.png b/icon-themes/Fog/22x22/apps/preferences-desktop-display.png Binary files differnew file mode 100644 index 00000000..fcf1c41b --- /dev/null +++ b/icon-themes/Fog/22x22/apps/preferences-desktop-display.png diff --git a/icon-themes/Fog/22x22/devices/Makefile.am b/icon-themes/Fog/22x22/devices/Makefile.am new file mode 100644 index 00000000..436fe3f9 --- /dev/null +++ b/icon-themes/Fog/22x22/devices/Makefile.am @@ -0,0 +1,12 @@ +themedir = $(datadir)/icons/Fog +size = 22x22 +context = devices + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + computer.png \ + video-display.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/22x22/devices/computer.png b/icon-themes/Fog/22x22/devices/computer.png Binary files differnew file mode 100644 index 00000000..0694c9dc --- /dev/null +++ b/icon-themes/Fog/22x22/devices/computer.png diff --git a/icon-themes/Fog/22x22/devices/video-display.png b/icon-themes/Fog/22x22/devices/video-display.png Binary files differnew file mode 100644 index 00000000..0aab884e --- /dev/null +++ b/icon-themes/Fog/22x22/devices/video-display.png diff --git a/icon-themes/Fog/22x22/places/Makefile.am b/icon-themes/Fog/22x22/places/Makefile.am new file mode 100644 index 00000000..89c7ba48 --- /dev/null +++ b/icon-themes/Fog/22x22/places/Makefile.am @@ -0,0 +1,23 @@ +themedir = $(datadir)/icons/Fog +size = 22x22 +context = places + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder.png \ + folder-new.png \ + folder-remote.png \ + folder-saved-search.png \ + folder-documents.png \ + folder-download.png \ + folder-music.png \ + folder-pictures.png \ + folder-publicshare.png \ + folder-templates.png \ + folder-videos.png \ + user-desktop.png \ + user-home.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/22x22/places/folder-documents.png b/icon-themes/Fog/22x22/places/folder-documents.png Binary files differnew file mode 100644 index 00000000..79481689 --- /dev/null +++ b/icon-themes/Fog/22x22/places/folder-documents.png diff --git a/icon-themes/Fog/22x22/places/folder-download.png b/icon-themes/Fog/22x22/places/folder-download.png Binary files differnew file mode 100644 index 00000000..076a129a --- /dev/null +++ b/icon-themes/Fog/22x22/places/folder-download.png diff --git a/icon-themes/Fog/22x22/places/folder-music.png b/icon-themes/Fog/22x22/places/folder-music.png Binary files differnew file mode 100644 index 00000000..406e2944 --- /dev/null +++ b/icon-themes/Fog/22x22/places/folder-music.png diff --git a/icon-themes/Fog/22x22/places/folder-new.png b/icon-themes/Fog/22x22/places/folder-new.png Binary files differnew file mode 100644 index 00000000..382017cc --- /dev/null +++ b/icon-themes/Fog/22x22/places/folder-new.png diff --git a/icon-themes/Fog/22x22/places/folder-pictures.png b/icon-themes/Fog/22x22/places/folder-pictures.png Binary files differnew file mode 100644 index 00000000..c952a0dc --- /dev/null +++ b/icon-themes/Fog/22x22/places/folder-pictures.png diff --git a/icon-themes/Fog/22x22/places/folder-publicshare.png b/icon-themes/Fog/22x22/places/folder-publicshare.png Binary files differnew file mode 100644 index 00000000..2f7c336e --- /dev/null +++ b/icon-themes/Fog/22x22/places/folder-publicshare.png diff --git a/icon-themes/Fog/22x22/places/folder-remote.png b/icon-themes/Fog/22x22/places/folder-remote.png Binary files differnew file mode 100644 index 00000000..23a49928 --- /dev/null +++ b/icon-themes/Fog/22x22/places/folder-remote.png diff --git a/icon-themes/Fog/22x22/places/folder-saved-search.png b/icon-themes/Fog/22x22/places/folder-saved-search.png Binary files differnew file mode 100644 index 00000000..6aa7f3a3 --- /dev/null +++ b/icon-themes/Fog/22x22/places/folder-saved-search.png diff --git a/icon-themes/Fog/22x22/places/folder-templates.png b/icon-themes/Fog/22x22/places/folder-templates.png Binary files differnew file mode 100644 index 00000000..20a725b1 --- /dev/null +++ b/icon-themes/Fog/22x22/places/folder-templates.png diff --git a/icon-themes/Fog/22x22/places/folder-videos.png b/icon-themes/Fog/22x22/places/folder-videos.png Binary files differnew file mode 100644 index 00000000..78551014 --- /dev/null +++ b/icon-themes/Fog/22x22/places/folder-videos.png diff --git a/icon-themes/Fog/22x22/places/folder.png b/icon-themes/Fog/22x22/places/folder.png Binary files differnew file mode 100644 index 00000000..7f2a62e2 --- /dev/null +++ b/icon-themes/Fog/22x22/places/folder.png diff --git a/icon-themes/Fog/22x22/places/user-desktop.png b/icon-themes/Fog/22x22/places/user-desktop.png Binary files differnew file mode 100644 index 00000000..a56f0292 --- /dev/null +++ b/icon-themes/Fog/22x22/places/user-desktop.png diff --git a/icon-themes/Fog/22x22/places/user-home.png b/icon-themes/Fog/22x22/places/user-home.png Binary files differnew file mode 100644 index 00000000..cfba58ec --- /dev/null +++ b/icon-themes/Fog/22x22/places/user-home.png diff --git a/icon-themes/Fog/22x22/status/Makefile.am b/icon-themes/Fog/22x22/status/Makefile.am new file mode 100644 index 00000000..42d98fcd --- /dev/null +++ b/icon-themes/Fog/22x22/status/Makefile.am @@ -0,0 +1,13 @@ +themedir = $(datadir)/icons/Fog +size = 22x22 +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-drag-accept.png \ + folder-open.png \ + folder-visiting.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/22x22/status/folder-drag-accept.png b/icon-themes/Fog/22x22/status/folder-drag-accept.png Binary files differnew file mode 100644 index 00000000..d85b03f1 --- /dev/null +++ b/icon-themes/Fog/22x22/status/folder-drag-accept.png diff --git a/icon-themes/Fog/22x22/status/folder-open.png b/icon-themes/Fog/22x22/status/folder-open.png Binary files differnew file mode 100644 index 00000000..9db0d668 --- /dev/null +++ b/icon-themes/Fog/22x22/status/folder-open.png diff --git a/icon-themes/Fog/22x22/status/folder-visiting.png b/icon-themes/Fog/22x22/status/folder-visiting.png Binary files differnew file mode 100644 index 00000000..76fa521e --- /dev/null +++ b/icon-themes/Fog/22x22/status/folder-visiting.png diff --git a/icon-themes/Fog/24x24/Makefile.am b/icon-themes/Fog/24x24/Makefile.am new file mode 100644 index 00000000..b2da2db5 --- /dev/null +++ b/icon-themes/Fog/24x24/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = actions apps devices places status + +MAINTAINERCLEANFILES = \ + Makefile.in + diff --git a/icon-themes/Fog/24x24/actions/Makefile.am b/icon-themes/Fog/24x24/actions/Makefile.am new file mode 100644 index 00000000..a38b2a01 --- /dev/null +++ b/icon-themes/Fog/24x24/actions/Makefile.am @@ -0,0 +1,12 @@ +themedir = $(datadir)/icons/Fog +size = 24x24 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + document-open.png \ + folder-new.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/24x24/actions/document-open.png b/icon-themes/Fog/24x24/actions/document-open.png Binary files differnew file mode 100644 index 00000000..38b45d57 --- /dev/null +++ b/icon-themes/Fog/24x24/actions/document-open.png diff --git a/icon-themes/Fog/24x24/actions/folder-new.png b/icon-themes/Fog/24x24/actions/folder-new.png Binary files differnew file mode 100644 index 00000000..636d7ed6 --- /dev/null +++ b/icon-themes/Fog/24x24/actions/folder-new.png diff --git a/icon-themes/Fog/24x24/apps/Makefile.am b/icon-themes/Fog/24x24/apps/Makefile.am new file mode 100644 index 00000000..13830fc9 --- /dev/null +++ b/icon-themes/Fog/24x24/apps/Makefile.am @@ -0,0 +1,11 @@ +themedir = $(datadir)/icons/Fog +size = 24x24 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + preferences-desktop-display.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/24x24/apps/preferences-desktop-display.png b/icon-themes/Fog/24x24/apps/preferences-desktop-display.png Binary files differnew file mode 100644 index 00000000..85656837 --- /dev/null +++ b/icon-themes/Fog/24x24/apps/preferences-desktop-display.png diff --git a/icon-themes/Fog/24x24/devices/Makefile.am b/icon-themes/Fog/24x24/devices/Makefile.am new file mode 100644 index 00000000..53332810 --- /dev/null +++ b/icon-themes/Fog/24x24/devices/Makefile.am @@ -0,0 +1,12 @@ +themedir = $(datadir)/icons/Fog +size = 24x24 +context = devices + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + computer.png \ + video-display.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/24x24/devices/computer.png b/icon-themes/Fog/24x24/devices/computer.png Binary files differnew file mode 100644 index 00000000..d7ef292b --- /dev/null +++ b/icon-themes/Fog/24x24/devices/computer.png diff --git a/icon-themes/Fog/24x24/devices/video-display.png b/icon-themes/Fog/24x24/devices/video-display.png Binary files differnew file mode 100644 index 00000000..84ebafcc --- /dev/null +++ b/icon-themes/Fog/24x24/devices/video-display.png diff --git a/icon-themes/Fog/24x24/places/Makefile.am b/icon-themes/Fog/24x24/places/Makefile.am new file mode 100644 index 00000000..c440efb7 --- /dev/null +++ b/icon-themes/Fog/24x24/places/Makefile.am @@ -0,0 +1,23 @@ +themedir = $(datadir)/icons/Fog +size = 24x24 +context = places + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder.png \ + folder-new.png \ + folder-remote.png \ + folder-saved-search.png \ + user-home.png \ + folder-documents.png \ + folder-download.png \ + folder-music.png \ + folder-pictures.png \ + folder-publicshare.png \ + folder-templates.png \ + folder-videos.png \ + user-desktop.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/24x24/places/folder-documents.png b/icon-themes/Fog/24x24/places/folder-documents.png Binary files differnew file mode 100644 index 00000000..4a23d6dd --- /dev/null +++ b/icon-themes/Fog/24x24/places/folder-documents.png diff --git a/icon-themes/Fog/24x24/places/folder-download.png b/icon-themes/Fog/24x24/places/folder-download.png Binary files differnew file mode 100644 index 00000000..6485970d --- /dev/null +++ b/icon-themes/Fog/24x24/places/folder-download.png diff --git a/icon-themes/Fog/24x24/places/folder-music.png b/icon-themes/Fog/24x24/places/folder-music.png Binary files differnew file mode 100644 index 00000000..6ea0f9a5 --- /dev/null +++ b/icon-themes/Fog/24x24/places/folder-music.png diff --git a/icon-themes/Fog/24x24/places/folder-new.png b/icon-themes/Fog/24x24/places/folder-new.png Binary files differnew file mode 100644 index 00000000..611ed0a5 --- /dev/null +++ b/icon-themes/Fog/24x24/places/folder-new.png diff --git a/icon-themes/Fog/24x24/places/folder-pictures.png b/icon-themes/Fog/24x24/places/folder-pictures.png Binary files differnew file mode 100644 index 00000000..f999dfab --- /dev/null +++ b/icon-themes/Fog/24x24/places/folder-pictures.png diff --git a/icon-themes/Fog/24x24/places/folder-publicshare.png b/icon-themes/Fog/24x24/places/folder-publicshare.png Binary files differnew file mode 100644 index 00000000..4b106892 --- /dev/null +++ b/icon-themes/Fog/24x24/places/folder-publicshare.png diff --git a/icon-themes/Fog/24x24/places/folder-remote.png b/icon-themes/Fog/24x24/places/folder-remote.png Binary files differnew file mode 100644 index 00000000..d77e8aa4 --- /dev/null +++ b/icon-themes/Fog/24x24/places/folder-remote.png diff --git a/icon-themes/Fog/24x24/places/folder-saved-search.png b/icon-themes/Fog/24x24/places/folder-saved-search.png Binary files differnew file mode 100644 index 00000000..f2b98a1d --- /dev/null +++ b/icon-themes/Fog/24x24/places/folder-saved-search.png diff --git a/icon-themes/Fog/24x24/places/folder-templates.png b/icon-themes/Fog/24x24/places/folder-templates.png Binary files differnew file mode 100644 index 00000000..5849754c --- /dev/null +++ b/icon-themes/Fog/24x24/places/folder-templates.png diff --git a/icon-themes/Fog/24x24/places/folder-videos.png b/icon-themes/Fog/24x24/places/folder-videos.png Binary files differnew file mode 100644 index 00000000..61189c04 --- /dev/null +++ b/icon-themes/Fog/24x24/places/folder-videos.png diff --git a/icon-themes/Fog/24x24/places/folder.png b/icon-themes/Fog/24x24/places/folder.png Binary files differnew file mode 100644 index 00000000..cc84a49c --- /dev/null +++ b/icon-themes/Fog/24x24/places/folder.png diff --git a/icon-themes/Fog/24x24/places/user-desktop.png b/icon-themes/Fog/24x24/places/user-desktop.png Binary files differnew file mode 100644 index 00000000..1ad91924 --- /dev/null +++ b/icon-themes/Fog/24x24/places/user-desktop.png diff --git a/icon-themes/Fog/24x24/places/user-home.png b/icon-themes/Fog/24x24/places/user-home.png Binary files differnew file mode 100644 index 00000000..e95e472c --- /dev/null +++ b/icon-themes/Fog/24x24/places/user-home.png diff --git a/icon-themes/Fog/24x24/status/Makefile.am b/icon-themes/Fog/24x24/status/Makefile.am new file mode 100644 index 00000000..8994a7c0 --- /dev/null +++ b/icon-themes/Fog/24x24/status/Makefile.am @@ -0,0 +1,13 @@ +themedir = $(datadir)/icons/Fog +size = 24x24 +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-drag-accept.png \ + folder-open.png \ + folder-visiting.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/24x24/status/folder-drag-accept.png b/icon-themes/Fog/24x24/status/folder-drag-accept.png Binary files differnew file mode 100644 index 00000000..12e0dece --- /dev/null +++ b/icon-themes/Fog/24x24/status/folder-drag-accept.png diff --git a/icon-themes/Fog/24x24/status/folder-open.png b/icon-themes/Fog/24x24/status/folder-open.png Binary files differnew file mode 100644 index 00000000..c7b135ab --- /dev/null +++ b/icon-themes/Fog/24x24/status/folder-open.png diff --git a/icon-themes/Fog/24x24/status/folder-visiting.png b/icon-themes/Fog/24x24/status/folder-visiting.png Binary files differnew file mode 100644 index 00000000..26cae827 --- /dev/null +++ b/icon-themes/Fog/24x24/status/folder-visiting.png diff --git a/icon-themes/Fog/256x256/Makefile.am b/icon-themes/Fog/256x256/Makefile.am new file mode 100644 index 00000000..b2da2db5 --- /dev/null +++ b/icon-themes/Fog/256x256/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = actions apps devices places status + +MAINTAINERCLEANFILES = \ + Makefile.in + diff --git a/icon-themes/Fog/256x256/actions/Makefile.am b/icon-themes/Fog/256x256/actions/Makefile.am new file mode 100644 index 00000000..2088793e --- /dev/null +++ b/icon-themes/Fog/256x256/actions/Makefile.am @@ -0,0 +1,12 @@ +themedir = $(datadir)/icons/Fog +size = 256x256 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + document-open.png \ + folder-new.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/256x256/actions/document-open.png b/icon-themes/Fog/256x256/actions/document-open.png Binary files differnew file mode 100644 index 00000000..a7fdcc9b --- /dev/null +++ b/icon-themes/Fog/256x256/actions/document-open.png diff --git a/icon-themes/Fog/256x256/actions/folder-new.png b/icon-themes/Fog/256x256/actions/folder-new.png Binary files differnew file mode 100644 index 00000000..aa7dc71d --- /dev/null +++ b/icon-themes/Fog/256x256/actions/folder-new.png diff --git a/icon-themes/Fog/256x256/apps/Makefile.am b/icon-themes/Fog/256x256/apps/Makefile.am new file mode 100644 index 00000000..6293340f --- /dev/null +++ b/icon-themes/Fog/256x256/apps/Makefile.am @@ -0,0 +1,11 @@ +themedir = $(datadir)/icons/Fog +size = 256x256 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + preferences-desktop-display.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/256x256/apps/preferences-desktop-display.png b/icon-themes/Fog/256x256/apps/preferences-desktop-display.png Binary files differnew file mode 100644 index 00000000..41f50b5f --- /dev/null +++ b/icon-themes/Fog/256x256/apps/preferences-desktop-display.png diff --git a/icon-themes/Fog/256x256/devices/Makefile.am b/icon-themes/Fog/256x256/devices/Makefile.am new file mode 100644 index 00000000..2f18df22 --- /dev/null +++ b/icon-themes/Fog/256x256/devices/Makefile.am @@ -0,0 +1,12 @@ +themedir = $(datadir)/icons/Fog +size = 256x256 +context = devices + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + computer.png \ + video-display.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/256x256/devices/computer.png b/icon-themes/Fog/256x256/devices/computer.png Binary files differnew file mode 100644 index 00000000..991409c3 --- /dev/null +++ b/icon-themes/Fog/256x256/devices/computer.png diff --git a/icon-themes/Fog/256x256/devices/video-display.png b/icon-themes/Fog/256x256/devices/video-display.png Binary files differnew file mode 100644 index 00000000..faad4d95 --- /dev/null +++ b/icon-themes/Fog/256x256/devices/video-display.png diff --git a/icon-themes/Fog/256x256/places/Makefile.am b/icon-themes/Fog/256x256/places/Makefile.am new file mode 100644 index 00000000..4654cab6 --- /dev/null +++ b/icon-themes/Fog/256x256/places/Makefile.am @@ -0,0 +1,22 @@ +themedir = $(datadir)/icons/Fog +size = 256x256 +context = places + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-documents.png \ + folder-download.png \ + folder-music.png \ + folder-pictures.png \ + folder.png \ + folder-publicshare.png \ + folder-remote.png \ + folder-saved-search.png \ + folder-templates.png \ + folder-videos.png \ + user-desktop.png \ + user-home.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/256x256/places/folder-documents.png b/icon-themes/Fog/256x256/places/folder-documents.png Binary files differnew file mode 100644 index 00000000..ffe8e814 --- /dev/null +++ b/icon-themes/Fog/256x256/places/folder-documents.png diff --git a/icon-themes/Fog/256x256/places/folder-download.png b/icon-themes/Fog/256x256/places/folder-download.png Binary files differnew file mode 100644 index 00000000..3f47f6ca --- /dev/null +++ b/icon-themes/Fog/256x256/places/folder-download.png diff --git a/icon-themes/Fog/256x256/places/folder-music.png b/icon-themes/Fog/256x256/places/folder-music.png Binary files differnew file mode 100644 index 00000000..fbf080fb --- /dev/null +++ b/icon-themes/Fog/256x256/places/folder-music.png diff --git a/icon-themes/Fog/256x256/places/folder-pictures.png b/icon-themes/Fog/256x256/places/folder-pictures.png Binary files differnew file mode 100644 index 00000000..1a13d94f --- /dev/null +++ b/icon-themes/Fog/256x256/places/folder-pictures.png diff --git a/icon-themes/Fog/256x256/places/folder-publicshare.png b/icon-themes/Fog/256x256/places/folder-publicshare.png Binary files differnew file mode 100644 index 00000000..78189425 --- /dev/null +++ b/icon-themes/Fog/256x256/places/folder-publicshare.png diff --git a/icon-themes/Fog/256x256/places/folder-remote.png b/icon-themes/Fog/256x256/places/folder-remote.png Binary files differnew file mode 100644 index 00000000..f4d659ad --- /dev/null +++ b/icon-themes/Fog/256x256/places/folder-remote.png diff --git a/icon-themes/Fog/256x256/places/folder-saved-search.png b/icon-themes/Fog/256x256/places/folder-saved-search.png Binary files differnew file mode 100644 index 00000000..9a40f029 --- /dev/null +++ b/icon-themes/Fog/256x256/places/folder-saved-search.png diff --git a/icon-themes/Fog/256x256/places/folder-templates.png b/icon-themes/Fog/256x256/places/folder-templates.png Binary files differnew file mode 100644 index 00000000..1625aaf8 --- /dev/null +++ b/icon-themes/Fog/256x256/places/folder-templates.png diff --git a/icon-themes/Fog/256x256/places/folder-videos.png b/icon-themes/Fog/256x256/places/folder-videos.png Binary files differnew file mode 100644 index 00000000..e24518cc --- /dev/null +++ b/icon-themes/Fog/256x256/places/folder-videos.png diff --git a/icon-themes/Fog/256x256/places/folder.png b/icon-themes/Fog/256x256/places/folder.png Binary files differnew file mode 100644 index 00000000..ef24fb47 --- /dev/null +++ b/icon-themes/Fog/256x256/places/folder.png diff --git a/icon-themes/Fog/256x256/places/user-desktop.png b/icon-themes/Fog/256x256/places/user-desktop.png Binary files differnew file mode 100644 index 00000000..cb0a5ce2 --- /dev/null +++ b/icon-themes/Fog/256x256/places/user-desktop.png diff --git a/icon-themes/Fog/256x256/places/user-home.png b/icon-themes/Fog/256x256/places/user-home.png Binary files differnew file mode 100644 index 00000000..d8477a6c --- /dev/null +++ b/icon-themes/Fog/256x256/places/user-home.png diff --git a/icon-themes/Fog/256x256/status/Makefile.am b/icon-themes/Fog/256x256/status/Makefile.am new file mode 100644 index 00000000..b354ca78 --- /dev/null +++ b/icon-themes/Fog/256x256/status/Makefile.am @@ -0,0 +1,13 @@ +themedir = $(datadir)/icons/Fog +size = 256x256 +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-drag-accept.png \ + folder-open.png \ + folder-visiting.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/256x256/status/folder-drag-accept.png b/icon-themes/Fog/256x256/status/folder-drag-accept.png Binary files differnew file mode 100644 index 00000000..285356aa --- /dev/null +++ b/icon-themes/Fog/256x256/status/folder-drag-accept.png diff --git a/icon-themes/Fog/256x256/status/folder-open.png b/icon-themes/Fog/256x256/status/folder-open.png Binary files differnew file mode 100644 index 00000000..f61d219d --- /dev/null +++ b/icon-themes/Fog/256x256/status/folder-open.png diff --git a/icon-themes/Fog/256x256/status/folder-visiting.png b/icon-themes/Fog/256x256/status/folder-visiting.png Binary files differnew file mode 100644 index 00000000..4a9ec618 --- /dev/null +++ b/icon-themes/Fog/256x256/status/folder-visiting.png diff --git a/icon-themes/Fog/32x32/Makefile.am b/icon-themes/Fog/32x32/Makefile.am new file mode 100644 index 00000000..b2da2db5 --- /dev/null +++ b/icon-themes/Fog/32x32/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = actions apps devices places status + +MAINTAINERCLEANFILES = \ + Makefile.in + diff --git a/icon-themes/Fog/32x32/actions/Makefile.am b/icon-themes/Fog/32x32/actions/Makefile.am new file mode 100644 index 00000000..ecd6092d --- /dev/null +++ b/icon-themes/Fog/32x32/actions/Makefile.am @@ -0,0 +1,12 @@ +themedir = $(datadir)/icons/Fog +size = 32x32 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + document-open.png \ + folder-new.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/32x32/actions/document-open.png b/icon-themes/Fog/32x32/actions/document-open.png Binary files differnew file mode 100644 index 00000000..fd80d6e4 --- /dev/null +++ b/icon-themes/Fog/32x32/actions/document-open.png diff --git a/icon-themes/Fog/32x32/actions/folder-new.png b/icon-themes/Fog/32x32/actions/folder-new.png Binary files differnew file mode 100644 index 00000000..7722b440 --- /dev/null +++ b/icon-themes/Fog/32x32/actions/folder-new.png diff --git a/icon-themes/Fog/32x32/apps/Makefile.am b/icon-themes/Fog/32x32/apps/Makefile.am new file mode 100644 index 00000000..006bcd04 --- /dev/null +++ b/icon-themes/Fog/32x32/apps/Makefile.am @@ -0,0 +1,11 @@ +themedir = $(datadir)/icons/Fog +size = 32x32 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + preferences-desktop-display.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/32x32/apps/preferences-desktop-display.png b/icon-themes/Fog/32x32/apps/preferences-desktop-display.png Binary files differnew file mode 100644 index 00000000..aa2494fb --- /dev/null +++ b/icon-themes/Fog/32x32/apps/preferences-desktop-display.png diff --git a/icon-themes/Fog/32x32/devices/Makefile.am b/icon-themes/Fog/32x32/devices/Makefile.am new file mode 100644 index 00000000..50578d0d --- /dev/null +++ b/icon-themes/Fog/32x32/devices/Makefile.am @@ -0,0 +1,12 @@ +themedir = $(datadir)/icons/Fog +size = 32x32 +context = devices + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + computer.png \ + video-display.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/32x32/devices/computer.png b/icon-themes/Fog/32x32/devices/computer.png Binary files differnew file mode 100644 index 00000000..ce59154f --- /dev/null +++ b/icon-themes/Fog/32x32/devices/computer.png diff --git a/icon-themes/Fog/32x32/devices/video-display.png b/icon-themes/Fog/32x32/devices/video-display.png Binary files differnew file mode 100644 index 00000000..4c9e0f2a --- /dev/null +++ b/icon-themes/Fog/32x32/devices/video-display.png diff --git a/icon-themes/Fog/32x32/places/Makefile.am b/icon-themes/Fog/32x32/places/Makefile.am new file mode 100644 index 00000000..7fbd7f05 --- /dev/null +++ b/icon-themes/Fog/32x32/places/Makefile.am @@ -0,0 +1,23 @@ +themedir = $(datadir)/icons/Fog +size = 32x32 +context = places + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder.png \ + folder-new.png \ + folder-remote.png \ + folder-saved-search.png \ + user-home.png \ + folder-documents.png \ + folder-download.png \ + folder-music.png \ + folder-pictures.png \ + folder-publicshare.png \ + folder-templates.png \ + folder-videos.png \ + user-desktop.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/32x32/places/folder-documents.png b/icon-themes/Fog/32x32/places/folder-documents.png Binary files differnew file mode 100644 index 00000000..687f2f4f --- /dev/null +++ b/icon-themes/Fog/32x32/places/folder-documents.png diff --git a/icon-themes/Fog/32x32/places/folder-download.png b/icon-themes/Fog/32x32/places/folder-download.png Binary files differnew file mode 100644 index 00000000..826162f3 --- /dev/null +++ b/icon-themes/Fog/32x32/places/folder-download.png diff --git a/icon-themes/Fog/32x32/places/folder-music.png b/icon-themes/Fog/32x32/places/folder-music.png Binary files differnew file mode 100644 index 00000000..05046a3f --- /dev/null +++ b/icon-themes/Fog/32x32/places/folder-music.png diff --git a/icon-themes/Fog/32x32/places/folder-new.png b/icon-themes/Fog/32x32/places/folder-new.png Binary files differnew file mode 100644 index 00000000..2e909939 --- /dev/null +++ b/icon-themes/Fog/32x32/places/folder-new.png diff --git a/icon-themes/Fog/32x32/places/folder-pictures.png b/icon-themes/Fog/32x32/places/folder-pictures.png Binary files differnew file mode 100644 index 00000000..3fa71b70 --- /dev/null +++ b/icon-themes/Fog/32x32/places/folder-pictures.png diff --git a/icon-themes/Fog/32x32/places/folder-publicshare.png b/icon-themes/Fog/32x32/places/folder-publicshare.png Binary files differnew file mode 100644 index 00000000..c35dbda1 --- /dev/null +++ b/icon-themes/Fog/32x32/places/folder-publicshare.png diff --git a/icon-themes/Fog/32x32/places/folder-remote.png b/icon-themes/Fog/32x32/places/folder-remote.png Binary files differnew file mode 100644 index 00000000..9646a9ed --- /dev/null +++ b/icon-themes/Fog/32x32/places/folder-remote.png diff --git a/icon-themes/Fog/32x32/places/folder-saved-search.png b/icon-themes/Fog/32x32/places/folder-saved-search.png Binary files differnew file mode 100644 index 00000000..3c203de9 --- /dev/null +++ b/icon-themes/Fog/32x32/places/folder-saved-search.png diff --git a/icon-themes/Fog/32x32/places/folder-templates.png b/icon-themes/Fog/32x32/places/folder-templates.png Binary files differnew file mode 100644 index 00000000..0c223ebf --- /dev/null +++ b/icon-themes/Fog/32x32/places/folder-templates.png diff --git a/icon-themes/Fog/32x32/places/folder-videos.png b/icon-themes/Fog/32x32/places/folder-videos.png Binary files differnew file mode 100644 index 00000000..40ec2b5b --- /dev/null +++ b/icon-themes/Fog/32x32/places/folder-videos.png diff --git a/icon-themes/Fog/32x32/places/folder.png b/icon-themes/Fog/32x32/places/folder.png Binary files differnew file mode 100644 index 00000000..38258e67 --- /dev/null +++ b/icon-themes/Fog/32x32/places/folder.png diff --git a/icon-themes/Fog/32x32/places/user-desktop.png b/icon-themes/Fog/32x32/places/user-desktop.png Binary files differnew file mode 100644 index 00000000..4c7c0321 --- /dev/null +++ b/icon-themes/Fog/32x32/places/user-desktop.png diff --git a/icon-themes/Fog/32x32/places/user-home.png b/icon-themes/Fog/32x32/places/user-home.png Binary files differnew file mode 100644 index 00000000..9602fa24 --- /dev/null +++ b/icon-themes/Fog/32x32/places/user-home.png diff --git a/icon-themes/Fog/32x32/status/Makefile.am b/icon-themes/Fog/32x32/status/Makefile.am new file mode 100644 index 00000000..2ad8c655 --- /dev/null +++ b/icon-themes/Fog/32x32/status/Makefile.am @@ -0,0 +1,13 @@ +themedir = $(datadir)/icons/Fog +size = 32x32 +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-visiting.png \ + folder-drag-accept.png \ + folder-open.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/32x32/status/folder-drag-accept.png b/icon-themes/Fog/32x32/status/folder-drag-accept.png Binary files differnew file mode 100644 index 00000000..5b28e9b0 --- /dev/null +++ b/icon-themes/Fog/32x32/status/folder-drag-accept.png diff --git a/icon-themes/Fog/32x32/status/folder-open.png b/icon-themes/Fog/32x32/status/folder-open.png Binary files differnew file mode 100644 index 00000000..3fd6f94c --- /dev/null +++ b/icon-themes/Fog/32x32/status/folder-open.png diff --git a/icon-themes/Fog/32x32/status/folder-visiting.png b/icon-themes/Fog/32x32/status/folder-visiting.png Binary files differnew file mode 100644 index 00000000..0355306a --- /dev/null +++ b/icon-themes/Fog/32x32/status/folder-visiting.png diff --git a/icon-themes/Fog/48x48/Makefile.am b/icon-themes/Fog/48x48/Makefile.am new file mode 100644 index 00000000..b2da2db5 --- /dev/null +++ b/icon-themes/Fog/48x48/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = actions apps devices places status + +MAINTAINERCLEANFILES = \ + Makefile.in + diff --git a/icon-themes/Fog/48x48/actions/Makefile.am b/icon-themes/Fog/48x48/actions/Makefile.am new file mode 100644 index 00000000..dfc80287 --- /dev/null +++ b/icon-themes/Fog/48x48/actions/Makefile.am @@ -0,0 +1,12 @@ +themedir = $(datadir)/icons/Fog +size = 48x48 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + document-open.png \ + folder-new.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/48x48/actions/document-open.png b/icon-themes/Fog/48x48/actions/document-open.png Binary files differnew file mode 100644 index 00000000..ae62cd2e --- /dev/null +++ b/icon-themes/Fog/48x48/actions/document-open.png diff --git a/icon-themes/Fog/48x48/actions/folder-new.png b/icon-themes/Fog/48x48/actions/folder-new.png Binary files differnew file mode 100644 index 00000000..b8ffde94 --- /dev/null +++ b/icon-themes/Fog/48x48/actions/folder-new.png diff --git a/icon-themes/Fog/48x48/apps/Makefile.am b/icon-themes/Fog/48x48/apps/Makefile.am new file mode 100644 index 00000000..c708bc36 --- /dev/null +++ b/icon-themes/Fog/48x48/apps/Makefile.am @@ -0,0 +1,11 @@ +themedir = $(datadir)/icons/Fog +size = 48x48 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + preferences-desktop-display.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/48x48/apps/preferences-desktop-display.png b/icon-themes/Fog/48x48/apps/preferences-desktop-display.png Binary files differnew file mode 100644 index 00000000..d9b6d9a2 --- /dev/null +++ b/icon-themes/Fog/48x48/apps/preferences-desktop-display.png diff --git a/icon-themes/Fog/48x48/devices/Makefile.am b/icon-themes/Fog/48x48/devices/Makefile.am new file mode 100644 index 00000000..9857c585 --- /dev/null +++ b/icon-themes/Fog/48x48/devices/Makefile.am @@ -0,0 +1,12 @@ +themedir = $(datadir)/icons/Fog +size = 48x48 +context = devices + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + computer.png \ + video-display.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/48x48/devices/computer.png b/icon-themes/Fog/48x48/devices/computer.png Binary files differnew file mode 100644 index 00000000..19e10b76 --- /dev/null +++ b/icon-themes/Fog/48x48/devices/computer.png diff --git a/icon-themes/Fog/48x48/devices/video-display.png b/icon-themes/Fog/48x48/devices/video-display.png Binary files differnew file mode 100644 index 00000000..11a2e012 --- /dev/null +++ b/icon-themes/Fog/48x48/devices/video-display.png diff --git a/icon-themes/Fog/48x48/places/Makefile.am b/icon-themes/Fog/48x48/places/Makefile.am new file mode 100644 index 00000000..934594de --- /dev/null +++ b/icon-themes/Fog/48x48/places/Makefile.am @@ -0,0 +1,22 @@ +themedir = $(datadir)/icons/Fog +size = 48x48 +context = places + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-documents.png \ + folder-download.png \ + folder-music.png \ + folder-pictures.png \ + folder.png \ + folder-publicshare.png \ + folder-remote.png \ + folder-saved-search.png \ + folder-templates.png \ + folder-videos.png \ + user-desktop.png \ + user-home.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/48x48/places/folder-documents.png b/icon-themes/Fog/48x48/places/folder-documents.png Binary files differnew file mode 100644 index 00000000..935080c2 --- /dev/null +++ b/icon-themes/Fog/48x48/places/folder-documents.png diff --git a/icon-themes/Fog/48x48/places/folder-download.png b/icon-themes/Fog/48x48/places/folder-download.png Binary files differnew file mode 100644 index 00000000..9c5eb3c4 --- /dev/null +++ b/icon-themes/Fog/48x48/places/folder-download.png diff --git a/icon-themes/Fog/48x48/places/folder-music.png b/icon-themes/Fog/48x48/places/folder-music.png Binary files differnew file mode 100644 index 00000000..b451df23 --- /dev/null +++ b/icon-themes/Fog/48x48/places/folder-music.png diff --git a/icon-themes/Fog/48x48/places/folder-pictures.png b/icon-themes/Fog/48x48/places/folder-pictures.png Binary files differnew file mode 100644 index 00000000..8620c6bd --- /dev/null +++ b/icon-themes/Fog/48x48/places/folder-pictures.png diff --git a/icon-themes/Fog/48x48/places/folder-publicshare.png b/icon-themes/Fog/48x48/places/folder-publicshare.png Binary files differnew file mode 100644 index 00000000..9f4e55be --- /dev/null +++ b/icon-themes/Fog/48x48/places/folder-publicshare.png diff --git a/icon-themes/Fog/48x48/places/folder-remote.png b/icon-themes/Fog/48x48/places/folder-remote.png Binary files differnew file mode 100644 index 00000000..903f0b34 --- /dev/null +++ b/icon-themes/Fog/48x48/places/folder-remote.png diff --git a/icon-themes/Fog/48x48/places/folder-saved-search.png b/icon-themes/Fog/48x48/places/folder-saved-search.png Binary files differnew file mode 100644 index 00000000..86a2c4ea --- /dev/null +++ b/icon-themes/Fog/48x48/places/folder-saved-search.png diff --git a/icon-themes/Fog/48x48/places/folder-templates.png b/icon-themes/Fog/48x48/places/folder-templates.png Binary files differnew file mode 100644 index 00000000..1590326b --- /dev/null +++ b/icon-themes/Fog/48x48/places/folder-templates.png diff --git a/icon-themes/Fog/48x48/places/folder-videos.png b/icon-themes/Fog/48x48/places/folder-videos.png Binary files differnew file mode 100644 index 00000000..a4f6b40c --- /dev/null +++ b/icon-themes/Fog/48x48/places/folder-videos.png diff --git a/icon-themes/Fog/48x48/places/folder.png b/icon-themes/Fog/48x48/places/folder.png Binary files differnew file mode 100644 index 00000000..7361edd2 --- /dev/null +++ b/icon-themes/Fog/48x48/places/folder.png diff --git a/icon-themes/Fog/48x48/places/user-desktop.png b/icon-themes/Fog/48x48/places/user-desktop.png Binary files differnew file mode 100644 index 00000000..5b8c2f2c --- /dev/null +++ b/icon-themes/Fog/48x48/places/user-desktop.png diff --git a/icon-themes/Fog/48x48/places/user-home.png b/icon-themes/Fog/48x48/places/user-home.png Binary files differnew file mode 100644 index 00000000..48d1e532 --- /dev/null +++ b/icon-themes/Fog/48x48/places/user-home.png diff --git a/icon-themes/Fog/48x48/status/Makefile.am b/icon-themes/Fog/48x48/status/Makefile.am new file mode 100644 index 00000000..73a88961 --- /dev/null +++ b/icon-themes/Fog/48x48/status/Makefile.am @@ -0,0 +1,13 @@ +themedir = $(datadir)/icons/Fog +size = 48x48 +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-drag-accept.png \ + folder-open.png \ + folder-visiting.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/48x48/status/folder-drag-accept.png b/icon-themes/Fog/48x48/status/folder-drag-accept.png Binary files differnew file mode 100644 index 00000000..b3d739f8 --- /dev/null +++ b/icon-themes/Fog/48x48/status/folder-drag-accept.png diff --git a/icon-themes/Fog/48x48/status/folder-open.png b/icon-themes/Fog/48x48/status/folder-open.png Binary files differnew file mode 100644 index 00000000..58df51fa --- /dev/null +++ b/icon-themes/Fog/48x48/status/folder-open.png diff --git a/icon-themes/Fog/48x48/status/folder-visiting.png b/icon-themes/Fog/48x48/status/folder-visiting.png Binary files differnew file mode 100644 index 00000000..6e2f0337 --- /dev/null +++ b/icon-themes/Fog/48x48/status/folder-visiting.png diff --git a/icon-themes/Fog/64x64/Makefile.am b/icon-themes/Fog/64x64/Makefile.am new file mode 100644 index 00000000..b2da2db5 --- /dev/null +++ b/icon-themes/Fog/64x64/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = actions apps devices places status + +MAINTAINERCLEANFILES = \ + Makefile.in + diff --git a/icon-themes/Fog/64x64/actions/Makefile.am b/icon-themes/Fog/64x64/actions/Makefile.am new file mode 100644 index 00000000..4d9d2ae9 --- /dev/null +++ b/icon-themes/Fog/64x64/actions/Makefile.am @@ -0,0 +1,12 @@ +themedir = $(datadir)/icons/Fog +size = 64x64 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + document-open.png \ + folder-new.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/64x64/actions/document-open.png b/icon-themes/Fog/64x64/actions/document-open.png Binary files differnew file mode 100644 index 00000000..42e3fa6b --- /dev/null +++ b/icon-themes/Fog/64x64/actions/document-open.png diff --git a/icon-themes/Fog/64x64/actions/folder-new.png b/icon-themes/Fog/64x64/actions/folder-new.png Binary files differnew file mode 100644 index 00000000..54acada0 --- /dev/null +++ b/icon-themes/Fog/64x64/actions/folder-new.png diff --git a/icon-themes/Fog/64x64/apps/Makefile.am b/icon-themes/Fog/64x64/apps/Makefile.am new file mode 100644 index 00000000..e330ee62 --- /dev/null +++ b/icon-themes/Fog/64x64/apps/Makefile.am @@ -0,0 +1,11 @@ +themedir = $(datadir)/icons/Fog +size = 64x64 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + preferences-desktop-display.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/64x64/apps/preferences-desktop-display.png b/icon-themes/Fog/64x64/apps/preferences-desktop-display.png Binary files differnew file mode 100644 index 00000000..927540de --- /dev/null +++ b/icon-themes/Fog/64x64/apps/preferences-desktop-display.png diff --git a/icon-themes/Fog/64x64/devices/Makefile.am b/icon-themes/Fog/64x64/devices/Makefile.am new file mode 100644 index 00000000..d1e80319 --- /dev/null +++ b/icon-themes/Fog/64x64/devices/Makefile.am @@ -0,0 +1,12 @@ +themedir = $(datadir)/icons/Fog +size = 64x64 +context = devices + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + computer.png \ + video-display.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/64x64/devices/computer.png b/icon-themes/Fog/64x64/devices/computer.png Binary files differnew file mode 100644 index 00000000..7b09271f --- /dev/null +++ b/icon-themes/Fog/64x64/devices/computer.png diff --git a/icon-themes/Fog/64x64/devices/video-display.png b/icon-themes/Fog/64x64/devices/video-display.png Binary files differnew file mode 100644 index 00000000..07897db1 --- /dev/null +++ b/icon-themes/Fog/64x64/devices/video-display.png diff --git a/icon-themes/Fog/64x64/places/Makefile.am b/icon-themes/Fog/64x64/places/Makefile.am new file mode 100644 index 00000000..b631faa6 --- /dev/null +++ b/icon-themes/Fog/64x64/places/Makefile.am @@ -0,0 +1,22 @@ +themedir = $(datadir)/icons/Fog +size = 64x64 +context = places + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-documents.png \ + folder-download.png \ + folder-music.png \ + folder-pictures.png \ + folder.png \ + folder-publicshare.png \ + folder-remote.png \ + folder-saved-search.png \ + folder-templates.png \ + folder-videos.png \ + user-desktop.png \ + user-home.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/64x64/places/folder-documents.png b/icon-themes/Fog/64x64/places/folder-documents.png Binary files differnew file mode 100644 index 00000000..f713ddd8 --- /dev/null +++ b/icon-themes/Fog/64x64/places/folder-documents.png diff --git a/icon-themes/Fog/64x64/places/folder-download.png b/icon-themes/Fog/64x64/places/folder-download.png Binary files differnew file mode 100644 index 00000000..e6273bce --- /dev/null +++ b/icon-themes/Fog/64x64/places/folder-download.png diff --git a/icon-themes/Fog/64x64/places/folder-music.png b/icon-themes/Fog/64x64/places/folder-music.png Binary files differnew file mode 100644 index 00000000..6827583c --- /dev/null +++ b/icon-themes/Fog/64x64/places/folder-music.png diff --git a/icon-themes/Fog/64x64/places/folder-pictures.png b/icon-themes/Fog/64x64/places/folder-pictures.png Binary files differnew file mode 100644 index 00000000..9e2377aa --- /dev/null +++ b/icon-themes/Fog/64x64/places/folder-pictures.png diff --git a/icon-themes/Fog/64x64/places/folder-publicshare.png b/icon-themes/Fog/64x64/places/folder-publicshare.png Binary files differnew file mode 100644 index 00000000..69c33794 --- /dev/null +++ b/icon-themes/Fog/64x64/places/folder-publicshare.png diff --git a/icon-themes/Fog/64x64/places/folder-remote.png b/icon-themes/Fog/64x64/places/folder-remote.png Binary files differnew file mode 100644 index 00000000..d82cd5d3 --- /dev/null +++ b/icon-themes/Fog/64x64/places/folder-remote.png diff --git a/icon-themes/Fog/64x64/places/folder-saved-search.png b/icon-themes/Fog/64x64/places/folder-saved-search.png Binary files differnew file mode 100644 index 00000000..a8b11704 --- /dev/null +++ b/icon-themes/Fog/64x64/places/folder-saved-search.png diff --git a/icon-themes/Fog/64x64/places/folder-templates.png b/icon-themes/Fog/64x64/places/folder-templates.png Binary files differnew file mode 100644 index 00000000..57fad5c4 --- /dev/null +++ b/icon-themes/Fog/64x64/places/folder-templates.png diff --git a/icon-themes/Fog/64x64/places/folder-videos.png b/icon-themes/Fog/64x64/places/folder-videos.png Binary files differnew file mode 100644 index 00000000..cce6d574 --- /dev/null +++ b/icon-themes/Fog/64x64/places/folder-videos.png diff --git a/icon-themes/Fog/64x64/places/folder.png b/icon-themes/Fog/64x64/places/folder.png Binary files differnew file mode 100644 index 00000000..aca5de11 --- /dev/null +++ b/icon-themes/Fog/64x64/places/folder.png diff --git a/icon-themes/Fog/64x64/places/user-desktop.png b/icon-themes/Fog/64x64/places/user-desktop.png Binary files differnew file mode 100644 index 00000000..6b777d64 --- /dev/null +++ b/icon-themes/Fog/64x64/places/user-desktop.png diff --git a/icon-themes/Fog/64x64/places/user-home.png b/icon-themes/Fog/64x64/places/user-home.png Binary files differnew file mode 100644 index 00000000..b65e197b --- /dev/null +++ b/icon-themes/Fog/64x64/places/user-home.png diff --git a/icon-themes/Fog/64x64/status/Makefile.am b/icon-themes/Fog/64x64/status/Makefile.am new file mode 100644 index 00000000..b20ff567 --- /dev/null +++ b/icon-themes/Fog/64x64/status/Makefile.am @@ -0,0 +1,13 @@ +themedir = $(datadir)/icons/Fog +size = 64x64 +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-drag-accept.png \ + folder-open.png \ + folder-visiting.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/64x64/status/folder-drag-accept.png b/icon-themes/Fog/64x64/status/folder-drag-accept.png Binary files differnew file mode 100644 index 00000000..df9bc949 --- /dev/null +++ b/icon-themes/Fog/64x64/status/folder-drag-accept.png diff --git a/icon-themes/Fog/64x64/status/folder-open.png b/icon-themes/Fog/64x64/status/folder-open.png Binary files differnew file mode 100644 index 00000000..f1fd35a7 --- /dev/null +++ b/icon-themes/Fog/64x64/status/folder-open.png diff --git a/icon-themes/Fog/64x64/status/folder-visiting.png b/icon-themes/Fog/64x64/status/folder-visiting.png Binary files differnew file mode 100644 index 00000000..c28b27a8 --- /dev/null +++ b/icon-themes/Fog/64x64/status/folder-visiting.png diff --git a/icon-themes/Fog/96x96/Makefile.am b/icon-themes/Fog/96x96/Makefile.am new file mode 100644 index 00000000..b2da2db5 --- /dev/null +++ b/icon-themes/Fog/96x96/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = actions apps devices places status + +MAINTAINERCLEANFILES = \ + Makefile.in + diff --git a/icon-themes/Fog/96x96/actions/Makefile.am b/icon-themes/Fog/96x96/actions/Makefile.am new file mode 100644 index 00000000..606964d8 --- /dev/null +++ b/icon-themes/Fog/96x96/actions/Makefile.am @@ -0,0 +1,12 @@ +themedir = $(datadir)/icons/Fog +size = 96x96 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + document-open.png \ + folder-new.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/96x96/actions/document-open.png b/icon-themes/Fog/96x96/actions/document-open.png Binary files differnew file mode 100644 index 00000000..08e7ac16 --- /dev/null +++ b/icon-themes/Fog/96x96/actions/document-open.png diff --git a/icon-themes/Fog/96x96/actions/folder-new.png b/icon-themes/Fog/96x96/actions/folder-new.png Binary files differnew file mode 100644 index 00000000..886ab4e7 --- /dev/null +++ b/icon-themes/Fog/96x96/actions/folder-new.png diff --git a/icon-themes/Fog/96x96/apps/Makefile.am b/icon-themes/Fog/96x96/apps/Makefile.am new file mode 100644 index 00000000..06acaa5e --- /dev/null +++ b/icon-themes/Fog/96x96/apps/Makefile.am @@ -0,0 +1,11 @@ +themedir = $(datadir)/icons/Fog +size = 96x96 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + preferences-desktop-display.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/96x96/apps/preferences-desktop-display.png b/icon-themes/Fog/96x96/apps/preferences-desktop-display.png Binary files differnew file mode 100644 index 00000000..fd483b3f --- /dev/null +++ b/icon-themes/Fog/96x96/apps/preferences-desktop-display.png diff --git a/icon-themes/Fog/96x96/devices/Makefile.am b/icon-themes/Fog/96x96/devices/Makefile.am new file mode 100644 index 00000000..967ba3ce --- /dev/null +++ b/icon-themes/Fog/96x96/devices/Makefile.am @@ -0,0 +1,12 @@ +themedir = $(datadir)/icons/Fog +size = 96x96 +context = devices + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + computer.png \ + video-display.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/96x96/devices/computer.png b/icon-themes/Fog/96x96/devices/computer.png Binary files differnew file mode 100644 index 00000000..66ff81cd --- /dev/null +++ b/icon-themes/Fog/96x96/devices/computer.png diff --git a/icon-themes/Fog/96x96/devices/video-display.png b/icon-themes/Fog/96x96/devices/video-display.png Binary files differnew file mode 100644 index 00000000..e7bbbc5d --- /dev/null +++ b/icon-themes/Fog/96x96/devices/video-display.png diff --git a/icon-themes/Fog/96x96/places/Makefile.am b/icon-themes/Fog/96x96/places/Makefile.am new file mode 100644 index 00000000..72544d15 --- /dev/null +++ b/icon-themes/Fog/96x96/places/Makefile.am @@ -0,0 +1,22 @@ +themedir = $(datadir)/icons/Fog +size = 96x96 +context = places + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-documents.png \ + folder-download.png \ + folder-music.png \ + folder-pictures.png \ + folder.png \ + folder-publicshare.png \ + folder-remote.png \ + folder-saved-search.png \ + folder-templates.png \ + folder-videos.png \ + user-desktop.png \ + user-home.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/96x96/places/folder-documents.png b/icon-themes/Fog/96x96/places/folder-documents.png Binary files differnew file mode 100644 index 00000000..76782b80 --- /dev/null +++ b/icon-themes/Fog/96x96/places/folder-documents.png diff --git a/icon-themes/Fog/96x96/places/folder-download.png b/icon-themes/Fog/96x96/places/folder-download.png Binary files differnew file mode 100644 index 00000000..21a4730a --- /dev/null +++ b/icon-themes/Fog/96x96/places/folder-download.png diff --git a/icon-themes/Fog/96x96/places/folder-music.png b/icon-themes/Fog/96x96/places/folder-music.png Binary files differnew file mode 100644 index 00000000..515bb20f --- /dev/null +++ b/icon-themes/Fog/96x96/places/folder-music.png diff --git a/icon-themes/Fog/96x96/places/folder-pictures.png b/icon-themes/Fog/96x96/places/folder-pictures.png Binary files differnew file mode 100644 index 00000000..256385e4 --- /dev/null +++ b/icon-themes/Fog/96x96/places/folder-pictures.png diff --git a/icon-themes/Fog/96x96/places/folder-publicshare.png b/icon-themes/Fog/96x96/places/folder-publicshare.png Binary files differnew file mode 100644 index 00000000..5f984e6d --- /dev/null +++ b/icon-themes/Fog/96x96/places/folder-publicshare.png diff --git a/icon-themes/Fog/96x96/places/folder-remote.png b/icon-themes/Fog/96x96/places/folder-remote.png Binary files differnew file mode 100644 index 00000000..eec1919d --- /dev/null +++ b/icon-themes/Fog/96x96/places/folder-remote.png diff --git a/icon-themes/Fog/96x96/places/folder-saved-search.png b/icon-themes/Fog/96x96/places/folder-saved-search.png Binary files differnew file mode 100644 index 00000000..994e2429 --- /dev/null +++ b/icon-themes/Fog/96x96/places/folder-saved-search.png diff --git a/icon-themes/Fog/96x96/places/folder-templates.png b/icon-themes/Fog/96x96/places/folder-templates.png Binary files differnew file mode 100644 index 00000000..20da8305 --- /dev/null +++ b/icon-themes/Fog/96x96/places/folder-templates.png diff --git a/icon-themes/Fog/96x96/places/folder-videos.png b/icon-themes/Fog/96x96/places/folder-videos.png Binary files differnew file mode 100644 index 00000000..88e7954b --- /dev/null +++ b/icon-themes/Fog/96x96/places/folder-videos.png diff --git a/icon-themes/Fog/96x96/places/folder.png b/icon-themes/Fog/96x96/places/folder.png Binary files differnew file mode 100644 index 00000000..b24a0d49 --- /dev/null +++ b/icon-themes/Fog/96x96/places/folder.png diff --git a/icon-themes/Fog/96x96/places/user-desktop.png b/icon-themes/Fog/96x96/places/user-desktop.png Binary files differnew file mode 100644 index 00000000..80b7c42e --- /dev/null +++ b/icon-themes/Fog/96x96/places/user-desktop.png diff --git a/icon-themes/Fog/96x96/places/user-home.png b/icon-themes/Fog/96x96/places/user-home.png Binary files differnew file mode 100644 index 00000000..d3b3e423 --- /dev/null +++ b/icon-themes/Fog/96x96/places/user-home.png diff --git a/icon-themes/Fog/96x96/status/Makefile.am b/icon-themes/Fog/96x96/status/Makefile.am new file mode 100644 index 00000000..031ff06e --- /dev/null +++ b/icon-themes/Fog/96x96/status/Makefile.am @@ -0,0 +1,13 @@ +themedir = $(datadir)/icons/Fog +size = 96x96 +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-drag-accept.png \ + folder-open.png \ + folder-visiting.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Fog/96x96/status/folder-drag-accept.png b/icon-themes/Fog/96x96/status/folder-drag-accept.png Binary files differnew file mode 100644 index 00000000..177bf355 --- /dev/null +++ b/icon-themes/Fog/96x96/status/folder-drag-accept.png diff --git a/icon-themes/Fog/96x96/status/folder-open.png b/icon-themes/Fog/96x96/status/folder-open.png Binary files differnew file mode 100644 index 00000000..cc9965fc --- /dev/null +++ b/icon-themes/Fog/96x96/status/folder-open.png diff --git a/icon-themes/Fog/96x96/status/folder-visiting.png b/icon-themes/Fog/96x96/status/folder-visiting.png Binary files differnew file mode 100644 index 00000000..8277ab31 --- /dev/null +++ b/icon-themes/Fog/96x96/status/folder-visiting.png diff --git a/icon-themes/Fog/Makefile.am b/icon-themes/Fog/Makefile.am new file mode 100644 index 00000000..b37aa8b4 --- /dev/null +++ b/icon-themes/Fog/Makefile.am @@ -0,0 +1,24 @@ +SUBDIRS = \ + 16x16 \ + 22x22 \ + 24x24 \ + 32x32 \ + 48x48 \ + 64x64 \ + 96x96 \ + 128x128 \ + 256x256 + +indexthemedir = $(datadir)/icons/Fog +indextheme_DATA = index.theme +indextheme_in_files = $(indextheme_DATA:.theme=.theme.in) + +%.theme: %.theme.in +if USE_NLS + $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ +else + $(AM_V_GEN) cp -f $< $@ +endif + +CLEANFILES = $(indextheme_DATA) +EXTRA_DIST = $(indextheme_in_files) diff --git a/icon-themes/Fog/index.theme.in b/icon-themes/Fog/index.theme.in new file mode 100644 index 00000000..d23d255e --- /dev/null +++ b/icon-themes/Fog/index.theme.in @@ -0,0 +1,233 @@ +[Icon Theme] +Name=Fog +Comment=Port of Mist icon theme +Inherits=mate +Example=folder + +Directories=16x16/status,16x16/devices,16x16/actions,16x16/places,16x16/apps,22x22/status,22x22/devices,22x22/actions,22x22/places,22x22/apps,24x24/status,24x24/devices,24x24/actions,24x24/places,24x24/apps,32x32/status,32x32/devices,32x32/actions,32x32/places,32x32/apps,48x48/status,48x48/devices,48x48/actions,48x48/places,48x48/apps,64x64/status,64x64/devices,64x64/actions,64x64/places,64x64/apps,96x96/status,96x96/devices,96x96/actions,96x96/places,96x96/apps,128x128/status,128x128/devices,128x128/actions,128x128/places,128x128/apps,256x256/status,256x256/devices,256x256/actions,256x256/places,256x256/apps + +[16x16/status] +Size=16 +Context=Status +Type=Fixed + +[16x16/devices] +Size=16 +Context=Devices +Type=Fixed + +[16x16/actions] +Size=16 +Context=Actions +Type=Fixed + +[16x16/places] +Size=16 +Context=Places +Type=Fixed + +[16x16/apps] +Size=16 +Context=Apps +Type=Fixed + +[22x22/status] +Size=22 +Context=Status +Type=Fixed + +[22x22/devices] +Size=22 +Context=Devices +Type=Fixed + +[22x22/actions] +Size=22 +Context=Actions +Type=Fixed + +[22x22/places] +Size=22 +Context=Places +Type=Fixed + +[22x22/apps] +Size=22 +Context=Apps +Type=Fixed + +[24x24/status] +Size=24 +Context=Status +Type=Fixed + +[24x24/devices] +Size=24 +Context=Devices +Type=Fixed + +[24x24/actions] +Size=24 +Context=Actions +Type=Fixed + +[24x24/places] +Size=24 +Context=Places +Type=Fixed + +[24x24/apps] +Size=24 +Context=Apps +Type=Fixed + +[32x32/status] +Size=32 +Context=Status +Type=Fixed + +[32x32/devices] +Size=32 +Context=Devices +Type=Fixed + +[32x32/actions] +Size=32 +Context=Actions +Type=Fixed + +[32x32/places] +Size=32 +Context=Places +Type=Fixed + +[32x32/apps] +Size=32 +Context=Apps +Type=Fixed + +[48x48/status] +Size=48 +Context=Status +Type=Fixed + +[48x48/devices] +Size=48 +Context=Devices +Type=Fixed + +[48x48/actions] +Size=48 +Context=Actions +Type=Fixed + +[48x48/places] +Size=48 +Context=Places +Type=Fixed + +[48x48/apps] +Size=48 +Context=Apps +Type=Fixed + +[64x64/status] +Size=64 +Context=Status +Type=Fixed + +[64x64/devices] +Size=64 +Context=Devices +Type=Fixed + +[64x64/actions] +Size=64 +Context=Actions +Type=Fixed + +[64x64/places] +Size=64 +Context=Places +Type=Fixed + +[64x64/apps] +Size=64 +Context=Apps +Type=Fixed + +[96x96/status] +Size=96 +Context=Status +Type=Fixed + +[96x96/devices] +Size=96 +Context=Devices +Type=Fixed + +[96x96/actions] +Size=96 +Context=Actions +Type=Fixed + +[96x96/places] +Size=96 +Context=Places +Type=Fixed + +[96x96/apps] +Size=96 +Context=Apps +Type=Fixed + +[128x128/status] +Size=128 +Context=Status +Type=Fixed + +[128x128/devices] +Size=128 +Context=Devices +Type=Fixed + +[128x128/actions] +Size=128 +Context=Actions +Type=Fixed + +[128x128/places] +Size=128 +Context=Places +Type=Fixed + +[128x128/apps] +Size=128 +Context=Apps +Type=Fixed + +[256x256/status] +Size=256 +Context=Status +Type=Fixed + +[256x256/devices] +Size=256 +Context=Devices +Type=Fixed + +[256x256/actions] +Size=256 +Context=Actions +Type=Fixed + +[256x256/places] +Size=256 +Context=Places +Type=Fixed + +[256x256/apps] +Size=256 +Context=Apps +Type=Fixed + diff --git a/icon-themes/Makefile.am b/icon-themes/Makefile.am index ee044df4..c0621562 100644 --- a/icon-themes/Makefile.am +++ b/icon-themes/Makefile.am @@ -1,3 +1,5 @@ SUBDIRS = \ - ContrastHigh + ContrastHigh \ + Fog \ + Quid diff --git a/icon-themes/Quid/128x128/Makefile.am b/icon-themes/Quid/128x128/Makefile.am new file mode 100644 index 00000000..a533d7d3 --- /dev/null +++ b/icon-themes/Quid/128x128/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = actions places status + +MAINTAINERCLEANFILES = \ + Makefile.in + diff --git a/icon-themes/Quid/128x128/actions/Makefile.am b/icon-themes/Quid/128x128/actions/Makefile.am new file mode 100644 index 00000000..ca8b10db --- /dev/null +++ b/icon-themes/Quid/128x128/actions/Makefile.am @@ -0,0 +1,22 @@ +themedir = $(datadir)/icons/Quid +size = 128x128 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + document-open.png \ + go-bottom.png \ + go-first.png \ + go-last.png \ + go-previous.png \ + go-up.png \ + go-down.png \ + go-home.png \ + go-next.png \ + go-top.png \ + view-refresh.png + + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/128x128/actions/document-open.png b/icon-themes/Quid/128x128/actions/document-open.png Binary files differnew file mode 100644 index 00000000..2a7e410f --- /dev/null +++ b/icon-themes/Quid/128x128/actions/document-open.png diff --git a/icon-themes/Quid/128x128/actions/go-bottom.png b/icon-themes/Quid/128x128/actions/go-bottom.png Binary files differnew file mode 100644 index 00000000..a6c77a11 --- /dev/null +++ b/icon-themes/Quid/128x128/actions/go-bottom.png diff --git a/icon-themes/Quid/128x128/actions/go-down.png b/icon-themes/Quid/128x128/actions/go-down.png Binary files differnew file mode 100644 index 00000000..e8f7e336 --- /dev/null +++ b/icon-themes/Quid/128x128/actions/go-down.png diff --git a/icon-themes/Quid/128x128/actions/go-first.png b/icon-themes/Quid/128x128/actions/go-first.png Binary files differnew file mode 100644 index 00000000..7f248f58 --- /dev/null +++ b/icon-themes/Quid/128x128/actions/go-first.png diff --git a/icon-themes/Quid/128x128/actions/go-home.png b/icon-themes/Quid/128x128/actions/go-home.png Binary files differnew file mode 100644 index 00000000..1b27f5fb --- /dev/null +++ b/icon-themes/Quid/128x128/actions/go-home.png diff --git a/icon-themes/Quid/128x128/actions/go-last.png b/icon-themes/Quid/128x128/actions/go-last.png Binary files differnew file mode 100644 index 00000000..f0d14128 --- /dev/null +++ b/icon-themes/Quid/128x128/actions/go-last.png diff --git a/icon-themes/Quid/128x128/actions/go-next.png b/icon-themes/Quid/128x128/actions/go-next.png Binary files differnew file mode 100644 index 00000000..8701cc16 --- /dev/null +++ b/icon-themes/Quid/128x128/actions/go-next.png diff --git a/icon-themes/Quid/128x128/actions/go-previous.png b/icon-themes/Quid/128x128/actions/go-previous.png Binary files differnew file mode 100644 index 00000000..bf476914 --- /dev/null +++ b/icon-themes/Quid/128x128/actions/go-previous.png diff --git a/icon-themes/Quid/128x128/actions/go-top.png b/icon-themes/Quid/128x128/actions/go-top.png Binary files differnew file mode 100644 index 00000000..1b2e1f63 --- /dev/null +++ b/icon-themes/Quid/128x128/actions/go-top.png diff --git a/icon-themes/Quid/128x128/actions/go-up.png b/icon-themes/Quid/128x128/actions/go-up.png Binary files differnew file mode 100644 index 00000000..bdd5c777 --- /dev/null +++ b/icon-themes/Quid/128x128/actions/go-up.png diff --git a/icon-themes/Quid/128x128/actions/view-refresh.png b/icon-themes/Quid/128x128/actions/view-refresh.png Binary files differnew file mode 100644 index 00000000..5b542283 --- /dev/null +++ b/icon-themes/Quid/128x128/actions/view-refresh.png diff --git a/icon-themes/Quid/128x128/places/Makefile.am b/icon-themes/Quid/128x128/places/Makefile.am new file mode 100644 index 00000000..dfd19fa7 --- /dev/null +++ b/icon-themes/Quid/128x128/places/Makefile.am @@ -0,0 +1,14 @@ +themedir = $(datadir)/icons/Quid +size = 128x128 +context = places + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder.png \ + folder-remote.png \ + folder-saved-search.png \ + user-home.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/128x128/places/folder-remote.png b/icon-themes/Quid/128x128/places/folder-remote.png Binary files differnew file mode 100644 index 00000000..591cbf26 --- /dev/null +++ b/icon-themes/Quid/128x128/places/folder-remote.png diff --git a/icon-themes/Quid/128x128/places/folder-saved-search.png b/icon-themes/Quid/128x128/places/folder-saved-search.png Binary files differnew file mode 100644 index 00000000..c157b8d9 --- /dev/null +++ b/icon-themes/Quid/128x128/places/folder-saved-search.png diff --git a/icon-themes/Quid/128x128/places/folder.png b/icon-themes/Quid/128x128/places/folder.png Binary files differnew file mode 100644 index 00000000..229936eb --- /dev/null +++ b/icon-themes/Quid/128x128/places/folder.png diff --git a/icon-themes/Quid/128x128/places/user-home.png b/icon-themes/Quid/128x128/places/user-home.png Binary files differnew file mode 100644 index 00000000..cb8ec9ca --- /dev/null +++ b/icon-themes/Quid/128x128/places/user-home.png diff --git a/icon-themes/Quid/128x128/status/Makefile.am b/icon-themes/Quid/128x128/status/Makefile.am new file mode 100644 index 00000000..2e8a3b4d --- /dev/null +++ b/icon-themes/Quid/128x128/status/Makefile.am @@ -0,0 +1,13 @@ +themedir = $(datadir)/icons/Quid +size = 128x128 +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-drag-accept.png \ + folder-open.png \ + folder-visiting.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/128x128/status/folder-drag-accept.png b/icon-themes/Quid/128x128/status/folder-drag-accept.png Binary files differnew file mode 100644 index 00000000..8a38800f --- /dev/null +++ b/icon-themes/Quid/128x128/status/folder-drag-accept.png diff --git a/icon-themes/Quid/128x128/status/folder-open.png b/icon-themes/Quid/128x128/status/folder-open.png Binary files differnew file mode 100644 index 00000000..5e049401 --- /dev/null +++ b/icon-themes/Quid/128x128/status/folder-open.png diff --git a/icon-themes/Quid/128x128/status/folder-visiting.png b/icon-themes/Quid/128x128/status/folder-visiting.png Binary files differnew file mode 100644 index 00000000..2a82c9fb --- /dev/null +++ b/icon-themes/Quid/128x128/status/folder-visiting.png diff --git a/icon-themes/Quid/16x16/Makefile.am b/icon-themes/Quid/16x16/Makefile.am new file mode 100644 index 00000000..a533d7d3 --- /dev/null +++ b/icon-themes/Quid/16x16/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = actions places status + +MAINTAINERCLEANFILES = \ + Makefile.in + diff --git a/icon-themes/Quid/16x16/actions/Makefile.am b/icon-themes/Quid/16x16/actions/Makefile.am new file mode 100644 index 00000000..c1ae87bf --- /dev/null +++ b/icon-themes/Quid/16x16/actions/Makefile.am @@ -0,0 +1,22 @@ +themedir = $(datadir)/icons/Quid +size = 16x16 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + document-open.png \ + go-bottom.png \ + go-first.png \ + go-last.png \ + go-previous.png \ + go-up.png \ + go-down.png \ + go-home.png \ + go-next.png \ + go-top.png \ + view-refresh.png + + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/16x16/actions/document-open.png b/icon-themes/Quid/16x16/actions/document-open.png Binary files differnew file mode 100644 index 00000000..33c5b7f5 --- /dev/null +++ b/icon-themes/Quid/16x16/actions/document-open.png diff --git a/icon-themes/Quid/16x16/actions/go-bottom.png b/icon-themes/Quid/16x16/actions/go-bottom.png Binary files differnew file mode 100644 index 00000000..21c9f5ff --- /dev/null +++ b/icon-themes/Quid/16x16/actions/go-bottom.png diff --git a/icon-themes/Quid/16x16/actions/go-down.png b/icon-themes/Quid/16x16/actions/go-down.png Binary files differnew file mode 100644 index 00000000..61be3406 --- /dev/null +++ b/icon-themes/Quid/16x16/actions/go-down.png diff --git a/icon-themes/Quid/16x16/actions/go-first.png b/icon-themes/Quid/16x16/actions/go-first.png Binary files differnew file mode 100644 index 00000000..b6ba7f7a --- /dev/null +++ b/icon-themes/Quid/16x16/actions/go-first.png diff --git a/icon-themes/Quid/16x16/actions/go-home.png b/icon-themes/Quid/16x16/actions/go-home.png Binary files differnew file mode 100644 index 00000000..cbc19c7a --- /dev/null +++ b/icon-themes/Quid/16x16/actions/go-home.png diff --git a/icon-themes/Quid/16x16/actions/go-last.png b/icon-themes/Quid/16x16/actions/go-last.png Binary files differnew file mode 100644 index 00000000..66a72894 --- /dev/null +++ b/icon-themes/Quid/16x16/actions/go-last.png diff --git a/icon-themes/Quid/16x16/actions/go-next.png b/icon-themes/Quid/16x16/actions/go-next.png Binary files differnew file mode 100644 index 00000000..ce0c2d04 --- /dev/null +++ b/icon-themes/Quid/16x16/actions/go-next.png diff --git a/icon-themes/Quid/16x16/actions/go-previous.png b/icon-themes/Quid/16x16/actions/go-previous.png Binary files differnew file mode 100644 index 00000000..0a6571ae --- /dev/null +++ b/icon-themes/Quid/16x16/actions/go-previous.png diff --git a/icon-themes/Quid/16x16/actions/go-top.png b/icon-themes/Quid/16x16/actions/go-top.png Binary files differnew file mode 100644 index 00000000..5c125911 --- /dev/null +++ b/icon-themes/Quid/16x16/actions/go-top.png diff --git a/icon-themes/Quid/16x16/actions/go-up.png b/icon-themes/Quid/16x16/actions/go-up.png Binary files differnew file mode 100644 index 00000000..7fc2ef07 --- /dev/null +++ b/icon-themes/Quid/16x16/actions/go-up.png diff --git a/icon-themes/Quid/16x16/actions/view-refresh.png b/icon-themes/Quid/16x16/actions/view-refresh.png Binary files differnew file mode 100644 index 00000000..e12dd6f9 --- /dev/null +++ b/icon-themes/Quid/16x16/actions/view-refresh.png diff --git a/icon-themes/Quid/16x16/places/Makefile.am b/icon-themes/Quid/16x16/places/Makefile.am new file mode 100644 index 00000000..85e8b1c9 --- /dev/null +++ b/icon-themes/Quid/16x16/places/Makefile.am @@ -0,0 +1,14 @@ +themedir = $(datadir)/icons/Quid +size = 16x16 +context = places + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder.png \ + folder-remote.png \ + folder-saved-search.png \ + user-home.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/16x16/places/folder-remote.png b/icon-themes/Quid/16x16/places/folder-remote.png Binary files differnew file mode 100644 index 00000000..d4ba7a8b --- /dev/null +++ b/icon-themes/Quid/16x16/places/folder-remote.png diff --git a/icon-themes/Quid/16x16/places/folder-saved-search.png b/icon-themes/Quid/16x16/places/folder-saved-search.png Binary files differnew file mode 100644 index 00000000..0d8f846e --- /dev/null +++ b/icon-themes/Quid/16x16/places/folder-saved-search.png diff --git a/icon-themes/Quid/16x16/places/folder.png b/icon-themes/Quid/16x16/places/folder.png Binary files differnew file mode 100644 index 00000000..1943204b --- /dev/null +++ b/icon-themes/Quid/16x16/places/folder.png diff --git a/icon-themes/Quid/16x16/places/user-home.png b/icon-themes/Quid/16x16/places/user-home.png Binary files differnew file mode 100644 index 00000000..38c7df85 --- /dev/null +++ b/icon-themes/Quid/16x16/places/user-home.png diff --git a/icon-themes/Quid/16x16/status/Makefile.am b/icon-themes/Quid/16x16/status/Makefile.am new file mode 100644 index 00000000..80cfe65a --- /dev/null +++ b/icon-themes/Quid/16x16/status/Makefile.am @@ -0,0 +1,13 @@ +themedir = $(datadir)/icons/Quid +size = 16x16 +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-drag-accept.png \ + folder-open.png \ + folder-visiting.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/16x16/status/folder-drag-accept.png b/icon-themes/Quid/16x16/status/folder-drag-accept.png Binary files differnew file mode 100644 index 00000000..c7903ad8 --- /dev/null +++ b/icon-themes/Quid/16x16/status/folder-drag-accept.png diff --git a/icon-themes/Quid/16x16/status/folder-open.png b/icon-themes/Quid/16x16/status/folder-open.png Binary files differnew file mode 100644 index 00000000..007881d2 --- /dev/null +++ b/icon-themes/Quid/16x16/status/folder-open.png diff --git a/icon-themes/Quid/16x16/status/folder-visiting.png b/icon-themes/Quid/16x16/status/folder-visiting.png Binary files differnew file mode 100644 index 00000000..eca102fe --- /dev/null +++ b/icon-themes/Quid/16x16/status/folder-visiting.png diff --git a/icon-themes/Quid/22x22/Makefile.am b/icon-themes/Quid/22x22/Makefile.am new file mode 100644 index 00000000..d652496b --- /dev/null +++ b/icon-themes/Quid/22x22/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = actions places status + +MAINTAINERCLEANFILES = \ + Makefile.in + diff --git a/icon-themes/Quid/22x22/actions/Makefile.am b/icon-themes/Quid/22x22/actions/Makefile.am new file mode 100644 index 00000000..ec93ff4e --- /dev/null +++ b/icon-themes/Quid/22x22/actions/Makefile.am @@ -0,0 +1,22 @@ +themedir = $(datadir)/icons/Quid +size = 22x22 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + document-open.png \ + go-bottom.png \ + go-down.png \ + go-first.png \ + go-home.png \ + go-last.png \ + go-next.png \ + go-previous.png \ + go-top.png \ + go-up.png \ + view-refresh.png + + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/22x22/actions/document-open.png b/icon-themes/Quid/22x22/actions/document-open.png Binary files differnew file mode 100644 index 00000000..5ce49691 --- /dev/null +++ b/icon-themes/Quid/22x22/actions/document-open.png diff --git a/icon-themes/Quid/22x22/actions/go-bottom.png b/icon-themes/Quid/22x22/actions/go-bottom.png Binary files differnew file mode 100644 index 00000000..a4d52f94 --- /dev/null +++ b/icon-themes/Quid/22x22/actions/go-bottom.png diff --git a/icon-themes/Quid/22x22/actions/go-down.png b/icon-themes/Quid/22x22/actions/go-down.png Binary files differnew file mode 100644 index 00000000..d8a77eab --- /dev/null +++ b/icon-themes/Quid/22x22/actions/go-down.png diff --git a/icon-themes/Quid/22x22/actions/go-first.png b/icon-themes/Quid/22x22/actions/go-first.png Binary files differnew file mode 100644 index 00000000..58dd9dc6 --- /dev/null +++ b/icon-themes/Quid/22x22/actions/go-first.png diff --git a/icon-themes/Quid/22x22/actions/go-home.png b/icon-themes/Quid/22x22/actions/go-home.png Binary files differnew file mode 100644 index 00000000..f779333b --- /dev/null +++ b/icon-themes/Quid/22x22/actions/go-home.png diff --git a/icon-themes/Quid/22x22/actions/go-last.png b/icon-themes/Quid/22x22/actions/go-last.png Binary files differnew file mode 100644 index 00000000..8836ce0b --- /dev/null +++ b/icon-themes/Quid/22x22/actions/go-last.png diff --git a/icon-themes/Quid/22x22/actions/go-next.png b/icon-themes/Quid/22x22/actions/go-next.png Binary files differnew file mode 100644 index 00000000..11e022b5 --- /dev/null +++ b/icon-themes/Quid/22x22/actions/go-next.png diff --git a/icon-themes/Quid/22x22/actions/go-previous.png b/icon-themes/Quid/22x22/actions/go-previous.png Binary files differnew file mode 100644 index 00000000..712bff30 --- /dev/null +++ b/icon-themes/Quid/22x22/actions/go-previous.png diff --git a/icon-themes/Quid/22x22/actions/go-top.png b/icon-themes/Quid/22x22/actions/go-top.png Binary files differnew file mode 100644 index 00000000..e491057f --- /dev/null +++ b/icon-themes/Quid/22x22/actions/go-top.png diff --git a/icon-themes/Quid/22x22/actions/go-up.png b/icon-themes/Quid/22x22/actions/go-up.png Binary files differnew file mode 100644 index 00000000..4860bb3a --- /dev/null +++ b/icon-themes/Quid/22x22/actions/go-up.png diff --git a/icon-themes/Quid/22x22/actions/view-refresh.png b/icon-themes/Quid/22x22/actions/view-refresh.png Binary files differnew file mode 100644 index 00000000..721df6a7 --- /dev/null +++ b/icon-themes/Quid/22x22/actions/view-refresh.png diff --git a/icon-themes/Quid/22x22/places/Makefile.am b/icon-themes/Quid/22x22/places/Makefile.am new file mode 100644 index 00000000..aaf892f8 --- /dev/null +++ b/icon-themes/Quid/22x22/places/Makefile.am @@ -0,0 +1,14 @@ +themedir = $(datadir)/icons/Quid +size = 22x22 +context = places + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder.png \ + folder-remote.png \ + folder-saved-search.png \ + user-home.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/22x22/places/folder-remote.png b/icon-themes/Quid/22x22/places/folder-remote.png Binary files differnew file mode 100644 index 00000000..7b40cd3f --- /dev/null +++ b/icon-themes/Quid/22x22/places/folder-remote.png diff --git a/icon-themes/Quid/22x22/places/folder-saved-search.png b/icon-themes/Quid/22x22/places/folder-saved-search.png Binary files differnew file mode 100644 index 00000000..1ee766d0 --- /dev/null +++ b/icon-themes/Quid/22x22/places/folder-saved-search.png diff --git a/icon-themes/Quid/22x22/places/folder.png b/icon-themes/Quid/22x22/places/folder.png Binary files differnew file mode 100644 index 00000000..ab2c024c --- /dev/null +++ b/icon-themes/Quid/22x22/places/folder.png diff --git a/icon-themes/Quid/22x22/places/user-home.png b/icon-themes/Quid/22x22/places/user-home.png Binary files differnew file mode 100644 index 00000000..f0254af6 --- /dev/null +++ b/icon-themes/Quid/22x22/places/user-home.png diff --git a/icon-themes/Quid/22x22/status/Makefile.am b/icon-themes/Quid/22x22/status/Makefile.am new file mode 100644 index 00000000..fe13f826 --- /dev/null +++ b/icon-themes/Quid/22x22/status/Makefile.am @@ -0,0 +1,13 @@ +themedir = $(datadir)/icons/Quid +size = 22x22 +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-drag-accept.png \ + folder-open.png \ + folder-visiting.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/22x22/status/folder-drag-accept.png b/icon-themes/Quid/22x22/status/folder-drag-accept.png Binary files differnew file mode 100644 index 00000000..95ba0a03 --- /dev/null +++ b/icon-themes/Quid/22x22/status/folder-drag-accept.png diff --git a/icon-themes/Quid/22x22/status/folder-open.png b/icon-themes/Quid/22x22/status/folder-open.png Binary files differnew file mode 100644 index 00000000..613774a7 --- /dev/null +++ b/icon-themes/Quid/22x22/status/folder-open.png diff --git a/icon-themes/Quid/22x22/status/folder-visiting.png b/icon-themes/Quid/22x22/status/folder-visiting.png Binary files differnew file mode 100644 index 00000000..ba398055 --- /dev/null +++ b/icon-themes/Quid/22x22/status/folder-visiting.png diff --git a/icon-themes/Quid/24x24/Makefile.am b/icon-themes/Quid/24x24/Makefile.am new file mode 100644 index 00000000..d652496b --- /dev/null +++ b/icon-themes/Quid/24x24/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = actions places status + +MAINTAINERCLEANFILES = \ + Makefile.in + diff --git a/icon-themes/Quid/24x24/actions/Makefile.am b/icon-themes/Quid/24x24/actions/Makefile.am new file mode 100644 index 00000000..82b0f905 --- /dev/null +++ b/icon-themes/Quid/24x24/actions/Makefile.am @@ -0,0 +1,22 @@ +themedir = $(datadir)/icons/Quid +size = 24x24 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + document-open.png \ + go-bottom.png \ + go-down.png \ + go-first.png \ + go-home.png \ + go-last.png \ + go-next.png \ + go-previous.png \ + go-top.png \ + go-up.png \ + view-refresh.png + + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/24x24/actions/document-open.png b/icon-themes/Quid/24x24/actions/document-open.png Binary files differnew file mode 100644 index 00000000..143e3b19 --- /dev/null +++ b/icon-themes/Quid/24x24/actions/document-open.png diff --git a/icon-themes/Quid/24x24/actions/go-bottom.png b/icon-themes/Quid/24x24/actions/go-bottom.png Binary files differnew file mode 100644 index 00000000..ab0ee326 --- /dev/null +++ b/icon-themes/Quid/24x24/actions/go-bottom.png diff --git a/icon-themes/Quid/24x24/actions/go-down.png b/icon-themes/Quid/24x24/actions/go-down.png Binary files differnew file mode 100644 index 00000000..7bebce62 --- /dev/null +++ b/icon-themes/Quid/24x24/actions/go-down.png diff --git a/icon-themes/Quid/24x24/actions/go-first.png b/icon-themes/Quid/24x24/actions/go-first.png Binary files differnew file mode 100644 index 00000000..7126350b --- /dev/null +++ b/icon-themes/Quid/24x24/actions/go-first.png diff --git a/icon-themes/Quid/24x24/actions/go-home.png b/icon-themes/Quid/24x24/actions/go-home.png Binary files differnew file mode 100644 index 00000000..eeff562f --- /dev/null +++ b/icon-themes/Quid/24x24/actions/go-home.png diff --git a/icon-themes/Quid/24x24/actions/go-last.png b/icon-themes/Quid/24x24/actions/go-last.png Binary files differnew file mode 100644 index 00000000..3cd8fce1 --- /dev/null +++ b/icon-themes/Quid/24x24/actions/go-last.png diff --git a/icon-themes/Quid/24x24/actions/go-next.png b/icon-themes/Quid/24x24/actions/go-next.png Binary files differnew file mode 100644 index 00000000..b3658d0c --- /dev/null +++ b/icon-themes/Quid/24x24/actions/go-next.png diff --git a/icon-themes/Quid/24x24/actions/go-previous.png b/icon-themes/Quid/24x24/actions/go-previous.png Binary files differnew file mode 100644 index 00000000..d12f1c45 --- /dev/null +++ b/icon-themes/Quid/24x24/actions/go-previous.png diff --git a/icon-themes/Quid/24x24/actions/go-top.png b/icon-themes/Quid/24x24/actions/go-top.png Binary files differnew file mode 100644 index 00000000..68fa4cb6 --- /dev/null +++ b/icon-themes/Quid/24x24/actions/go-top.png diff --git a/icon-themes/Quid/24x24/actions/go-up.png b/icon-themes/Quid/24x24/actions/go-up.png Binary files differnew file mode 100644 index 00000000..f422552d --- /dev/null +++ b/icon-themes/Quid/24x24/actions/go-up.png diff --git a/icon-themes/Quid/24x24/actions/view-refresh.png b/icon-themes/Quid/24x24/actions/view-refresh.png Binary files differnew file mode 100644 index 00000000..d919bba4 --- /dev/null +++ b/icon-themes/Quid/24x24/actions/view-refresh.png diff --git a/icon-themes/Quid/24x24/places/Makefile.am b/icon-themes/Quid/24x24/places/Makefile.am new file mode 100644 index 00000000..0a6d905f --- /dev/null +++ b/icon-themes/Quid/24x24/places/Makefile.am @@ -0,0 +1,14 @@ +themedir = $(datadir)/icons/Quid +size = 24x24 +context = places + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder.png \ + folder-remote.png \ + folder-saved-search.png \ + user-home.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/24x24/places/folder-remote.png b/icon-themes/Quid/24x24/places/folder-remote.png Binary files differnew file mode 100644 index 00000000..d3ed0ad3 --- /dev/null +++ b/icon-themes/Quid/24x24/places/folder-remote.png diff --git a/icon-themes/Quid/24x24/places/folder-saved-search.png b/icon-themes/Quid/24x24/places/folder-saved-search.png Binary files differnew file mode 100644 index 00000000..d0d16d5c --- /dev/null +++ b/icon-themes/Quid/24x24/places/folder-saved-search.png diff --git a/icon-themes/Quid/24x24/places/folder.png b/icon-themes/Quid/24x24/places/folder.png Binary files differnew file mode 100644 index 00000000..cd00e423 --- /dev/null +++ b/icon-themes/Quid/24x24/places/folder.png diff --git a/icon-themes/Quid/24x24/places/user-home.png b/icon-themes/Quid/24x24/places/user-home.png Binary files differnew file mode 100644 index 00000000..c186cd2a --- /dev/null +++ b/icon-themes/Quid/24x24/places/user-home.png diff --git a/icon-themes/Quid/24x24/status/Makefile.am b/icon-themes/Quid/24x24/status/Makefile.am new file mode 100644 index 00000000..5d0412ce --- /dev/null +++ b/icon-themes/Quid/24x24/status/Makefile.am @@ -0,0 +1,13 @@ +themedir = $(datadir)/icons/Quid +size = 24x24 +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-drag-accept.png \ + folder-open.png \ + folder-visiting.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/24x24/status/folder-drag-accept.png b/icon-themes/Quid/24x24/status/folder-drag-accept.png Binary files differnew file mode 100644 index 00000000..afa403c9 --- /dev/null +++ b/icon-themes/Quid/24x24/status/folder-drag-accept.png diff --git a/icon-themes/Quid/24x24/status/folder-open.png b/icon-themes/Quid/24x24/status/folder-open.png Binary files differnew file mode 100644 index 00000000..9d3b7ff9 --- /dev/null +++ b/icon-themes/Quid/24x24/status/folder-open.png diff --git a/icon-themes/Quid/24x24/status/folder-visiting.png b/icon-themes/Quid/24x24/status/folder-visiting.png Binary files differnew file mode 100644 index 00000000..866ed724 --- /dev/null +++ b/icon-themes/Quid/24x24/status/folder-visiting.png diff --git a/icon-themes/Quid/256x256/Makefile.am b/icon-themes/Quid/256x256/Makefile.am new file mode 100644 index 00000000..a533d7d3 --- /dev/null +++ b/icon-themes/Quid/256x256/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = actions places status + +MAINTAINERCLEANFILES = \ + Makefile.in + diff --git a/icon-themes/Quid/256x256/actions/Makefile.am b/icon-themes/Quid/256x256/actions/Makefile.am new file mode 100644 index 00000000..12b361a6 --- /dev/null +++ b/icon-themes/Quid/256x256/actions/Makefile.am @@ -0,0 +1,22 @@ +themedir = $(datadir)/icons/Quid +size = 256x256 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + document-open.png \ + go-bottom.png \ + go-first.png \ + go-last.png \ + go-previous.png \ + go-up.png \ + go-down.png \ + go-home.png \ + go-next.png \ + go-top.png \ + view-refresh.png + + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/256x256/actions/document-open.png b/icon-themes/Quid/256x256/actions/document-open.png Binary files differnew file mode 100644 index 00000000..a15ebea3 --- /dev/null +++ b/icon-themes/Quid/256x256/actions/document-open.png diff --git a/icon-themes/Quid/256x256/actions/go-bottom.png b/icon-themes/Quid/256x256/actions/go-bottom.png Binary files differnew file mode 100644 index 00000000..9d5aeb1a --- /dev/null +++ b/icon-themes/Quid/256x256/actions/go-bottom.png diff --git a/icon-themes/Quid/256x256/actions/go-down.png b/icon-themes/Quid/256x256/actions/go-down.png Binary files differnew file mode 100644 index 00000000..06bae0c3 --- /dev/null +++ b/icon-themes/Quid/256x256/actions/go-down.png diff --git a/icon-themes/Quid/256x256/actions/go-first.png b/icon-themes/Quid/256x256/actions/go-first.png Binary files differnew file mode 100644 index 00000000..b6e48aa4 --- /dev/null +++ b/icon-themes/Quid/256x256/actions/go-first.png diff --git a/icon-themes/Quid/256x256/actions/go-home.png b/icon-themes/Quid/256x256/actions/go-home.png Binary files differnew file mode 100644 index 00000000..bf89658b --- /dev/null +++ b/icon-themes/Quid/256x256/actions/go-home.png diff --git a/icon-themes/Quid/256x256/actions/go-last.png b/icon-themes/Quid/256x256/actions/go-last.png Binary files differnew file mode 100644 index 00000000..5e89702f --- /dev/null +++ b/icon-themes/Quid/256x256/actions/go-last.png diff --git a/icon-themes/Quid/256x256/actions/go-next.png b/icon-themes/Quid/256x256/actions/go-next.png Binary files differnew file mode 100644 index 00000000..1bf10294 --- /dev/null +++ b/icon-themes/Quid/256x256/actions/go-next.png diff --git a/icon-themes/Quid/256x256/actions/go-previous.png b/icon-themes/Quid/256x256/actions/go-previous.png Binary files differnew file mode 100644 index 00000000..bb3b38b0 --- /dev/null +++ b/icon-themes/Quid/256x256/actions/go-previous.png diff --git a/icon-themes/Quid/256x256/actions/go-top.png b/icon-themes/Quid/256x256/actions/go-top.png Binary files differnew file mode 100644 index 00000000..8b502149 --- /dev/null +++ b/icon-themes/Quid/256x256/actions/go-top.png diff --git a/icon-themes/Quid/256x256/actions/go-up.png b/icon-themes/Quid/256x256/actions/go-up.png Binary files differnew file mode 100644 index 00000000..96248e7e --- /dev/null +++ b/icon-themes/Quid/256x256/actions/go-up.png diff --git a/icon-themes/Quid/256x256/actions/view-refresh.png b/icon-themes/Quid/256x256/actions/view-refresh.png Binary files differnew file mode 100644 index 00000000..fb7d34c4 --- /dev/null +++ b/icon-themes/Quid/256x256/actions/view-refresh.png diff --git a/icon-themes/Quid/256x256/places/Makefile.am b/icon-themes/Quid/256x256/places/Makefile.am new file mode 100644 index 00000000..166dbd4e --- /dev/null +++ b/icon-themes/Quid/256x256/places/Makefile.am @@ -0,0 +1,14 @@ +themedir = $(datadir)/icons/Quid +size = 256x256 +context = places + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder.png \ + folder-remote.png \ + folder-saved-search.png \ + user-home.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/256x256/places/folder-remote.png b/icon-themes/Quid/256x256/places/folder-remote.png Binary files differnew file mode 100644 index 00000000..02d25d65 --- /dev/null +++ b/icon-themes/Quid/256x256/places/folder-remote.png diff --git a/icon-themes/Quid/256x256/places/folder-saved-search.png b/icon-themes/Quid/256x256/places/folder-saved-search.png Binary files differnew file mode 100644 index 00000000..9f808321 --- /dev/null +++ b/icon-themes/Quid/256x256/places/folder-saved-search.png diff --git a/icon-themes/Quid/256x256/places/folder.png b/icon-themes/Quid/256x256/places/folder.png Binary files differnew file mode 100644 index 00000000..f8fe018c --- /dev/null +++ b/icon-themes/Quid/256x256/places/folder.png diff --git a/icon-themes/Quid/256x256/places/user-home.png b/icon-themes/Quid/256x256/places/user-home.png Binary files differnew file mode 100644 index 00000000..368abd27 --- /dev/null +++ b/icon-themes/Quid/256x256/places/user-home.png diff --git a/icon-themes/Quid/256x256/status/Makefile.am b/icon-themes/Quid/256x256/status/Makefile.am new file mode 100644 index 00000000..e036a473 --- /dev/null +++ b/icon-themes/Quid/256x256/status/Makefile.am @@ -0,0 +1,13 @@ +themedir = $(datadir)/icons/Quid +size = 256x256 +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-drag-accept.png \ + folder-open.png \ + folder-visiting.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/256x256/status/folder-drag-accept.png b/icon-themes/Quid/256x256/status/folder-drag-accept.png Binary files differnew file mode 100644 index 00000000..3b5ca15b --- /dev/null +++ b/icon-themes/Quid/256x256/status/folder-drag-accept.png diff --git a/icon-themes/Quid/256x256/status/folder-open.png b/icon-themes/Quid/256x256/status/folder-open.png Binary files differnew file mode 100644 index 00000000..de873b76 --- /dev/null +++ b/icon-themes/Quid/256x256/status/folder-open.png diff --git a/icon-themes/Quid/256x256/status/folder-visiting.png b/icon-themes/Quid/256x256/status/folder-visiting.png Binary files differnew file mode 100644 index 00000000..b75cea6c --- /dev/null +++ b/icon-themes/Quid/256x256/status/folder-visiting.png diff --git a/icon-themes/Quid/32x32/Makefile.am b/icon-themes/Quid/32x32/Makefile.am new file mode 100644 index 00000000..d652496b --- /dev/null +++ b/icon-themes/Quid/32x32/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = actions places status + +MAINTAINERCLEANFILES = \ + Makefile.in + diff --git a/icon-themes/Quid/32x32/actions/Makefile.am b/icon-themes/Quid/32x32/actions/Makefile.am new file mode 100644 index 00000000..5481183d --- /dev/null +++ b/icon-themes/Quid/32x32/actions/Makefile.am @@ -0,0 +1,22 @@ +themedir = $(datadir)/icons/Quid +size = 32x32 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + document-open.png \ + go-bottom.png \ + go-first.png \ + go-last.png \ + go-previous.png \ + go-up.png \ + go-down.png \ + go-home.png \ + go-next.png \ + go-top.png \ + view-refresh.png + + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/32x32/actions/document-open.png b/icon-themes/Quid/32x32/actions/document-open.png Binary files differnew file mode 100644 index 00000000..3a631c7a --- /dev/null +++ b/icon-themes/Quid/32x32/actions/document-open.png diff --git a/icon-themes/Quid/32x32/actions/go-bottom.png b/icon-themes/Quid/32x32/actions/go-bottom.png Binary files differnew file mode 100644 index 00000000..88fb0728 --- /dev/null +++ b/icon-themes/Quid/32x32/actions/go-bottom.png diff --git a/icon-themes/Quid/32x32/actions/go-down.png b/icon-themes/Quid/32x32/actions/go-down.png Binary files differnew file mode 100644 index 00000000..8bfb7718 --- /dev/null +++ b/icon-themes/Quid/32x32/actions/go-down.png diff --git a/icon-themes/Quid/32x32/actions/go-first.png b/icon-themes/Quid/32x32/actions/go-first.png Binary files differnew file mode 100644 index 00000000..77a190b1 --- /dev/null +++ b/icon-themes/Quid/32x32/actions/go-first.png diff --git a/icon-themes/Quid/32x32/actions/go-home.png b/icon-themes/Quid/32x32/actions/go-home.png Binary files differnew file mode 100644 index 00000000..ba53ec28 --- /dev/null +++ b/icon-themes/Quid/32x32/actions/go-home.png diff --git a/icon-themes/Quid/32x32/actions/go-last.png b/icon-themes/Quid/32x32/actions/go-last.png Binary files differnew file mode 100644 index 00000000..612d6560 --- /dev/null +++ b/icon-themes/Quid/32x32/actions/go-last.png diff --git a/icon-themes/Quid/32x32/actions/go-next.png b/icon-themes/Quid/32x32/actions/go-next.png Binary files differnew file mode 100644 index 00000000..77e7d86c --- /dev/null +++ b/icon-themes/Quid/32x32/actions/go-next.png diff --git a/icon-themes/Quid/32x32/actions/go-previous.png b/icon-themes/Quid/32x32/actions/go-previous.png Binary files differnew file mode 100644 index 00000000..96972c5a --- /dev/null +++ b/icon-themes/Quid/32x32/actions/go-previous.png diff --git a/icon-themes/Quid/32x32/actions/go-top.png b/icon-themes/Quid/32x32/actions/go-top.png Binary files differnew file mode 100644 index 00000000..6f2fb6b6 --- /dev/null +++ b/icon-themes/Quid/32x32/actions/go-top.png diff --git a/icon-themes/Quid/32x32/actions/go-up.png b/icon-themes/Quid/32x32/actions/go-up.png Binary files differnew file mode 100644 index 00000000..276d437f --- /dev/null +++ b/icon-themes/Quid/32x32/actions/go-up.png diff --git a/icon-themes/Quid/32x32/actions/view-refresh.png b/icon-themes/Quid/32x32/actions/view-refresh.png Binary files differnew file mode 100644 index 00000000..da4cb1b1 --- /dev/null +++ b/icon-themes/Quid/32x32/actions/view-refresh.png diff --git a/icon-themes/Quid/32x32/places/Makefile.am b/icon-themes/Quid/32x32/places/Makefile.am new file mode 100644 index 00000000..33cc9704 --- /dev/null +++ b/icon-themes/Quid/32x32/places/Makefile.am @@ -0,0 +1,14 @@ +themedir = $(datadir)/icons/Quid +size = 32x32 +context = places + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder.png \ + folder-remote.png \ + folder-saved-search.png \ + user-home.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/32x32/places/folder-remote.png b/icon-themes/Quid/32x32/places/folder-remote.png Binary files differnew file mode 100644 index 00000000..228be98b --- /dev/null +++ b/icon-themes/Quid/32x32/places/folder-remote.png diff --git a/icon-themes/Quid/32x32/places/folder-saved-search.png b/icon-themes/Quid/32x32/places/folder-saved-search.png Binary files differnew file mode 100644 index 00000000..f66dc1ea --- /dev/null +++ b/icon-themes/Quid/32x32/places/folder-saved-search.png diff --git a/icon-themes/Quid/32x32/places/folder.png b/icon-themes/Quid/32x32/places/folder.png Binary files differnew file mode 100644 index 00000000..2f0b2536 --- /dev/null +++ b/icon-themes/Quid/32x32/places/folder.png diff --git a/icon-themes/Quid/32x32/places/user-home.png b/icon-themes/Quid/32x32/places/user-home.png Binary files differnew file mode 100644 index 00000000..3dc3fb09 --- /dev/null +++ b/icon-themes/Quid/32x32/places/user-home.png diff --git a/icon-themes/Quid/32x32/status/Makefile.am b/icon-themes/Quid/32x32/status/Makefile.am new file mode 100644 index 00000000..bb59fda7 --- /dev/null +++ b/icon-themes/Quid/32x32/status/Makefile.am @@ -0,0 +1,13 @@ +themedir = $(datadir)/icons/Quid +size = 32x32 +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-drag-accept.png \ + folder-open.png \ + folder-visiting.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/32x32/status/folder-drag-accept.png b/icon-themes/Quid/32x32/status/folder-drag-accept.png Binary files differnew file mode 100644 index 00000000..6c3f6711 --- /dev/null +++ b/icon-themes/Quid/32x32/status/folder-drag-accept.png diff --git a/icon-themes/Quid/32x32/status/folder-open.png b/icon-themes/Quid/32x32/status/folder-open.png Binary files differnew file mode 100644 index 00000000..2f9a9bd8 --- /dev/null +++ b/icon-themes/Quid/32x32/status/folder-open.png diff --git a/icon-themes/Quid/32x32/status/folder-visiting.png b/icon-themes/Quid/32x32/status/folder-visiting.png Binary files differnew file mode 100644 index 00000000..c341aaf0 --- /dev/null +++ b/icon-themes/Quid/32x32/status/folder-visiting.png diff --git a/icon-themes/Quid/48x48/Makefile.am b/icon-themes/Quid/48x48/Makefile.am new file mode 100644 index 00000000..a533d7d3 --- /dev/null +++ b/icon-themes/Quid/48x48/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = actions places status + +MAINTAINERCLEANFILES = \ + Makefile.in + diff --git a/icon-themes/Quid/48x48/actions/Makefile.am b/icon-themes/Quid/48x48/actions/Makefile.am new file mode 100644 index 00000000..3cb83635 --- /dev/null +++ b/icon-themes/Quid/48x48/actions/Makefile.am @@ -0,0 +1,22 @@ +themedir = $(datadir)/icons/Quid +size = 48x48 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + document-open.png \ + go-bottom.png \ + go-first.png \ + go-last.png \ + go-previous.png \ + go-up.png \ + go-down.png \ + go-home.png \ + go-next.png \ + go-top.png \ + view-refresh.png + + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/48x48/actions/document-open.png b/icon-themes/Quid/48x48/actions/document-open.png Binary files differnew file mode 100644 index 00000000..d9094040 --- /dev/null +++ b/icon-themes/Quid/48x48/actions/document-open.png diff --git a/icon-themes/Quid/48x48/actions/go-bottom.png b/icon-themes/Quid/48x48/actions/go-bottom.png Binary files differnew file mode 100644 index 00000000..515225c1 --- /dev/null +++ b/icon-themes/Quid/48x48/actions/go-bottom.png diff --git a/icon-themes/Quid/48x48/actions/go-down.png b/icon-themes/Quid/48x48/actions/go-down.png Binary files differnew file mode 100644 index 00000000..bc2e547b --- /dev/null +++ b/icon-themes/Quid/48x48/actions/go-down.png diff --git a/icon-themes/Quid/48x48/actions/go-first.png b/icon-themes/Quid/48x48/actions/go-first.png Binary files differnew file mode 100644 index 00000000..ec2f583c --- /dev/null +++ b/icon-themes/Quid/48x48/actions/go-first.png diff --git a/icon-themes/Quid/48x48/actions/go-home.png b/icon-themes/Quid/48x48/actions/go-home.png Binary files differnew file mode 100644 index 00000000..0f1297fa --- /dev/null +++ b/icon-themes/Quid/48x48/actions/go-home.png diff --git a/icon-themes/Quid/48x48/actions/go-last.png b/icon-themes/Quid/48x48/actions/go-last.png Binary files differnew file mode 100644 index 00000000..0705ff4a --- /dev/null +++ b/icon-themes/Quid/48x48/actions/go-last.png diff --git a/icon-themes/Quid/48x48/actions/go-next.png b/icon-themes/Quid/48x48/actions/go-next.png Binary files differnew file mode 100644 index 00000000..d44d4656 --- /dev/null +++ b/icon-themes/Quid/48x48/actions/go-next.png diff --git a/icon-themes/Quid/48x48/actions/go-previous.png b/icon-themes/Quid/48x48/actions/go-previous.png Binary files differnew file mode 100644 index 00000000..adee83f1 --- /dev/null +++ b/icon-themes/Quid/48x48/actions/go-previous.png diff --git a/icon-themes/Quid/48x48/actions/go-top.png b/icon-themes/Quid/48x48/actions/go-top.png Binary files differnew file mode 100644 index 00000000..5077fc45 --- /dev/null +++ b/icon-themes/Quid/48x48/actions/go-top.png diff --git a/icon-themes/Quid/48x48/actions/go-up.png b/icon-themes/Quid/48x48/actions/go-up.png Binary files differnew file mode 100644 index 00000000..1f3d726a --- /dev/null +++ b/icon-themes/Quid/48x48/actions/go-up.png diff --git a/icon-themes/Quid/48x48/actions/view-refresh.png b/icon-themes/Quid/48x48/actions/view-refresh.png Binary files differnew file mode 100644 index 00000000..f9e7bd76 --- /dev/null +++ b/icon-themes/Quid/48x48/actions/view-refresh.png diff --git a/icon-themes/Quid/48x48/places/Makefile.am b/icon-themes/Quid/48x48/places/Makefile.am new file mode 100644 index 00000000..a9c395ca --- /dev/null +++ b/icon-themes/Quid/48x48/places/Makefile.am @@ -0,0 +1,14 @@ +themedir = $(datadir)/icons/Quid +size = 48x48 +context = places + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder.png \ + folder-remote.png \ + folder-saved-search.png \ + user-home.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/48x48/places/folder-remote.png b/icon-themes/Quid/48x48/places/folder-remote.png Binary files differnew file mode 100644 index 00000000..170b645b --- /dev/null +++ b/icon-themes/Quid/48x48/places/folder-remote.png diff --git a/icon-themes/Quid/48x48/places/folder-saved-search.png b/icon-themes/Quid/48x48/places/folder-saved-search.png Binary files differnew file mode 100644 index 00000000..f7764c49 --- /dev/null +++ b/icon-themes/Quid/48x48/places/folder-saved-search.png diff --git a/icon-themes/Quid/48x48/places/folder.png b/icon-themes/Quid/48x48/places/folder.png Binary files differnew file mode 100644 index 00000000..332985d4 --- /dev/null +++ b/icon-themes/Quid/48x48/places/folder.png diff --git a/icon-themes/Quid/48x48/places/user-home.png b/icon-themes/Quid/48x48/places/user-home.png Binary files differnew file mode 100644 index 00000000..c6512272 --- /dev/null +++ b/icon-themes/Quid/48x48/places/user-home.png diff --git a/icon-themes/Quid/48x48/status/Makefile.am b/icon-themes/Quid/48x48/status/Makefile.am new file mode 100644 index 00000000..d0fa50c0 --- /dev/null +++ b/icon-themes/Quid/48x48/status/Makefile.am @@ -0,0 +1,13 @@ +themedir = $(datadir)/icons/Quid +size = 48x48 +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-drag-accept.png \ + folder-open.png \ + folder-visiting.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/48x48/status/folder-drag-accept.png b/icon-themes/Quid/48x48/status/folder-drag-accept.png Binary files differnew file mode 100644 index 00000000..8c7921c5 --- /dev/null +++ b/icon-themes/Quid/48x48/status/folder-drag-accept.png diff --git a/icon-themes/Quid/48x48/status/folder-open.png b/icon-themes/Quid/48x48/status/folder-open.png Binary files differnew file mode 100644 index 00000000..18a81c4e --- /dev/null +++ b/icon-themes/Quid/48x48/status/folder-open.png diff --git a/icon-themes/Quid/48x48/status/folder-visiting.png b/icon-themes/Quid/48x48/status/folder-visiting.png Binary files differnew file mode 100644 index 00000000..1f02cdff --- /dev/null +++ b/icon-themes/Quid/48x48/status/folder-visiting.png diff --git a/icon-themes/Quid/64x64/Makefile.am b/icon-themes/Quid/64x64/Makefile.am new file mode 100644 index 00000000..a533d7d3 --- /dev/null +++ b/icon-themes/Quid/64x64/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = actions places status + +MAINTAINERCLEANFILES = \ + Makefile.in + diff --git a/icon-themes/Quid/64x64/actions/Makefile.am b/icon-themes/Quid/64x64/actions/Makefile.am new file mode 100644 index 00000000..4a036325 --- /dev/null +++ b/icon-themes/Quid/64x64/actions/Makefile.am @@ -0,0 +1,22 @@ +themedir = $(datadir)/icons/Quid +size = 64x64 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + document-open.png \ + go-bottom.png \ + go-first.png \ + go-last.png \ + go-previous.png \ + go-up.png \ + go-down.png \ + go-home.png \ + go-next.png \ + go-top.png \ + view-refresh.png + + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/64x64/actions/document-open.png b/icon-themes/Quid/64x64/actions/document-open.png Binary files differnew file mode 100644 index 00000000..4b2edbea --- /dev/null +++ b/icon-themes/Quid/64x64/actions/document-open.png diff --git a/icon-themes/Quid/64x64/actions/go-bottom.png b/icon-themes/Quid/64x64/actions/go-bottom.png Binary files differnew file mode 100644 index 00000000..c96d3c45 --- /dev/null +++ b/icon-themes/Quid/64x64/actions/go-bottom.png diff --git a/icon-themes/Quid/64x64/actions/go-down.png b/icon-themes/Quid/64x64/actions/go-down.png Binary files differnew file mode 100644 index 00000000..d1ccef12 --- /dev/null +++ b/icon-themes/Quid/64x64/actions/go-down.png diff --git a/icon-themes/Quid/64x64/actions/go-first.png b/icon-themes/Quid/64x64/actions/go-first.png Binary files differnew file mode 100644 index 00000000..6f286ce0 --- /dev/null +++ b/icon-themes/Quid/64x64/actions/go-first.png diff --git a/icon-themes/Quid/64x64/actions/go-home.png b/icon-themes/Quid/64x64/actions/go-home.png Binary files differnew file mode 100644 index 00000000..8b5854a3 --- /dev/null +++ b/icon-themes/Quid/64x64/actions/go-home.png diff --git a/icon-themes/Quid/64x64/actions/go-last.png b/icon-themes/Quid/64x64/actions/go-last.png Binary files differnew file mode 100644 index 00000000..31da587e --- /dev/null +++ b/icon-themes/Quid/64x64/actions/go-last.png diff --git a/icon-themes/Quid/64x64/actions/go-next.png b/icon-themes/Quid/64x64/actions/go-next.png Binary files differnew file mode 100644 index 00000000..65a26fac --- /dev/null +++ b/icon-themes/Quid/64x64/actions/go-next.png diff --git a/icon-themes/Quid/64x64/actions/go-previous.png b/icon-themes/Quid/64x64/actions/go-previous.png Binary files differnew file mode 100644 index 00000000..62100b8b --- /dev/null +++ b/icon-themes/Quid/64x64/actions/go-previous.png diff --git a/icon-themes/Quid/64x64/actions/go-top.png b/icon-themes/Quid/64x64/actions/go-top.png Binary files differnew file mode 100644 index 00000000..6138f792 --- /dev/null +++ b/icon-themes/Quid/64x64/actions/go-top.png diff --git a/icon-themes/Quid/64x64/actions/go-up.png b/icon-themes/Quid/64x64/actions/go-up.png Binary files differnew file mode 100644 index 00000000..9267056a --- /dev/null +++ b/icon-themes/Quid/64x64/actions/go-up.png diff --git a/icon-themes/Quid/64x64/actions/view-refresh.png b/icon-themes/Quid/64x64/actions/view-refresh.png Binary files differnew file mode 100644 index 00000000..8f2ebc9b --- /dev/null +++ b/icon-themes/Quid/64x64/actions/view-refresh.png diff --git a/icon-themes/Quid/64x64/places/Makefile.am b/icon-themes/Quid/64x64/places/Makefile.am new file mode 100644 index 00000000..de308861 --- /dev/null +++ b/icon-themes/Quid/64x64/places/Makefile.am @@ -0,0 +1,14 @@ +themedir = $(datadir)/icons/Quid +size = 64x64 +context = places + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder.png \ + folder-remote.png \ + folder-saved-search.png \ + user-home.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/64x64/places/folder-remote.png b/icon-themes/Quid/64x64/places/folder-remote.png Binary files differnew file mode 100644 index 00000000..cafaabd0 --- /dev/null +++ b/icon-themes/Quid/64x64/places/folder-remote.png diff --git a/icon-themes/Quid/64x64/places/folder-saved-search.png b/icon-themes/Quid/64x64/places/folder-saved-search.png Binary files differnew file mode 100644 index 00000000..23448f31 --- /dev/null +++ b/icon-themes/Quid/64x64/places/folder-saved-search.png diff --git a/icon-themes/Quid/64x64/places/folder.png b/icon-themes/Quid/64x64/places/folder.png Binary files differnew file mode 100644 index 00000000..daa53f47 --- /dev/null +++ b/icon-themes/Quid/64x64/places/folder.png diff --git a/icon-themes/Quid/64x64/places/user-home.png b/icon-themes/Quid/64x64/places/user-home.png Binary files differnew file mode 100644 index 00000000..90f4ce03 --- /dev/null +++ b/icon-themes/Quid/64x64/places/user-home.png diff --git a/icon-themes/Quid/64x64/status/Makefile.am b/icon-themes/Quid/64x64/status/Makefile.am new file mode 100644 index 00000000..1df1f873 --- /dev/null +++ b/icon-themes/Quid/64x64/status/Makefile.am @@ -0,0 +1,13 @@ +themedir = $(datadir)/icons/Quid +size = 64x64 +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-drag-accept.png \ + folder-open.png \ + folder-visiting.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/64x64/status/folder-drag-accept.png b/icon-themes/Quid/64x64/status/folder-drag-accept.png Binary files differnew file mode 100644 index 00000000..b6b9f042 --- /dev/null +++ b/icon-themes/Quid/64x64/status/folder-drag-accept.png diff --git a/icon-themes/Quid/64x64/status/folder-open.png b/icon-themes/Quid/64x64/status/folder-open.png Binary files differnew file mode 100644 index 00000000..6fdb3f9c --- /dev/null +++ b/icon-themes/Quid/64x64/status/folder-open.png diff --git a/icon-themes/Quid/64x64/status/folder-visiting.png b/icon-themes/Quid/64x64/status/folder-visiting.png Binary files differnew file mode 100644 index 00000000..2951734d --- /dev/null +++ b/icon-themes/Quid/64x64/status/folder-visiting.png diff --git a/icon-themes/Quid/96x96/Makefile.am b/icon-themes/Quid/96x96/Makefile.am new file mode 100644 index 00000000..a533d7d3 --- /dev/null +++ b/icon-themes/Quid/96x96/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = actions places status + +MAINTAINERCLEANFILES = \ + Makefile.in + diff --git a/icon-themes/Quid/96x96/actions/Makefile.am b/icon-themes/Quid/96x96/actions/Makefile.am new file mode 100644 index 00000000..28b28d6a --- /dev/null +++ b/icon-themes/Quid/96x96/actions/Makefile.am @@ -0,0 +1,22 @@ +themedir = $(datadir)/icons/Quid +size = 96x96 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + document-open.png \ + go-bottom.png \ + go-first.png \ + go-last.png \ + go-previous.png \ + go-up.png \ + go-down.png \ + go-home.png \ + go-next.png \ + go-top.png \ + view-refresh.png + + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/96x96/actions/document-open.png b/icon-themes/Quid/96x96/actions/document-open.png Binary files differnew file mode 100644 index 00000000..65c05d12 --- /dev/null +++ b/icon-themes/Quid/96x96/actions/document-open.png diff --git a/icon-themes/Quid/96x96/actions/go-bottom.png b/icon-themes/Quid/96x96/actions/go-bottom.png Binary files differnew file mode 100644 index 00000000..656e4287 --- /dev/null +++ b/icon-themes/Quid/96x96/actions/go-bottom.png diff --git a/icon-themes/Quid/96x96/actions/go-down.png b/icon-themes/Quid/96x96/actions/go-down.png Binary files differnew file mode 100644 index 00000000..b44b7a6c --- /dev/null +++ b/icon-themes/Quid/96x96/actions/go-down.png diff --git a/icon-themes/Quid/96x96/actions/go-first.png b/icon-themes/Quid/96x96/actions/go-first.png Binary files differnew file mode 100644 index 00000000..2cd66c6d --- /dev/null +++ b/icon-themes/Quid/96x96/actions/go-first.png diff --git a/icon-themes/Quid/96x96/actions/go-home.png b/icon-themes/Quid/96x96/actions/go-home.png Binary files differnew file mode 100644 index 00000000..c79d7574 --- /dev/null +++ b/icon-themes/Quid/96x96/actions/go-home.png diff --git a/icon-themes/Quid/96x96/actions/go-last.png b/icon-themes/Quid/96x96/actions/go-last.png Binary files differnew file mode 100644 index 00000000..be01f426 --- /dev/null +++ b/icon-themes/Quid/96x96/actions/go-last.png diff --git a/icon-themes/Quid/96x96/actions/go-next.png b/icon-themes/Quid/96x96/actions/go-next.png Binary files differnew file mode 100644 index 00000000..f61b962a --- /dev/null +++ b/icon-themes/Quid/96x96/actions/go-next.png diff --git a/icon-themes/Quid/96x96/actions/go-previous.png b/icon-themes/Quid/96x96/actions/go-previous.png Binary files differnew file mode 100644 index 00000000..0b1c8b6d --- /dev/null +++ b/icon-themes/Quid/96x96/actions/go-previous.png diff --git a/icon-themes/Quid/96x96/actions/go-top.png b/icon-themes/Quid/96x96/actions/go-top.png Binary files differnew file mode 100644 index 00000000..4f1313a3 --- /dev/null +++ b/icon-themes/Quid/96x96/actions/go-top.png diff --git a/icon-themes/Quid/96x96/actions/go-up.png b/icon-themes/Quid/96x96/actions/go-up.png Binary files differnew file mode 100644 index 00000000..2dd59f34 --- /dev/null +++ b/icon-themes/Quid/96x96/actions/go-up.png diff --git a/icon-themes/Quid/96x96/actions/view-refresh.png b/icon-themes/Quid/96x96/actions/view-refresh.png Binary files differnew file mode 100644 index 00000000..645e903f --- /dev/null +++ b/icon-themes/Quid/96x96/actions/view-refresh.png diff --git a/icon-themes/Quid/96x96/places/Makefile.am b/icon-themes/Quid/96x96/places/Makefile.am new file mode 100644 index 00000000..fe036bcc --- /dev/null +++ b/icon-themes/Quid/96x96/places/Makefile.am @@ -0,0 +1,14 @@ +themedir = $(datadir)/icons/Quid +size = 96x96 +context = places + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder.png \ + folder-remote.png \ + folder-saved-search.png \ + user-home.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/96x96/places/folder-remote.png b/icon-themes/Quid/96x96/places/folder-remote.png Binary files differnew file mode 100644 index 00000000..b8ec12dd --- /dev/null +++ b/icon-themes/Quid/96x96/places/folder-remote.png diff --git a/icon-themes/Quid/96x96/places/folder-saved-search.png b/icon-themes/Quid/96x96/places/folder-saved-search.png Binary files differnew file mode 100644 index 00000000..65b8bbae --- /dev/null +++ b/icon-themes/Quid/96x96/places/folder-saved-search.png diff --git a/icon-themes/Quid/96x96/places/folder.png b/icon-themes/Quid/96x96/places/folder.png Binary files differnew file mode 100644 index 00000000..a90db351 --- /dev/null +++ b/icon-themes/Quid/96x96/places/folder.png diff --git a/icon-themes/Quid/96x96/places/user-home.png b/icon-themes/Quid/96x96/places/user-home.png Binary files differnew file mode 100644 index 00000000..79e0e382 --- /dev/null +++ b/icon-themes/Quid/96x96/places/user-home.png diff --git a/icon-themes/Quid/96x96/status/Makefile.am b/icon-themes/Quid/96x96/status/Makefile.am new file mode 100644 index 00000000..5ec071ff --- /dev/null +++ b/icon-themes/Quid/96x96/status/Makefile.am @@ -0,0 +1,13 @@ +themedir = $(datadir)/icons/Quid +size = 96x96 +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-drag-accept.png \ + folder-open.png \ + folder-visiting.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/96x96/status/folder-drag-accept.png b/icon-themes/Quid/96x96/status/folder-drag-accept.png Binary files differnew file mode 100644 index 00000000..a5dfd230 --- /dev/null +++ b/icon-themes/Quid/96x96/status/folder-drag-accept.png diff --git a/icon-themes/Quid/96x96/status/folder-open.png b/icon-themes/Quid/96x96/status/folder-open.png Binary files differnew file mode 100644 index 00000000..581a4bef --- /dev/null +++ b/icon-themes/Quid/96x96/status/folder-open.png diff --git a/icon-themes/Quid/96x96/status/folder-visiting.png b/icon-themes/Quid/96x96/status/folder-visiting.png Binary files differnew file mode 100644 index 00000000..d1b7703a --- /dev/null +++ b/icon-themes/Quid/96x96/status/folder-visiting.png diff --git a/icon-themes/Quid/Makefile.am b/icon-themes/Quid/Makefile.am new file mode 100644 index 00000000..9b143cb9 --- /dev/null +++ b/icon-themes/Quid/Makefile.am @@ -0,0 +1,25 @@ +SUBDIRS = \ + 16x16 \ + 22x22 \ + 24x24 \ + 32x32 \ + 48x48 \ + 64x64 \ + 96x96 \ + 128x128 \ + 256x256 \ + scalable + +indexthemedir = $(datadir)/icons/Quid +indextheme_DATA = index.theme +indextheme_in_files = $(indextheme_DATA:.theme=.theme.in) + +%.theme: %.theme.in +if USE_NLS + $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ +else + $(AM_V_GEN) cp -f $< $@ +endif + +CLEANFILES = $(indextheme_DATA) +EXTRA_DIST = $(indextheme_in_files) diff --git a/icon-themes/Quid/index.theme.in b/icon-themes/Quid/index.theme.in new file mode 100644 index 00000000..d636a5de --- /dev/null +++ b/icon-themes/Quid/index.theme.in @@ -0,0 +1,163 @@ +[Icon Theme] +Name=Quid +Comment=Port of Crux icon theme +Inherits=mate +Example=folder + +Directories=16x16/actions,16x16/places,16x16/status,22x22/actions,22x22/places,22x22/status,24x24/actions,24x24/places,24x24/status,32x32/actions,32x32/places,32x32/status,48x48/actions,48x48/places,48x48/status,64x64/actions,64x64/places,64x64/status,96x96/actions,96x96/places,96x96/status,128x128/actions,128x128/places,128x128/status,256x256/actions,256x256/places,256x256/status,scalable/places,scalable/actions,scalable/status + +[16x16/actions] +Size=16 +Context=Actions +Type=Fixed + +[16x16/status] +Size=16 +Context=Status +Type=Fixed + +[16x16/places] +Size=16 +Context=Places +Type=Fixed + +[22x22/actions] +Size=22 +Context=Actions +Type=Fixed + +[22x22/status] +Size=22 +Context=Status +Type=Fixed + +[22x22/places] +Size=22 +Context=Places +Type=Fixed + +[24x24/actions] +Size=24 +Context=Actions +Type=Fixed + +[24x24/status] +Size=24 +Context=Status +Type=Fixed + +[24x24/places] +Size=24 +Context=Places +Type=Fixed + +[32x32/actions] +Size=32 +Context=Actions +Type=Fixed + +[32x32/status] +Size=32 +Context=Status +Type=Fixed + +[32x32/places] +Size=32 +Context=Places +Type=Fixed + +[48x48/actions] +Size=48 +Context=Actions +Type=Fixed + +[48x48/status] +Size=48 +Context=Status +Type=Fixed + +[48x48/places] +Size=48 +Context=Places +Type=Fixed + +[64x64/actions] +Size=64 +Context=Actions +Type=Fixed + +[64x64/status] +Size=64 +Context=Status +Type=Fixed + +[64x64/places] +Size=64 +Context=Places +Type=Fixed + +[96x96/actions] +Size=96 +Context=Actions +Type=Fixed + +[96x96/status] +Size=96 +Context=Status +Type=Fixed + +[96x96/places] +Size=96 +Context=Places +Type=Fixed + +[128x128/actions] +Size=128 +Context=Actions +Type=Fixed + +[128x128/status] +Size=128 +Context=Status +Type=Fixed + +[128x128/places] +Size=128 +Context=Places +Type=Fixed + +[256x256/actions] +Size=256 +Context=Actions +Type=Fixed + +[256x256/status] +Size=256 +Context=Status +Type=Fixed + +[256x256/places] +Size=256 +Context=Places +Type=Fixed + +[scalable/actions] +Size=96 +Context=Actions +Type=Scalable +MinSize=48 +MaxSize=256 + +[scalable/status] +Size=96 +Context=Status +Type=Scalable +MinSize=48 +MaxSize=256 + +[scalable/places] +Size=96 +Context=Places +Type=Scalable +MinSize=48 +MaxSize=256 diff --git a/icon-themes/Quid/scalable/Makefile.am b/icon-themes/Quid/scalable/Makefile.am new file mode 100644 index 00000000..d652496b --- /dev/null +++ b/icon-themes/Quid/scalable/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = actions places status + +MAINTAINERCLEANFILES = \ + Makefile.in + diff --git a/icon-themes/Quid/scalable/actions/Makefile.am b/icon-themes/Quid/scalable/actions/Makefile.am new file mode 100644 index 00000000..08a3f626 --- /dev/null +++ b/icon-themes/Quid/scalable/actions/Makefile.am @@ -0,0 +1,22 @@ +themedir = $(datadir)/icons/Quid +size = scalable +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + document-open.svg \ + go-bottom.svg \ + go-down.svg \ + go-first.svg \ + go-home.svg \ + go-last.svg \ + go-next.svg \ + go-previous.svg \ + go-top.svg \ + go-up.svg \ + view-refresh.svg + + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/scalable/actions/document-open.svg b/icon-themes/Quid/scalable/actions/document-open.svg new file mode 100644 index 00000000..6e4e8ddf --- /dev/null +++ b/icon-themes/Quid/scalable/actions/document-open.svg @@ -0,0 +1,591 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + x="0.0000000" + y="0.0000000" + width="48" + height="48" + id="svg1" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docname="document-open.svg" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/actions" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-daritaliare.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata162"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Document Open</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:date /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + <dc:identifier /> + <dc:subject> + <rdf:Bag> + <rdf:li>document</rdf:li> + <rdf:li>open</rdf:li> + <rdf:li>file</rdf:li> + <rdf:li>folder</rdf:li> + <rdf:li>sheet</rdf:li> + <rdf:li>paper</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:window-width="1051" + inkscape:window-height="655" + inkscape:cy="14.150405" + inkscape:cx="-5.0266945" + inkscape:zoom="1" + inkscape:document-units="px" + showgrid="false" + inkscape:window-x="142" + inkscape:window-y="17" + inkscape:current-layer="layer2" + inkscape:showpageshadow="false" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-paths="false" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + inkscape:grid-points="false" + showborder="true"> + <sodipodi:guide + orientation="horizontal" + position="36.062446" + id="guide1934" /> + <sodipodi:guide + orientation="horizontal" + position="15.003922" + id="guide1941" /> + <sodipodi:guide + orientation="vertical" + position="4.5" + id="guide1943" /> + <sodipodi:guide + orientation="vertical" + position="44.503533" + id="guide1945" /> + <sodipodi:guide + orientation="horizontal" + position="43.125" + id="guide1947" /> + <sodipodi:guide + orientation="horizontal" + position="39" + id="guide1949" /> + <sodipodi:guide + orientation="horizontal" + position="19.003495" + id="guide2919" /> + <sodipodi:guide + orientation="vertical" + position="0.97227183" + id="guide2212" /> + <sodipodi:guide + orientation="vertical" + position="47.994873" + id="guide2214" /> + <sodipodi:guide + orientation="horizontal" + position="111" + id="guide4328" /> + <sodipodi:guide + orientation="vertical" + position="65.75" + id="guide3135" /> + <sodipodi:guide + orientation="vertical" + position="129.75" + id="guide3137" /> + <sodipodi:guide + orientation="vertical" + position="190.75" + id="guide3139" /> + <sodipodi:guide + orientation="vertical" + position="212.48559" + id="guide3316" /> + <sodipodi:guide + orientation="horizontal" + position="178.01413" + id="guide3318" /> + </sodipodi:namedview> + <defs + id="defs3"> + <linearGradient + id="linearGradient16514"> + <stop + style="stop-color:white;stop-opacity:0.18292683;" + offset="0" + id="stop16516" /> + <stop + id="stop2824" + offset="0.8214286" + style="stop-color:white;stop-opacity:1;" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop16518" /> + </linearGradient> + <linearGradient + id="linearGradient11425"> + <stop + style="stop-color:#555753;stop-opacity:1;" + offset="0" + id="stop11427" /> + <stop + style="stop-color:#2e3436;stop-opacity:1" + offset="1" + id="stop11429" /> + </linearGradient> + <linearGradient + id="linearGradient2502"> + <stop + style="stop-color:#babdb6;stop-opacity:1" + offset="0" + id="stop2504" /> + <stop + id="stop13256" + offset="0.26671854" + style="stop-color:#eeeeec;stop-opacity:1;" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0.37147304" + id="stop2460" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop2506" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3148"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3150" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3152" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4100"> + <stop + style="stop-color:#75507b;stop-opacity:1;" + offset="0" + id="stop4102" /> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="1" + id="stop4104" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3311"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop3313" /> + <stop + style="stop-color:#555753;stop-opacity:1" + offset="1" + id="stop3315" /> + </linearGradient> + <linearGradient + id="linearGradient2894"> + <stop + style="stop-color:#39213f;stop-opacity:1;" + offset="0" + id="stop2896" /> + <stop + id="stop2900" + offset="0.47619048" + style="stop-color:#75507b;stop-opacity:1;" /> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="1" + id="stop2898" /> + </linearGradient> + <linearGradient + id="linearGradient3100"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3102" /> + <stop + id="stop2071" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient3018"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3020" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3022" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3018" + id="linearGradient24117" + gradientUnits="userSpaceOnUse" + x1="7.875" + y1="8.8348885" + x2="7.875" + y2="30.009003" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3311" + id="linearGradient24202" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(707.5001,-194.433)" + x1="20.625" + y1="-89.501274" + x2="20.625" + y2="-73.592278" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3148" + id="radialGradient24534" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.909226,4.633384e-3,0,0.196634,687.6916,-272.146)" + cx="10.804749" + cy="16.085173" + fx="10.804749" + fy="16.085173" + r="22.730583" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3100" + id="linearGradient24537" + gradientUnits="userSpaceOnUse" + x1="17.02047" + y1="-16.221062" + x2="17.02047" + y2="-29.344501" + gradientTransform="matrix(1,0,0,0.50779,707.5001,-252.822)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4100" + id="linearGradient24540" + gradientUnits="userSpaceOnUse" + x1="20.662504" + y1="34.941128" + x2="20.537504" + y2="25.303768" + gradientTransform="matrix(1,0,0,0.56332,707.5001,-281.4365)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2894" + id="linearGradient24542" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.540956,707.5001,-234.4558)" + x1="9.4176369" + y1="-44.498653" + x2="9.4176369" + y2="-60.72047" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2502" + id="linearGradient25136" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.967744,0,0,1,646.8386,-241.433)" + x1="84.25" + y1="-51.881321" + x2="84.25" + y2="-27.44416" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11425" + id="linearGradient25138" + gradientUnits="userSpaceOnUse" + x1="103.8125" + y1="-41.689045" + x2="103.8125" + y2="-21.4375" + gradientTransform="translate(643.5001,-248.433)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient16514" + id="linearGradient16520" + x1="100.7497" + y1="-26.998718" + x2="100.7497" + y2="-51.375" + gradientUnits="userSpaceOnUse" /> + </defs> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + id="g891" + transform="matrix(0.186703,0,0,0.186703,-21.1073,57.62299)" /> + <g + id="g6102" + inkscape:label="pixmap" + style="display:inline" + transform="translate(188.7605,-103.2651)" /> + <g + transform="matrix(0.186703,0,0,0.186703,167.6532,-45.64211)" + id="g6106" /> + <g + id="g25170" + transform="translate(-708.4998,297.433)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <path + style="fill:url(#linearGradient24202);fill-opacity:1;stroke:#555753;stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + d="M 716.0001,-289.933 C 715.0976,-289.933 714.66823,-289.61939 714.5001,-288.47712 C 712.61813,-278.50394 712.71586,-270.39874 713.0001,-260.2979 C 713.0001,-259.5486 713.61641,-258.93301 714.3751,-258.93301 L 749.6251,-258.93301 C 750.38379,-258.93301 750.94826,-259.55029 751.0001,-260.2979 C 752.0001,-278.34477 750.0001,-283.56811 750.0001,-283.56811 C 750.0001,-284.31741 749.38379,-284.933 748.6251,-284.933 L 731.0001,-284.933 L 730.0001,-288.33006 C 729.75497,-289.16279 729.4026,-289.933 728.5001,-289.933 L 716.0001,-289.933 z " + id="path23297" + sodipodi:nodetypes="czcccccccscc" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.98693144" + inkscape:original="M 8.5 7.5 C 7.5975 7.4999999 7.168127 7.826478 7 8.96875 C 5.118026 18.941927 5.215756 29.024159 5.5 39.125 C 5.5 39.874297 6.116307 40.5 6.875 40.5 L 42.125 40.5 C 42.88369 40.500001 43.44816 39.872606 43.5 39.125 C 44.5 21.078129 42.5 13.875 42.5 13.875 C 42.5 13.125703 41.88369 12.5 41.125 12.5 L 23.5 12.5 L 22.5 9.09375 C 22.254867 8.2610185 21.9025 7.5 21 7.5 L 8.5 7.5 z " + style="opacity:0.48627451;fill:none;fill-opacity:1;stroke:url(#linearGradient24117);stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="path23299" + d="M 8.5,8.5 C 8.167757,8.5 8.1531396,8.5341442 8.15625,8.53125 C 8.1593604,8.5283558 8.0371607,8.6602106 7.96875,9.125 C 7.9689149,9.135416 7.9689149,9.145834 7.96875,9.15625 C 6.1104047,19.004211 6.2160965,29.00501 6.5,39.09375 C 6.5001649,39.104166 6.5001649,39.114584 6.5,39.125 C 6.5,39.333121 6.6589296,39.5 6.875,39.5 L 42.125,39.5 C 42.339597,39.5 42.479725,39.354901 42.5,39.0625 C 43.495176,21.102696 41.5625,14.125 41.5625,14.125 C 41.530831,14.044756 41.509819,13.960707 41.5,13.875 C 41.5,13.666882 41.341065,13.5 41.125,13.5 L 23.5,13.5 C 23.062797,13.49451 22.681309,13.202036 22.5625,12.78125 L 21.5625,9.375 C 21.45311,9.0033953 21.310238,8.710051 21.21875,8.59375 C 21.127262,8.477449 21.173845,8.5 21,8.5 L 8.5,8.5 z " + transform="translate(707.5001,-297.433)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + id="path23303" + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + d="M 713.67426,-265.43304 C 711.4297,-265.43304 709.6227,-263.23291 709.6227,-260.50001 C 709.6227,-257.76711 711.4297,-255.56697 713.67426,-255.56697 L 750.94858,-255.56697 C 753.19314,-255.56697 755.00013,-257.76711 755.00013,-260.50001 C 755.00013,-263.23291 753.19314,-265.43304 750.94858,-265.43304 L 713.67426,-265.43304 z " /> + <path + id="path23305" + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + d="M 713.67426,-265.10417 C 711.57934,-265.10417 709.89281,-263.05071 709.89281,-260.50001 C 709.89281,-257.9493 711.57934,-255.89584 713.67426,-255.89584 L 750.94858,-255.89584 C 753.0435,-255.89584 754.73003,-257.9493 754.73003,-260.50001 C 754.73003,-263.05071 753.0435,-265.10417 750.94858,-265.10417 L 713.67426,-265.10417 z " /> + <path + id="path23307" + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + d="M 713.67426,-264.7753 C 711.72897,-264.7753 710.16291,-262.86852 710.16291,-260.50001 C 710.16291,-258.13149 711.72897,-256.22471 713.67426,-256.22471 L 750.94858,-256.22471 C 752.89386,-256.22471 754.45993,-258.13149 754.45993,-260.50001 C 754.45993,-262.86852 752.89386,-264.7753 750.94858,-264.7753 L 713.67426,-264.7753 z " /> + <path + id="path23309" + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + d="M 713.67426,-264.44643 C 711.87861,-264.44643 710.43302,-262.68633 710.43302,-260.50001 C 710.43302,-258.31369 711.87861,-256.55358 713.67426,-256.55358 L 750.94858,-256.55358 C 752.74423,-256.55358 754.18982,-258.31369 754.18982,-260.50001 C 754.18982,-262.68633 752.74423,-264.44643 750.94858,-264.44643 L 713.67426,-264.44643 z " /> + <path + id="path23311" + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + d="M 713.67449,-264.11756 C 712.02848,-264.11756 710.70335,-262.50413 710.70335,-260.50001 C 710.70335,-258.49588 712.02848,-256.88245 713.67449,-256.88245 L 750.94847,-256.88245 C 752.59448,-256.88245 753.91961,-258.49588 753.91961,-260.50001 C 753.91961,-262.50413 752.59448,-264.11756 750.94847,-264.11756 L 713.67449,-264.11756 z " /> + <path + id="path23313" + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + d="M 713.67426,-263.78869 C 712.17789,-263.78869 710.97322,-262.32194 710.97322,-260.50001 C 710.97322,-258.67807 712.17789,-257.21132 713.67426,-257.21132 L 750.94858,-257.21132 C 752.44495,-257.21132 753.64961,-258.67807 753.64961,-260.50001 C 753.64961,-262.32194 752.44495,-263.78869 750.94858,-263.78869 L 713.67426,-263.78869 z " /> + <path + id="path23315" + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + d="M 713.67426,-263.45982 C 712.32752,-263.45982 711.24333,-262.13975 711.24333,-260.50001 C 711.24333,-258.86027 712.32752,-257.54019 713.67426,-257.54019 L 750.94858,-257.54019 C 752.29531,-257.54019 753.37951,-258.86027 753.37951,-260.50001 C 753.37951,-262.13975 752.29531,-263.45982 750.94858,-263.45982 L 713.67426,-263.45982 z " /> + <path + id="path23317" + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + d="M 713.67426,-263.13096 C 712.47716,-263.13096 711.51343,-261.95755 711.51343,-260.50001 C 711.51343,-259.04246 712.47716,-257.86906 713.67426,-257.86906 L 750.94858,-257.86906 C 752.14568,-257.86906 753.10941,-259.04246 753.10941,-260.50001 C 753.10941,-261.95755 752.14568,-263.13096 750.94858,-263.13096 L 713.67426,-263.13096 z " /> + <rect + style="fill:#eeeeec;fill-opacity:1;stroke:#d3d7cf;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect23319" + width="10.000002" + height="3" + x="717.00012" + y="-286.93301" + rx="1.5" + ry="1.5" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="arc" + style="fill:black;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="path23321" + sodipodi:cx="11.75" + sodipodi:cy="11.5" + sodipodi:rx="0.25" + sodipodi:ry="0.5" + d="M 12 11.5 A 0.25 0.5 0 1 1 11.5,11.5 A 0.25 0.5 0 1 1 12 11.5 z" + transform="matrix(2,0,0,1,694.5001,-296.433)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="arc" + style="fill:black;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="path23323" + sodipodi:cx="11.75" + sodipodi:cy="11.5" + sodipodi:rx="0.25" + sodipodi:ry="0.5" + d="M 12 11.5 A 0.25 0.5 0 1 1 11.5,11.5 A 0.25 0.5 0 1 1 12 11.5 z" + transform="matrix(2,0,0,1,696.5001,-296.433)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="arc" + style="fill:black;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="path23325" + sodipodi:cx="11.75" + sodipodi:cy="11.5" + sodipodi:rx="0.25" + sodipodi:ry="0.5" + d="M 12 11.5 A 0.25 0.5 0 1 1 11.5,11.5 A 0.25 0.5 0 1 1 12 11.5 z" + transform="matrix(2,0,0,1,698.5001,-296.433)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="arc" + style="fill:black;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="path23327" + sodipodi:cx="11.75" + sodipodi:cy="11.5" + sodipodi:rx="0.25" + sodipodi:ry="0.5" + d="M 12 11.5 A 0.25 0.5 0 1 1 11.5,11.5 A 0.25 0.5 0 1 1 12 11.5 z" + transform="matrix(2,0,0,1,700.5001,-296.433)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="arc" + style="fill:black;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="path23329" + sodipodi:cx="11.75" + sodipodi:cy="11.5" + sodipodi:rx="0.25" + sodipodi:ry="0.5" + d="M 12 11.5 A 0.25 0.5 0 1 1 11.5,11.5 A 0.25 0.5 0 1 1 12 11.5 z" + transform="matrix(2,0,0,1,702.5001,-296.433)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:url(#linearGradient25136);fill-opacity:1;stroke:url(#linearGradient25138);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:10;stroke-opacity:1" + d="M 716.00011,-294.93301 L 748.00007,-294.93301 C 748.00007,-294.93301 746.5001,-292.433 747.00007,-267.933 L 717.00011,-267.933 C 717.5001,-292.433 716.00011,-294.93301 716.00011,-294.93301 z " + id="path23333" + sodipodi:nodetypes="ccccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1" + inkscape:original="M 72.5 -53.5 C 72.5 -53.5 73.999985 -51 73.5 -26.5 L 103.5 -26.5 C 103.00003 -51 104.5 -53.5 104.5 -53.5 L 72.5 -53.5 z " + style="opacity:0.7;fill:none;fill-opacity:1;stroke:url(#linearGradient16520);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:10;stroke-opacity:1;display:inline" + id="path2517" + d="M 73.78125,-52.5 C 73.915239,-51.807177 74.047834,-50.929319 74.1875,-49.28125 C 74.493666,-45.66847 74.708056,-38.965936 74.5,-27.5 L 102.5,-27.5 C 102.29195,-38.965936 102.50634,-45.668471 102.8125,-49.28125 C 102.95217,-50.929319 103.08476,-51.807178 103.21875,-52.5 L 73.78125,-52.5 z " + transform="translate(643.5001,-241.433)" /> + <path + style="fill:none;fill-rule:evenodd;stroke:white;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + d="M 717.0001,-293.933 L 747.0001,-293.933" + id="path23336" + sodipodi:nodetypes="cc" /> + <path + style="opacity:0.2;fill:none;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" + d="M 720.5001,-290.933 L 743.5001,-290.933" + id="path23340" + sodipodi:nodetypes="cc" /> + <path + style="opacity:0.2;fill:none;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" + d="M 721.0001,-286.933 L 743.0001,-286.933" + id="path23342" + sodipodi:nodetypes="cc" /> + <path + style="opacity:0.2;fill:none;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" + d="M 721.0001,-282.933 L 743.0001,-282.933" + id="path23344" + sodipodi:nodetypes="cc" /> + <path + style="opacity:0.2;fill:none;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" + d="M 721.0001,-278.933 L 743.0001,-278.933" + id="path23346" + sodipodi:nodetypes="cc" /> + <path + style="opacity:0.2;fill:none;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" + d="M 721.0001,-274.933 L 743.0001,-274.933" + id="path23348" + sodipodi:nodetypes="cc" /> + <path + style="fill:url(#linearGradient24540);fill-opacity:1;stroke:url(#linearGradient24542);stroke-width:1.00000083;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 710.14518,-269.88844 L 753.85475,-269.88844 C 754.48913,-269.88844 754.99983,-269.69133 754.99983,-269.44649 C 752.0001,-265.29031 752.0001,-263.433 752.0001,-261.89488 C 752.0001,-260.933 751.5001,-259.06932 749.85475,-259.02852 L 714.14518,-259.02852 C 713.0001,-259.06932 712.0001,-260.933 712.0001,-261.89488 C 711.9376,-263.433 712.0001,-265.29031 709.0001,-269.44649 C 709.0001,-269.69133 709.51081,-269.88844 710.14518,-269.88844 z " + id="path23352" + sodipodi:nodetypes="ccccccccc" /> + <path + sodipodi:nodetypes="cscccscccc" + id="path23354" + d="M 710.1251,-269.32518 C 712.85988,-265.70503 713.0001,-265.72276 713.0001,-262.40323 C 713.03975,-261.05808 713.41886,-260.73702 714.21885,-260.15322 L 749.8126,-260.15322 L 749.84385,-260.15322 C 750.91957,-260.42003 750.83677,-261.18137 751.0001,-262.40323 C 751.0001,-264.75446 751.0731,-265.57743 753.8751,-269.32518 C 753.86074,-269.32577 753.85904,-269.32518 753.84385,-269.32518 L 710.15635,-269.32518 C 710.14116,-269.32518 710.13946,-269.32577 710.1251,-269.32518 z " + style="opacity:0.1;fill:none;fill-opacity:1;stroke:url(#linearGradient24537);stroke-width:1.00000131;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> + <path + style="opacity:0.35;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient24534);stroke-width:1.00000048px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + d="M 710.0001,-268.933 L 754.0001,-268.933" + id="path23356" + sodipodi:nodetypes="cc" /> + </g> + <g + inkscape:label="pattern" + id="g30621" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,35.092)" /> + <g + inkscape:label="pattern" + id="g35222" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,81.092)" /> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/actions/go-bottom.svg b/icon-themes/Quid/scalable/actions/go-bottom.svg new file mode 100644 index 00000000..a12c7386 --- /dev/null +++ b/icon-themes/Quid/scalable/actions/go-bottom.svg @@ -0,0 +1,564 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43+devel" + version="1.0" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/actions" + sodipodi:docname="go-bottom.svg" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3488"> + <stop + id="stop3490" + offset="0" + style="stop-color:black;stop-opacity:0.39215687" /> + <stop + id="stop3492" + offset="1" + style="stop-color:white;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3317"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop3319" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop3321" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3296"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3298" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3300" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3288"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3290" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3292" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3275"> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="0" + id="stop3277" /> + <stop + style="stop-color:#75507b;stop-opacity:1" + offset="1" + id="stop3279" /> + </linearGradient> + <linearGradient + id="linearGradient3262"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3264" /> + <stop + style="stop-color:#c00;stop-opacity:1" + offset="1" + id="stop3266" /> + </linearGradient> + <linearGradient + id="linearGradient3239"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3241" /> + <stop + style="stop-color:#f89797;stop-opacity:1;" + offset="1" + id="stop3243" /> + </linearGradient> + <linearGradient + id="linearGradient3217"> + <stop + style="stop-color:#c17d11;stop-opacity:1;" + offset="0" + id="stop3219" /> + <stop + style="stop-color:#8f5902;stop-opacity:1" + offset="1" + id="stop3221" /> + </linearGradient> + <linearGradient + id="linearGradient3209"> + <stop + style="stop-color:#c17d11;stop-opacity:1" + offset="0" + id="stop3211" /> + <stop + style="stop-color:#e9b96e;stop-opacity:1;" + offset="1" + id="stop3213" /> + </linearGradient> + <linearGradient + id="linearGradient3199"> + <stop + style="stop-color:#729fcf;stop-opacity:1;" + offset="0" + id="stop3201" /> + <stop + style="stop-color:white;stop-opacity:1" + offset="1" + id="stop3203" /> + </linearGradient> + <linearGradient + id="linearGradient3174"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1" + offset="0" + id="stop3176" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop3178" /> + </linearGradient> + <linearGradient + id="linearGradient1985"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1;" + offset="0" + id="stop1987" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop1989" /> + </linearGradient> + <linearGradient + id="linearGradient3331"> + <stop + id="stop3333" + offset="0" + style="stop-color:#2e3436;stop-opacity:1" /> + <stop + id="stop3335" + offset="1" + style="stop-color:#5c3566;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2795"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop2797" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop2799" /> + </linearGradient> + <linearGradient + id="linearGradient3696"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3698" /> + <stop + style="stop-color:white;stop-opacity:0.40996173" + offset="1" + id="stop3700" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3793" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="70.84375" + y1="34.799343" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3795" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="62.3125" + y1="40.18309" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3296" + id="linearGradient3797" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="66" + y1="48.1875" + x2="63.5625" + y2="35.548676" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3800" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3802" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3804" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3806" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.750006,-60,-194.6253)" + x1="66.90625" + y1="42.28125" + x2="69.203117" + y2="46.4375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3262" + id="linearGradient3808" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="72.1875" + y1="33.34375" + x2="80.15625" + y2="39.21875" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3288" + id="linearGradient3810" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="71.727142" + y1="35.963161" + x2="71.727142" + y2="38.538486" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3812" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="70.84375" + y1="36.675091" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3814" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="62.3125" + y1="42.000011" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3816" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.796053,0,0,0.784722,-68.45723,-193.4653)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3818" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.750004,0,0,0.500009,-64.87526,-181.2504)" + x1="66.90625" + y1="41.778389" + x2="66.90625" + y2="44.50071" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3820" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3822" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3488" + id="linearGradient3919" + gradientUnits="userSpaceOnUse" + x1="63.19767" + y1="145.04985" + x2="63.19767" + y2="152.1235" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3488" + id="linearGradient3921" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,1,-1,0,155,110)" + x1="19.031244" + y1="89.128677" + x2="25.178858" + y2="89.128677" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1985" + id="linearGradient3923" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,1.71306,-1.759616,0,90.9897,111.1723)" + x1="10.125" + y1="16.01561" + x2="9.2493744" + y2="7.4071822" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3331" + id="linearGradient3925" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,2.569602,-1.759616,0,90.9897,95.32624)" + x1="19.681725" + y1="14.979678" + x2="11.99571" + y2="9.7849922" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient3927" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,1,-1,0,155,110)" + x1="13.614217" + y1="91.790916" + x2="18.340584" + y2="74.151871" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient3929" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(110,-155)" + x1="40" + y1="97.875" + x2="40" + y2="81.9375" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2795" + id="radialGradient3931" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,2.699787,-0.31004,0,75.7703,103.2639)" + cx="5.0273042" + cy="10.5" + fx="5.0273042" + fy="10.5" + r="9" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3696" + id="linearGradient3933" + gradientUnits="userSpaceOnUse" + x1="33.46875" + y1="80.46875" + x2="33.46875" + y2="84.534256" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ededed" + bordercolor="#afafaf" + borderopacity="1" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="156.21402" + inkscape:cy="-12.861921" + inkscape:document-units="px" + inkscape:current-layer="layer2" + width="48px" + height="48px" + gridspacingx="0.5px" + gridspacingy="0.5px" + inkscape:showpageshadow="false" + borderlayer="true" + gridempspacing="2" + inkscape:window-width="1283" + inkscape:window-height="1008" + inkscape:window-x="139" + inkscape:window-y="0" + showgrid="false" + showborder="true" + inkscape:grid-points="true" + inkscape:grid-bbox="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-points="false" + inkscape:object-paths="false" + inkscape:object-bbox="false"> + <sodipodi:guide + orientation="horizontal" + position="-19.5" + id="guide3109" /> + <sodipodi:guide + orientation="horizontal" + position="-27.0625" + id="guide3111" /> + <sodipodi:guide + orientation="horizontal" + position="-88.1875" + id="guide3961" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + style="display:inline" + id="g3909" + transform="matrix(-1,0,0,1,96,-109)" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <g + style="opacity:0.5" + id="g3905"> + <rect + style="opacity:1;fill:url(#linearGradient3919);fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:0.39215686" + id="rect3895" + width="33" + height="9" + x="56" + y="144" + rx="2.5" + ry="2.5" /> + <path + style="opacity:1;fill:url(#linearGradient3921);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M 78.5625,144 L 88.40625,132.0625 C 88.77643,131.61455 88.97575,131.04982 88.96875,130.46875 C 88.95887,129.11445 87.85431,128.02388 86.5,128.03125 L 81.9375,128.03125 L 81.96875,115.5 C 81.97231,114.84416 81.71376,114.21375 81.25,113.75 C 80.78624,113.28625 80.15584,113.02769 79.5,113.03125 L 65.5,113.03125 C 64.84416,113.02769 64.21376,113.28625 63.75,113.75 C 63.28625,114.21375 63.02769,114.84416 63.03125,115.5 L 63.03125,128.03125 L 58.5,128.03125 C 57.54215,128.02218 56.65949,128.57154 56.25,129.4375 C 55.84051,130.30346 55.97897,131.32792 56.59375,132.0625 L 66.4375,144 L 70.62963,145.99848 L 74.371094,146 L 78.5625,144 z " + id="path3826" + sodipodi:nodetypes="ccscccsccscccsccccc" /> + </g> + <path + id="path3828" + d="M 86.5,130.5 L 79.46875,130.5 L 79.5,115.5 L 65.5,115.5 L 65.5,130.5 L 58.5,130.5 L 71.6875,146.5 L 58.5,146.5 L 58.5,150.5 L 86.5,150.5 L 86.5,146.5 L 73.3125,146.5 L 86.5,130.5 z " + style="fill:url(#linearGradient3923);fill-opacity:1;stroke:url(#linearGradient3925);stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + id="path3830" + d="M 72.5,116 L 66,116 L 66,130.5 C 65.99808,130.77535 65.77535,130.99808 65.5,131 L 59.53125,131 L 72.5,146.71875 L 72.5,116 z " + style="fill:url(#linearGradient3927);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-72.5" + x="147" + height="13.5" + width="3" + id="rect3832" + style="fill:url(#linearGradient3929);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + sodipodi:nodetypes="cc" + id="path3834" + d="M 72.5,116.5 L 72.5,149.5" + style="fill:none;fill-rule:evenodd;stroke:url(#radialGradient3931);stroke-width:1.00000012px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + <path + transform="matrix(0,1,-1,0,155,110)" + d="M 37.5,69.5 L 37.5,81.6875 C 37.495835,82.013588 37.332446,82.317025 37.0625,82.5 C 37.332446,82.682975 37.495835,82.986412 37.5,83.3125 L 37.5,95.5 L 39.5,95.5 L 39.5,69.5 L 37.5,69.5 z M 21.5,70.625 L 21.5,75.53125 C 21.500816,75.796716 21.395721,76.051544 21.208008,76.239258 C 21.020294,76.426971 20.765466,76.532066 20.5,76.53125 L 6.5,76.5 L 6.5,88.5 L 20.5,88.5 C 20.765466,88.499184 21.020294,88.604279 21.208008,88.791992 C 21.395721,88.979706 21.500816,89.234534 21.5,89.5 L 21.5,94.375 L 35.875,82.53125 C 35.885184,82.520604 35.895604,82.510184 35.90625,82.5 C 35.895604,82.489816 35.885184,82.479396 35.875,82.46875 L 21.5,70.625 z " + id="path3836" + style="fill:none;fill-opacity:1;stroke:url(#linearGradient3933);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + inkscape:original="M 20.5 68.5 L 20.5 75.53125 L 5.5 75.5 L 5.5 89.5 L 20.5 89.5 L 20.5 96.5 L 36.5 83.3125 L 36.5 96.5 L 40.5 96.5 L 40.5 68.5 L 36.5 68.5 L 36.5 81.6875 L 20.5 68.5 z " + inkscape:radius="-0.9968403" + sodipodi:type="inkscape:offset" /> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/actions/go-down.svg b/icon-themes/Quid/scalable/actions/go-down.svg new file mode 100644 index 00000000..3376f5ff --- /dev/null +++ b/icon-themes/Quid/scalable/actions/go-down.svg @@ -0,0 +1,528 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43+devel" + version="1.0" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/actions" + sodipodi:docname="go-down.svg" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3488"> + <stop + id="stop3490" + offset="0" + style="stop-color:black;stop-opacity:0.39215687" /> + <stop + id="stop3492" + offset="1" + style="stop-color:white;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3317"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop3319" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop3321" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3296"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3298" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3300" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3288"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3290" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3292" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3275"> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="0" + id="stop3277" /> + <stop + style="stop-color:#75507b;stop-opacity:1" + offset="1" + id="stop3279" /> + </linearGradient> + <linearGradient + id="linearGradient3262"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3264" /> + <stop + style="stop-color:#c00;stop-opacity:1" + offset="1" + id="stop3266" /> + </linearGradient> + <linearGradient + id="linearGradient3239"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3241" /> + <stop + style="stop-color:#f89797;stop-opacity:1;" + offset="1" + id="stop3243" /> + </linearGradient> + <linearGradient + id="linearGradient3217"> + <stop + style="stop-color:#c17d11;stop-opacity:1;" + offset="0" + id="stop3219" /> + <stop + style="stop-color:#8f5902;stop-opacity:1" + offset="1" + id="stop3221" /> + </linearGradient> + <linearGradient + id="linearGradient3209"> + <stop + style="stop-color:#c17d11;stop-opacity:1" + offset="0" + id="stop3211" /> + <stop + style="stop-color:#e9b96e;stop-opacity:1;" + offset="1" + id="stop3213" /> + </linearGradient> + <linearGradient + id="linearGradient3199"> + <stop + style="stop-color:#729fcf;stop-opacity:1;" + offset="0" + id="stop3201" /> + <stop + style="stop-color:white;stop-opacity:1" + offset="1" + id="stop3203" /> + </linearGradient> + <linearGradient + id="linearGradient3174"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1" + offset="0" + id="stop3176" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop3178" /> + </linearGradient> + <linearGradient + id="linearGradient1985"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1;" + offset="0" + id="stop1987" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop1989" /> + </linearGradient> + <linearGradient + id="linearGradient3331"> + <stop + id="stop3333" + offset="0" + style="stop-color:#2e3436;stop-opacity:1" /> + <stop + id="stop3335" + offset="1" + style="stop-color:#5c3566;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2795"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop2797" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop2799" /> + </linearGradient> + <linearGradient + id="linearGradient3696"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3698" /> + <stop + style="stop-color:white;stop-opacity:0.40996173" + offset="1" + id="stop3700" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3793" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="70.84375" + y1="34.799343" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3795" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="62.3125" + y1="40.18309" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3296" + id="linearGradient3797" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="66" + y1="48.1875" + x2="63.5625" + y2="35.548676" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3800" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3802" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3804" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3806" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.750006,-60,-194.6253)" + x1="66.90625" + y1="42.28125" + x2="69.203117" + y2="46.4375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3262" + id="linearGradient3808" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="72.1875" + y1="33.34375" + x2="80.15625" + y2="39.21875" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3288" + id="linearGradient3810" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="71.727142" + y1="35.963161" + x2="71.727142" + y2="38.538486" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3812" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="70.84375" + y1="36.675091" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3814" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="62.3125" + y1="42.000011" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3816" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.796053,0,0,0.784722,-68.45723,-193.4653)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3818" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.750004,0,0,0.500009,-64.87526,-181.2504)" + x1="66.90625" + y1="41.778389" + x2="66.90625" + y2="44.50071" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3820" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3822" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3488" + id="linearGradient3949" + gradientUnits="userSpaceOnUse" + x1="19.036667" + y1="89.128677" + x2="25.250315" + y2="89.128677" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1985" + id="linearGradient3951" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.71306,0,0,1.759616,3.20204,64.97921)" + x1="10.125" + y1="16.01561" + x2="9.2493744" + y2="7.4071822" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3331" + id="linearGradient3953" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.569602,0,0,1.759616,-12.64399,64.97921)" + x1="18.392614" + y1="13.914104" + x2="12.093001" + y2="10.152623" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient3955" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2,1)" + x1="13.614217" + y1="91.790916" + x2="18.340584" + y2="74.151871" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3696" + id="linearGradient3957" + gradientUnits="userSpaceOnUse" + x1="34.25" + y1="80.62442" + x2="34.25" + y2="84.005981" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2795" + id="radialGradient3959" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.699787,0,0,0.31004,-4.70634,80.19868)" + cx="5.0273042" + cy="10.5" + fx="5.0273042" + fy="10.5" + r="9" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ededed" + bordercolor="#afafaf" + borderopacity="1" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="156.21402" + inkscape:cy="-12.861921" + inkscape:document-units="px" + inkscape:current-layer="layer2" + width="48px" + height="48px" + gridspacingx="0.5px" + gridspacingy="0.5px" + inkscape:showpageshadow="false" + borderlayer="true" + gridempspacing="2" + inkscape:window-width="1283" + inkscape:window-height="1008" + inkscape:window-x="139" + inkscape:window-y="0" + showgrid="false" + showborder="true" + inkscape:grid-points="true" + inkscape:grid-bbox="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-points="false" + inkscape:object-paths="false" + inkscape:object-bbox="false"> + <sodipodi:guide + orientation="horizontal" + position="-19.5" + id="guide3109" /> + <sodipodi:guide + orientation="horizontal" + position="-27.0625" + id="guide3111" /> + <sodipodi:guide + orientation="horizontal" + position="-88.1875" + id="guide3961" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + style="display:inline" + id="g3937" + transform="matrix(0,1,1,0,-59.94765,-1.061)" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <path + transform="translate(2.02977,0.968928)" + d="M 20.46875,66.03125 C 19.114454,66.04113 18.023877,67.145688 18.03125,68.5 L 18.03125,73.0625 L 5.5,73.03125 C 4.8441612,73.027688 4.214153,73.286643 3.750398,73.750398 C 3.2866431,74.214153 3.0276875,74.844161 3.03125,75.5 L 3.03125,89.5 C 3.0276875,90.155839 3.2866431,90.785847 3.750398,91.249602 C 4.214153,91.713357 4.8441612,91.972312 5.5,91.96875 L 18.03125,91.96875 L 18.03125,96.5 C 18.022184,97.457853 18.570964,98.333536 19.436924,98.743021 C 20.302885,99.152506 21.327918,99.02103 22.0625,98.40625 L 39.0625,84.40625 C 39.63676,83.939997 39.970228,83.239707 39.970228,82.5 C 39.970228,81.760293 39.63676,81.060003 39.0625,80.59375 L 22.0625,66.59375 C 21.614549,66.223566 21.049824,66.024251 20.46875,66.03125 z " + id="path3939" + style="opacity:0.5;fill:url(#linearGradient3949);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + inkscape:original="M 20.5 68.5 L 20.5 75.53125 L 5.5 75.5 L 5.5 89.5 L 20.5 89.5 L 20.5 96.5 L 37.5 82.5 L 20.5 68.5 z " + inkscape:radius="2.4552031" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cccccccc" + id="path3941" + d="M 22.529772,69.468928 L 22.529772,76.50053 L 7.529772,76.468928 L 7.529772,90.468928 L 22.529772,90.468928 L 22.529772,97.468928 L 39.529772,83.468928 L 22.529772,69.468928 z " + style="fill:url(#linearGradient3951);fill-opacity:1;stroke:url(#linearGradient3953);stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + id="path3943" + d="M 8.0156231,83.468928 L 8.0156231,89.968928 L 22.515623,89.968928 C 22.790968,89.970844 23.013707,90.193583 23.015623,90.468928 L 23.015623,96.437678 L 38.71875,83.5 L 8.0156231,83.468928 z " + style="fill:url(#linearGradient3955);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + sodipodi:nodetypes="ccccccc" /> + <path + transform="translate(2.02977,0.968928)" + d="M 21.5,70.625 L 21.5,75.53125 C 21.500807,75.796713 21.39571,76.051536 21.207998,76.239248 C 21.020286,76.42696 20.765463,76.532057 20.5,76.53125 L 6.5,76.5 L 6.5,88.5 L 20.5,88.5 C 20.765463,88.499193 21.020286,88.60429 21.207998,88.792002 C 21.39571,88.979714 21.500807,89.234537 21.5,89.5 L 21.5,94.375 L 35.9375,82.5 L 21.5,70.625 z " + id="path3945" + style="fill:none;fill-opacity:1;stroke:url(#linearGradient3957);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + inkscape:original="M 20.5 68.5 L 20.5 75.53125 L 5.5 75.5 L 5.5 89.5 L 20.5 89.5 L 20.5 96.5 L 37.5 82.5 L 20.5 68.5 z " + inkscape:radius="-0.99687284" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cc" + id="path3947" + d="M 8.529772,83.468928 L 38.029772,83.468928" + style="fill:none;fill-rule:evenodd;stroke:url(#radialGradient3959);stroke-width:1.00000012px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/actions/go-first.svg b/icon-themes/Quid/scalable/actions/go-first.svg new file mode 100644 index 00000000..29675e8e --- /dev/null +++ b/icon-themes/Quid/scalable/actions/go-first.svg @@ -0,0 +1,291 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.44" + version="1.0" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/actions" + sodipodi:docname="go-first.svg" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3488"> + <stop + id="stop3490" + offset="0" + style="stop-color:black;stop-opacity:0.39215687" /> + <stop + id="stop3492" + offset="1" + style="stop-color:white;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3317"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop3319" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop3321" /> + </linearGradient> + <linearGradient + id="linearGradient1985"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1;" + offset="0" + id="stop1987" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop1989" /> + </linearGradient> + <linearGradient + id="linearGradient3331"> + <stop + id="stop3333" + offset="0" + style="stop-color:#2e3436;stop-opacity:1" /> + <stop + id="stop3335" + offset="1" + style="stop-color:#5c3566;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2795"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop2797" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop2799" /> + </linearGradient> + <linearGradient + id="linearGradient3696"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3698" /> + <stop + style="stop-color:white;stop-opacity:0.40996173" + offset="1" + id="stop3700" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3488" + id="linearGradient2845" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-100,1)" + x1="25.875" + y1="70" + x2="25.875" + y2="89.128677" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1985" + id="linearGradient2847" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.71306,0,0,1.759616,-98.82773,65.01028)" + x1="10.125" + y1="16.01561" + x2="9.2493744" + y2="7.4071822" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3331" + id="linearGradient2849" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.569602,0,0,1.759616,-114.6738,65.01028)" + x1="9.8553009" + y1="13.558913" + x2="9.8553009" + y2="7.5828071" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient2851" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-100,1)" + x1="13.614217" + y1="91.790916" + x2="18.340584" + y2="74.151871" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient2853" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1,0,0,1,100,1)" + x1="40" + y1="97.875" + x2="40" + y2="81.9375" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2795" + id="radialGradient2855" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.699787,0,0,0.31004,-106.7361,80.22975)" + cx="11" + cy="10.5" + fx="11" + fy="10.5" + r="9" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3696" + id="linearGradient2857" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1,0,0,1,46.03121,0)" + x1="33.46875" + y1="80.46875" + x2="33.46875" + y2="84.534256" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ededed" + bordercolor="#afafaf" + borderopacity="1" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="156.21402" + inkscape:cy="-48.624818" + inkscape:document-units="px" + inkscape:current-layer="layer2" + width="48px" + height="48px" + gridspacingx="0.5px" + gridspacingy="0.5px" + inkscape:showpageshadow="false" + borderlayer="true" + gridempspacing="2" + inkscape:window-width="1283" + inkscape:window-height="1008" + inkscape:window-x="139" + inkscape:window-y="0" + showgrid="false" + showborder="true" + inkscape:grid-points="true" + inkscape:grid-bbox="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-points="false" + inkscape:object-paths="false" + inkscape:object-bbox="false"> + <sodipodi:guide + orientation="horizontal" + position="-19.5" + id="guide3109" /> + <sodipodi:guide + orientation="horizontal" + position="-27.0625" + id="guide3111" /> + <sodipodi:guide + orientation="horizontal" + position="-88.1875" + id="guide3961" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + style="display:inline" + id="g3963" + transform="translate(100,-60)" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <path + id="path3675" + d="M -90.500036,67 C -89.102794,67 -87.968786,68.134011 -87.968786,69.53125 L -87.968786,77.4375 L -76.031286,67.59375 C -75.583335,67.223566 -75.01861,67.024251 -74.437536,67.03125 C -73.08324,67.04113 -71.992663,68.145688 -72.000036,69.5 L -72.000036,74.0625 L -59.468786,74.03125 C -58.812947,74.027688 -58.182541,74.286245 -57.718786,74.75 C -57.255031,75.213756 -56.996473,75.844161 -57.000036,76.5 L -57.000036,90.5 C -56.996473,91.155839 -57.255031,91.786245 -57.718786,92.25 C -58.182541,92.713754 -58.812947,92.972312 -59.468786,92.96875 L -72.000036,92.96875 L -72.000036,97.5 C -71.99097,98.457853 -72.540326,99.340515 -73.406286,99.75 C -74.272247,100.15949 -75.296704,100.02103 -76.031286,99.40625 L -87.968786,89.5625 L -87.968786,97.46875 C -87.968786,98.865992 -89.102793,100 -90.500036,100 L -94.437536,100 C -95.834778,100 -96.968786,98.865989 -96.968786,97.46875 L -96.968786,69.53125 C -96.968786,68.134008 -95.834779,67 -94.437536,67 L -90.500036,67 z " + style="opacity:0.5;fill:url(#linearGradient2845);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + id="path3677" + d="M -74.468786,69.5 L -74.468786,76.53125 L -59.468786,76.5 L -59.468786,90.5 L -74.468786,90.5 L -74.468786,97.5 L -90.468786,84.3125 L -90.468786,97.5 L -94.468786,97.5 L -94.468786,69.5 L -90.468786,69.5 L -90.468786,82.6875 L -74.468786,69.5 z " + style="fill:url(#linearGradient2847);fill-opacity:1;stroke:url(#linearGradient2849);stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + id="path3679" + d="M -59.968786,83.5 L -59.968786,90 L -74.468786,90 C -74.744131,90.001916 -74.96687,90.224655 -74.968786,90.5 L -74.968786,96.46875 L -90.687536,83.5 L -59.968786,83.5 z " + style="fill:url(#linearGradient2851);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <rect + transform="scale(-1,1)" + y="83.5" + x="90.968788" + height="13.5" + width="3" + id="rect3681" + style="opacity:1;fill:url(#linearGradient2853);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + sodipodi:nodetypes="cc" + id="path3683" + d="M -60.468786,83.5 L -93.468786,83.5" + style="fill:none;fill-rule:evenodd;stroke:url(#radialGradient2855);stroke-width:1.00000012px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + <path + transform="matrix(-1,0,0,1,-53.96879,1)" + d="M 37.5,69.5 L 37.5,81.6875 C 37.495835,82.013588 37.332446,82.317025 37.0625,82.5 C 37.332446,82.682975 37.495835,82.986412 37.5,83.3125 L 37.5,95.5 L 39.5,95.5 L 39.5,69.5 L 37.5,69.5 z M 21.5,70.625 L 21.5,75.53125 C 21.500816,75.796716 21.395721,76.051544 21.208008,76.239258 C 21.020294,76.426971 20.765466,76.532066 20.5,76.53125 L 6.5,76.5 L 6.5,88.5 L 20.5,88.5 C 20.765466,88.499184 21.020294,88.604279 21.208008,88.791992 C 21.395721,88.979706 21.500816,89.234534 21.5,89.5 L 21.5,94.375 L 35.875,82.53125 C 35.885184,82.520604 35.895604,82.510184 35.90625,82.5 C 35.895604,82.489816 35.885184,82.479396 35.875,82.46875 L 21.5,70.625 z " + id="path3685" + style="fill:none;fill-opacity:1;stroke:url(#linearGradient2857);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + inkscape:original="M 20.5 68.5 L 20.5 75.53125 L 5.5 75.5 L 5.5 89.5 L 20.5 89.5 L 20.5 96.5 L 36.5 83.3125 L 36.5 96.5 L 40.5 96.5 L 40.5 68.5 L 36.5 68.5 L 36.5 81.6875 L 20.5 68.5 z " + inkscape:radius="-0.9968403" + sodipodi:type="inkscape:offset" /> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/actions/go-home.svg b/icon-themes/Quid/scalable/actions/go-home.svg new file mode 100644 index 00000000..0bd7449c --- /dev/null +++ b/icon-themes/Quid/scalable/actions/go-home.svg @@ -0,0 +1,1006 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43+devel" + version="1.0" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/actions" + sodipodi:docname="go-home.svg" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + id="linearGradient2541"> + <stop + id="stop2543" + offset="0" + style="stop-color:#ad7fa8;stop-opacity:1" /> + <stop + id="stop2545" + offset="1" + style="stop-color:#d3d7cf;stop-opacity:1" /> + </linearGradient> + <linearGradient + id="linearGradient2712"> + <stop + id="stop2714" + offset="0" + style="stop-color:#729fcf;stop-opacity:1" /> + <stop + id="stop2716" + offset="1" + style="stop-color:white;stop-opacity:1" /> + </linearGradient> + <linearGradient + id="linearGradient4110"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop4112" /> + <stop + id="stop4118" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop4114" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4096"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop4098" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop4100" /> + </linearGradient> + <linearGradient + id="linearGradient4078"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop4080" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop4082" /> + </linearGradient> + <linearGradient + id="linearGradient4048"> + <stop + id="stop4050" + offset="0" + style="stop-color:#d3d7cf;stop-opacity:1" /> + <stop + id="stop4052" + offset="1" + style="stop-color:white;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4028"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop4030" /> + <stop + style="stop-color:#555753;stop-opacity:1" + offset="1" + id="stop4032" /> + </linearGradient> + <linearGradient + id="linearGradient4022"> + <stop + id="stop4024" + offset="0" + style="stop-color:#ef2929;stop-opacity:1" /> + <stop + id="stop4026" + offset="1" + style="stop-color:#e9b96e;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3991"> + <stop + style="stop-color:#a40000;stop-opacity:1" + offset="0" + id="stop3993" /> + <stop + style="stop-color:#c00;stop-opacity:1" + offset="1" + id="stop3995" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3975"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop3977" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3979" /> + </linearGradient> + <linearGradient + id="linearGradient3914"> + <stop + style="stop-color:#555753;stop-opacity:1;" + offset="0" + id="stop3916" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop3918" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3896"> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="0" + id="stop3898" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0" + offset="1" + id="stop3900" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3875"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop3877" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3879" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3848"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3850" /> + <stop + style="stop-color:#c00;stop-opacity:1" + offset="1" + id="stop3852" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3817"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3819" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3821" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3798"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3800" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3802" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3708"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop3710" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop3712" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3296"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3298" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3300" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3288"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3290" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3292" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3275"> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="0" + id="stop3277" /> + <stop + style="stop-color:#75507b;stop-opacity:1" + offset="1" + id="stop3279" /> + </linearGradient> + <linearGradient + id="linearGradient3262"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3264" /> + <stop + style="stop-color:#c00;stop-opacity:1" + offset="1" + id="stop3266" /> + </linearGradient> + <linearGradient + id="linearGradient3239"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3241" /> + <stop + style="stop-color:#f89797;stop-opacity:1;" + offset="1" + id="stop3243" /> + </linearGradient> + <linearGradient + id="linearGradient3217"> + <stop + style="stop-color:#c17d11;stop-opacity:1;" + offset="0" + id="stop3219" /> + <stop + style="stop-color:#8f5902;stop-opacity:1" + offset="1" + id="stop3221" /> + </linearGradient> + <linearGradient + id="linearGradient3209"> + <stop + style="stop-color:#c17d11;stop-opacity:1" + offset="0" + id="stop3211" /> + <stop + style="stop-color:#e9b96e;stop-opacity:1;" + offset="1" + id="stop3213" /> + </linearGradient> + <linearGradient + id="linearGradient3199"> + <stop + style="stop-color:#729fcf;stop-opacity:1;" + offset="0" + id="stop3201" /> + <stop + style="stop-color:white;stop-opacity:1" + offset="1" + id="stop3203" /> + </linearGradient> + <linearGradient + id="linearGradient3174"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1" + offset="0" + id="stop3176" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop3178" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3793" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="70.84375" + y1="34.799343" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3795" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="62.3125" + y1="40.18309" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3296" + id="linearGradient3797" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="66" + y1="48.1875" + x2="63.5625" + y2="35.548676" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3800" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3802" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3804" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3806" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.750006,-60,-194.6253)" + x1="66.90625" + y1="42.28125" + x2="69.203117" + y2="46.4375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3262" + id="linearGradient3808" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="72.1875" + y1="33.34375" + x2="80.15625" + y2="39.21875" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3288" + id="linearGradient3810" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="71.727142" + y1="35.963161" + x2="71.727142" + y2="38.538486" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3812" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="70.84375" + y1="36.675091" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3814" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="62.3125" + y1="42.000011" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3816" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.796053,0,0,0.784722,-68.45723,-193.4653)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3818" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.750004,0,0,0.500009,-64.87526,-181.2504)" + x1="66.90625" + y1="41.778389" + x2="66.90625" + y2="44.50071" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3820" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3822" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4096" + id="radialGradient3772" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.333333,0,0,1.666667,-2.33333,-59.66667)" + cx="106" + cy="89.5" + fx="106" + fy="89.5" + r="1.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4096" + id="radialGradient3774" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.333333,0,0,1.666667,-250.3333,-238.6667)" + cx="106" + cy="89.5" + fx="106" + fy="89.5" + r="1.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4110" + id="linearGradient3776" + gradientUnits="userSpaceOnUse" + x1="118.5" + y1="92.000389" + x2="118.5" + y2="87" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2541" + id="linearGradient3778" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.949012,0,0,1.946639,-14.36421,-6.33889)" + x1="71" + y1="35.186462" + x2="71.998184" + y2="49.605785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3780" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.949012,0,0,1.946639,-14.36421,-6.33889)" + x1="62.3125" + y1="40.18309" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3975" + id="linearGradient3782" + gradientUnits="userSpaceOnUse" + x1="129" + y1="73.9375" + x2="129" + y2="88.440292" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3798" + id="linearGradient3784" + gradientUnits="userSpaceOnUse" + x1="108.875" + y1="81.767754" + x2="108.875" + y2="57.59375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3896" + id="linearGradient3786" + gradientUnits="userSpaceOnUse" + x1="124.3624" + y1="91.663841" + x2="137.75323" + y2="92.636116" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3914" + id="linearGradient3788" + gradientUnits="userSpaceOnUse" + x1="125.59375" + y1="92.15625" + x2="125.59375" + y2="88.46875" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3790" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.60001,0,0,1.55556,11.4993,11.49992)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3792" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.60001,0,0,1.55556,11.4993,11.49992)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3708" + id="linearGradient3794" + gradientUnits="userSpaceOnUse" + x1="116.96875" + y1="72.65625" + x2="116.96875" + y2="81.845551" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2712" + id="linearGradient3796" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.750006,0,0,0.749999,65.6246,46.87498)" + x1="69.166649" + y1="35.443001" + x2="69.166649" + y2="57.718136" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3875" + id="linearGradient3799" + gradientUnits="userSpaceOnUse" + x1="124.79935" + y1="62" + x2="124" + y2="64.369034" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3875" + id="linearGradient3801" + gradientUnits="userSpaceOnUse" + x1="123.00044" + y1="62.068974" + x2="124" + y2="64.431534" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3803" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.949012,0,0,1.946639,-14.36421,-5.33889)" + x1="64.905609" + y1="31.427" + x2="71.622536" + y2="35.981598" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3848" + id="linearGradient3805" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,1)" + x1="128.74188" + y1="60.433819" + x2="146.7552" + y2="56.357101" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3817" + id="linearGradient3807" + gradientUnits="userSpaceOnUse" + x1="114.10936" + y1="50.828426" + x2="135.7645" + y2="77.6101" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4048" + id="linearGradient3809" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,1)" + x1="135.6875" + y1="58.0625" + x2="136.64372" + y2="61.4375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4028" + id="linearGradient3811" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,1)" + x1="137.96875" + y1="63.281586" + x2="137.96875" + y2="57.468296" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4078" + id="linearGradient3813" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,3.25)" + x1="136.15625" + y1="53.605896" + x2="136.625" + y2="57.073547" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4022" + id="linearGradient3815" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,3)" + x1="136.93753" + y1="54.646889" + x2="135.61183" + y2="54.646889" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3991" + id="linearGradient3819" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,3)" + x1="133.37802" + y1="56.529476" + x2="133.37802" + y2="54.847771" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ededed" + bordercolor="#afafaf" + borderopacity="1" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="156.21402" + inkscape:cy="-12.611921" + inkscape:document-units="px" + inkscape:current-layer="layer2" + width="48px" + height="48px" + gridspacingx="0.5px" + gridspacingy="0.5px" + inkscape:showpageshadow="false" + borderlayer="true" + gridempspacing="2" + inkscape:window-width="1283" + inkscape:window-height="1008" + inkscape:window-x="139" + inkscape:window-y="0" + showgrid="false" + showborder="true" + inkscape:grid-points="true" + inkscape:grid-bbox="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-points="false" + inkscape:object-paths="false" + inkscape:object-bbox="false"> + <sodipodi:guide + orientation="horizontal" + position="-19.5" + id="guide3109" /> + <sodipodi:guide + orientation="horizontal" + position="-27.0625" + id="guide3111" /> + <sodipodi:guide + orientation="horizontal" + position="-88.1875" + id="guide3961" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + id="g3643" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-100,-50)"> + <g + transform="matrix(1.022059,0,0,1.157314,-2.735294,-14.1421)" + style="opacity:0.4" + id="g4120"> + <rect + style="opacity:1;color:black;fill:url(#radialGradient3772);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + id="rect4086" + width="2" + height="5" + x="139" + y="87" /> + <rect + style="opacity:1;color:black;fill:url(#radialGradient3774);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + id="rect4104" + width="2" + height="5" + x="-109" + y="-92" + transform="scale(-1,-1)" /> + <rect + style="opacity:1;color:black;fill:url(#linearGradient3776);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + id="rect4108" + width="30" + height="5" + x="109" + y="87" /> + </g> + <path + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + sodipodi:nodetypes="cccccc" + id="path3629" + d="M 107.44904,67.633392 L 124.01564,60.820155 L 140.58224,67.633392 L 139.5,90.5 L 108.5,90.5 L 107.44904,67.633392 z " + style="fill:url(#linearGradient3778);fill-opacity:1;stroke:url(#linearGradient3780);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <rect + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + y="73" + x="126.00002" + height="16" + width="10.999982" + id="rect3969" + style="opacity:0.2;fill:url(#linearGradient3782);fill-opacity:1;stroke:none;stroke-width:1.00000095;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + sodipodi:nodetypes="cccccc" + id="path3791" + d="M 124.03125,60.90625 L 108.46875,68.28125 L 109.46875,89.5 L 138.53125,89.5 L 139.5625,68.28125 L 124.03125,60.90625 z " + style="opacity:0.3;fill:none;fill-opacity:1;stroke:url(#linearGradient3784);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + sodipodi:nodetypes="ccccccc" + id="rect3635" + d="M 126,88.5 L 137,88.5 L 137.5,90 L 137.49997,92.499953 L 125.51985,92.499953 L 125.51985,90.015617 L 126,88.5 z " + style="fill:url(#linearGradient3786);fill-opacity:1;stroke:url(#linearGradient3788);stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <rect + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + y="74.500023" + x="127.50003" + height="14.000022" + width="8.0000248" + id="rect3639" + style="fill:url(#linearGradient3790);fill-opacity:1;stroke:url(#linearGradient3792);stroke-width:1.00000131;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + transform="matrix(1.6,0,0,1.641039,-79.75,-51.93698)" + d="M 133.59375 81.921875 A 0.625 0.609375 0 1 1 132.34375,81.921875 A 0.625 0.609375 0 1 1 133.59375 81.921875 z" + sodipodi:ry="0.609375" + sodipodi:rx="0.625" + sodipodi:cy="81.921875" + sodipodi:cx="132.96875" + id="path3773" + style="opacity:0.3;color:black;fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + sodipodi:type="arc" /> + <path + style="fill:url(#linearGradient3794);fill-opacity:1;stroke:#eeeeec;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M 111.23849,71.513 L 123.51883,71.513 L 123.51883,83.499967 L 111.51974,83.499967 L 111.23849,71.513 z " + id="rect3641" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:white;fill-opacity:1;stroke:white;stroke-width:0.99999899;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M 113.28123,73.505104 L 121.5029,73.505104 L 121.5029,81.475369 L 113.49998,81.475369 L 113.28123,73.505104 z " + id="rect3682" + sodipodi:nodetypes="ccccc" /> + <path + id="rect3722" + d="M 114,74 L 114,77 L 117,77 L 117,74 L 114,74 z M 118,74 L 118,77 L 121,77 L 121,74 L 118,74 z M 114,78 L 114,81 L 117,81 L 117,78 L 114,78 z M 118,78 L 118,81 L 121,81 L 121,78 L 118,78 z " + style="fill:url(#linearGradient3796);fill-opacity:1;stroke:none;stroke-width:0.99999893;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + sodipodi:nodetypes="ccccc" + id="path3767" + d="M 114,74 L 114,77 L 114.38128,74.39233 L 117,74 L 114,74 z " + style="opacity:0.15;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + <path + transform="matrix(1.6,0,0,1.641039,-79.75,-52.43696)" + d="M 133.59375 81.921875 A 0.625 0.609375 0 1 1 132.34375,81.921875 A 0.625 0.609375 0 1 1 133.59375 81.921875 z" + sodipodi:ry="0.609375" + sodipodi:rx="0.625" + sodipodi:cy="81.921875" + sodipodi:cx="132.96875" + id="path3769" + style="color:black;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + sodipodi:type="arc" /> + <path + transform="matrix(0.825,0,0,0.84616,23.09765,12.44659)" + d="M 133.59375 81.921875 A 0.625 0.609375 0 1 1 132.34375,81.921875 A 0.625 0.609375 0 1 1 133.59375 81.921875 z" + sodipodi:ry="0.609375" + sodipodi:rx="0.625" + sodipodi:cy="81.921875" + sodipodi:cx="132.96875" + id="path3771" + style="color:black;fill:white;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + sodipodi:type="arc" /> + <path + sodipodi:nodetypes="ccccc" + id="path3781" + d="M 118,74 L 118,77 L 118.38128,74.39233 L 121,74 L 118,74 z " + style="opacity:0.15;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + <path + sodipodi:nodetypes="ccccc" + id="path3783" + d="M 114,78 L 114,81 L 114.38128,78.39233 L 117,78 L 114,78 z " + style="opacity:0.15;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + <path + sodipodi:nodetypes="ccccc" + id="path3785" + d="M 118,78 L 118,81 L 118.38128,78.39233 L 121,78 L 118,78 z " + style="opacity:0.15;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + <path + sodipodi:nodetypes="ccccccccc" + id="path3926" + d="M 126.375,89 L 126.03125,90 L 126.03125,90.0625 L 126.03125,90.5 L 137,90.5 L 137,90.0625 L 137,90 L 136.65625,89 L 126.375,89 z " + style="fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <rect + ry="0.5" + rx="0.53950036" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + y="90" + x="125.56629" + height="1" + width="11.847281" + id="rect3886" + style="fill:white;fill-opacity:1;stroke:none;stroke-width:0.99999982;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <g + transform="translate(0,-1)" + id="g3616"> + <g + id="g3609" + style="opacity:0.3" + transform="translate(0,1)"> + <path + id="path3593" + d="M 124,61.3125 L 124,64.4375 L 139.90625,71.8125 L 140.09375,67.9375 L 124.03125,61.3125 L 124,61.3125 z " + style="opacity:1;fill:url(#linearGradient3799);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;display:inline" /> + <path + id="path3856" + d="M 124,61.3125 L 107.9375,67.9375 L 108.125,71.78125 L 124,64.4375 L 124,61.3125 z " + style="opacity:1;fill:url(#linearGradient3801);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;display:inline" /> + </g> + <path + style="fill:url(#linearGradient3803);fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;display:inline" + d="M 143.53125,71.55335 L 124,62.5 L 104.5,71.5 L 105.5,63.5 L 124,54.5 L 142.5,63.5 L 143.53125,71.55335" + id="path3637" + sodipodi:nodetypes="ccccccc" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:url(#linearGradient3805);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;display:inline" + d="M 124,55.03125 L 124,62 C 124.07492,62 124.14984,62.028312 124.21875,62.0625 L 142.90625,70.75 L 142.03125,63.8125 L 124,55.03125 z " + id="path3832" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0397406" + inkscape:original="M 124 53.5 L 105.5 62.5 L 104.5 70.5 L 124 61.5 L 143.53125 70.5625 L 142.5 62.5 L 124 53.5 z " + style="opacity:0.5;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3807);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" + id="path3812" + d="M 124,54.65625 L 106.46875,63.1875 L 105.75,68.78125 L 123.5625,60.5625 C 123.83997,60.433813 124.16003,60.433813 124.4375,60.5625 L 142.25,68.84375 L 141.53125,63.1875 L 124,54.65625 z " + transform="translate(0,1)" /> + <path + style="fill:url(#linearGradient3809);fill-opacity:1;stroke:url(#linearGradient3811);stroke-width:1.00000072;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M 134.50006,57.542753 L 138.50011,57.542753 L 139.00834,64.088405 L 134.27909,61.752557 L 134.50006,57.542753 z " + id="path3655" + sodipodi:nodetypes="ccccc" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:#eeeeec;fill-opacity:1;stroke:#a40000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M 139.75297,64.514386 L 133.48624,61.363324" + id="path3657" + sodipodi:nodetypes="cc" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="opacity:0.6;fill:none;fill-opacity:1;stroke:white;stroke-width:1.00000072;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M 135.4375,57.96875 L 135.28125,61.15625 L 137.9375,62.46875 L 137.59375,57.96875 L 135.4375,57.96875 z " + id="path4042" + sodipodi:nodetypes="ccccc" /> + <path + sodipodi:nodetypes="ccccccc" + style="color:black;fill:url(#linearGradient3813);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + d="M 136.5,57.25 L 133.9375,59.09375 L 133.84375,60.640625 L 136.5,59.375 L 139.21875,60.671875 L 139.09375,59.125 L 136.5,57.25 z " + id="path4055" /> + <path + style="color:black;fill:url(#linearGradient3815);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3819);stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + d="M 133.50003,57.500004 L 136.50003,55.500004 L 139.50003,57.500004 L 139.50003,59.500004 L 136.50003,58.000004 L 133.50003,59.500004 L 133.50003,57.500004 z " + id="rect4017" + sodipodi:nodetypes="ccccccc" /> + </g> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/actions/go-last.svg b/icon-themes/Quid/scalable/actions/go-last.svg new file mode 100644 index 00000000..f77c9160 --- /dev/null +++ b/icon-themes/Quid/scalable/actions/go-last.svg @@ -0,0 +1,550 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43+devel" + version="1.0" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/actions" + sodipodi:docname="go-last.svg" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3488"> + <stop + id="stop3490" + offset="0" + style="stop-color:black;stop-opacity:0.39215687" /> + <stop + id="stop3492" + offset="1" + style="stop-color:white;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3317"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop3319" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop3321" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3296"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3298" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3300" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3288"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3290" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3292" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3275"> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="0" + id="stop3277" /> + <stop + style="stop-color:#75507b;stop-opacity:1" + offset="1" + id="stop3279" /> + </linearGradient> + <linearGradient + id="linearGradient3262"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3264" /> + <stop + style="stop-color:#c00;stop-opacity:1" + offset="1" + id="stop3266" /> + </linearGradient> + <linearGradient + id="linearGradient3239"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3241" /> + <stop + style="stop-color:#f89797;stop-opacity:1;" + offset="1" + id="stop3243" /> + </linearGradient> + <linearGradient + id="linearGradient3217"> + <stop + style="stop-color:#c17d11;stop-opacity:1;" + offset="0" + id="stop3219" /> + <stop + style="stop-color:#8f5902;stop-opacity:1" + offset="1" + id="stop3221" /> + </linearGradient> + <linearGradient + id="linearGradient3209"> + <stop + style="stop-color:#c17d11;stop-opacity:1" + offset="0" + id="stop3211" /> + <stop + style="stop-color:#e9b96e;stop-opacity:1;" + offset="1" + id="stop3213" /> + </linearGradient> + <linearGradient + id="linearGradient3199"> + <stop + style="stop-color:#729fcf;stop-opacity:1;" + offset="0" + id="stop3201" /> + <stop + style="stop-color:white;stop-opacity:1" + offset="1" + id="stop3203" /> + </linearGradient> + <linearGradient + id="linearGradient3174"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1" + offset="0" + id="stop3176" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop3178" /> + </linearGradient> + <linearGradient + id="linearGradient1985"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1;" + offset="0" + id="stop1987" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop1989" /> + </linearGradient> + <linearGradient + id="linearGradient3331"> + <stop + id="stop3333" + offset="0" + style="stop-color:#2e3436;stop-opacity:1" /> + <stop + id="stop3335" + offset="1" + style="stop-color:#5c3566;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2795"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop2797" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop2799" /> + </linearGradient> + <linearGradient + id="linearGradient3696"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3698" /> + <stop + style="stop-color:white;stop-opacity:0.40996173" + offset="1" + id="stop3700" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3793" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="70.84375" + y1="34.799343" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3795" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="62.3125" + y1="40.18309" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3296" + id="linearGradient3797" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="66" + y1="48.1875" + x2="63.5625" + y2="35.548676" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3800" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3802" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3804" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3806" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.750006,-60,-194.6253)" + x1="66.90625" + y1="42.28125" + x2="69.203117" + y2="46.4375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3262" + id="linearGradient3808" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="72.1875" + y1="33.34375" + x2="80.15625" + y2="39.21875" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3288" + id="linearGradient3810" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="71.727142" + y1="35.963161" + x2="71.727142" + y2="38.538486" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3812" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="70.84375" + y1="36.675091" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3814" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="62.3125" + y1="42.000011" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3816" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.796053,0,0,0.784722,-68.45723,-193.4653)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3818" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.750004,0,0,0.500009,-64.87526,-181.2504)" + x1="66.90625" + y1="41.778389" + x2="66.90625" + y2="44.50071" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3820" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3822" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3696" + id="linearGradient3055" + gradientUnits="userSpaceOnUse" + x1="33.46875" + y1="80.46875" + x2="33.46875" + y2="84.534256" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2795" + id="radialGradient3057" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.699787,0,0,0.31004,-6.73611,20.22975)" + cx="11" + cy="10.5" + fx="11" + fy="10.5" + r="9" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient3059" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,-59)" + x1="40" + y1="97.875" + x2="40" + y2="81.9375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient3061" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,-59)" + x1="13.614217" + y1="91.790916" + x2="18.340584" + y2="74.151871" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1985" + id="linearGradient3063" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.71306,0,0,1.759616,1.17227,5.01028)" + x1="10.125" + y1="16.01561" + x2="9.2493744" + y2="7.4071822" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3331" + id="linearGradient3065" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.569602,0,0,1.759616,-14.67376,5.01028)" + x1="9.8553009" + y1="13.558913" + x2="9.8553009" + y2="7.5828071" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3488" + id="linearGradient3067" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,-59)" + x1="25.875" + y1="70" + x2="25.875" + y2="89.128677" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ededed" + bordercolor="#afafaf" + borderopacity="1" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="156.21402" + inkscape:cy="-48.624818" + inkscape:document-units="px" + inkscape:current-layer="layer2" + width="48px" + height="48px" + gridspacingx="0.5px" + gridspacingy="0.5px" + inkscape:showpageshadow="false" + borderlayer="true" + gridempspacing="2" + inkscape:window-width="1283" + inkscape:window-height="1008" + inkscape:window-x="139" + inkscape:window-y="0" + showgrid="false" + showborder="true" + inkscape:grid-points="true" + inkscape:grid-bbox="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-points="false" + inkscape:object-paths="false" + inkscape:object-bbox="false"> + <sodipodi:guide + orientation="horizontal" + position="-19.5" + id="guide3109" /> + <sodipodi:guide + orientation="horizontal" + position="-27.0625" + id="guide3111" /> + <sodipodi:guide + orientation="horizontal" + position="-88.1875" + id="guide3961" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <path + style="opacity:0.5;fill:url(#linearGradient3067);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M 36.53125,7 C 35.134008,7 34,8.134011 34,9.53125 L 34,17.4375 L 22.0625,7.59375 C 21.614549,7.223566 21.049824,7.024251 20.46875,7.03125 C 19.114454,7.04113 18.023877,8.145688 18.03125,9.5 L 18.03125,14.0625 L 5.5,14.03125 C 4.844161,14.027688 4.213755,14.286245 3.75,14.75 C 3.286245,15.213756 3.027687,15.844161 3.03125,16.5 L 3.03125,30.5 C 3.027687,31.155839 3.286245,31.786245 3.75,32.25 C 4.213755,32.713754 4.844161,32.972312 5.5,32.96875 L 18.03125,32.96875 L 18.03125,37.5 C 18.022184,38.457853 18.57154,39.340515 19.4375,39.75 C 20.303461,40.15949 21.327918,40.02103 22.0625,39.40625 L 34,29.5625 L 34,37.46875 C 34,38.865992 35.134007,40 36.53125,40 L 40.46875,40 C 41.865992,40 43,38.865989 43,37.46875 L 43,9.53125 C 43,8.134008 41.865993,7 40.46875,7 L 36.53125,7 z " + id="path3328" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:url(#linearGradient3063);fill-opacity:1;stroke:url(#linearGradient3065);stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M 20.5,9.5 L 20.5,16.53125 L 5.5,16.5 L 5.5,30.5 L 20.5,30.5 L 20.5,37.5 L 36.5,24.3125 L 36.5,37.5 L 40.5,37.5 L 40.5,9.5 L 36.5,9.5 L 36.5,22.6875 L 20.5,9.5 z " + id="path2374" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:url(#linearGradient3061);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M 6,23.5 L 6,30 L 20.5,30 C 20.775345,30.001916 20.998084,30.224655 21,30.5 L 21,36.46875 L 36.71875,23.5 L 6,23.5 z " + id="path3303" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <rect + style="opacity:1;fill:url(#linearGradient3059);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1" + id="rect3438" + width="3" + height="13.5" + x="37" + y="23.5" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:none;fill-rule:evenodd;stroke:url(#radialGradient3057);stroke-width:1.00000012px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline" + d="M 6.5,23.5 L 39.5,23.5" + id="path3297" + sodipodi:nodetypes="cc" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.9968403" + inkscape:original="M 20.5 68.5 L 20.5 75.53125 L 5.5 75.5 L 5.5 89.5 L 20.5 89.5 L 20.5 96.5 L 36.5 83.3125 L 36.5 96.5 L 40.5 96.5 L 40.5 68.5 L 36.5 68.5 L 36.5 81.6875 L 20.5 68.5 z " + style="fill:none;fill-opacity:1;stroke:url(#linearGradient3055);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + id="path3420" + d="M 37.5,69.5 L 37.5,81.6875 C 37.495835,82.013588 37.332446,82.317025 37.0625,82.5 C 37.332446,82.682975 37.495835,82.986412 37.5,83.3125 L 37.5,95.5 L 39.5,95.5 L 39.5,69.5 L 37.5,69.5 z M 21.5,70.625 L 21.5,75.53125 C 21.500816,75.796716 21.395721,76.051544 21.208008,76.239258 C 21.020294,76.426971 20.765466,76.532066 20.5,76.53125 L 6.5,76.5 L 6.5,88.5 L 20.5,88.5 C 20.765466,88.499184 21.020294,88.604279 21.208008,88.791992 C 21.395721,88.979706 21.500816,89.234534 21.5,89.5 L 21.5,94.375 L 35.875,82.53125 C 35.885184,82.520604 35.895604,82.510184 35.90625,82.5 C 35.895604,82.489816 35.885184,82.479396 35.875,82.46875 L 21.5,70.625 z " + transform="translate(0,-59)" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/actions/go-next.svg b/icon-themes/Quid/scalable/actions/go-next.svg new file mode 100644 index 00000000..98ffec34 --- /dev/null +++ b/icon-themes/Quid/scalable/actions/go-next.svg @@ -0,0 +1,276 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.44" + version="1.0" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/actions" + sodipodi:docname="go-next.svg" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3488"> + <stop + id="stop3490" + offset="0" + style="stop-color:black;stop-opacity:0.39215687" /> + <stop + id="stop3492" + offset="1" + style="stop-color:white;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3317"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop3319" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop3321" /> + </linearGradient> + <linearGradient + id="linearGradient1985"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1;" + offset="0" + id="stop1987" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop1989" /> + </linearGradient> + <linearGradient + id="linearGradient3331"> + <stop + id="stop3333" + offset="0" + style="stop-color:#2e3436;stop-opacity:1" /> + <stop + id="stop3335" + offset="1" + style="stop-color:#5c3566;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2795"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop2797" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop2799" /> + </linearGradient> + <linearGradient + id="linearGradient3696"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3698" /> + <stop + style="stop-color:white;stop-opacity:0.40996173" + offset="1" + id="stop3700" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3488" + id="linearGradient3538" + gradientUnits="userSpaceOnUse" + x1="25.875" + y1="70" + x2="25.875" + y2="89.128677" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1985" + id="linearGradient3540" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.71306,0,0,1.759616,3.20204,64.97921)" + x1="10.125" + y1="16.01561" + x2="9.2493744" + y2="7.4071822" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3331" + id="linearGradient3542" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.569602,0,0,1.759616,-12.64399,64.97921)" + x1="9.8553009" + y1="13.558913" + x2="9.8553009" + y2="7.5828071" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient3544" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2,1)" + x1="13.614217" + y1="91.790916" + x2="18.340584" + y2="74.151871" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3696" + id="linearGradient3546" + gradientUnits="userSpaceOnUse" + x1="34.25" + y1="80.62442" + x2="34.25" + y2="84.005981" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2795" + id="radialGradient3548" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.699787,0,0,0.31004,-4.70634,80.19868)" + cx="11" + cy="10.5" + fx="11" + fy="10.5" + r="9" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ededed" + bordercolor="#afafaf" + borderopacity="1" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="4" + inkscape:cx="61.66336" + inkscape:cy="19.98769" + inkscape:document-units="px" + inkscape:current-layer="layer2" + width="48px" + height="48px" + gridspacingx="0.5px" + gridspacingy="0.5px" + inkscape:showpageshadow="false" + borderlayer="true" + gridempspacing="2" + inkscape:window-width="1283" + inkscape:window-height="1008" + inkscape:window-x="139" + inkscape:window-y="0" + showgrid="false" + showborder="true" + inkscape:grid-points="true" + inkscape:grid-bbox="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-points="false" + inkscape:object-paths="false" + inkscape:object-bbox="false"> + <sodipodi:guide + orientation="horizontal" + position="-19.5" + id="guide3109" /> + <sodipodi:guide + orientation="horizontal" + position="-27.0625" + id="guide3111" /> + <sodipodi:guide + orientation="horizontal" + position="-88.1875" + id="guide3961" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + id="g3531" + transform="translate(-1.562309e-2,-59.96893)" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <path + transform="translate(2.02977,0.968928)" + d="M 20.46875,66.03125 C 19.114454,66.04113 18.023877,67.145688 18.03125,68.5 L 18.03125,73.0625 L 5.5,73.03125 C 4.8441612,73.027688 4.214153,73.286643 3.750398,73.750398 C 3.2866431,74.214153 3.0276875,74.844161 3.03125,75.5 L 3.03125,89.5 C 3.0276875,90.155839 3.2866431,90.785847 3.750398,91.249602 C 4.214153,91.713357 4.8441612,91.972312 5.5,91.96875 L 18.03125,91.96875 L 18.03125,96.5 C 18.022184,97.457853 18.570964,98.333536 19.436924,98.743021 C 20.302885,99.152506 21.327918,99.02103 22.0625,98.40625 L 39.0625,84.40625 C 39.63676,83.939997 39.970228,83.239707 39.970228,82.5 C 39.970228,81.760293 39.63676,81.060003 39.0625,80.59375 L 22.0625,66.59375 C 21.614549,66.223566 21.049824,66.024251 20.46875,66.03125 z " + id="path3342" + style="opacity:0.5;fill:url(#linearGradient3538);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + inkscape:original="M 20.5 68.5 L 20.5 75.53125 L 5.5 75.5 L 5.5 89.5 L 20.5 89.5 L 20.5 96.5 L 37.5 82.5 L 20.5 68.5 z " + inkscape:radius="2.4552031" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cccccccc" + id="path3344" + d="M 22.529772,69.468928 L 22.529772,76.50053 L 7.529772,76.468928 L 7.529772,90.468928 L 22.529772,90.468928 L 22.529772,97.468928 L 39.529772,83.468928 L 22.529772,69.468928 z " + style="fill:url(#linearGradient3540);fill-opacity:1;stroke:url(#linearGradient3542);stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + id="path3477" + d="M 8.0156231,83.468928 L 8.0156231,89.968928 L 22.515623,89.968928 C 22.790968,89.970844 23.013707,90.193583 23.015623,90.468928 L 23.015623,96.437678 L 38.71875,83.5 L 8.0156231,83.468928 z " + style="fill:url(#linearGradient3544);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + sodipodi:nodetypes="ccccccc" /> + <path + transform="translate(2.02977,0.968928)" + d="M 21.5,70.625 L 21.5,75.53125 C 21.500807,75.796713 21.39571,76.051536 21.207998,76.239248 C 21.020286,76.42696 20.765463,76.532057 20.5,76.53125 L 6.5,76.5 L 6.5,88.5 L 20.5,88.5 C 20.765463,88.499193 21.020286,88.60429 21.207998,88.792002 C 21.39571,88.979714 21.500807,89.234537 21.5,89.5 L 21.5,94.375 L 35.9375,82.5 L 21.5,70.625 z " + id="path3348" + style="fill:none;fill-opacity:1;stroke:url(#linearGradient3546);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + inkscape:original="M 20.5 68.5 L 20.5 75.53125 L 5.5 75.5 L 5.5 89.5 L 20.5 89.5 L 20.5 96.5 L 37.5 82.5 L 20.5 68.5 z " + inkscape:radius="-0.99687284" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cc" + id="path3350" + d="M 8.529772,83.468928 L 38.029772,83.468928" + style="fill:none;fill-rule:evenodd;stroke:url(#radialGradient3548);stroke-width:1.00000012px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/actions/go-previous.svg b/icon-themes/Quid/scalable/actions/go-previous.svg new file mode 100644 index 00000000..071907f7 --- /dev/null +++ b/icon-themes/Quid/scalable/actions/go-previous.svg @@ -0,0 +1,279 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.44" + version="1.0" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/actions" + sodipodi:docname="go-previous.svg" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3488"> + <stop + id="stop3490" + offset="0" + style="stop-color:black;stop-opacity:0.39215687" /> + <stop + id="stop3492" + offset="1" + style="stop-color:white;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3317"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop3319" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop3321" /> + </linearGradient> + <linearGradient + id="linearGradient1985"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1;" + offset="0" + id="stop1987" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop1989" /> + </linearGradient> + <linearGradient + id="linearGradient3331"> + <stop + id="stop3333" + offset="0" + style="stop-color:#2e3436;stop-opacity:1" /> + <stop + id="stop3335" + offset="1" + style="stop-color:#5c3566;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2795"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop2797" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop2799" /> + </linearGradient> + <linearGradient + id="linearGradient3696"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3698" /> + <stop + style="stop-color:white;stop-opacity:0.40996173" + offset="1" + id="stop3700" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3488" + id="linearGradient2698" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1,0,0,1,43.00144,0)" + x1="25.875" + y1="70" + x2="25.875" + y2="89.128677" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1985" + id="linearGradient2700" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.71306,0,0,1.759616,43.85894,64.97921)" + x1="10.125" + y1="16.01561" + x2="9.2493744" + y2="7.4071822" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3331" + id="linearGradient2702" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.569602,0,0,1.759616,59.70497,64.97921)" + x1="9.8553009" + y1="13.558913" + x2="9.8553009" + y2="7.5828071" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient2704" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1,0,0,1,45.06098,1)" + x1="13.614217" + y1="91.790916" + x2="18.340584" + y2="74.151871" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3696" + id="linearGradient2706" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1,0,0,1,43.00144,0)" + x1="34.25" + y1="80.62442" + x2="34.25" + y2="84.005981" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2795" + id="radialGradient2708" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.699787,0,0,0.31004,51.76732,80.19868)" + cx="11" + cy="10.5" + fx="11" + fy="10.5" + r="9" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ededed" + bordercolor="#afafaf" + borderopacity="1" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="2.8284271" + inkscape:cx="96.790946" + inkscape:cy="-9.8407848" + inkscape:document-units="px" + inkscape:current-layer="layer2" + width="48px" + height="48px" + gridspacingx="0.5px" + gridspacingy="0.5px" + inkscape:showpageshadow="false" + borderlayer="true" + gridempspacing="2" + inkscape:window-width="1283" + inkscape:window-height="1008" + inkscape:window-x="139" + inkscape:window-y="0" + showgrid="false" + showborder="true" + inkscape:grid-points="true" + inkscape:grid-bbox="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-points="false" + inkscape:object-paths="false" + inkscape:object-bbox="false"> + <sodipodi:guide + orientation="horizontal" + position="-19.5" + id="guide3109" /> + <sodipodi:guide + orientation="horizontal" + position="-27.0625" + id="guide3111" /> + <sodipodi:guide + orientation="horizontal" + position="-88.1875" + id="guide3961" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + style="display:inline" + id="g3552" + transform="matrix(-1,0,0,1,47.04536,-59.96893)" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <path + transform="translate(2.02977,0.968928)" + d="M 20.46875,66.03125 C 19.114454,66.04113 18.023877,67.145688 18.03125,68.5 L 18.03125,73.0625 L 5.5,73.03125 C 4.8441612,73.027688 4.214153,73.286643 3.750398,73.750398 C 3.2866431,74.214153 3.0276875,74.844161 3.03125,75.5 L 3.03125,89.5 C 3.0276875,90.155839 3.2866431,90.785847 3.750398,91.249602 C 4.214153,91.713357 4.8441612,91.972312 5.5,91.96875 L 18.03125,91.96875 L 18.03125,96.5 C 18.022184,97.457853 18.570964,98.333536 19.436924,98.743021 C 20.302885,99.152506 21.327918,99.02103 22.0625,98.40625 L 39.0625,84.40625 C 39.63676,83.939997 39.970228,83.239707 39.970228,82.5 C 39.970228,81.760293 39.63676,81.060003 39.0625,80.59375 L 22.0625,66.59375 C 21.614549,66.223566 21.049824,66.024251 20.46875,66.03125 z " + id="path3554" + style="opacity:0.5;fill:url(#linearGradient2698);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + inkscape:original="M 20.5 68.5 L 20.5 75.53125 L 5.5 75.5 L 5.5 89.5 L 20.5 89.5 L 20.5 96.5 L 37.5 82.5 L 20.5 68.5 z " + inkscape:radius="2.4552031" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cccccccc" + id="path3556" + d="M 22.529772,69.468928 L 22.529772,76.50053 L 7.529772,76.468928 L 7.529772,90.468928 L 22.529772,90.468928 L 22.529772,97.468928 L 39.529772,83.468928 L 22.529772,69.468928 z " + style="fill:url(#linearGradient2700);fill-opacity:1;stroke:url(#linearGradient2702);stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + id="path3558" + d="M 8.0156231,83.468928 L 8.0156231,89.968928 L 22.515623,89.968928 C 22.790968,89.970844 23.013707,90.193583 23.015623,90.468928 L 23.015623,96.437678 L 38.71875,83.5 L 8.0156231,83.468928 z " + style="fill:url(#linearGradient2704);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + sodipodi:nodetypes="ccccccc" /> + <path + transform="translate(2.02977,0.968928)" + d="M 21.5,70.625 L 21.5,75.53125 C 21.500807,75.796713 21.39571,76.051536 21.207998,76.239248 C 21.020286,76.42696 20.765463,76.532057 20.5,76.53125 L 6.5,76.5 L 6.5,88.5 L 20.5,88.5 C 20.765463,88.499193 21.020286,88.60429 21.207998,88.792002 C 21.39571,88.979714 21.500807,89.234537 21.5,89.5 L 21.5,94.375 L 35.9375,82.5 L 21.5,70.625 z " + id="path3560" + style="fill:none;fill-opacity:1;stroke:url(#linearGradient2706);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + inkscape:original="M 20.5 68.5 L 20.5 75.53125 L 5.5 75.5 L 5.5 89.5 L 20.5 89.5 L 20.5 96.5 L 37.5 82.5 L 20.5 68.5 z " + inkscape:radius="-0.99687284" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cc" + id="path3562" + d="M 8.529772,83.468928 L 38.029772,83.468928" + style="fill:none;fill-rule:evenodd;stroke:url(#radialGradient2708);stroke-width:1.00000012px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/actions/go-top.svg b/icon-themes/Quid/scalable/actions/go-top.svg new file mode 100644 index 00000000..86aa9b7f --- /dev/null +++ b/icon-themes/Quid/scalable/actions/go-top.svg @@ -0,0 +1,565 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43+devel" + version="1.0" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/actions" + sodipodi:docname="go-top.svg" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3488"> + <stop + id="stop3490" + offset="0" + style="stop-color:black;stop-opacity:0.39215687" /> + <stop + id="stop3492" + offset="1" + style="stop-color:white;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3317"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop3319" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop3321" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3296"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3298" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3300" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3288"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3290" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3292" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3275"> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="0" + id="stop3277" /> + <stop + style="stop-color:#75507b;stop-opacity:1" + offset="1" + id="stop3279" /> + </linearGradient> + <linearGradient + id="linearGradient3262"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3264" /> + <stop + style="stop-color:#c00;stop-opacity:1" + offset="1" + id="stop3266" /> + </linearGradient> + <linearGradient + id="linearGradient3239"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3241" /> + <stop + style="stop-color:#f89797;stop-opacity:1;" + offset="1" + id="stop3243" /> + </linearGradient> + <linearGradient + id="linearGradient3217"> + <stop + style="stop-color:#c17d11;stop-opacity:1;" + offset="0" + id="stop3219" /> + <stop + style="stop-color:#8f5902;stop-opacity:1" + offset="1" + id="stop3221" /> + </linearGradient> + <linearGradient + id="linearGradient3209"> + <stop + style="stop-color:#c17d11;stop-opacity:1" + offset="0" + id="stop3211" /> + <stop + style="stop-color:#e9b96e;stop-opacity:1;" + offset="1" + id="stop3213" /> + </linearGradient> + <linearGradient + id="linearGradient3199"> + <stop + style="stop-color:#729fcf;stop-opacity:1;" + offset="0" + id="stop3201" /> + <stop + style="stop-color:white;stop-opacity:1" + offset="1" + id="stop3203" /> + </linearGradient> + <linearGradient + id="linearGradient3174"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1" + offset="0" + id="stop3176" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop3178" /> + </linearGradient> + <linearGradient + id="linearGradient1985"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1;" + offset="0" + id="stop1987" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop1989" /> + </linearGradient> + <linearGradient + id="linearGradient3331"> + <stop + id="stop3333" + offset="0" + style="stop-color:#2e3436;stop-opacity:1" /> + <stop + id="stop3335" + offset="1" + style="stop-color:#5c3566;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2795"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop2797" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop2799" /> + </linearGradient> + <linearGradient + id="linearGradient3696"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3698" /> + <stop + style="stop-color:white;stop-opacity:0.40996173" + offset="1" + id="stop3700" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3793" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="70.84375" + y1="34.799343" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3795" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="62.3125" + y1="40.18309" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3296" + id="linearGradient3797" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="66" + y1="48.1875" + x2="63.5625" + y2="35.548676" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3800" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3802" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3804" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3806" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.750006,-60,-194.6253)" + x1="66.90625" + y1="42.28125" + x2="69.203117" + y2="46.4375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3262" + id="linearGradient3808" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="72.1875" + y1="33.34375" + x2="80.15625" + y2="39.21875" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3288" + id="linearGradient3810" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="71.727142" + y1="35.963161" + x2="71.727142" + y2="38.538486" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3812" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="70.84375" + y1="36.675091" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3814" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="62.3125" + y1="42.000011" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3816" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.796053,0,0,0.784722,-68.45723,-193.4653)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3818" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.750004,0,0,0.500009,-64.87526,-181.2504)" + x1="66.90625" + y1="41.778389" + x2="66.90625" + y2="44.50071" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3820" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3822" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3488" + id="linearGradient3569" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(4,-207.0312)" + x1="-84.125" + y1="262.15619" + x2="-84.125" + y2="268.67542" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3488" + id="linearGradient3574" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-1,1,0,-159,97.03121)" + x1="36.643089" + y1="89.128677" + x2="19.508307" + y2="89.128677" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1985" + id="linearGradient3576" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,1.71306,1.759616,0,-94.48972,52.14107)" + x1="10.125" + y1="16.01561" + x2="9.2493744" + y2="7.4071822" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3331" + id="linearGradient3578" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,2.569602,1.759616,0,-94.48972,36.295)" + x1="18.566082" + y1="15.441401" + x2="11.776464" + y2="12.868701" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient3580" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,1,1,0,-158.5,50.9688)" + x1="13.614217" + y1="91.790916" + x2="18.340584" + y2="74.151871" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient3583" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1,0,0,1,-50.9688,-158.5)" + x1="40" + y1="97.875" + x2="40" + y2="81.9375" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2795" + id="radialGradient3585" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,2.699787,0.31004,0,-79.27025,44.2327)" + cx="4.7290053" + cy="10.5" + fx="4.7290053" + fy="10.5" + r="9" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3696" + id="linearGradient3587" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1,0,0,1,46.03121,0)" + x1="33.46875" + y1="80.46875" + x2="33.46875" + y2="84.534256" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ededed" + bordercolor="#afafaf" + borderopacity="1" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="156.21402" + inkscape:cy="-12.611921" + inkscape:document-units="px" + inkscape:current-layer="layer2" + width="48px" + height="48px" + gridspacingx="0.5px" + gridspacingy="0.5px" + inkscape:showpageshadow="false" + borderlayer="true" + gridempspacing="2" + inkscape:window-width="1283" + inkscape:window-height="1008" + inkscape:window-x="139" + inkscape:window-y="0" + showgrid="false" + showborder="true" + inkscape:grid-points="true" + inkscape:grid-bbox="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-points="false" + inkscape:object-paths="false" + inkscape:object-bbox="false"> + <sodipodi:guide + orientation="horizontal" + position="-19.5" + id="guide3109" /> + <sodipodi:guide + orientation="horizontal" + position="-27.0625" + id="guide3111" /> + <sodipodi:guide + orientation="horizontal" + position="-88.1875" + id="guide3961" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + id="g3597" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(100,-50)"> + <g + transform="matrix(-1,0,0,1,-153,0)" + style="opacity:0.5" + id="g2586"> + <path + style="opacity:1;fill:url(#linearGradient3569);fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:0.39215686;display:inline" + d="M -90.5,54.03125 C -91.885,54.03125 -93,55.14625 -93,56.53125 L -93,60.53125 C -93,61.91625 -91.885,63.03125 -90.5,63.03125 L -82.5625,63.03125 L -78.375,61.03125 L -74.625,61.03125 L -70.4375,63.03125 L -62.5,63.03125 C -61.115,63.03125 -60,61.91625 -60,60.53125 L -60,56.53125 C -60,55.14625 -61.115,54.03125 -62.5,54.03125 L -90.5,54.03125 z " + id="rect2568" /> + <path + style="opacity:1;fill:url(#linearGradient3574);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M -82.5625,63.031214 L -92.40625,74.968714 C -92.77643,75.416664 -92.97575,75.981394 -92.96875,76.562464 C -92.95887,77.916764 -91.85431,79.007334 -90.5,78.999964 L -85.9375,78.999964 L -85.96875,91.531214 C -85.97231,92.187054 -85.71376,92.817464 -85.25,93.281214 C -84.78624,93.744964 -84.15584,94.003524 -83.5,93.999964 L -69.5,93.999964 C -68.84416,94.003524 -68.21376,93.744964 -67.75,93.281214 C -67.28625,92.817464 -67.02769,92.187054 -67.03125,91.531214 L -67.03125,78.999964 L -62.5,78.999964 C -61.54215,79.009034 -60.65949,78.459674 -60.25,77.593714 C -59.84051,76.727754 -59.97897,75.703294 -60.59375,74.968714 L -70.4375,63.031214 L -74.62963,61.032734 L -78.371094,61.031214 L -82.5625,63.031214 z " + id="path2570" + sodipodi:nodetypes="ccscccsccscccsccccc" /> + </g> + <g + transform="translate(-0.5,-1.423842e-5)" + id="g3578"> + <path + style="fill:url(#linearGradient3576);fill-opacity:1;stroke:url(#linearGradient3578);stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M -90,76.500014 L -82.96875,76.500014 L -83,91.500014 L -69,91.500014 L -69,76.500014 L -62,76.500014 L -75.1875,60.500014 L -62,60.500014 L -62,56.500014 L -90,56.500014 L -90,60.500014 L -76.8125,60.500014 L -90,76.500014 z " + id="path2495" /> + <path + style="fill:url(#linearGradient3580);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M -76,91.000014 L -69.5,91.000014 L -69.5,76.500014 C -69.498084,76.224669 -69.275345,76.00193 -69,76.000014 L -63.03125,76.000014 L -76,60.281264 L -76,91.000014 z " + id="path2497" /> + <rect + style="fill:url(#linearGradient3583);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + id="rect2499" + width="3" + height="13.5" + x="-60.000011" + y="-76" + transform="matrix(0,-1,1,0,0,0)" /> + <path + style="fill:none;fill-rule:evenodd;stroke:url(#radialGradient3585);stroke-width:1.00000012px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline" + d="M -76,90.500014 L -76,57.500014" + id="path2501" + sodipodi:nodetypes="cc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.9968403" + inkscape:original="M 20.5 68.5 L 20.5 75.53125 L 5.5 75.5 L 5.5 89.5 L 20.5 89.5 L 20.5 96.5 L 36.5 83.3125 L 36.5 96.5 L 40.5 96.5 L 40.5 68.5 L 36.5 68.5 L 36.5 81.6875 L 20.5 68.5 z " + style="fill:none;fill-opacity:1;stroke:url(#linearGradient3587);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + id="path2503" + d="M 37.5,69.5 L 37.5,81.6875 C 37.495835,82.013588 37.332446,82.317025 37.0625,82.5 C 37.332446,82.682975 37.495835,82.986412 37.5,83.3125 L 37.5,95.5 L 39.5,95.5 L 39.5,69.5 L 37.5,69.5 z M 21.5,70.625 L 21.5,75.53125 C 21.500816,75.796716 21.395721,76.051544 21.208008,76.239258 C 21.020294,76.426971 20.765466,76.532066 20.5,76.53125 L 6.5,76.5 L 6.5,88.5 L 20.5,88.5 C 20.765466,88.499184 21.020294,88.604279 21.208008,88.791992 C 21.395721,88.979706 21.500816,89.234534 21.5,89.5 L 21.5,94.375 L 35.875,82.53125 C 35.885184,82.520604 35.895604,82.510184 35.90625,82.5 C 35.895604,82.489816 35.885184,82.479396 35.875,82.46875 L 21.5,70.625 z " + transform="matrix(0,-1,1,0,-158.5,97.00001)" /> + </g> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/actions/go-up.svg b/icon-themes/Quid/scalable/actions/go-up.svg new file mode 100644 index 00000000..fca5d2d4 --- /dev/null +++ b/icon-themes/Quid/scalable/actions/go-up.svg @@ -0,0 +1,530 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43+devel" + version="1.0" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/actions" + sodipodi:docname="go-up.svg" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3488"> + <stop + id="stop3490" + offset="0" + style="stop-color:black;stop-opacity:0.39215687" /> + <stop + id="stop3492" + offset="1" + style="stop-color:white;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3317"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop3319" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop3321" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3296"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3298" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3300" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3288"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3290" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3292" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3275"> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="0" + id="stop3277" /> + <stop + style="stop-color:#75507b;stop-opacity:1" + offset="1" + id="stop3279" /> + </linearGradient> + <linearGradient + id="linearGradient3262"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3264" /> + <stop + style="stop-color:#c00;stop-opacity:1" + offset="1" + id="stop3266" /> + </linearGradient> + <linearGradient + id="linearGradient3239"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3241" /> + <stop + style="stop-color:#f89797;stop-opacity:1;" + offset="1" + id="stop3243" /> + </linearGradient> + <linearGradient + id="linearGradient3217"> + <stop + style="stop-color:#c17d11;stop-opacity:1;" + offset="0" + id="stop3219" /> + <stop + style="stop-color:#8f5902;stop-opacity:1" + offset="1" + id="stop3221" /> + </linearGradient> + <linearGradient + id="linearGradient3209"> + <stop + style="stop-color:#c17d11;stop-opacity:1" + offset="0" + id="stop3211" /> + <stop + style="stop-color:#e9b96e;stop-opacity:1;" + offset="1" + id="stop3213" /> + </linearGradient> + <linearGradient + id="linearGradient3199"> + <stop + style="stop-color:#729fcf;stop-opacity:1;" + offset="0" + id="stop3201" /> + <stop + style="stop-color:white;stop-opacity:1" + offset="1" + id="stop3203" /> + </linearGradient> + <linearGradient + id="linearGradient3174"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1" + offset="0" + id="stop3176" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop3178" /> + </linearGradient> + <linearGradient + id="linearGradient1985"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1;" + offset="0" + id="stop1987" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop1989" /> + </linearGradient> + <linearGradient + id="linearGradient3331"> + <stop + id="stop3333" + offset="0" + style="stop-color:#2e3436;stop-opacity:1" /> + <stop + id="stop3335" + offset="1" + style="stop-color:#5c3566;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2795"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop2797" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop2799" /> + </linearGradient> + <linearGradient + id="linearGradient3696"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3698" /> + <stop + style="stop-color:white;stop-opacity:0.40996173" + offset="1" + id="stop3700" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3793" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="70.84375" + y1="34.799343" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3795" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="62.3125" + y1="40.18309" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3296" + id="linearGradient3797" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="66" + y1="48.1875" + x2="63.5625" + y2="35.548676" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3800" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3802" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3804" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3806" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.750006,-60,-194.6253)" + x1="66.90625" + y1="42.28125" + x2="69.203117" + y2="46.4375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3262" + id="linearGradient3808" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="72.1875" + y1="33.34375" + x2="80.15625" + y2="39.21875" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3288" + id="linearGradient3810" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="71.727142" + y1="35.963161" + x2="71.727142" + y2="38.538486" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3812" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="70.84375" + y1="36.675091" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3814" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="62.3125" + y1="42.000011" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3816" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.796053,0,0,0.784722,-68.45723,-193.4653)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3818" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.750004,0,0,0.500009,-64.87526,-181.2504)" + x1="66.90625" + y1="41.778389" + x2="66.90625" + y2="44.50071" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3820" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3822" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3488" + id="linearGradient3460" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1,0,0,1,43.00144,0)" + x1="14.842803" + y1="89.128677" + x2="22.876478" + y2="89.128677" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1985" + id="linearGradient3462" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.71306,0,0,1.759616,43.85894,64.97921)" + x1="10.125" + y1="16.01561" + x2="9.2493744" + y2="7.4071822" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3331" + id="linearGradient3464" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.569602,0,0,1.759616,59.70497,64.97921)" + x1="17.250801" + y1="14.613777" + x2="10.508857" + y2="12.756663" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient3466" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1,0,0,1,45.06098,1)" + x1="13.614217" + y1="91.790916" + x2="18.340584" + y2="74.151871" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3696" + id="linearGradient3469" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1,0,0,1,43.00144,0)" + x1="34.25" + y1="80.62442" + x2="34.25" + y2="84.005981" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2795" + id="radialGradient3471" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.699787,0,0,0.31004,51.76732,80.19868)" + cx="5.2588038" + cy="10.5" + fx="5.2588038" + fy="10.5" + r="9" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ededed" + bordercolor="#afafaf" + borderopacity="1" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="156.21402" + inkscape:cy="-12.611921" + inkscape:document-units="px" + inkscape:current-layer="layer2" + width="48px" + height="48px" + gridspacingx="0.5px" + gridspacingy="0.5px" + inkscape:showpageshadow="false" + borderlayer="true" + gridempspacing="2" + inkscape:window-width="1283" + inkscape:window-height="1008" + inkscape:window-x="139" + inkscape:window-y="0" + showgrid="false" + showborder="true" + inkscape:grid-points="true" + inkscape:grid-bbox="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-points="false" + inkscape:object-paths="false" + inkscape:object-bbox="false"> + <sodipodi:guide + orientation="horizontal" + position="-19.5" + id="guide3109" /> + <sodipodi:guide + orientation="horizontal" + position="-27.0625" + id="guide3111" /> + <sodipodi:guide + orientation="horizontal" + position="-88.1875" + id="guide3961" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + style="display:inline" + id="g2463" + transform="matrix(0,-1,1,0,-59.959,47.03538)" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <path + transform="translate(2.02977,0.968928)" + d="M 20.46875,66.03125 C 19.114454,66.04113 18.023877,67.145688 18.03125,68.5 L 18.03125,73.0625 L 5.5,73.03125 C 4.8441612,73.027688 4.214153,73.286643 3.750398,73.750398 C 3.2866431,74.214153 3.0276875,74.844161 3.03125,75.5 L 3.03125,89.5 C 3.0276875,90.155839 3.2866431,90.785847 3.750398,91.249602 C 4.214153,91.713357 4.8441612,91.972312 5.5,91.96875 L 18.03125,91.96875 L 18.03125,96.5 C 18.022184,97.457853 18.570964,98.333536 19.436924,98.743021 C 20.302885,99.152506 21.327918,99.02103 22.0625,98.40625 L 39.0625,84.40625 C 39.63676,83.939997 39.970228,83.239707 39.970228,82.5 C 39.970228,81.760293 39.63676,81.060003 39.0625,80.59375 L 22.0625,66.59375 C 21.614549,66.223566 21.049824,66.024251 20.46875,66.03125 z " + id="path2465" + style="opacity:0.5;fill:url(#linearGradient3460);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + inkscape:original="M 20.5 68.5 L 20.5 75.53125 L 5.5 75.5 L 5.5 89.5 L 20.5 89.5 L 20.5 96.5 L 37.5 82.5 L 20.5 68.5 z " + inkscape:radius="2.4552031" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cccccccc" + id="path2467" + d="M 22.529772,69.468928 L 22.529772,76.50053 L 7.529772,76.468928 L 7.529772,90.468928 L 22.529772,90.468928 L 22.529772,97.468928 L 39.529772,83.468928 L 22.529772,69.468928 z " + style="fill:url(#linearGradient3462);fill-opacity:1;stroke:url(#linearGradient3464);stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + id="path2469" + d="M 8.0156231,83.468928 L 8.0156231,89.968928 L 22.515623,89.968928 C 22.790968,89.970844 23.013707,90.193583 23.015623,90.468928 L 23.015623,96.437678 L 38.71875,83.5 L 8.0156231,83.468928 z " + style="fill:url(#linearGradient3466);fill-opacity:1;stroke:none;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + sodipodi:nodetypes="ccccccc" /> + <path + transform="translate(2.02977,0.968928)" + d="M 21.5,70.625 L 21.5,75.53125 C 21.500807,75.796713 21.39571,76.051536 21.207998,76.239248 C 21.020286,76.42696 20.765463,76.532057 20.5,76.53125 L 6.5,76.5 L 6.5,88.5 L 20.5,88.5 C 20.765463,88.499193 21.020286,88.60429 21.207998,88.792002 C 21.39571,88.979714 21.500807,89.234537 21.5,89.5 L 21.5,94.375 L 35.9375,82.5 L 21.5,70.625 z " + id="path2471" + style="fill:none;fill-opacity:1;stroke:url(#linearGradient3469);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + inkscape:original="M 20.5 68.5 L 20.5 75.53125 L 5.5 75.5 L 5.5 89.5 L 20.5 89.5 L 20.5 96.5 L 37.5 82.5 L 20.5 68.5 z " + inkscape:radius="-0.99687284" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cc" + id="path2473" + d="M 8.529772,83.468928 L 38.029772,83.468928" + style="fill:none;fill-rule:evenodd;stroke:url(#radialGradient3471);stroke-width:1.00000012px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" /> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/actions/view-refresh.svg b/icon-themes/Quid/scalable/actions/view-refresh.svg new file mode 100644 index 00000000..1f677291 --- /dev/null +++ b/icon-themes/Quid/scalable/actions/view-refresh.svg @@ -0,0 +1,603 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43+devel" + version="1.0" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/actions" + sodipodi:docname="view-refresh.svg" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3488"> + <stop + id="stop3490" + offset="0" + style="stop-color:black;stop-opacity:0.39215687" /> + <stop + id="stop3492" + offset="1" + style="stop-color:white;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3317"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop3319" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop3321" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3296"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3298" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3300" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3288"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3290" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3292" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3275"> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="0" + id="stop3277" /> + <stop + style="stop-color:#75507b;stop-opacity:1" + offset="1" + id="stop3279" /> + </linearGradient> + <linearGradient + id="linearGradient3262"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3264" /> + <stop + style="stop-color:#c00;stop-opacity:1" + offset="1" + id="stop3266" /> + </linearGradient> + <linearGradient + id="linearGradient3239"> + <stop + style="stop-color:#ef2929;stop-opacity:1;" + offset="0" + id="stop3241" /> + <stop + style="stop-color:#f89797;stop-opacity:1;" + offset="1" + id="stop3243" /> + </linearGradient> + <linearGradient + id="linearGradient3217"> + <stop + style="stop-color:#c17d11;stop-opacity:1;" + offset="0" + id="stop3219" /> + <stop + style="stop-color:#8f5902;stop-opacity:1" + offset="1" + id="stop3221" /> + </linearGradient> + <linearGradient + id="linearGradient3209"> + <stop + style="stop-color:#c17d11;stop-opacity:1" + offset="0" + id="stop3211" /> + <stop + style="stop-color:#e9b96e;stop-opacity:1;" + offset="1" + id="stop3213" /> + </linearGradient> + <linearGradient + id="linearGradient3199"> + <stop + style="stop-color:#729fcf;stop-opacity:1;" + offset="0" + id="stop3201" /> + <stop + style="stop-color:white;stop-opacity:1" + offset="1" + id="stop3203" /> + </linearGradient> + <linearGradient + id="linearGradient3174"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1" + offset="0" + id="stop3176" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop3178" /> + </linearGradient> + <linearGradient + id="linearGradient3006"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop3008" /> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="1" + id="stop3010" /> + </linearGradient> + <linearGradient + id="linearGradient1985"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1;" + offset="0" + id="stop1987" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop1989" /> + </linearGradient> + <linearGradient + id="linearGradient3696"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3698" /> + <stop + style="stop-color:white;stop-opacity:0.40996173" + offset="1" + id="stop3700" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3793" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="70.84375" + y1="34.799343" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3795" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="62.3125" + y1="40.18309" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3296" + id="linearGradient3797" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="66" + y1="48.1875" + x2="63.5625" + y2="35.548676" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3800" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3802" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3804" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.800001,0,0,0.777376,-46.50005,-194.9837)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3806" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.750006,-60,-194.6253)" + x1="66.90625" + y1="42.28125" + x2="69.203117" + y2="46.4375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3262" + id="linearGradient3808" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="72.1875" + y1="33.34375" + x2="80.15625" + y2="39.21875" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3288" + id="linearGradient3810" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-61,-205)" + x1="71.727142" + y1="35.963161" + x2="71.727142" + y2="38.538486" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3174" + id="linearGradient3812" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="70.84375" + y1="36.675091" + x2="70.84375" + y2="54.805916" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3275" + id="linearGradient3814" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.764706,0,0,0.799418,-66.29412,-195.0712)" + x1="62.3125" + y1="42.000011" + x2="62.3125" + y2="51.254974" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3239" + id="linearGradient3816" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.796053,0,0,0.784722,-68.45723,-193.4653)" + x1="65.098015" + y1="36.628273" + x2="64.567688" + y2="35.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="linearGradient3818" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.750004,0,0,0.500009,-64.87526,-181.2504)" + x1="66.90625" + y1="41.778389" + x2="66.90625" + y2="44.50071" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3209" + id="linearGradient3820" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="73.90403" + y1="41.016624" + x2="76.84375" + y2="47.218826" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3217" + id="linearGradient3822" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.600006,0,0,0.445585,-54.00048,-178.5462)" + x1="75.739166" + y1="48.240158" + x2="74.236351" + y2="46.286785" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3696" + id="linearGradient3164" + gradientUnits="userSpaceOnUse" + x1="114.69141" + y1="17.694544" + x2="114.3125" + y2="15.469391" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1985" + id="linearGradient3166" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1,0,0,-1,148,47.02482)" + x1="126.03334" + y1="3.1880391" + x2="126.03334" + y2="16.297308" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient3168" + gradientUnits="userSpaceOnUse" + x1="116.5" + y1="37.875" + x2="148.125" + y2="32.75" + gradientTransform="translate(-100,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3006" + id="linearGradient3170" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.997932,0,0,-1.997932,46.4792,-13.44106)" + x1="9.8383999" + y1="-27.006704" + x2="11.779426" + y2="-21.882927" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient1985" + id="radialGradient3172" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.821872,0,0,1.139301,98.19953,41.64675)" + cx="10.391869" + cy="-20.786554" + fx="10.391869" + fy="-20.786554" + r="8.9597788" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3006" + id="linearGradient3175" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.997932,0,0,1.997932,101.5208,60.46588)" + x1="12.622529" + y1="-22.314352" + x2="11.153779" + y2="-26.481432" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3317" + id="linearGradient3177" + gradientUnits="userSpaceOnUse" + x1="140.25" + y1="10" + x2="105.0625" + y2="22.6875" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3696" + id="linearGradient3179" + gradientUnits="userSpaceOnUse" + x1="111.125" + y1="13.125" + x2="111.875" + y2="15.127323" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3488" + id="linearGradient3181" + gradientUnits="userSpaceOnUse" + x1="132.375" + y1="24" + x2="134.49203" + y2="32.017578" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3488" + id="linearGradient3183" + gradientUnits="userSpaceOnUse" + x1="124.375" + y1="6.375" + x2="126.75" + y2="16.625574" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ededed" + bordercolor="#afafaf" + borderopacity="1" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="156.21402" + inkscape:cy="-48.624818" + inkscape:document-units="px" + inkscape:current-layer="layer2" + width="48px" + height="48px" + gridspacingx="0.5px" + gridspacingy="0.5px" + inkscape:showpageshadow="false" + borderlayer="true" + gridempspacing="2" + inkscape:window-width="1283" + inkscape:window-height="1008" + inkscape:window-x="139" + inkscape:window-y="0" + showgrid="false" + showborder="true" + inkscape:grid-points="true" + inkscape:grid-bbox="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-points="false" + inkscape:object-paths="false" + inkscape:object-bbox="false"> + <sodipodi:guide + orientation="horizontal" + position="-19.5" + id="guide3109" /> + <sodipodi:guide + orientation="horizontal" + position="-27.0625" + id="guide3111" /> + <sodipodi:guide + orientation="horizontal" + position="-88.1875" + id="guide3961" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="2.53125" + inkscape:original="M 128.5 2.53125 L 128.5 7.53125 L 116.5 7.53125 C 103.51344 7.5312499 104.53125 27.5 104.53125 27.5 C 104.53125 27.5 108.50827 17.5 116.5 17.5 L 128.5 17.5 L 128.5 23.5 L 140.5 12.5 L 128.5 2.53125 z " + style="opacity:0.5;fill:url(#linearGradient3183);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + id="path3591" + d="M 128.21875,0 C 126.93168,0.14399072 125.96085,1.2361766 125.96875,2.53125 L 125.96875,5 L 116.5,5 C 112.60467,5 109.41374,6.630973 107.28125,8.9375 C 105.14876,11.244027 103.97066,14.101562 103.21875,16.84375 C 101.71492,22.328126 102,27.625 102,27.625 C 102.06368,28.809632 102.94148,29.791151 104.11168,29.986185 C 105.28188,30.181218 106.43056,29.537447 106.875,28.4375 C 106.875,28.4375 107.76378,26.240162 109.5,24.0625 C 111.23622,21.884838 113.55991,20.03125 116.5,20.03125 L 125.96875,20.03125 L 125.96875,23.5 C 125.96229,24.508793 126.5554,25.42513 127.47838,25.832328 C 128.40137,26.239526 129.47802,26.059848 130.21875,25.375 L 142.21875,14.375 C 142.75729,13.880878 143.05599,13.17811 143.03803,12.447451 C 143.02006,11.716793 142.68718,11.029555 142.125,10.5625 L 130.125,0.59375 C 129.59776,0.14303521 128.90868,-0.071597594 128.21875,5.2148562e-18 L 128.21875,0 z " + transform="translate(-100,1)" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="2.5" + inkscape:original="M 143.46875 19.53125 C 143.46875 19.53125 139.49173 29.5 131.5 29.5 L 119.5 29.5 L 119.5 23.53125 L 107.5 34.53125 L 119.5 44.5 L 119.5 39.5 L 131.5 39.5 C 144.48657 39.500001 143.46875 19.53125 143.46875 19.53125 z " + style="opacity:0.5;fill:url(#linearGradient3181);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + id="path3595" + d="M 143.28125,17.03125 C 142.33346,17.105711 141.50991,17.711264 141.15625,18.59375 C 141.15625,18.59375 140.26999,20.794754 138.53125,22.96875 C 136.79251,25.142746 134.45638,27 131.5,27 L 122,27 L 122,23.53125 C 121.99946,22.540529 121.41399,21.643575 120.50727,21.244347 C 119.60055,20.845119 118.54362,21.018929 117.8125,21.6875 L 105.8125,32.6875 C 105.27523,33.175891 104.97681,33.873712 104.99481,34.599561 C 105.0128,35.325409 105.34544,36.007584 105.90625,36.46875 L 117.90625,46.4375 C 118.65405,47.056004 119.6922,47.185927 120.56935,46.770784 C 121.44651,46.355641 122.00422,45.470428 122,44.5 L 122,42 L 131.5,42 C 135.38733,42 138.55997,40.363663 140.6875,38.0625 C 142.81503,35.761337 143.99892,32.92665 144.75,30.1875 C 146.25216,24.7092 145.96875,19.40625 145.96875,19.40625 C 145.93686,18.731384 145.63321,18.098151 145.12695,17.650757 C 144.62069,17.203364 143.95491,16.979898 143.28125,17.03125 z " + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-100,0)" /> + <g + id="g3522" + transform="translate(-100,1)" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <path + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/arrowx.png" + sodipodi:nodetypes="ccssscccc" + id="path2527" + d="M 128.49294,2.5248159 L 128.49294,7.5206799 L 116.50535,7.5206799 C 103.51879,7.5206799 104.51776,27.5 104.51776,27.5 C 104.51776,27.5 108.51362,17.51034 116.50535,17.51034 L 128.49294,17.51034 L 128.5,23.5 L 140.5,12.5 L 128.49294,2.5248159 z " + style="fill:url(#radialGradient3172);fill-opacity:1;stroke:url(#linearGradient3175);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + sodipodi:nodetypes="cccssccscccccc" + id="path2599" + d="M 139.46875,12.28125 L 139.21875,12.5 L 116.5,12.5 C 114.38889,12.5 112.63616,13.373375 111.15625,14.71875 C 109.67634,16.064125 108.48211,17.879527 107.5625,19.71875 C 106.99558,20.852598 106.52262,21.971501 106.15625,23 C 105.51599,23.743179 105.25795,24.51972 105.0625,25.40625 C 105.5682,24.481689 106.19567,23.353108 107.125,22.1875 C 109.16899,19.623828 112.29559,17 116.5,17 L 128.5,17 C 128.77613,17.000028 128.99997,17.223869 129,17.5 L 129,22.34375 L 139.75,12.5 L 139.46875,12.28125 z " + style="fill:url(#linearGradient3177);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" /> + <path + sodipodi:nodetypes="csscccssccccccccc" + id="path2578" + d="M 116.5,12 C 114.11111,12 112.11384,13.001625 110.5,14.46875 C 108.88616,15.935875 107.64289,17.870473 106.6875,19.78125 C 106.05229,21.051676 105.53087,22.297536 105.13319,23.42489 C 105.08508,24.12031 105.01894,24.854755 105.00845,25.41149 C 105.31346,24.859425 105.7223,24.154487 106.15625,23.5 C 106.52262,22.471501 106.99558,21.352598 107.5625,20.21875 C 108.48211,18.379527 109.67634,16.564125 111.15625,15.21875 C 112.63616,13.873375 114.38889,13 116.5,13 L 139.21875,13 L 139.75,12.5 L 139.15625,12 L 116.5,12 z M 104.03125,27.3125 C 104.02917,27.32244 104,27.40625 104,27.40625 L 104.03125,27.40625 C 104.03079,27.396757 104.03197,27.328888 104.03125,27.3125 z " + style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + d="M 129.5,4.65625 L 129.5,7.53125 C 129.49994,8.0835119 129.05226,8.5311948 128.5,8.53125 L 116.5,8.53125 C 113.50963,8.53125 111.44713,9.6433169 109.875,11.34375 C 108.30287,13.044183 107.28278,15.382379 106.625,17.78125 C 106.0604,19.840325 105.85321,21.773475 105.71875,23.46875 C 106.0765,22.920998 106.29123,22.450414 106.75,21.875 C 108.84475,19.247657 112.08704,16.5 116.5,16.5 L 128.5,16.5 C 129.05226,16.500055 129.49994,16.947738 129.5,17.5 L 129.5,21.1875 L 138.96875,12.53125 L 129.5,4.65625 z " + id="path3496" + style="fill:none;fill-opacity:1;stroke:url(#linearGradient3179);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + inkscape:original="M 128.5 2.53125 L 128.5 7.53125 L 116.5 7.53125 C 103.51344 7.5312499 104.53125 27.5 104.53125 27.5 C 104.53125 27.5 108.50827 17.5 116.5 17.5 L 128.5 17.5 L 128.5 23.5 L 140.5 12.5 L 128.5 2.53125 z " + inkscape:radius="-0.99999994" + sodipodi:type="inkscape:offset" /> + </g> + <path + style="fill:url(#linearGradient3168);fill-opacity:1;stroke:url(#linearGradient3170);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M 19.50706,44.500004 L 19.50706,39.50414 L 31.49465,39.50414 C 44.48121,39.50414 43.48224,19.52482 43.48224,19.52482 C 43.48224,19.52482 39.48638,29.51448 31.49465,29.51448 L 19.50706,29.51448 L 19.5,23.52482 L 7.5,34.52482 L 19.50706,44.500004 z " + id="path3531" + sodipodi:nodetypes="ccssscccc" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:url(#linearGradient3166);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + d="M 8.53125,34.74357 L 8.78125,34.52482 L 31.5,34.52482 C 33.61111,34.52482 35.36384,33.651445 36.84375,32.30607 C 38.32366,30.960695 39.51789,29.145293 40.4375,27.30607 C 41.00442,26.172222 41.47738,25.053319 41.84375,24.02482 C 42.48401,23.281641 42.74205,22.5051 42.9375,21.61857 C 42.4318,22.543131 41.80433,23.671712 40.875,24.83732 C 38.83101,27.400992 35.70441,30.02482 31.5,30.02482 L 19.5,30.02482 C 19.22387,30.024792 19.00003,29.800951 19,29.52482 L 19,24.68107 L 8.25,34.52482 L 8.53125,34.74357 z " + id="path3533" + sodipodi:nodetypes="cccssccscccccc" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 31.5,35.02482 C 33.88889,35.02482 35.88616,34.023195 37.5,32.55607 C 39.11384,31.088945 40.35711,29.154347 41.3125,27.24357 C 41.94771,25.973144 42.46913,24.727284 42.86681,23.59993 C 42.91492,22.90451 42.98106,22.170065 42.99155,21.61333 C 42.68654,22.165395 42.2777,22.870333 41.84375,23.52482 C 41.47738,24.553319 41.00442,25.672222 40.4375,26.80607 C 39.51789,28.645293 38.32366,30.460695 36.84375,31.80607 C 35.36384,33.151445 33.61111,34.02482 31.5,34.02482 L 8.78125,34.02482 L 8.25,34.52482 L 8.84375,35.02482 L 31.5,35.02482 z M 43.96875,19.71232 C 43.97083,19.70238 44,19.61857 44,19.61857 L 43.96875,19.61857 C 43.96921,19.628063 43.96803,19.695932 43.96875,19.71232 z " + id="path3535" + sodipodi:nodetypes="csscccssccccccccc" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99999994" + inkscape:original="M 128.5 2.53125 L 128.5 7.53125 L 116.5 7.53125 C 103.51344 7.5312499 104.53125 27.5 104.53125 27.5 C 104.53125 27.5 108.50827 17.5 116.5 17.5 L 128.5 17.5 L 128.5 23.5 L 140.5 12.5 L 128.5 2.53125 z " + style="fill:none;fill-opacity:1;stroke:url(#linearGradient3164);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;display:inline" + id="path3537" + d="M 129.5,4.65625 L 129.5,7.53125 C 129.49994,8.0835119 129.05226,8.5311948 128.5,8.53125 L 116.5,8.53125 C 113.50963,8.53125 111.44713,9.6433169 109.875,11.34375 C 108.30287,13.044183 107.28278,15.382379 106.625,17.78125 C 106.0604,19.840325 105.85321,21.773475 105.71875,23.46875 C 106.0765,22.920998 106.29123,22.450414 106.75,21.875 C 108.84475,19.247657 112.08704,16.5 116.5,16.5 L 128.5,16.5 C 129.05226,16.500055 129.49994,16.947738 129.5,17.5 L 129.5,21.1875 L 138.96875,12.53125 L 129.5,4.65625 z " + transform="matrix(-1,0,0,-1,148,47.02482)" + inkscape:export-filename="/home/lapo/Icone/Crux/navx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/places/Makefile.am b/icon-themes/Quid/scalable/places/Makefile.am new file mode 100644 index 00000000..3dd6ef83 --- /dev/null +++ b/icon-themes/Quid/scalable/places/Makefile.am @@ -0,0 +1,14 @@ +themedir = $(datadir)/icons/Quid +size = scalable +context = places + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder.svg \ + folder-remote.svg \ + folder-saved-search.svg \ + user-home.svg + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/scalable/places/folder-remote.svg b/icon-themes/Quid/scalable/places/folder-remote.svg new file mode 100644 index 00000000..08f1e6fc --- /dev/null +++ b/icon-themes/Quid/scalable/places/folder-remote.svg @@ -0,0 +1,873 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + x="0.0000000" + y="0.0000000" + width="48" + height="48" + id="svg1" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docname="folder-remote.svg" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/places" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-daritaliare.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata162"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Remote Folder</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:date /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + <dc:identifier /> + <dc:subject> + <rdf:Bag> + <rdf:li>remote</rdf:li> + <rdf:li>share</rdf:li> + <rdf:li>folder</rdf:li> + <rdf:li>directory</rdf:li> + <rdf:li>storage</rdf:li> + <rdf:li>network</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:window-width="1051" + inkscape:window-height="655" + inkscape:cy="16.162598" + inkscape:cx="4.3215019" + inkscape:zoom="4" + inkscape:document-units="px" + showgrid="false" + inkscape:window-x="142" + inkscape:window-y="17" + inkscape:current-layer="layer2" + inkscape:showpageshadow="false" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-paths="false" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + inkscape:grid-points="false" + showborder="true"> + <sodipodi:guide + orientation="horizontal" + position="36.062446" + id="guide1934" /> + <sodipodi:guide + orientation="horizontal" + position="15.003922" + id="guide1941" /> + <sodipodi:guide + orientation="vertical" + position="4.5" + id="guide1943" /> + <sodipodi:guide + orientation="vertical" + position="44.503533" + id="guide1945" /> + <sodipodi:guide + orientation="horizontal" + position="43.125" + id="guide1947" /> + <sodipodi:guide + orientation="horizontal" + position="39" + id="guide1949" /> + <sodipodi:guide + orientation="horizontal" + position="19.003495" + id="guide2919" /> + <sodipodi:guide + orientation="vertical" + position="0.97227183" + id="guide2212" /> + <sodipodi:guide + orientation="vertical" + position="47.994873" + id="guide2214" /> + <sodipodi:guide + orientation="horizontal" + position="111" + id="guide4328" /> + <sodipodi:guide + orientation="vertical" + position="65.75" + id="guide3135" /> + <sodipodi:guide + orientation="vertical" + position="129.75" + id="guide3137" /> + <sodipodi:guide + orientation="vertical" + position="190.75" + id="guide3139" /> + <sodipodi:guide + orientation="vertical" + position="212.48559" + id="guide3316" /> + <sodipodi:guide + orientation="horizontal" + position="178.01413" + id="guide3318" /> + </sodipodi:namedview> + <defs + id="defs3"> + <linearGradient + inkscape:collect="always" + id="linearGradient4232"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1;" + offset="0" + id="stop4234" /> + <stop + style="stop-color:#75507b;stop-opacity:1" + offset="1" + id="stop4236" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient7163"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop7165" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop7167" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3311"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop3313" /> + <stop + style="stop-color:#555753;stop-opacity:1" + offset="1" + id="stop3315" /> + </linearGradient> + <linearGradient + id="linearGradient3076"> + <stop + id="stop3078" + offset="0" + style="stop-color:#5c3566;stop-opacity:1" /> + <stop + id="stop3080" + offset="1" + style="stop-color:#5c3566;stop-opacity:0" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2994"> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="0" + id="stop2996" /> + <stop + style="stop-color:#5c3566;stop-opacity:0" + offset="1" + id="stop2998" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3923"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3925" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3927" /> + </linearGradient> + <linearGradient + id="linearGradient3908"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3910" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3912" /> + </linearGradient> + <linearGradient + id="linearGradient2894"> + <stop + style="stop-color:#39213f;stop-opacity:1;" + offset="0" + id="stop2896" /> + <stop + id="stop2900" + offset="0.47619048" + style="stop-color:#75507b;stop-opacity:1;" /> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="1" + id="stop2898" /> + </linearGradient> + <linearGradient + id="linearGradient3100"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3102" /> + <stop + id="stop2071" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient3018"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3020" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3022" /> + </linearGradient> + <linearGradient + id="linearGradient10997"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop10999" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop11001" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10997" + id="linearGradient11003" + x1="19.489662" + y1="6.1438289" + x2="19.387241" + y2="8.1000004" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient158"> + <stop + id="stop159" + offset="0.0000000" + style="stop-color:#686868;stop-opacity:0.0000000;" /> + <stop + id="stop162" + offset="0.23762377" + style="stop-color:#686868;stop-opacity:1.0000000;" /> + <stop + id="stop163" + offset="0.78109992" + style="stop-color:#686868;stop-opacity:1.0000000;" /> + <stop + id="stop160" + offset="1.0000000" + style="stop-color:#686868;stop-opacity:0.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient272"> + <stop + id="stop273" + offset="0.0000000" + style="stop-color:#474747;stop-opacity:0.0000000;" /> + <stop + id="stop275" + offset="0.10000000" + style="stop-color:#474747;stop-opacity:1.0000000;" /> + <stop + id="stop276" + offset="0.89999998" + style="stop-color:#474747;stop-opacity:1.0000000;" /> + <stop + id="stop274" + offset="1.0000000" + style="stop-color:#474747;stop-opacity:0.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient178"> + <stop + id="stop179" + offset="0.0000000" + style="stop-color:#ffffff;stop-opacity:0.0000000;" /> + <stop + id="stop180" + offset="0.10827128" + style="stop-color:#ffffff;stop-opacity:0.70658684;" /> + <stop + id="stop181" + offset="0.92053902" + style="stop-color:#ffffff;stop-opacity:0.70658684;" /> + <stop + id="stop182" + offset="1.0000000" + style="stop-color:#ffffff;stop-opacity:0.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient204"> + <stop + id="stop205" + offset="0.0000000" + style="stop-color:#7a7a7a;stop-opacity:1.0000000;" /> + <stop + id="stop207" + offset="0.19801980" + style="stop-color:#c5c5c5;stop-opacity:1.0000000;" /> + <stop + id="stop208" + offset="0.59900987" + style="stop-color:#626262;stop-opacity:1.0000000;" /> + <stop + id="stop206" + offset="1.0000000" + style="stop-color:#888888;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient218"> + <stop + id="stop219" + offset="0.0000000" + style="stop-color:#ffffff;stop-opacity:0.44910181;" /> + <stop + id="stop222" + offset="1.0000000" + style="stop-color:#ffffff;stop-opacity:0.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient264"> + <stop + id="stop265" + offset="0.0000000" + style="stop-color:#000000;stop-opacity:0.50299400;" /> + <stop + id="stop266" + offset="1.0000000" + style="stop-color:#000000;stop-opacity:0.0000000;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient158" + id="linearGradient6157" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.740165,0,0,0.364942,0.416832,-0.592062)" + x1="1.6422368" + y1="117.8271" + x2="15.343062" + y2="117.8271" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient272" + id="linearGradient6159" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(8.168597,0,0,0.22121,0.416832,-37.98308)" + x1="0.61210024" + y1="372.57819" + x2="5.0856376" + y2="372.57819" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient272" + id="linearGradient6161" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(8.168597,0,0,0.228621,0.416832,-36.68298)" + x1="0.61210024" + y1="372.57819" + x2="5.0856376" + y2="372.57819" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient178" + id="linearGradient6163" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.740165,0,0,0.147685,0.416832,24.59382)" + x1="1.6422368" + y1="117.8271" + x2="15.343062" + y2="117.8271" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient204" + id="linearGradient6165" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.983801,0,0,1.016466,0.416832,0.407937)" + x1="23.100046" + y1="38.296745" + x2="23.100046" + y2="43.915466" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient218" + id="linearGradient6167" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.138691,0,0,1.732051,-20.00087,-1.092062)" + x1="36.373066" + y1="22.227985" + x2="38.105118" + y2="22.227985" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient264" + id="linearGradient6169" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.810817,0,0,1.233324,0.416832,-1.320616)" + x1="28.632685" + y1="29.943159" + x2="28.783722" + y2="31.490198" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient7163" + id="radialGradient7169" + cx="214.20917" + cy="-66.462914" + fx="214.20917" + fy="-66.462914" + r="10.827573" + gradientTransform="matrix(1,0,0,0.163265,0,-55.61183)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3100" + id="linearGradient2496" + gradientUnits="userSpaceOnUse" + x1="17.02047" + y1="-16.276186" + x2="17.02047" + y2="-29.344501" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4232" + id="linearGradient2498" + gradientUnits="userSpaceOnUse" + x1="0.99999887" + y1="30.499077" + x2="53.999733" + y2="37.624077" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2894" + id="linearGradient2500" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.996152,0,85.74795)" + x1="9.4176369" + y1="-44.922661" + x2="9.4176369" + y2="-59.636772" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3076" + id="linearGradient2503" + gradientUnits="userSpaceOnUse" + x1="16.749592" + y1="21.616077" + x2="16.749592" + y2="32.797989" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2994" + id="linearGradient2505" + gradientUnits="userSpaceOnUse" + x1="16.749592" + y1="40.51022" + x2="16.749592" + y2="36.268337" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3908" + id="linearGradient2507" + gradientUnits="userSpaceOnUse" + x1="8.25" + y1="-14.375" + x2="8.25" + y2="-30.879261" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3923" + id="radialGradient2509" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.268741,0,-1.646661e-6,0.184077,-10.86781,18.45272)" + cx="10.189716" + cy="16.554359" + fx="10.189716" + fy="16.554359" + r="22.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3311" + id="linearGradient2527" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,1)" + x1="20.625" + y1="-90.064087" + x2="20.625" + y2="-84.029831" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3018" + id="linearGradient2529" + gradientUnits="userSpaceOnUse" + x1="9" + y1="-92.805496" + x2="9" + y2="-83.4375" /> + </defs> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + id="g891" + transform="matrix(0.186703,0,0,0.186703,-21.1073,57.62299)" /> + <g + id="g6102" + inkscape:label="pixmap" + style="display:inline" + transform="translate(188.7605,-103.2651)" /> + <g + transform="matrix(0.186703,0,0,0.186703,167.6532,-45.64211)" + id="g6106" /> + <g + inkscape:r_cy="true" + inkscape:r_cx="true" + transform="translate(-0.5782,9.2e-2)" + id="g3999" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <g + inkscape:r_cy="true" + inkscape:r_cx="true" + id="g4001" + inkscape:label="Folder"> + <rect + inkscape:r_cy="true" + inkscape:r_cx="true" + y="40.407959" + x="5.4168181" + height="4" + width="36.542522" + id="rect69" + style="color:black;fill:url(#linearGradient6157);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> + <rect + inkscape:r_cy="true" + inkscape:r_cx="true" + y="43.940247" + x="5.4168181" + height="0.98959237" + width="36.542522" + id="rect255" + style="color:black;fill:url(#linearGradient6159);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> + <rect + inkscape:r_cy="true" + inkscape:r_cx="true" + y="39.885193" + x="5.4168181" + height="1.022747" + width="36.542522" + id="rect250" + style="color:black;fill:url(#linearGradient6161);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> + <rect + inkscape:r_cy="true" + inkscape:r_cx="true" + y="41.185669" + x="5.4168181" + height="1.6187184" + width="36.542522" + id="rect176" + style="color:black;fill:url(#linearGradient6163);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> + <path + inkscape:r_cy="true" + inkscape:r_cx="true" + id="rect183" + d="M 21.882819,29.876698 C 21.099339,29.876698 20.476569,30.499468 20.476569,31.282948 L 20.476569,38.876698 L 17.414069,38.876698 C 16.630589,38.876698 16.007819,39.499468 16.007819,40.282948 L 16.007819,44.001698 C 16.007819,44.785168 16.630589,45.407948 17.414069,45.407948 L 29.601569,45.407948 C 30.385039,45.407948 31.007819,44.785168 31.007819,44.001698 L 31.007819,40.282948 C 31.007819,39.499468 30.385039,38.876698 29.601569,38.876698 L 27.007819,38.876698 L 27.007819,31.282948 C 27.007819,30.499468 26.385039,29.876698 25.601569,29.876698 L 21.882819,29.876698 z " + style="color:black;fill:url(#linearGradient6165);fill-opacity:1;fill-rule:nonzero;stroke:#434343;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> + <rect + inkscape:r_cy="true" + inkscape:r_cx="true" + ry="0.29955584" + rx="0.29955584" + y="35.907959" + x="21.416819" + height="3" + width="1.9722718" + id="rect209" + style="color:black;fill:url(#linearGradient6167);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> + <path + inkscape:r_cy="true" + inkscape:r_cx="true" + sodipodi:nodetypes="cccc" + id="path258" + d="M 26.510579,35.507514 L 20.979329,35.507514 C 20.979329,35.507514 20.979329,37.195014 20.979329,37.679394 C 21.526199,35.898144 26.510579,35.507514 26.510579,35.507514 z " + style="color:black;fill:url(#linearGradient6169);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> + <g + inkscape:r_cy="true" + inkscape:r_cx="true" + style="fill:white;fill-opacity:0.72023806" + id="g236" + transform="translate(-0.610968,0.736037)"> + <rect + inkscape:r_cy="true" + inkscape:r_cx="true" + ry="0.5" + rx="0.5" + y="40" + x="20" + height="1" + width="10" + id="rect226" + style="color:black;fill-rule:nonzero;stroke:none;stroke-width:1.13999999;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> + <path + inkscape:r_cy="true" + inkscape:r_cx="true" + transform="translate(6.25e-2,-9.375e-2)" + d="M 19 40.625 A 0.53125 0.53125 0 1 1 17.9375,40.625 A 0.53125 0.53125 0 1 1 19 40.625 z" + sodipodi:ry="0.53125" + sodipodi:rx="0.53125" + sodipodi:cy="40.625" + sodipodi:cx="18.46875" + id="path235" + style="color:black;fill-rule:nonzero;stroke:none;stroke-width:1.13999999;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" + sodipodi:type="arc" /> + </g> + <g + inkscape:r_cy="true" + inkscape:r_cx="true" + id="g17906" + transform="translate(1.237435,-4.090477)"> + <g + inkscape:r_cy="true" + inkscape:r_cx="true" + inkscape:export-ydpi="74.800003" + inkscape:export-xdpi="74.800003" + inkscape:export-filename="/home/jimmac/ximian_art/icons/caja/suse93/mate-fs-directory.png" + transform="matrix(1.040764,0,5.449252e-2,1.040764,-8.670199,2.670594)" + id="g17962" + style="fill:white;fill-opacity:0.75706213;fill-rule:nonzero;stroke:none;stroke-width:0.99946535;stroke-miterlimit:4" /> + <g + inkscape:r_cy="true" + inkscape:r_cx="true" + id="g17982" + transform="matrix(1.040764,0,5.449252e-2,1.365642,-8.358528,0.921788)" + style="opacity:0.41477272;fill:url(#linearGradient11003);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-miterlimit:4" + inkscape:export-filename="/home/jimmac/ximian_art/icons/caja/suse93/mate-fs-directory.png" + inkscape:export-xdpi="74.800003" + inkscape:export-ydpi="74.800003" /> + </g> + </g> + <g + inkscape:r_cy="true" + inkscape:r_cx="true" + id="g4038" + inkscape:label="pattern" /> + </g> + <path + sodipodi:type="arc" + style="opacity:0.6;fill:url(#radialGradient7169);fill-opacity:1;stroke:none;stroke-width:0.88561487;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1" + id="path6276" + sodipodi:cx="214.20917" + sodipodi:cy="-66.462914" + sodipodi:rx="10.827573" + sodipodi:ry="1.767767" + d="M 225.03674 -66.462914 A 10.827573 1.767767 0 1 1 203.38159,-66.462914 A 10.827573 1.767767 0 1 1 225.03674 -66.462914 z" + transform="matrix(1.558583,0,0,2.229594,-310.3629,183.1738)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <g + inkscape:label="pattern" + id="g30621" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,35.092)" /> + <g + inkscape:label="pattern" + id="g35222" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,81.092)" /> + <g + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + id="use3158" + transform="translate(-1,99)"> + <path + style="fill:url(#linearGradient2527);fill-opacity:1;stroke:#555753;stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + d="M 8.5,-94.500002 C 7.5975,-94.500002 7.168127,-94.186392 7,-93.04412 C 5.118026,-83.070943 5.215756,-74.96574 5.5,-64.864899 C 5.5,-64.115602 6.116307,-63.50001 6.875,-63.50001 L 42.125,-63.50001 C 42.88369,-63.50001 43.44816,-64.117293 43.5,-64.864899 C 44.5,-82.91177 42.5,-88.135111 42.5,-88.135111 C 42.5,-88.884408 41.88369,-89.5 41.125,-89.5 L 23.5,-89.5 L 22.5,-92.897058 C 22.254867,-93.729789 21.9025,-94.500002 21,-94.500002 L 8.5,-94.500002 z " + id="path2523" + sodipodi:nodetypes="czcccccccscc" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="opacity:0.5;fill:none;fill-opacity:1;stroke:url(#linearGradient2529);stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + d="M 8.5,-93.5 C 8.167757,-93.5 8.1531396,-93.465856 8.15625,-93.46875 C 8.1593604,-93.471644 8.0371607,-93.339789 7.96875,-92.875 C 7.9689149,-92.864584 7.9689149,-92.854166 7.96875,-92.84375 C 6.2697576,-83.840251 6.2178889,-74.709407 6.4375,-65.5 L 42.625,-65.5 C 43.308005,-81.554915 41.5625,-87.875 41.5625,-87.875 C 41.530831,-87.955244 41.509819,-88.039293 41.5,-88.125 C 41.5,-88.333118 41.341065,-88.5 41.125,-88.5 L 23.5,-88.5 C 23.062797,-88.50549 22.681309,-88.797964 22.5625,-89.21875 L 21.5625,-92.625 C 21.45311,-92.996605 21.310238,-93.289949 21.21875,-93.40625 C 21.127262,-93.522551 21.173845,-93.5 21,-93.5 L 8.5,-93.5 z " + id="path2525" /> + </g> + <g + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + transform="translate(-1,-5)" + id="use3162" + style="display:inline"> + <g + id="g2480"> + <path + transform="translate(0,54)" + d="M 2.625,-32.5 C 5.3597846,-25.370787 5.5,-23.037216 5.5,-16.5 C 5.5,-16.335159 5.6904313,-15.649773 6,-15.15625 C 6.3095687,-14.662727 6.6985247,-14.438832 6.71875,-14.4375 L 42.3125,-14.4375 L 42.34375,-14.4375 C 42.706073,-14.463351 42.916739,-14.679637 43.15625,-15.15625 C 43.401014,-15.643317 43.500051,-16.358058 43.5,-16.5 C 43.5,-21.130327 43.573003,-25.119501 46.375,-32.5 C 46.360642,-32.501163 46.358943,-32.5 46.34375,-32.5 L 2.65625,-32.5 C 2.6410568,-32.5 2.6393578,-32.501163 2.625,-32.5 z " + id="path2482" + style="opacity:0.32156863;fill:none;fill-opacity:1;stroke:url(#linearGradient2496);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + inkscape:original="M 2.65625 -33.5 C 2.021877 -33.5 1.5 -33.140103 1.5 -32.6875 C 4.500001 -25.004483 4.5 -23.258435 4.5 -16.5 C 4.5 -15.5 5.5111718 -13.51291 6.65625 -13.4375 L 42.34375 -13.4375 C 43.989096 -13.51291 44.500268 -15.758435 44.5 -16.5 C 44.5 -21.258435 44.500267 -25.004482 47.5 -32.6875 C 47.5 -33.140104 46.978125 -33.5 46.34375 -33.5 L 2.65625 -33.5 z " + inkscape:radius="-0.99436891" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cc" + id="path2484" + d="M 2.5,21.5 L 46.5,21.5" + style="opacity:0.3254902;fill:none;fill-rule:evenodd;stroke:white;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <path + style="fill:url(#linearGradient2498);fill-opacity:1;stroke:url(#linearGradient2500);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 2.645078,20.5 L 46.354654,20.5 C 46.989027,20.5 47.499732,20.862969 47.499732,21.313831 C 44.5,28.967284 44.5,32.694452 44.5,37.434576 C 44.500268,38.173288 44,40.423032 42.354654,40.498152 L 6.645078,40.498152 C 5.5,40.423032 4.5,38.430728 4.5,37.434576 C 4.5,30.702148 4.5,28.967284 1.499999,21.313831 C 1.499999,20.862969 2.010705,20.5 2.645078,20.5 z " + id="path2486" + sodipodi:nodetypes="ccccccccc" /> + <path + style="opacity:0.8;fill:url(#linearGradient2503);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 2.65625,21 C 2.4314409,21 2.2397168,21.044736 2.125,21.125 C 2.0102832,21.205264 2,21.274638 2,21.3125 C 4.2218558,27.007434 4.7883072,29.513938 4.9375,33.3125 L 44.125,33.3125 C 44.328358,30.089308 44.943507,26.607344 47,21.3125 C 47,21.274637 46.989716,21.205264 46.875,21.125 C 46.760284,21.044736 46.56856,21 46.34375,21 L 2.65625,21 z " + id="path2488" /> + <path + style="opacity:0.44313725;fill:url(#linearGradient2505);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 4.625,30 C 4.9603306,32.150219 5,34.257337 5,37.4375 C 5,37.771087 5.2086862,38.497978 5.5625,39.0625 C 5.9077942,39.613428 6.3538112,39.964089 6.65625,40 L 6.6875,40 L 42.3125,40 L 42.34375,40 C 42.929781,39.95968 43.308738,39.567494 43.59375,39 C 43.883899,38.422277 44.000093,37.694547 44,37.4375 C 44,34.957143 44.019836,32.683092 44.46875,30 L 4.625,30 z " + id="path2490" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99436891" + inkscape:original="M 2.65625 -33.5 C 2.021877 -33.5 1.5 -33.140103 1.5 -32.6875 C 4.500001 -25.004483 4.5 -23.258435 4.5 -16.5 C 4.5 -15.5 5.5111718 -13.51291 6.65625 -13.4375 L 42.34375 -13.4375 C 43.989096 -13.51291 44.500268 -15.758435 44.5 -16.5 C 44.5 -21.258435 44.500267 -25.004482 47.5 -32.6875 C 47.5 -33.140104 46.978125 -33.5 46.34375 -33.5 L 2.65625 -33.5 z " + style="opacity:0.2;fill:none;fill-opacity:1;stroke:url(#linearGradient2507);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2492" + d="M 2.625,-32.5 C 5.3597846,-25.370787 5.5,-23.037216 5.5,-16.5 C 5.5,-16.335159 5.6904313,-15.649773 6,-15.15625 C 6.3095687,-14.662727 6.6985247,-14.438832 6.71875,-14.4375 L 42.3125,-14.4375 L 42.34375,-14.4375 C 42.706073,-14.463351 42.916739,-14.679637 43.15625,-15.15625 C 43.401014,-15.643317 43.500051,-16.358058 43.5,-16.5 C 43.5,-21.130327 43.573003,-25.119501 46.375,-32.5 C 46.360642,-32.501163 46.358943,-32.5 46.34375,-32.5 L 2.65625,-32.5 C 2.6410568,-32.5 2.6393578,-32.501163 2.625,-32.5 z " + transform="translate(0,54)" /> + <path + style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient2509);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + d="M 2.5,21.5 L 46.5,21.5" + id="path2494" + sodipodi:nodetypes="cc" /> + </g> + <g + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + id="use3216" + transform="translate(-1,99)"> + <rect + style="fill:#eeeeec;fill-opacity:1;stroke:#d3d7cf;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2434" + width="10.000002" + height="3" + x="9.4999981" + y="-91.5" + rx="1.5" + ry="1.5" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <g + style="display:inline" + id="g2436" + transform="translate(66,0)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-55" + height="1" + width="1" + id="rect2438" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1" /> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-53" + height="1" + width="1" + id="rect2440" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-51" + height="1" + width="1" + id="rect2442" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-49" + height="1" + width="1" + id="rect2444" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + </g> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/places/folder-saved-search.svg b/icon-themes/Quid/scalable/places/folder-saved-search.svg new file mode 100644 index 00000000..c3ef5a2d --- /dev/null +++ b/icon-themes/Quid/scalable/places/folder-saved-search.svg @@ -0,0 +1,531 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + x="0.0000000" + y="0.0000000" + width="48" + height="48" + id="svg1" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docname="folder-saved-search.svg" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/places" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-daritaliare.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata162"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Folder</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:date /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + <dc:identifier /> + <dc:subject> + <rdf:Bag> + <rdf:li>folder</rdf:li> + <rdf:li>directory</rdf:li> + <rdf:li>storage</rdf:li> + <rdf:li>search</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:window-width="1051" + inkscape:window-height="655" + inkscape:cy="36.411399" + inkscape:cx="-52.332829" + inkscape:zoom="1" + inkscape:document-units="px" + showgrid="false" + inkscape:window-x="142" + inkscape:window-y="17" + inkscape:current-layer="layer2" + inkscape:showpageshadow="false" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-paths="false" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + inkscape:grid-points="false" + showborder="false"> + <sodipodi:guide + orientation="horizontal" + position="36.062446" + id="guide1934" /> + <sodipodi:guide + orientation="horizontal" + position="15.003922" + id="guide1941" /> + <sodipodi:guide + orientation="vertical" + position="4.5" + id="guide1943" /> + <sodipodi:guide + orientation="vertical" + position="44.503533" + id="guide1945" /> + <sodipodi:guide + orientation="horizontal" + position="43.125" + id="guide1947" /> + <sodipodi:guide + orientation="horizontal" + position="39" + id="guide1949" /> + <sodipodi:guide + orientation="horizontal" + position="19.003495" + id="guide2919" /> + <sodipodi:guide + orientation="vertical" + position="0.97227183" + id="guide2212" /> + <sodipodi:guide + orientation="vertical" + position="47.994873" + id="guide2214" /> + <sodipodi:guide + orientation="horizontal" + position="111" + id="guide4328" /> + <sodipodi:guide + orientation="vertical" + position="65.75" + id="guide3135" /> + <sodipodi:guide + orientation="vertical" + position="129.75" + id="guide3137" /> + <sodipodi:guide + orientation="vertical" + position="190.75" + id="guide3139" /> + <sodipodi:guide + orientation="vertical" + position="212.48559" + id="guide3316" /> + <sodipodi:guide + orientation="horizontal" + position="178.01413" + id="guide3318" /> + </sodipodi:namedview> + <defs + id="defs3"> + <linearGradient + inkscape:collect="always" + id="linearGradient3189"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3191" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3193" /> + </linearGradient> + <linearGradient + id="linearGradient2280"> + <stop + id="stop2282" + offset="0" + style="stop-color:#ce5c00;stop-opacity:1" /> + <stop + id="stop2284" + offset="1" + style="stop-color:#793600;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient2264" + inkscape:collect="always"> + <stop + id="stop2266" + offset="0" + style="stop-color:#ce5c00;stop-opacity:1" /> + <stop + id="stop2268" + offset="1" + style="stop-color:#ce5c00;stop-opacity:0" /> + </linearGradient> + <linearGradient + id="linearGradient2258"> + <stop + style="stop-color:#b55100;stop-opacity:1" + offset="0" + id="stop2260" /> + <stop + style="stop-color:#ce5c00;stop-opacity:0" + offset="1" + id="stop2262" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3311"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop3313" /> + <stop + style="stop-color:#555753;stop-opacity:1" + offset="1" + id="stop3315" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3923"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3925" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3927" /> + </linearGradient> + <linearGradient + id="linearGradient3908"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3910" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3912" /> + </linearGradient> + <linearGradient + id="linearGradient3018"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3020" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3022" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3908" + id="linearGradient2232" + gradientUnits="userSpaceOnUse" + x1="8.25" + y1="-14.375" + x2="8.25" + y2="-29.129791" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3923" + id="radialGradient2242" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.268741,0,-1.646661e-6,0.184077,-11.86781,16.45272)" + cx="10.189716" + cy="16.554359" + fx="10.189716" + fy="16.554359" + r="22.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2264" + id="linearGradient2246" + gradientUnits="userSpaceOnUse" + x1="16.749592" + y1="40.51022" + x2="16.749592" + y2="36.268337" + gradientTransform="translate(-1,-2)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2258" + id="linearGradient2249" + gradientUnits="userSpaceOnUse" + x1="16.749592" + y1="22.865292" + x2="16.749592" + y2="32.797989" + gradientTransform="translate(-1,-2)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2280" + id="linearGradient2278" + x1="-63.375" + y1="-100.38324" + x2="-63.375" + y2="-73.500923" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(64,102)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3189" + id="linearGradient3195" + x1="-36.375" + y1="-68.375" + x2="-36.375" + y2="-83.125" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(64,102)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3311" + id="linearGradient2874" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,1)" + x1="20.625" + y1="-90.064087" + x2="20.625" + y2="-84.029831" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3018" + id="linearGradient2876" + gradientUnits="userSpaceOnUse" + x1="9" + y1="-92.805496" + x2="9" + y2="-83.4375" /> + </defs> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + id="g891" + transform="matrix(0.186703,0,0,0.186703,-21.1073,57.62299)" /> + <g + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + id="use3228" + transform="translate(-1,102)"> + <path + style="fill:url(#linearGradient2874);fill-opacity:1;stroke:#555753;stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + d="M 8.5,-94.500002 C 7.5975,-94.500002 7.168127,-94.186392 7,-93.04412 C 5.118026,-83.070943 5.215756,-74.96574 5.5,-64.864899 C 5.5,-64.115602 6.116307,-63.50001 6.875,-63.50001 L 42.125,-63.50001 C 42.88369,-63.50001 43.44816,-64.117293 43.5,-64.864899 C 44.5,-82.91177 42.5,-88.135111 42.5,-88.135111 C 42.5,-88.884408 41.88369,-89.5 41.125,-89.5 L 23.5,-89.5 L 22.5,-92.897058 C 22.254867,-93.729789 21.9025,-94.500002 21,-94.500002 L 8.5,-94.500002 z " + id="path2870" + sodipodi:nodetypes="czcccccccscc" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="opacity:0.5;fill:none;fill-opacity:1;stroke:url(#linearGradient2876);stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + d="M 8.5,-93.5 C 8.167757,-93.5 8.1531396,-93.465856 8.15625,-93.46875 C 8.1593604,-93.471644 8.0371607,-93.339789 7.96875,-92.875 C 7.9689149,-92.864584 7.9689149,-92.854166 7.96875,-92.84375 C 6.2697576,-83.840251 6.2178889,-74.709407 6.4375,-65.5 L 42.625,-65.5 C 43.308005,-81.554915 41.5625,-87.875 41.5625,-87.875 C 41.530831,-87.955244 41.509819,-88.039293 41.5,-88.125 C 41.5,-88.333118 41.341065,-88.5 41.125,-88.5 L 23.5,-88.5 C 23.062797,-88.50549 22.681309,-88.797964 22.5625,-89.21875 L 21.5625,-92.625 C 21.45311,-92.996605 21.310238,-93.289949 21.21875,-93.40625 C 21.127262,-93.522551 21.173845,-93.5 21,-93.5 L 8.5,-93.5 z " + id="path2872" /> + </g> + <g + style="display:inline" + transform="matrix(0.216083,0,0,0.263095,-1.89323,-11.2424)" + id="g2166" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <path + d="M 32.706693,164.36026 C 22.319193,164.36026 13.956693,172.72276 13.956693,183.11026 C 13.956693,193.49776 22.319193,201.86026 32.706693,201.86026 L 205.20669,201.86026 C 215.59419,201.86026 223.95669,193.49776 223.95669,183.11026 C 223.95669,172.72276 215.59419,164.36026 205.20669,164.36026 L 32.706693,164.36026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2168" /> + <path + d="M 32.706693,165.61026 C 23.011693,165.61026 15.206693,173.41526 15.206693,183.11026 C 15.206693,192.80526 23.011693,200.61026 32.706693,200.61026 L 205.20669,200.61026 C 214.90169,200.61026 222.70669,192.80526 222.70669,183.11026 C 222.70669,173.41526 214.90169,165.61026 205.20669,165.61026 L 32.706693,165.61026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2170" /> + <path + d="M 32.706694,166.86026 C 23.704194,166.86026 16.456694,174.10776 16.456694,183.11026 C 16.456694,192.11276 23.704194,199.36026 32.706694,199.36026 L 205.20669,199.36026 C 214.20919,199.36026 221.45669,192.11276 221.45669,183.11026 C 221.45669,174.10776 214.20919,166.86026 205.20669,166.86026 L 32.706694,166.86026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2172" /> + <path + d="M 32.706694,168.11026 C 24.396694,168.11026 17.706694,174.80026 17.706694,183.11026 C 17.706694,191.42026 24.396694,198.11026 32.706694,198.11026 L 205.20669,198.11026 C 213.51669,198.11026 220.20669,191.42026 220.20669,183.11026 C 220.20669,174.80026 213.51669,168.11026 205.20669,168.11026 L 32.706694,168.11026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2174" /> + <path + d="M 32.707764,169.36026 C 25.090264,169.36026 18.957764,175.49276 18.957764,183.11026 C 18.957764,190.72776 25.090264,196.86026 32.707764,196.86026 L 205.20618,196.86026 C 212.82368,196.86026 218.95618,190.72776 218.95618,183.11026 C 218.95618,175.49276 212.82368,169.36026 205.20618,169.36026 L 32.707764,169.36026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2176" /> + <path + d="M 32.706694,170.61026 C 25.781694,170.61026 20.206694,176.18526 20.206694,183.11026 C 20.206694,190.03526 25.781694,195.61026 32.706694,195.61026 L 205.20669,195.61026 C 212.13169,195.61026 217.70669,190.03526 217.70669,183.11026 C 217.70669,176.18526 212.13169,170.61026 205.20669,170.61026 L 32.706694,170.61026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2178" /> + <path + d="M 32.706694,171.86026 C 26.474194,171.86026 21.456694,176.87776 21.456694,183.11026 C 21.456694,189.34276 26.474194,194.36026 32.706694,194.36026 L 205.20669,194.36026 C 211.43919,194.36026 216.45669,189.34276 216.45669,183.11026 C 216.45669,176.87776 211.43919,171.86026 205.20669,171.86026 L 32.706694,171.86026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2180" /> + <path + d="M 32.706694,173.11026 C 27.166694,173.11026 22.706694,177.57026 22.706694,183.11026 C 22.706694,188.65026 27.166694,193.11026 32.706694,193.11026 L 205.20669,193.11026 C 210.74669,193.11026 215.20669,188.65026 215.20669,183.11026 C 215.20669,177.57026 210.74669,173.11026 205.20669,173.11026 L 32.706694,173.11026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2182" /> + </g> + <path + style="fill:#f57900;fill-opacity:1;stroke:url(#linearGradient2278);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 1.645078,18.5 L 45.354654,18.5 C 45.989027,18.5 46.499732,18.862969 46.499732,19.313831 C 43.5,26.967284 43.5,30.694452 43.5,35.434576 C 43.500268,36.173288 43,38.423032 41.354654,38.498152 L 5.645078,38.498152 C 4.5,38.423032 3.5,36.430728 3.5,35.434576 C 3.5,28.702148 3.5,26.967284 0.499999,19.313831 C 0.499999,18.862969 1.010705,18.5 1.645078,18.5 z " + id="path2206" + sodipodi:nodetypes="ccccccccc" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="opacity:0.8;fill:url(#linearGradient2249);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 1.65625,19 C 1.431441,19 1.239717,19.044736 1.125,19.125 C 1.010283,19.205264 1,19.274638 1,19.3125 C 3.221856,25.007434 3.788307,27.513938 3.9375,31.3125 L 43.125,31.3125 C 43.328358,28.089308 43.943507,24.607344 46,19.3125 C 46,19.274637 45.989716,19.205264 45.875,19.125 C 45.760284,19.044736 45.56856,19 45.34375,19 L 1.65625,19 z " + id="path2208" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="opacity:0.44313725;fill:url(#linearGradient2246);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 3.625,28 C 3.960331,30.150219 4,32.257337 4,35.4375 C 4,35.771087 4.208686,36.497978 4.5625,37.0625 C 4.907794,37.613428 5.353811,37.964089 5.65625,38 L 5.6875,38 L 41.3125,38 L 41.34375,38 C 41.929781,37.95968 42.308738,37.567494 42.59375,37 C 42.883899,36.422277 43.000093,35.694547 43,35.4375 C 43,32.957143 43.019836,30.683092 43.46875,28 L 3.625,28 z " + id="path2210" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99436891" + inkscape:original="M 2.65625 -33.5 C 2.021877 -33.5 1.5 -33.140103 1.5 -32.6875 C 4.500001 -25.004483 4.5 -23.258435 4.5 -16.5 C 4.5 -15.5 5.5111718 -13.51291 6.65625 -13.4375 L 42.34375 -13.4375 C 43.989096 -13.51291 44.500268 -15.758435 44.5 -16.5 C 44.5 -21.258435 44.500267 -25.004482 47.5 -32.6875 C 47.5 -33.140104 46.978125 -33.5 46.34375 -33.5 L 2.65625 -33.5 z " + style="opacity:0.2745098;fill:none;fill-opacity:1;stroke:url(#linearGradient2232);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path2212" + d="M 2.625,-32.5 C 5.3597846,-25.370787 5.5,-23.037216 5.5,-16.5 C 5.5,-16.335159 5.6904313,-15.649773 6,-15.15625 C 6.3095687,-14.662727 6.6985247,-14.438832 6.71875,-14.4375 L 42.3125,-14.4375 L 42.34375,-14.4375 C 42.706073,-14.463351 42.916739,-14.679637 43.15625,-15.15625 C 43.401014,-15.643317 43.500051,-16.358058 43.5,-16.5 C 43.5,-21.130327 43.573003,-25.119501 46.375,-32.5 C 46.360642,-32.501163 46.358943,-32.5 46.34375,-32.5 L 2.65625,-32.5 C 2.6410568,-32.5 2.6393578,-32.501163 2.625,-32.5 z " + transform="translate(-1,52)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="opacity:0.38823529;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient2242);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + d="M 1.5,19.5 L 45.5,19.5" + id="path2214" + sodipodi:nodetypes="cc" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="opacity:0.8;fill:url(#linearGradient3195);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1" + d="M 22.5,22 C 20.836178,22 19.174799,22.551545 17.90625,23.625 C 15.369152,25.771911 15.369152,28.228091 17.90625,30.375 C 20.200081,32.316056 23.77159,32.506324 26.3125,30.9375 C 26.341207,31.277885 26.488444,31.613442 26.75,31.875 L 29.625,34.75 C 30.212606,35.337606 31.162393,35.337608 31.75,34.75 C 32.337606,34.162394 32.337605,33.212609 31.75,32.625 L 28.875,29.75 C 28.638524,29.513524 28.337117,29.389891 28.03125,29.34375 C 29.570215,27.23075 29.262482,25.460198 27.09375,23.625 C 25.825201,22.551544 24.163822,22 22.5,22 z M 22.5,23.6875 C 25.609628,23.6875 27,25.270311 27,26.6875 C 27,28.789477 24.984,30.3125 22.5,30.3125 C 20.016,30.312501 18,28.976978 18,26.875 C 18,25.332663 20.016,23.6875 22.5,23.6875 z " + id="path3175" + sodipodi:nodetypes="csscccscccsccsssc" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <g + id="g6102" + inkscape:label="pixmap" + style="display:inline" + transform="translate(188.7605,-103.2651)" /> + <g + transform="matrix(0.186703,0,0,0.186703,167.6532,-45.64211)" + id="g6106" /> + <g + inkscape:label="pattern" + id="g30621" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,35.092)" /> + <g + inkscape:label="pattern" + id="g35222" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,81.092)" /> + <g + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + id="use3226" + transform="translate(-1,102)"> + <rect + style="fill:#eeeeec;fill-opacity:1;stroke:#d3d7cf;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2814" + width="10.000002" + height="3" + x="9.4999981" + y="-91.5" + rx="1.5" + ry="1.5" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <g + style="display:inline" + id="g2816" + transform="translate(66,0)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-55" + height="1" + width="1" + id="rect2818" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1" /> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-53" + height="1" + width="1" + id="rect2820" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-51" + height="1" + width="1" + id="rect2822" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-49" + height="1" + width="1" + id="rect2824" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + </g> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/places/folder.svg b/icon-themes/Quid/scalable/places/folder.svg new file mode 100644 index 00000000..74c1d628 --- /dev/null +++ b/icon-themes/Quid/scalable/places/folder.svg @@ -0,0 +1,553 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + x="0.0000000" + y="0.0000000" + width="48.000000px" + height="48.000000px" + id="svg1" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docname="folder.svg" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/places" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-daritaliare.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata162"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Folder</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:date>2006-06-26</dc:date> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + <dc:identifier /> + <dc:subject> + <rdf:Bag> + <rdf:li>folder</rdf:li> + <rdf:li>directory</rdf:li> + <rdf:li>storage</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:window-width="1041" + inkscape:window-height="655" + inkscape:cy="24.626698" + inkscape:cx="45.136759" + inkscape:zoom="8" + inkscape:document-units="px" + showgrid="false" + inkscape:window-x="504" + inkscape:window-y="101" + inkscape:current-layer="layer2" + inkscape:showpageshadow="false" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-paths="false" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + inkscape:grid-points="false" + showborder="true" + borderlayer="true"> + <sodipodi:guide + orientation="horizontal" + position="36.062446" + id="guide1934" /> + <sodipodi:guide + orientation="horizontal" + position="15.003922" + id="guide1941" /> + <sodipodi:guide + orientation="vertical" + position="4.5" + id="guide1943" /> + <sodipodi:guide + orientation="vertical" + position="44.503533" + id="guide1945" /> + <sodipodi:guide + orientation="horizontal" + position="43.125" + id="guide1947" /> + <sodipodi:guide + orientation="horizontal" + position="39" + id="guide1949" /> + <sodipodi:guide + orientation="horizontal" + position="19.003495" + id="guide2919" /> + <sodipodi:guide + orientation="vertical" + position="0.97227183" + id="guide2212" /> + <sodipodi:guide + orientation="vertical" + position="47.994873" + id="guide2214" /> + <sodipodi:guide + orientation="horizontal" + position="111" + id="guide4328" /> + <sodipodi:guide + orientation="vertical" + position="65.75" + id="guide3135" /> + <sodipodi:guide + orientation="vertical" + position="129.75" + id="guide3137" /> + <sodipodi:guide + orientation="vertical" + position="190.75" + id="guide3139" /> + <sodipodi:guide + orientation="vertical" + position="212.48559" + id="guide3316" /> + <sodipodi:guide + orientation="horizontal" + position="178.01413" + id="guide3318" /> + </sodipodi:namedview> + <defs + id="defs3"> + <linearGradient + inkscape:collect="always" + id="linearGradient4232"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1;" + offset="0" + id="stop4234" /> + <stop + style="stop-color:#75507b;stop-opacity:1" + offset="1" + id="stop4236" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3311"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop3313" /> + <stop + style="stop-color:#555753;stop-opacity:1" + offset="1" + id="stop3315" /> + </linearGradient> + <linearGradient + id="linearGradient3076"> + <stop + id="stop3078" + offset="0" + style="stop-color:#5c3566;stop-opacity:1" /> + <stop + id="stop3080" + offset="1" + style="stop-color:#5c3566;stop-opacity:0" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2994"> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="0" + id="stop2996" /> + <stop + style="stop-color:#5c3566;stop-opacity:0" + offset="1" + id="stop2998" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3923"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3925" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3927" /> + </linearGradient> + <linearGradient + id="linearGradient3908"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3910" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3912" /> + </linearGradient> + <linearGradient + id="linearGradient2894"> + <stop + style="stop-color:#39213f;stop-opacity:1;" + offset="0" + id="stop2896" /> + <stop + id="stop2900" + offset="0.47619048" + style="stop-color:#75507b;stop-opacity:1;" /> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="1" + id="stop2898" /> + </linearGradient> + <linearGradient + id="linearGradient3100"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3102" /> + <stop + id="stop2071" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient3018"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3020" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3022" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3100" + id="linearGradient3685" + gradientUnits="userSpaceOnUse" + x1="17.02047" + y1="-16.276186" + x2="17.02047" + y2="-29.344501" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2894" + id="linearGradient3687" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.996152,0,85.74795)" + x1="9.4176369" + y1="-44.922661" + x2="9.4176369" + y2="-59.636772" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3076" + id="linearGradient3689" + gradientUnits="userSpaceOnUse" + x1="16.749592" + y1="21.616077" + x2="16.749592" + y2="32.797989" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2994" + id="linearGradient3691" + gradientUnits="userSpaceOnUse" + x1="16.749592" + y1="40.51022" + x2="16.749592" + y2="36.268337" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3908" + id="linearGradient3693" + gradientUnits="userSpaceOnUse" + x1="8.25" + y1="-14.375" + x2="8.25" + y2="-30.879261" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3923" + id="radialGradient3695" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.268741,0,-1.646661e-6,0.184077,-10.86781,18.45272)" + cx="10.189716" + cy="16.554359" + fx="10.189716" + fy="16.554359" + r="22.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3311" + id="linearGradient3938" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,1)" + x1="20.625" + y1="-90.064087" + x2="20.625" + y2="-84.029831" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3018" + id="linearGradient3129" + gradientUnits="userSpaceOnUse" + x1="9" + y1="-92.805496" + x2="9" + y2="-83.4375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4232" + id="linearGradient4238" + x1="0.99999888" + y1="30.499076" + x2="53.999733" + y2="37.624077" + gradientUnits="userSpaceOnUse" /> + </defs> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + id="g891" + transform="matrix(0.186703,0,0,0.186703,-21.1073,57.62299)" /> + <g + id="g3131" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-1,102)"> + <path + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + sodipodi:nodetypes="czcccccccscc" + id="path3108" + d="M 8.5,-94.500002 C 7.5975,-94.500002 7.168127,-94.186392 7,-93.04412 C 5.118026,-83.070943 5.215756,-74.96574 5.5,-64.864899 C 5.5,-64.115602 6.116307,-63.50001 6.875,-63.50001 L 42.125,-63.50001 C 42.88369,-63.50001 43.44816,-64.117293 43.5,-64.864899 C 44.5,-82.91177 42.5,-88.135111 42.5,-88.135111 C 42.5,-88.884408 41.88369,-89.5 41.125,-89.5 L 23.5,-89.5 L 22.5,-92.897058 C 22.254867,-93.729789 21.9025,-94.500002 21,-94.500002 L 8.5,-94.500002 z " + style="fill:url(#linearGradient3938);fill-opacity:1;stroke:#555753;stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + <path + id="path3110" + d="M 8.5,-93.5 C 8.167757,-93.5 8.1531396,-93.465856 8.15625,-93.46875 C 8.1593604,-93.471644 8.0371607,-93.339789 7.96875,-92.875 C 7.9689149,-92.864584 7.9689149,-92.854166 7.96875,-92.84375 C 6.2697576,-83.840251 6.2178889,-74.709407 6.4375,-65.5 L 42.625,-65.5 C 43.308005,-81.554915 41.5625,-87.875 41.5625,-87.875 C 41.530831,-87.955244 41.509819,-88.039293 41.5,-88.125 C 41.5,-88.333118 41.341065,-88.5 41.125,-88.5 L 23.5,-88.5 C 23.062797,-88.50549 22.681309,-88.797964 22.5625,-89.21875 L 21.5625,-92.625 C 21.45311,-92.996605 21.310238,-93.289949 21.21875,-93.40625 C 21.127262,-93.522551 21.173845,-93.5 21,-93.5 L 8.5,-93.5 z " + style="opacity:0.5;fill:none;fill-opacity:1;stroke:url(#linearGradient3129);stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + </g> + <g + style="display:inline" + transform="matrix(0.216083,0,0,0.263095,-1.89323,-11.2424)" + id="g3112" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <path + d="M 32.706693,164.36026 C 22.319193,164.36026 13.956693,172.72276 13.956693,183.11026 C 13.956693,193.49776 22.319193,201.86026 32.706693,201.86026 L 205.20669,201.86026 C 215.59419,201.86026 223.95669,193.49776 223.95669,183.11026 C 223.95669,172.72276 215.59419,164.36026 205.20669,164.36026 L 32.706693,164.36026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3114" /> + <path + d="M 32.706693,165.61026 C 23.011693,165.61026 15.206693,173.41526 15.206693,183.11026 C 15.206693,192.80526 23.011693,200.61026 32.706693,200.61026 L 205.20669,200.61026 C 214.90169,200.61026 222.70669,192.80526 222.70669,183.11026 C 222.70669,173.41526 214.90169,165.61026 205.20669,165.61026 L 32.706693,165.61026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3116" /> + <path + d="M 32.706694,166.86026 C 23.704194,166.86026 16.456694,174.10776 16.456694,183.11026 C 16.456694,192.11276 23.704194,199.36026 32.706694,199.36026 L 205.20669,199.36026 C 214.20919,199.36026 221.45669,192.11276 221.45669,183.11026 C 221.45669,174.10776 214.20919,166.86026 205.20669,166.86026 L 32.706694,166.86026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3118" /> + <path + d="M 32.706694,168.11026 C 24.396694,168.11026 17.706694,174.80026 17.706694,183.11026 C 17.706694,191.42026 24.396694,198.11026 32.706694,198.11026 L 205.20669,198.11026 C 213.51669,198.11026 220.20669,191.42026 220.20669,183.11026 C 220.20669,174.80026 213.51669,168.11026 205.20669,168.11026 L 32.706694,168.11026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3120" /> + <path + d="M 32.707764,169.36026 C 25.090264,169.36026 18.957764,175.49276 18.957764,183.11026 C 18.957764,190.72776 25.090264,196.86026 32.707764,196.86026 L 205.20618,196.86026 C 212.82368,196.86026 218.95618,190.72776 218.95618,183.11026 C 218.95618,175.49276 212.82368,169.36026 205.20618,169.36026 L 32.707764,169.36026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3122" /> + <path + d="M 32.706694,170.61026 C 25.781694,170.61026 20.206694,176.18526 20.206694,183.11026 C 20.206694,190.03526 25.781694,195.61026 32.706694,195.61026 L 205.20669,195.61026 C 212.13169,195.61026 217.70669,190.03526 217.70669,183.11026 C 217.70669,176.18526 212.13169,170.61026 205.20669,170.61026 L 32.706694,170.61026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3124" /> + <path + d="M 32.706694,171.86026 C 26.474194,171.86026 21.456694,176.87776 21.456694,183.11026 C 21.456694,189.34276 26.474194,194.36026 32.706694,194.36026 L 205.20669,194.36026 C 211.43919,194.36026 216.45669,189.34276 216.45669,183.11026 C 216.45669,176.87776 211.43919,171.86026 205.20669,171.86026 L 32.706694,171.86026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3126" /> + <path + d="M 32.706694,173.11026 C 27.166694,173.11026 22.706694,177.57026 22.706694,183.11026 C 22.706694,188.65026 27.166694,193.11026 32.706694,193.11026 L 205.20669,193.11026 C 210.74669,193.11026 215.20669,188.65026 215.20669,183.11026 C 215.20669,177.57026 210.74669,173.11026 205.20669,173.11026 L 32.706694,173.11026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3128" /> + </g> + <g + style="display:inline" + id="g3661" + transform="translate(-1,-2)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <g + id="g3663"> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99436891" + inkscape:original="M 2.65625 -33.5 C 2.021877 -33.5 1.5 -33.140103 1.5 -32.6875 C 4.500001 -25.004483 4.5 -23.258435 4.5 -16.5 C 4.5 -15.5 5.5111718 -13.51291 6.65625 -13.4375 L 42.34375 -13.4375 C 43.989096 -13.51291 44.500268 -15.758435 44.5 -16.5 C 44.5 -21.258435 44.500267 -25.004482 47.5 -32.6875 C 47.5 -33.140104 46.978125 -33.5 46.34375 -33.5 L 2.65625 -33.5 z " + style="opacity:0.32156863;fill:none;fill-opacity:1;stroke:url(#linearGradient3685);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path3667" + d="M 2.625,-32.5 C 5.3597846,-25.370787 5.5,-23.037216 5.5,-16.5 C 5.5,-16.335159 5.6904313,-15.649773 6,-15.15625 C 6.3095687,-14.662727 6.6985247,-14.438832 6.71875,-14.4375 L 42.3125,-14.4375 L 42.34375,-14.4375 C 42.706073,-14.463351 42.916739,-14.679637 43.15625,-15.15625 C 43.401014,-15.643317 43.500051,-16.358058 43.5,-16.5 C 43.5,-21.130327 43.573003,-25.119501 46.375,-32.5 C 46.360642,-32.501163 46.358943,-32.5 46.34375,-32.5 L 2.65625,-32.5 C 2.6410568,-32.5 2.6393578,-32.501163 2.625,-32.5 z " + transform="translate(0,54)" /> + <path + style="opacity:0.3254902;fill:none;fill-rule:evenodd;stroke:white;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + d="M 2.5,21.5 L 46.5,21.5" + id="path3669" + sodipodi:nodetypes="cc" /> + </g> + <path + sodipodi:nodetypes="ccccccccc" + id="path3671" + d="M 2.645078,20.5 L 46.354654,20.5 C 46.989027,20.5 47.499732,20.862969 47.499732,21.313831 C 44.5,28.967284 44.5,32.694452 44.5,37.434576 C 44.500268,38.173288 44,40.423032 42.354654,40.498152 L 6.645078,40.498152 C 5.5,40.423032 4.5,38.430728 4.5,37.434576 C 4.5,30.702148 4.5,28.967284 1.499999,21.313831 C 1.499999,20.862969 2.010705,20.5 2.645078,20.5 z " + style="fill:url(#linearGradient4238);fill-opacity:1;stroke:url(#linearGradient3687);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> + <path + id="path3673" + d="M 2.65625,21 C 2.4314409,21 2.2397168,21.044736 2.125,21.125 C 2.0102832,21.205264 2,21.274638 2,21.3125 C 4.2218558,27.007434 4.7883072,29.513938 4.9375,33.3125 L 44.125,33.3125 C 44.328358,30.089308 44.943507,26.607344 47,21.3125 C 47,21.274637 46.989716,21.205264 46.875,21.125 C 46.760284,21.044736 46.56856,21 46.34375,21 L 2.65625,21 z " + style="opacity:0.8;fill:url(#linearGradient3689);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> + <path + id="path3675" + d="M 4.625,30 C 4.9603306,32.150219 5,34.257337 5,37.4375 C 5,37.771087 5.2086862,38.497978 5.5625,39.0625 C 5.9077942,39.613428 6.3538112,39.964089 6.65625,40 L 6.6875,40 L 42.3125,40 L 42.34375,40 C 42.929781,39.95968 43.308738,39.567494 43.59375,39 C 43.883899,38.422277 44.000093,37.694547 44,37.4375 C 44,34.957143 44.019836,32.683092 44.46875,30 L 4.625,30 z " + style="opacity:0.44313725;fill:url(#linearGradient3691);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> + <path + transform="translate(0,54)" + d="M 2.625,-32.5 C 5.3597846,-25.370787 5.5,-23.037216 5.5,-16.5 C 5.5,-16.335159 5.6904313,-15.649773 6,-15.15625 C 6.3095687,-14.662727 6.6985247,-14.438832 6.71875,-14.4375 L 42.3125,-14.4375 L 42.34375,-14.4375 C 42.706073,-14.463351 42.916739,-14.679637 43.15625,-15.15625 C 43.401014,-15.643317 43.500051,-16.358058 43.5,-16.5 C 43.5,-21.130327 43.573003,-25.119501 46.375,-32.5 C 46.360642,-32.501163 46.358943,-32.5 46.34375,-32.5 L 2.65625,-32.5 C 2.6410568,-32.5 2.6393578,-32.501163 2.625,-32.5 z " + id="path3677" + style="opacity:0.2;fill:none;fill-opacity:1;stroke:url(#linearGradient3693);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + inkscape:original="M 2.65625 -33.5 C 2.021877 -33.5 1.5 -33.140103 1.5 -32.6875 C 4.500001 -25.004483 4.5 -23.258435 4.5 -16.5 C 4.5 -15.5 5.5111718 -13.51291 6.65625 -13.4375 L 42.34375 -13.4375 C 43.989096 -13.51291 44.500268 -15.758435 44.5 -16.5 C 44.5 -21.258435 44.500267 -25.004482 47.5 -32.6875 C 47.5 -33.140104 46.978125 -33.5 46.34375 -33.5 L 2.65625 -33.5 z " + inkscape:radius="-0.99436891" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cc" + id="path3679" + d="M 2.5,21.5 L 46.5,21.5" + style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient3695);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="g6102" + inkscape:label="pixmap" + style="display:inline" + transform="translate(188.7605,-103.2651)" /> + <g + transform="matrix(0.186703,0,0,0.186703,167.6532,-45.64211)" + id="g6106" /> + <g + inkscape:label="pattern" + id="g30621" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,35.092)" /> + <g + inkscape:label="pattern" + id="g35222" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,81.092)" /> + <g + id="g3198" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-1,102)"> + <rect + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + ry="1.5" + rx="1.5" + y="-91.5" + x="9.4999981" + height="3" + width="10.000002" + id="rect2118" + style="fill:#eeeeec;fill-opacity:1;stroke:#d3d7cf;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> + <g + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + transform="translate(66,0)" + id="g3371" + style="display:inline"> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1" + id="rect3373" + width="1" + height="1" + x="-55" + y="-90" + rx="0.5" + ry="0.5" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" + id="rect3375" + width="1" + height="1" + x="-53" + y="-90" + rx="0.5" + ry="0.5" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" + id="rect3377" + width="1" + height="1" + x="-51" + y="-90" + rx="0.5" + ry="0.5" /> + <rect + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" + id="rect3379" + width="1" + height="1" + x="-49" + y="-90" + rx="0.5" + ry="0.5" /> + </g> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/places/user-home.svg b/icon-themes/Quid/scalable/places/user-home.svg new file mode 100644 index 00000000..351439ca --- /dev/null +++ b/icon-themes/Quid/scalable/places/user-home.svg @@ -0,0 +1,559 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + x="0.0000000" + y="0.0000000" + width="48" + height="48" + id="svg1" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docname="user-home.svg" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/places" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-daritaliare.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata162"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Home folder</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:date /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + <dc:identifier /> + <dc:subject> + <rdf:Bag> + <rdf:li>home</rdf:li> + <rdf:li>folder</rdf:li> + <rdf:li>directory</rdf:li> + <rdf:li>storage</rdf:li> + <rdf:li>personal</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:window-width="1051" + inkscape:window-height="655" + inkscape:cy="38.399492" + inkscape:cx="-12.077596" + inkscape:zoom="2" + inkscape:document-units="px" + showgrid="false" + inkscape:window-x="142" + inkscape:window-y="17" + inkscape:current-layer="layer2" + inkscape:showpageshadow="false" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-paths="false" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + inkscape:grid-points="false" + showborder="false" + borderlayer="true"> + <sodipodi:guide + orientation="horizontal" + position="36.062446" + id="guide1934" /> + <sodipodi:guide + orientation="horizontal" + position="15.003922" + id="guide1941" /> + <sodipodi:guide + orientation="vertical" + position="4.5" + id="guide1943" /> + <sodipodi:guide + orientation="vertical" + position="44.503533" + id="guide1945" /> + <sodipodi:guide + orientation="horizontal" + position="43.125" + id="guide1947" /> + <sodipodi:guide + orientation="horizontal" + position="39" + id="guide1949" /> + <sodipodi:guide + orientation="horizontal" + position="19.003495" + id="guide2919" /> + <sodipodi:guide + orientation="vertical" + position="0.97227183" + id="guide2212" /> + <sodipodi:guide + orientation="vertical" + position="47.994873" + id="guide2214" /> + <sodipodi:guide + orientation="horizontal" + position="111" + id="guide4328" /> + <sodipodi:guide + orientation="vertical" + position="65.75" + id="guide3135" /> + <sodipodi:guide + orientation="vertical" + position="129.75" + id="guide3137" /> + <sodipodi:guide + orientation="vertical" + position="190.75" + id="guide3139" /> + <sodipodi:guide + orientation="vertical" + position="212.48559" + id="guide3316" /> + <sodipodi:guide + orientation="horizontal" + position="178.01413" + id="guide3318" /> + </sodipodi:namedview> + <defs + id="defs3"> + <linearGradient + inkscape:collect="always" + id="linearGradient4232"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1;" + offset="0" + id="stop4234" /> + <stop + style="stop-color:#75507b;stop-opacity:1" + offset="1" + id="stop4236" /> + </linearGradient> + <linearGradient + id="linearGradient3076"> + <stop + id="stop3078" + offset="0" + style="stop-color:#5c3566;stop-opacity:1" /> + <stop + id="stop3080" + offset="1" + style="stop-color:#5c3566;stop-opacity:0" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2994"> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="0" + id="stop2996" /> + <stop + style="stop-color:#5c3566;stop-opacity:0" + offset="1" + id="stop2998" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3923"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3925" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3927" /> + </linearGradient> + <linearGradient + id="linearGradient3908"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3910" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3912" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3075"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3077" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3079" /> + </linearGradient> + <linearGradient + id="linearGradient2894"> + <stop + style="stop-color:#39213f;stop-opacity:1;" + offset="0" + id="stop2896" /> + <stop + id="stop2900" + offset="0.47619048" + style="stop-color:#75507b;stop-opacity:1;" /> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="1" + id="stop2898" /> + </linearGradient> + <linearGradient + id="linearGradient3142"> + <stop + id="stop3144" + offset="0" + style="stop-color:#888a85;stop-opacity:1" /> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0.5" + id="stop3122" /> + <stop + id="stop3146" + offset="1" + style="stop-color:#555753;stop-opacity:1" /> + </linearGradient> + <linearGradient + id="linearGradient3100"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3102" /> + <stop + id="stop2071" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3142" + id="linearGradient2039" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.970588,-1,1.1618)" + x1="19.051777" + y1="6.544682" + x2="19.051777" + y2="19.603487" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3075" + id="linearGradient3081" + x1="90.5" + y1="-98.25" + x2="91.625" + y2="-82.75" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3100" + id="linearGradient3181" + gradientUnits="userSpaceOnUse" + x1="17.02047" + y1="-16.276186" + x2="17.02047" + y2="-29.344501" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4232" + id="linearGradient3183" + gradientUnits="userSpaceOnUse" + x1="0.99999887" + y1="30.499077" + x2="53.999733" + y2="37.624077" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2894" + id="linearGradient3185" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.996152,0,85.74795)" + x1="9.4176369" + y1="-44.922661" + x2="9.4176369" + y2="-59.636772" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3076" + id="linearGradient3187" + gradientUnits="userSpaceOnUse" + x1="16.749592" + y1="21.616077" + x2="16.749592" + y2="32.797989" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2994" + id="linearGradient3190" + gradientUnits="userSpaceOnUse" + x1="16.749592" + y1="40.51022" + x2="16.749592" + y2="36.268337" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3908" + id="linearGradient3192" + gradientUnits="userSpaceOnUse" + x1="8.25" + y1="-14.375" + x2="8.25" + y2="-30.879261" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3923" + id="radialGradient3194" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.268741,0,-1.646661e-6,0.184077,-10.86781,18.45272)" + cx="10.189716" + cy="16.554359" + fx="10.189716" + fy="16.554359" + r="22.5" /> + </defs> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + id="g891" + transform="matrix(0.186703,0,0,0.186703,-21.1073,57.62299)" /> + <path + style="opacity:1;fill:url(#linearGradient2039);fill-opacity:1;stroke:#555753;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + d="M 23.5,6.4375 L 1.5,14.5 L 5.5,14.5 L 3.5,29.125 L 4.875,30.5 L 42.125,30.5 L 43.5,29.125 L 41.5,14.5 L 45.5,14.5 L 38.15625,11.8125 L 37.65625,7.5 L 32.4375,7.5 L 32.4375,9.71875 L 23.5,6.4375 z " + id="path2003" + sodipodi:nodetypes="cccccccccccccc" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99178213" + inkscape:original="M 90.5 -96.5625 L 68.5 -88.5 L 72.5 -88.5 L 70.5 -72.875 L 71.875 -71.5 L 109.125 -71.5 L 110.5 -72.875 L 108.5 -88.5 L 112.5 -88.5 L 105.15625 -91.1875 L 104.65625 -95.5 L 99.4375 -95.5 L 99.4375 -93.28125 L 90.5 -96.5625 z " + style="opacity:0.58431373;fill:none;fill-opacity:1;stroke:url(#linearGradient3081);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="path3063" + d="M 90.5,-95.5 L 73.25,-89.15625 C 73.430955,-88.938925 73.51054,-88.654693 73.46875,-88.375 L 71.53125,-73.21875 L 72.25,-72.5 L 108.75,-72.5 L 109.46875,-73.21875 L 107.53125,-88.375 C 107.48946,-88.654693 107.56905,-88.938925 107.75,-89.15625 L 104.8125,-90.25 C 104.45733,-90.374408 104.20315,-90.689103 104.15625,-91.0625 L 103.75,-94.5 L 100.4375,-94.5 L 100.4375,-93.28125 C 100.44085,-92.953466 100.28205,-92.645194 100.01321,-92.457633 C 99.744369,-92.270071 99.400225,-92.227446 99.09375,-92.34375 L 90.5,-95.5 z " + transform="translate(-67,103)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <g + style="display:inline" + transform="matrix(0.216083,0,0,0.263095,-1.89323,-11.2424)" + id="g2007" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <path + d="M 32.706693,164.36026 C 22.319193,164.36026 13.956693,172.72276 13.956693,183.11026 C 13.956693,193.49776 22.319193,201.86026 32.706693,201.86026 L 205.20669,201.86026 C 215.59419,201.86026 223.95669,193.49776 223.95669,183.11026 C 223.95669,172.72276 215.59419,164.36026 205.20669,164.36026 L 32.706693,164.36026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2009" /> + <path + d="M 32.706693,165.61026 C 23.011693,165.61026 15.206693,173.41526 15.206693,183.11026 C 15.206693,192.80526 23.011693,200.61026 32.706693,200.61026 L 205.20669,200.61026 C 214.90169,200.61026 222.70669,192.80526 222.70669,183.11026 C 222.70669,173.41526 214.90169,165.61026 205.20669,165.61026 L 32.706693,165.61026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2011" /> + <path + d="M 32.706694,166.86026 C 23.704194,166.86026 16.456694,174.10776 16.456694,183.11026 C 16.456694,192.11276 23.704194,199.36026 32.706694,199.36026 L 205.20669,199.36026 C 214.20919,199.36026 221.45669,192.11276 221.45669,183.11026 C 221.45669,174.10776 214.20919,166.86026 205.20669,166.86026 L 32.706694,166.86026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2013" /> + <path + d="M 32.706694,168.11026 C 24.396694,168.11026 17.706694,174.80026 17.706694,183.11026 C 17.706694,191.42026 24.396694,198.11026 32.706694,198.11026 L 205.20669,198.11026 C 213.51669,198.11026 220.20669,191.42026 220.20669,183.11026 C 220.20669,174.80026 213.51669,168.11026 205.20669,168.11026 L 32.706694,168.11026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2015" /> + <path + d="M 32.707764,169.36026 C 25.090264,169.36026 18.957764,175.49276 18.957764,183.11026 C 18.957764,190.72776 25.090264,196.86026 32.707764,196.86026 L 205.20618,196.86026 C 212.82368,196.86026 218.95618,190.72776 218.95618,183.11026 C 218.95618,175.49276 212.82368,169.36026 205.20618,169.36026 L 32.707764,169.36026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2017" /> + <path + d="M 32.706694,170.61026 C 25.781694,170.61026 20.206694,176.18526 20.206694,183.11026 C 20.206694,190.03526 25.781694,195.61026 32.706694,195.61026 L 205.20669,195.61026 C 212.13169,195.61026 217.70669,190.03526 217.70669,183.11026 C 217.70669,176.18526 212.13169,170.61026 205.20669,170.61026 L 32.706694,170.61026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2019" /> + <path + d="M 32.706694,171.86026 C 26.474194,171.86026 21.456694,176.87776 21.456694,183.11026 C 21.456694,189.34276 26.474194,194.36026 32.706694,194.36026 L 205.20669,194.36026 C 211.43919,194.36026 216.45669,189.34276 216.45669,183.11026 C 216.45669,176.87776 211.43919,171.86026 205.20669,171.86026 L 32.706694,171.86026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2021" /> + <path + d="M 32.706694,173.11026 C 27.166694,173.11026 22.706694,177.57026 22.706694,183.11026 C 22.706694,188.65026 27.166694,193.11026 32.706694,193.11026 L 205.20669,193.11026 C 210.74669,193.11026 215.20669,188.65026 215.20669,183.11026 C 215.20669,177.57026 210.74669,173.11026 205.20669,173.11026 L 32.706694,173.11026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2023" /> + </g> + <g + id="g6102" + inkscape:label="pixmap" + style="display:inline" + transform="translate(188.7605,-103.2651)" /> + <g + transform="matrix(0.186703,0,0,0.186703,167.6532,-45.64211)" + id="g6106" /> + <g + inkscape:label="pattern" + id="g30621" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,35.092)" /> + <g + inkscape:label="pattern" + id="g35222" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,81.092)" /> + <g + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + transform="translate(-1,-2)" + id="use3148" + style="display:inline"> + <g + id="g3165"> + <path + transform="translate(0,54)" + d="M 2.625,-32.5 C 5.3597846,-25.370787 5.5,-23.037216 5.5,-16.5 C 5.5,-16.335159 5.6904313,-15.649773 6,-15.15625 C 6.3095687,-14.662727 6.6985247,-14.438832 6.71875,-14.4375 L 42.3125,-14.4375 L 42.34375,-14.4375 C 42.706073,-14.463351 42.916739,-14.679637 43.15625,-15.15625 C 43.401014,-15.643317 43.500051,-16.358058 43.5,-16.5 C 43.5,-21.130327 43.573003,-25.119501 46.375,-32.5 C 46.360642,-32.501163 46.358943,-32.5 46.34375,-32.5 L 2.65625,-32.5 C 2.6410568,-32.5 2.6393578,-32.501163 2.625,-32.5 z " + id="path3167" + style="opacity:0.32156863;fill:none;fill-opacity:1;stroke:url(#linearGradient3181);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + inkscape:original="M 2.65625 -33.5 C 2.021877 -33.5 1.5 -33.140103 1.5 -32.6875 C 4.500001 -25.004483 4.5 -23.258435 4.5 -16.5 C 4.5 -15.5 5.5111718 -13.51291 6.65625 -13.4375 L 42.34375 -13.4375 C 43.989096 -13.51291 44.500268 -15.758435 44.5 -16.5 C 44.5 -21.258435 44.500267 -25.004482 47.5 -32.6875 C 47.5 -33.140104 46.978125 -33.5 46.34375 -33.5 L 2.65625 -33.5 z " + inkscape:radius="-0.99436891" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cc" + id="path3169" + d="M 2.5,21.5 L 46.5,21.5" + style="opacity:0.3254902;fill:none;fill-rule:evenodd;stroke:white;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <path + style="fill:url(#linearGradient3183);fill-opacity:1;stroke:url(#linearGradient3185);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 2.645078,20.5 L 46.354654,20.5 C 46.989027,20.5 47.499732,20.862969 47.499732,21.313831 C 44.5,28.967284 44.5,32.694452 44.5,37.434576 C 44.500268,38.173288 44,40.423032 42.354654,40.498152 L 6.645078,40.498152 C 5.5,40.423032 4.5,38.430728 4.5,37.434576 C 4.5,30.702148 4.5,28.967284 1.499999,21.313831 C 1.499999,20.862969 2.010705,20.5 2.645078,20.5 z " + id="path3171" + sodipodi:nodetypes="ccccccccc" /> + <path + style="opacity:0.8;fill:url(#linearGradient3187);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 2.65625,21 C 2.4314409,21 2.2397168,21.044736 2.125,21.125 C 2.0102832,21.205264 2,21.274638 2,21.3125 C 4.2218558,27.007434 4.7883072,29.513938 4.9375,33.3125 L 44.125,33.3125 C 44.328358,30.089308 44.943507,26.607344 47,21.3125 C 47,21.274637 46.989716,21.205264 46.875,21.125 C 46.760284,21.044736 46.56856,21 46.34375,21 L 2.65625,21 z " + id="path3173" /> + <path + style="opacity:0.44313725;fill:url(#linearGradient3190);fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 4.625,30 C 4.9603306,32.150219 5,34.257337 5,37.4375 C 5,37.771087 5.2086862,38.497978 5.5625,39.0625 C 5.9077942,39.613428 6.3538112,39.964089 6.65625,40 L 6.6875,40 L 42.3125,40 L 42.34375,40 C 42.929781,39.95968 43.308738,39.567494 43.59375,39 C 43.883899,38.422277 44.000093,37.694547 44,37.4375 C 44,34.957143 44.019836,32.683092 44.46875,30 L 4.625,30 z " + id="path3175" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.99436891" + inkscape:original="M 2.65625 -33.5 C 2.021877 -33.5 1.5 -33.140103 1.5 -32.6875 C 4.500001 -25.004483 4.5 -23.258435 4.5 -16.5 C 4.5 -15.5 5.5111718 -13.51291 6.65625 -13.4375 L 42.34375 -13.4375 C 43.989096 -13.51291 44.500268 -15.758435 44.5 -16.5 C 44.5 -21.258435 44.500267 -25.004482 47.5 -32.6875 C 47.5 -33.140104 46.978125 -33.5 46.34375 -33.5 L 2.65625 -33.5 z " + style="opacity:0.2;fill:none;fill-opacity:1;stroke:url(#linearGradient3192);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + id="path3177" + d="M 2.625,-32.5 C 5.3597846,-25.370787 5.5,-23.037216 5.5,-16.5 C 5.5,-16.335159 5.6904313,-15.649773 6,-15.15625 C 6.3095687,-14.662727 6.6985247,-14.438832 6.71875,-14.4375 L 42.3125,-14.4375 L 42.34375,-14.4375 C 42.706073,-14.463351 42.916739,-14.679637 43.15625,-15.15625 C 43.401014,-15.643317 43.500051,-16.358058 43.5,-16.5 C 43.5,-21.130327 43.573003,-25.119501 46.375,-32.5 C 46.360642,-32.501163 46.358943,-32.5 46.34375,-32.5 L 2.65625,-32.5 C 2.6410568,-32.5 2.6393578,-32.501163 2.625,-32.5 z " + transform="translate(0,54)" /> + <path + style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient3194);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + d="M 2.5,21.5 L 46.5,21.5" + id="path3179" + sodipodi:nodetypes="cc" /> + </g> + <g + transform="translate(8,103)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + id="use3212"> + <rect + style="fill:#eeeeec;fill-opacity:1;stroke:#d3d7cf;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect3151" + width="10.000002" + height="3" + x="9.4999981" + y="-91.5" + rx="1.5" + ry="1.5" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <g + style="display:inline" + id="g3153" + transform="translate(66,0)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-55" + height="1" + width="1" + id="rect3155" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1" /> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-53" + height="1" + width="1" + id="rect3157" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-51" + height="1" + width="1" + id="rect3159" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-49" + height="1" + width="1" + id="rect3161" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + </g> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/status/Makefile.am b/icon-themes/Quid/scalable/status/Makefile.am new file mode 100644 index 00000000..69e8b9c7 --- /dev/null +++ b/icon-themes/Quid/scalable/status/Makefile.am @@ -0,0 +1,13 @@ +themedir = $(datadir)/icons/Quid +size = scalable +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + folder-drag-accept.svg \ + folder-open.svg \ + folder-visiting.svg + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icon-themes/Quid/scalable/status/folder-drag-accept.svg b/icon-themes/Quid/scalable/status/folder-drag-accept.svg new file mode 100644 index 00000000..7526d7ee --- /dev/null +++ b/icon-themes/Quid/scalable/status/folder-drag-accept.svg @@ -0,0 +1,481 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + x="0.0000000" + y="0.0000000" + width="48" + height="48" + id="svg1" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docname="folder-drag-accept.svg" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/status" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-daritaliare.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata162"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Folder Drag Accept</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:date /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + <dc:identifier /> + <dc:subject> + <rdf:Bag> + <rdf:li>folder</rdf:li> + <rdf:li>directory</rdf:li> + <rdf:li>storage</rdf:li> + <rdf:li>drag</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:window-width="1051" + inkscape:window-height="655" + inkscape:cy="39.960998" + inkscape:cx="23.81977" + inkscape:zoom="4" + inkscape:document-units="px" + showgrid="false" + inkscape:window-x="142" + inkscape:window-y="17" + inkscape:current-layer="layer2" + inkscape:showpageshadow="false" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-paths="false" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + inkscape:grid-points="false" + showborder="false"> + <sodipodi:guide + orientation="horizontal" + position="36.062446" + id="guide1934" /> + <sodipodi:guide + orientation="horizontal" + position="15.003922" + id="guide1941" /> + <sodipodi:guide + orientation="vertical" + position="4.5" + id="guide1943" /> + <sodipodi:guide + orientation="vertical" + position="44.503533" + id="guide1945" /> + <sodipodi:guide + orientation="horizontal" + position="43.125" + id="guide1947" /> + <sodipodi:guide + orientation="horizontal" + position="39" + id="guide1949" /> + <sodipodi:guide + orientation="horizontal" + position="19.003495" + id="guide2919" /> + <sodipodi:guide + orientation="vertical" + position="0.97227183" + id="guide2212" /> + <sodipodi:guide + orientation="vertical" + position="47.994873" + id="guide2214" /> + <sodipodi:guide + orientation="horizontal" + position="111" + id="guide4328" /> + <sodipodi:guide + orientation="vertical" + position="65.75" + id="guide3135" /> + <sodipodi:guide + orientation="vertical" + position="129.75" + id="guide3137" /> + <sodipodi:guide + orientation="vertical" + position="190.75" + id="guide3139" /> + <sodipodi:guide + orientation="vertical" + position="212.48559" + id="guide3316" /> + <sodipodi:guide + orientation="horizontal" + position="178.01413" + id="guide3318" /> + </sodipodi:namedview> + <defs + id="defs3"> + <linearGradient + id="linearGradient3135"> + <stop + style="stop-color:#555753;stop-opacity:1;" + offset="0" + id="stop3137" /> + <stop + style="stop-color:#2e3436;stop-opacity:1" + offset="1" + id="stop3139" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3106"> + <stop + style="stop-color:#555753;stop-opacity:1" + offset="0" + id="stop3108" /> + <stop + style="stop-color:#babdb6;stop-opacity:1" + offset="1" + id="stop3110" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4100"> + <stop + style="stop-color:#75507b;stop-opacity:1;" + offset="0" + id="stop4102" /> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="1" + id="stop4104" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3311"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop3313" /> + <stop + style="stop-color:#555753;stop-opacity:1" + offset="1" + id="stop3315" /> + </linearGradient> + <linearGradient + id="linearGradient2894"> + <stop + style="stop-color:#39213f;stop-opacity:1;" + offset="0" + id="stop2896" /> + <stop + id="stop2900" + offset="0.47619048" + style="stop-color:#75507b;stop-opacity:1;" /> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="1" + id="stop2898" /> + </linearGradient> + <linearGradient + id="linearGradient3018"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3020" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3022" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3311" + id="linearGradient2193" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1,103)" + x1="20.625" + y1="-89.501274" + x2="20.625" + y2="-73.592278" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3018" + id="linearGradient2195" + gradientUnits="userSpaceOnUse" + x1="7.875" + y1="8.8348885" + x2="7.875" + y2="33.135288" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4100" + id="linearGradient2206" + gradientUnits="userSpaceOnUse" + x1="27.114853" + y1="41.217445" + x2="27.114853" + y2="33.541897" + gradientTransform="matrix(1,0,0,0.364365,-1,24.01196)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2894" + id="linearGradient2208" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.3499,-1,54.39991)" + x1="9.4176369" + y1="-42.42358" + x2="9.4176369" + y2="-76.621986" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3106" + id="linearGradient3112" + x1="18" + y1="16.297529" + x2="18" + y2="14.475042" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1,18)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3135" + id="linearGradient3141" + x1="1.9445436" + y1="23" + x2="1.9445436" + y2="27.31839" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1,8)" /> + </defs> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + id="g891" + transform="matrix(0.186703,0,0,0.186703,-21.1073,57.62299)" /> + <path + style="fill:url(#linearGradient2193);fill-opacity:1;stroke:#555753;stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + d="M 7.5,7.499998 C 6.5975,7.499998 6.168127,7.813608 6,8.95588 C 4.118026,18.929057 4.215756,27.03426 4.5,37.135101 C 4.5,37.884398 5.116307,38.49999 5.875,38.49999 L 41.125,38.49999 C 41.88369,38.49999 42.44816,37.882707 42.5,37.135101 C 43.5,19.08823 41.5,13.864889 41.5,13.864889 C 41.5,13.115592 40.88369,12.5 40.125,12.5 L 22.5,12.5 L 21.5,9.102942 C 21.254867,8.270211 20.9025,7.499998 20,7.499998 L 7.5,7.499998 z " + id="path2151" + sodipodi:nodetypes="czcccccccscc" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.98693144" + inkscape:original="M 8.5 7.5 C 7.5975 7.4999999 7.168127 7.826478 7 8.96875 C 5.118026 18.941927 5.215756 29.024159 5.5 39.125 C 5.5 39.874297 6.116307 40.5 6.875 40.5 L 42.125 40.5 C 42.88369 40.500001 43.44816 39.872606 43.5 39.125 C 44.5 21.078129 42.5 13.875 42.5 13.875 C 42.5 13.125703 41.88369 12.5 41.125 12.5 L 23.5 12.5 L 22.5 9.09375 C 22.254867 8.2610185 21.9025 7.5 21 7.5 L 8.5 7.5 z " + style="opacity:0.48627451;fill:none;fill-opacity:1;stroke:url(#linearGradient2195);stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="path2153" + d="M 8.5,8.5 C 8.167757,8.5 8.1531396,8.5341442 8.15625,8.53125 C 8.1593604,8.5283558 8.0371607,8.6602106 7.96875,9.125 C 7.9689149,9.135416 7.9689149,9.145834 7.96875,9.15625 C 6.1104047,19.004211 6.2160965,29.00501 6.5,39.09375 C 6.5001649,39.104166 6.5001649,39.114584 6.5,39.125 C 6.5,39.333121 6.6589296,39.5 6.875,39.5 L 42.125,39.5 C 42.339597,39.5 42.479725,39.354901 42.5,39.0625 C 43.495176,21.102696 41.5625,14.125 41.5625,14.125 C 41.530831,14.044756 41.509819,13.960707 41.5,13.875 C 41.5,13.666882 41.341065,13.5 41.125,13.5 L 23.5,13.5 C 23.062797,13.49451 22.681309,13.202036 22.5625,12.78125 L 21.5625,9.375 C 21.45311,9.0033953 21.310238,8.710051 21.21875,8.59375 C 21.127262,8.477449 21.173845,8.5 21,8.5 L 8.5,8.5 z " + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-1,0)" /> + <g + style="display:inline" + transform="matrix(0.216083,0,0,0.263095,-1.89323,-11.2424)" + id="g2155" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <path + d="M 32.706693,164.36026 C 22.319193,164.36026 13.956693,172.72276 13.956693,183.11026 C 13.956693,193.49776 22.319193,201.86026 32.706693,201.86026 L 205.20669,201.86026 C 215.59419,201.86026 223.95669,193.49776 223.95669,183.11026 C 223.95669,172.72276 215.59419,164.36026 205.20669,164.36026 L 32.706693,164.36026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2157" /> + <path + d="M 32.706693,165.61026 C 23.011693,165.61026 15.206693,173.41526 15.206693,183.11026 C 15.206693,192.80526 23.011693,200.61026 32.706693,200.61026 L 205.20669,200.61026 C 214.90169,200.61026 222.70669,192.80526 222.70669,183.11026 C 222.70669,173.41526 214.90169,165.61026 205.20669,165.61026 L 32.706693,165.61026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2159" /> + <path + d="M 32.706694,166.86026 C 23.704194,166.86026 16.456694,174.10776 16.456694,183.11026 C 16.456694,192.11276 23.704194,199.36026 32.706694,199.36026 L 205.20669,199.36026 C 214.20919,199.36026 221.45669,192.11276 221.45669,183.11026 C 221.45669,174.10776 214.20919,166.86026 205.20669,166.86026 L 32.706694,166.86026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2161" /> + <path + d="M 32.706694,168.11026 C 24.396694,168.11026 17.706694,174.80026 17.706694,183.11026 C 17.706694,191.42026 24.396694,198.11026 32.706694,198.11026 L 205.20669,198.11026 C 213.51669,198.11026 220.20669,191.42026 220.20669,183.11026 C 220.20669,174.80026 213.51669,168.11026 205.20669,168.11026 L 32.706694,168.11026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2163" /> + <path + d="M 32.707764,169.36026 C 25.090264,169.36026 18.957764,175.49276 18.957764,183.11026 C 18.957764,190.72776 25.090264,196.86026 32.707764,196.86026 L 205.20618,196.86026 C 212.82368,196.86026 218.95618,190.72776 218.95618,183.11026 C 218.95618,175.49276 212.82368,169.36026 205.20618,169.36026 L 32.707764,169.36026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2165" /> + <path + d="M 32.706694,170.61026 C 25.781694,170.61026 20.206694,176.18526 20.206694,183.11026 C 20.206694,190.03526 25.781694,195.61026 32.706694,195.61026 L 205.20669,195.61026 C 212.13169,195.61026 217.70669,190.03526 217.70669,183.11026 C 217.70669,176.18526 212.13169,170.61026 205.20669,170.61026 L 32.706694,170.61026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2167" /> + <path + d="M 32.706694,171.86026 C 26.474194,171.86026 21.456694,176.87776 21.456694,183.11026 C 21.456694,189.34276 26.474194,194.36026 32.706694,194.36026 L 205.20669,194.36026 C 211.43919,194.36026 216.45669,189.34276 216.45669,183.11026 C 216.45669,176.87776 211.43919,171.86026 205.20669,171.86026 L 32.706694,171.86026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2169" /> + <path + d="M 32.706694,173.11026 C 27.166694,173.11026 22.706694,177.57026 22.706694,183.11026 C 22.706694,188.65026 27.166694,193.11026 32.706694,193.11026 L 205.20669,193.11026 C 210.74669,193.11026 215.20669,188.65026 215.20669,183.11026 C 215.20669,177.57026 210.74669,173.11026 205.20669,173.11026 L 32.706694,173.11026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path2171" /> + </g> + <path + style="fill:url(#linearGradient2206);fill-opacity:1;stroke:url(#linearGradient2208);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + d="M 2,31.500005 L 45,31.500005 C 45.071625,31.510483 44.5,34 43.5,36.429755 C 43.500268,36.689229 43,38.479455 41.354654,38.505841 L 5.645078,38.505841 C 4.5,38.479455 3.5,36.779655 3.5,36.429755 C 2.5,34 1.8827379,31.516273 2,31.500005 z " + id="path2187" + sodipodi:nodetypes="ccccccc" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1" + inkscape:original="M 3 14.5 C 2.8827379 14.516268 3.5 17.007746 4.5 19.4375 C 4.5 19.7874 5.5111718 21.473615 6.65625 21.5 L 42.34375 21.5 C 43.989096 21.473614 44.500268 19.696975 44.5 19.4375 C 45.5 17.007745 46.071625 14.510478 46 14.5 L 3 14.5 z " + style="opacity:0.11372549;fill:none;fill-opacity:1;stroke:white;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="path3121" + d="M 4.21875,15.5 C 4.2473971,15.606575 4.247613,15.663226 4.28125,15.78125 C 4.5361392,16.675597 4.9557234,17.891901 5.4375,19.0625 C 5.4717988,19.152742 5.4928505,19.247475 5.5,19.34375 C 5.4967551,19.221277 5.5014401,19.324959 5.5625,19.4375 C 5.6402126,19.580734 5.7557806,19.759416 5.90625,19.9375 C 6.2071889,20.293668 6.5986519,20.497953 6.6875,20.5 L 42.34375,20.5 C 42.80829,20.49255 43.006111,20.306044 43.21875,20 C 43.325069,19.846978 43.420647,19.664239 43.46875,19.53125 C 43.516853,19.398261 43.499727,19.172853 43.5,19.4375 C 43.496665,19.309654 43.517881,19.182354 43.5625,19.0625 C 44.042133,17.89711 44.437425,16.678733 44.6875,15.78125 C 44.72025,15.663714 44.721869,15.606427 44.75,15.5 L 4.21875,15.5 z " + transform="translate(-1,17)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + style="fill:url(#linearGradient3112);fill-opacity:1;stroke:url(#linearGradient3141);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:10;stroke-opacity:1" + d="M 2.5,31.5 L 44.5,31.5 C 45.03125,31.5 46.5,32.195436 46.5,35.5 L 0.5,35.499996 C 0.5,32.140722 1.9990244,31.5 2.5,31.5 z " + id="rect2216" + sodipodi:nodetypes="ccccc" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.9821676" + inkscape:original="M 3.5 13.5 C 2.9990244 13.5 1.5 14.140726 1.5 17.5 L 47.5 17.5 C 47.5 14.195436 46.03125 13.5 45.5 13.5 L 3.5 13.5 z " + style="opacity:0.2;fill:none;fill-opacity:1;stroke:white;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" + id="path3131" + d="M 3.5,14.46875 C 3.7898711,14.46875 2.8665612,14.580046 2.59375,16.53125 L 46.40625,16.53125 C 46.135436,14.603282 45.219232,14.46875 45.5,14.46875 L 3.5,14.46875 z " + transform="translate(-1,18)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <g + id="g6102" + inkscape:label="pixmap" + style="display:inline" + transform="translate(188.7605,-103.2651)" /> + <g + transform="matrix(0.186703,0,0,0.186703,167.6532,-45.64211)" + id="g6106" /> + <g + inkscape:label="pattern" + id="g30621" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,35.092)" /> + <g + inkscape:label="pattern" + id="g35222" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,81.092)" /> + <g + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + id="use3210" + transform="translate(-1,102)"> + <rect + style="fill:#eeeeec;fill-opacity:1;stroke:#d3d7cf;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2434" + width="10.000002" + height="3" + x="9.4999981" + y="-91.5" + rx="1.5" + ry="1.5" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <g + style="display:inline" + id="g2436" + transform="translate(66,0)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <rect + ry="0.5" + rx="0.5" + y="-89" + x="-55" + height="1" + width="1" + id="rect2438" + style="opacity:1;fill:black;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1" /> + <rect + ry="0.5" + rx="0.5" + y="-89" + x="-53" + height="1" + width="1" + id="rect2440" + style="opacity:1;fill:black;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + <rect + ry="0.5" + rx="0.5" + y="-89" + x="-51" + height="1" + width="1" + id="rect2442" + style="opacity:1;fill:black;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + <rect + ry="0.5" + rx="0.5" + y="-89" + x="-49" + height="1" + width="1" + id="rect2444" + style="opacity:1;fill:black;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + </g> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/status/folder-open.svg b/icon-themes/Quid/scalable/status/folder-open.svg new file mode 100644 index 00000000..b7bbac61 --- /dev/null +++ b/icon-themes/Quid/scalable/status/folder-open.svg @@ -0,0 +1,486 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + x="0.0000000" + y="0.0000000" + width="48" + height="48" + id="svg1" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docname="folder-open.svg" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/status" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-daritaliare.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata162"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Folder Open</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:date /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + <dc:identifier /> + <dc:subject> + <rdf:Bag> + <rdf:li>folder</rdf:li> + <rdf:li>directory</rdf:li> + <rdf:li>storage</rdf:li> + <rdf:li>open</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:window-width="1051" + inkscape:window-height="655" + inkscape:cy="23.5" + inkscape:cx="25" + inkscape:zoom="1" + inkscape:document-units="px" + showgrid="false" + inkscape:window-x="284" + inkscape:window-y="35" + inkscape:current-layer="layer5" + inkscape:showpageshadow="false" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-paths="false" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + inkscape:grid-points="false" + showborder="false"> + <sodipodi:guide + orientation="horizontal" + position="36.062446" + id="guide1934" /> + <sodipodi:guide + orientation="horizontal" + position="15.003922" + id="guide1941" /> + <sodipodi:guide + orientation="vertical" + position="4.5" + id="guide1943" /> + <sodipodi:guide + orientation="vertical" + position="44.503533" + id="guide1945" /> + <sodipodi:guide + orientation="horizontal" + position="43.125" + id="guide1947" /> + <sodipodi:guide + orientation="horizontal" + position="39" + id="guide1949" /> + <sodipodi:guide + orientation="horizontal" + position="19.003495" + id="guide2919" /> + <sodipodi:guide + orientation="vertical" + position="0.97227183" + id="guide2212" /> + <sodipodi:guide + orientation="vertical" + position="47.994873" + id="guide2214" /> + <sodipodi:guide + orientation="horizontal" + position="111" + id="guide4328" /> + <sodipodi:guide + orientation="vertical" + position="65.75" + id="guide3135" /> + <sodipodi:guide + orientation="vertical" + position="129.75" + id="guide3137" /> + <sodipodi:guide + orientation="vertical" + position="190.75" + id="guide3139" /> + <sodipodi:guide + orientation="vertical" + position="212.48559" + id="guide3316" /> + <sodipodi:guide + orientation="horizontal" + position="178.01413" + id="guide3318" /> + </sodipodi:namedview> + <defs + id="defs3"> + <linearGradient + inkscape:collect="always" + id="linearGradient3148"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3150" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3152" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4100"> + <stop + style="stop-color:#75507b;stop-opacity:1;" + offset="0" + id="stop4102" /> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="1" + id="stop4104" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3311"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop3313" /> + <stop + style="stop-color:#555753;stop-opacity:1" + offset="1" + id="stop3315" /> + </linearGradient> + <linearGradient + id="linearGradient2894"> + <stop + style="stop-color:#39213f;stop-opacity:1;" + offset="0" + id="stop2896" /> + <stop + id="stop2900" + offset="0.47619048" + style="stop-color:#75507b;stop-opacity:1;" /> + <stop + style="stop-color:#5c3566;stop-opacity:1" + offset="1" + id="stop2898" /> + </linearGradient> + <linearGradient + id="linearGradient3100"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3102" /> + <stop + id="stop2071" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient3018"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop3020" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop3022" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3311" + id="linearGradient3998" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1,103)" + x1="20.625" + y1="-89.501274" + x2="20.625" + y2="-73.592278" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3018" + id="linearGradient4000" + gradientUnits="userSpaceOnUse" + x1="7.875" + y1="8.8348885" + x2="7.875" + y2="30.009003" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2894" + id="linearGradient4087" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.9603,0,83.39965)" + x1="9.4176369" + y1="-44.498653" + x2="9.4176369" + y2="-60.72047" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3100" + id="linearGradient4089" + gradientUnits="userSpaceOnUse" + x1="17.02047" + y1="-16.221062" + x2="17.02047" + y2="-29.344501" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4100" + id="linearGradient4106" + x1="20.662504" + y1="34.941128" + x2="20.537504" + y2="25.303768" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3148" + id="radialGradient3154" + cx="10.804749" + cy="16.085173" + fx="10.804749" + fy="16.085173" + r="22.730583" + gradientTransform="matrix(2.909226,8.225137e-3,0,0.349063,-19.80845,16.49248)" + gradientUnits="userSpaceOnUse" /> + </defs> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Riferimenti" + style="display:inline" /> + <g + inkscape:groupmode="layer" + id="layer4" + inkscape:label="base" + style="display:none"> + <rect + style="opacity:0.7;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.01111126;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1" + id="rect2826" + width="307" + height="105" + x="-68" + y="-209" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-daritaliare.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + id="g891" + transform="matrix(0.186703,0,0,0.186703,-21.1073,57.62299)" /> + <path + style="fill:url(#linearGradient3998);fill-opacity:1;stroke:#555753;stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + d="M 7.5,7.499998 C 6.5975,7.499998 6.168127,7.813608 6,8.95588 C 4.118026,18.929057 4.215756,27.03426 4.5,37.135101 C 4.5,37.884398 5.116307,38.49999 5.875,38.49999 L 41.125,38.49999 C 41.88369,38.49999 42.44816,37.882707 42.5,37.135101 C 43.5,19.08823 41.5,13.864889 41.5,13.864889 C 41.5,13.115592 40.88369,12.5 40.125,12.5 L 22.5,12.5 L 21.5,9.102942 C 21.254867,8.270211 20.9025,7.499998 20,7.499998 L 7.5,7.499998 z " + id="path3944" + sodipodi:nodetypes="czcccccccscc" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-0.98693144" + inkscape:original="M 8.5 7.5 C 7.5975 7.4999999 7.168127 7.826478 7 8.96875 C 5.118026 18.941927 5.215756 29.024159 5.5 39.125 C 5.5 39.874297 6.116307 40.5 6.875 40.5 L 42.125 40.5 C 42.88369 40.500001 43.44816 39.872606 43.5 39.125 C 44.5 21.078129 42.5 13.875 42.5 13.875 C 42.5 13.125703 41.88369 12.5 41.125 12.5 L 23.5 12.5 L 22.5 9.09375 C 22.254867 8.2610185 21.9025 7.5 21 7.5 L 8.5 7.5 z " + style="opacity:0.48627451;fill:none;fill-opacity:1;stroke:url(#linearGradient4000);stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="path3946" + d="M 8.5,8.5 C 8.167757,8.5 8.1531396,8.5341442 8.15625,8.53125 C 8.1593604,8.5283558 8.0371607,8.6602106 7.96875,9.125 C 7.9689149,9.135416 7.9689149,9.145834 7.96875,9.15625 C 6.1104047,19.004211 6.2160965,29.00501 6.5,39.09375 C 6.5001649,39.104166 6.5001649,39.114584 6.5,39.125 C 6.5,39.333121 6.6589296,39.5 6.875,39.5 L 42.125,39.5 C 42.339597,39.5 42.479725,39.354901 42.5,39.0625 C 43.495176,21.102696 41.5625,14.125 41.5625,14.125 C 41.530831,14.044756 41.509819,13.960707 41.5,13.875 C 41.5,13.666882 41.341065,13.5 41.125,13.5 L 23.5,13.5 C 23.062797,13.49451 22.681309,13.202036 22.5625,12.78125 L 21.5625,9.375 C 21.45311,9.0033953 21.310238,8.710051 21.21875,8.59375 C 21.127262,8.477449 21.173845,8.5 21,8.5 L 8.5,8.5 z " + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + transform="translate(-1,0)" /> + <g + style="display:inline" + transform="matrix(0.216083,0,0,0.263095,-1.89323,-11.2424)" + id="g3948" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <path + d="M 32.706693,164.36026 C 22.319193,164.36026 13.956693,172.72276 13.956693,183.11026 C 13.956693,193.49776 22.319193,201.86026 32.706693,201.86026 L 205.20669,201.86026 C 215.59419,201.86026 223.95669,193.49776 223.95669,183.11026 C 223.95669,172.72276 215.59419,164.36026 205.20669,164.36026 L 32.706693,164.36026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3950" /> + <path + d="M 32.706693,165.61026 C 23.011693,165.61026 15.206693,173.41526 15.206693,183.11026 C 15.206693,192.80526 23.011693,200.61026 32.706693,200.61026 L 205.20669,200.61026 C 214.90169,200.61026 222.70669,192.80526 222.70669,183.11026 C 222.70669,173.41526 214.90169,165.61026 205.20669,165.61026 L 32.706693,165.61026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3952" /> + <path + d="M 32.706694,166.86026 C 23.704194,166.86026 16.456694,174.10776 16.456694,183.11026 C 16.456694,192.11276 23.704194,199.36026 32.706694,199.36026 L 205.20669,199.36026 C 214.20919,199.36026 221.45669,192.11276 221.45669,183.11026 C 221.45669,174.10776 214.20919,166.86026 205.20669,166.86026 L 32.706694,166.86026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3954" /> + <path + d="M 32.706694,168.11026 C 24.396694,168.11026 17.706694,174.80026 17.706694,183.11026 C 17.706694,191.42026 24.396694,198.11026 32.706694,198.11026 L 205.20669,198.11026 C 213.51669,198.11026 220.20669,191.42026 220.20669,183.11026 C 220.20669,174.80026 213.51669,168.11026 205.20669,168.11026 L 32.706694,168.11026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3956" /> + <path + d="M 32.707764,169.36026 C 25.090264,169.36026 18.957764,175.49276 18.957764,183.11026 C 18.957764,190.72776 25.090264,196.86026 32.707764,196.86026 L 205.20618,196.86026 C 212.82368,196.86026 218.95618,190.72776 218.95618,183.11026 C 218.95618,175.49276 212.82368,169.36026 205.20618,169.36026 L 32.707764,169.36026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3958" /> + <path + d="M 32.706694,170.61026 C 25.781694,170.61026 20.206694,176.18526 20.206694,183.11026 C 20.206694,190.03526 25.781694,195.61026 32.706694,195.61026 L 205.20669,195.61026 C 212.13169,195.61026 217.70669,190.03526 217.70669,183.11026 C 217.70669,176.18526 212.13169,170.61026 205.20669,170.61026 L 32.706694,170.61026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3960" /> + <path + d="M 32.706694,171.86026 C 26.474194,171.86026 21.456694,176.87776 21.456694,183.11026 C 21.456694,189.34276 26.474194,194.36026 32.706694,194.36026 L 205.20669,194.36026 C 211.43919,194.36026 216.45669,189.34276 216.45669,183.11026 C 216.45669,176.87776 211.43919,171.86026 205.20669,171.86026 L 32.706694,171.86026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3962" /> + <path + d="M 32.706694,173.11026 C 27.166694,173.11026 22.706694,177.57026 22.706694,183.11026 C 22.706694,188.65026 27.166694,193.11026 32.706694,193.11026 L 205.20669,193.11026 C 210.74669,193.11026 215.20669,188.65026 215.20669,183.11026 C 215.20669,177.57026 210.74669,173.11026 205.20669,173.11026 L 32.706694,173.11026 z " + style="opacity:0.04787233;fill-rule:evenodd;stroke-width:3pt" + id="path3964" /> + </g> + <g + id="g3980" + transform="matrix(1,0,0,0.56332,-1,15.9965)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <path + sodipodi:nodetypes="ccccccccc" + id="path3982" + d="M 2.645078,20.500008 L 46.354654,20.500008 C 46.989027,20.500008 47.499732,20.849913 47.499732,21.284549 C 44.5,28.66255 44.5,31.959632 44.5,34.690095 C 44.5,36.397607 44,39.706 42.354654,39.778416 L 6.645078,39.778416 C 5.5,39.706 4.5,36.397607 4.5,34.690095 C 4.4375,31.959632 4.5,28.66255 1.499999,21.284549 C 1.499999,20.849913 2.010705,20.500008 2.645078,20.500008 z " + style="fill:url(#linearGradient4106);fill-opacity:1;stroke:url(#linearGradient4087);stroke-width:1.33236361;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> + <path + transform="matrix(1,0,0,0.901423,0,50.79619)" + style="opacity:0.15;fill:none;fill-opacity:1;stroke:url(#linearGradient4089);stroke-width:1.4033258;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 2.625,-32.5 C 5.3597846,-25.370787 5.5,-25.405699 5.5,-18.868483 C 5.5396524,-16.219462 5.9187635,-15.587189 6.71875,-14.4375 L 42.3125,-14.4375 L 42.34375,-14.4375 C 43.419472,-14.962936 43.336667,-16.462252 43.5,-18.868483 C 43.5,-23.49881 43.573003,-25.119501 46.375,-32.5 C 46.360642,-32.501163 46.358943,-32.5 46.34375,-32.5 L 2.65625,-32.5 C 2.6410568,-32.5 2.6393578,-32.501163 2.625,-32.5 z " + id="path3984" + sodipodi:nodetypes="cscccscccc" /> + <path + sodipodi:nodetypes="cc" + id="path3986" + d="M 2.4999996,22.196088 L 46.5,22.196088" + style="opacity:0.35;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient3154);stroke-width:1.33236313px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="g6102" + inkscape:label="pixmap" + style="display:inline" + transform="translate(188.7605,-103.2651)" /> + <g + transform="matrix(0.186703,0,0,0.186703,167.6532,-45.64211)" + id="g6106" /> + <g + inkscape:label="pattern" + id="g30621" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,35.092)" /> + <g + inkscape:label="pattern" + id="g35222" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,81.092)" /> + <g + transform="translate(-1,102)" + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx.png" + id="use3206"> + <rect + style="fill:#eeeeec;fill-opacity:1;stroke:#d3d7cf;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2420" + width="10.000002" + height="3" + x="9.4999981" + y="-91.5" + rx="1.5" + ry="1.5" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + <g + style="display:inline" + id="g2422" + transform="translate(66,0)" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-alt.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-55" + height="1" + width="1" + id="rect2424" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1" /> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-53" + height="1" + width="1" + id="rect2426" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-51" + height="1" + width="1" + id="rect2428" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + <rect + ry="0.5" + rx="0.5" + y="-90" + x="-49" + height="1" + width="1" + id="rect2430" + style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.4000001;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1;display:inline" /> + </g> + </g> + </g> +</svg> diff --git a/icon-themes/Quid/scalable/status/folder-visiting.svg b/icon-themes/Quid/scalable/status/folder-visiting.svg new file mode 100644 index 00000000..0a41bdab --- /dev/null +++ b/icon-themes/Quid/scalable/status/folder-visiting.svg @@ -0,0 +1,246 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + x="0.0000000" + y="0.0000000" + width="48" + height="48" + id="svg1" + sodipodi:version="0.32" + inkscape:version="0.43+devel" + sodipodi:docname="prova.svg" + sodipodi:docbase="/home/lapo/Icone/Crux/crux-icon-theme/scalable/status" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-daritaliare.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <metadata + id="metadata162"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Folder Open</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:date /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + <dc:identifier /> + <dc:subject> + <rdf:Bag> + <rdf:li>folder</rdf:li> + <rdf:li>directory</rdf:li> + <rdf:li>storage</rdf:li> + <rdf:li>open</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:window-width="1051" + inkscape:window-height="655" + inkscape:cy="12.973283" + inkscape:cx="22.704523" + inkscape:zoom="1" + inkscape:document-units="px" + showgrid="false" + inkscape:window-x="284" + inkscape:window-y="35" + inkscape:current-layer="layer2" + inkscape:showpageshadow="false" + showguides="false" + inkscape:guide-bbox="true" + inkscape:object-paths="false" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + inkscape:grid-points="false" + showborder="false"> + <sodipodi:guide + orientation="horizontal" + position="36.062446" + id="guide1934" /> + <sodipodi:guide + orientation="horizontal" + position="15.003922" + id="guide1941" /> + <sodipodi:guide + orientation="vertical" + position="4.5" + id="guide1943" /> + <sodipodi:guide + orientation="vertical" + position="44.503533" + id="guide1945" /> + <sodipodi:guide + orientation="horizontal" + position="43.125" + id="guide1947" /> + <sodipodi:guide + orientation="horizontal" + position="39" + id="guide1949" /> + <sodipodi:guide + orientation="horizontal" + position="19.003495" + id="guide2919" /> + <sodipodi:guide + orientation="vertical" + position="0.97227183" + id="guide2212" /> + <sodipodi:guide + orientation="vertical" + position="47.994873" + id="guide2214" /> + <sodipodi:guide + orientation="horizontal" + position="111" + id="guide4328" /> + <sodipodi:guide + orientation="vertical" + position="65.75" + id="guide3135" /> + <sodipodi:guide + orientation="vertical" + position="129.75" + id="guide3137" /> + <sodipodi:guide + orientation="vertical" + position="190.75" + id="guide3139" /> + <sodipodi:guide + orientation="vertical" + position="212.48559" + id="guide3316" /> + <sodipodi:guide + orientation="horizontal" + position="178.01413" + id="guide3318" /> + </sodipodi:namedview> + <defs + id="defs3"> + <linearGradient + inkscape:collect="always" + id="linearGradient3311"> + <stop + style="stop-color:#ad7fa8;stop-opacity:1" + offset="0" + id="stop3313" /> + <stop + style="stop-color:#75507b;stop-opacity:1" + offset="1" + id="stop3315" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3311" + id="linearGradient2187" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1,103)" + x1="28.323666" + y1="-62.627769" + x2="20.448666" + y2="-94.053596" /> + </defs> + <g + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Riferimenti" + style="display:inline" /> + <g + inkscape:groupmode="layer" + id="layer4" + inkscape:label="base" + style="display:none"> + <rect + style="opacity:0.7;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4.01111126;stroke-dasharray:none;stroke-dashoffset:10;stroke-opacity:1" + id="rect2826" + width="307" + height="105" + x="-68" + y="-209" + inkscape:export-filename="/home/lapo/Icone/Crux/folderx-daritaliare.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="vectors" + style="display:inline"> + <g + id="g891" + transform="matrix(0.186703,0,0,0.186703,-21.1073,57.62299)" /> + <g + id="g6102" + inkscape:label="pixmap" + style="display:inline" + transform="translate(188.7605,-103.2651)" /> + <g + transform="matrix(0.186703,0,0,0.186703,167.6532,-45.64211)" + id="g6106" /> + <g + inkscape:label="pattern" + id="g30621" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,35.092)" /> + <g + inkscape:label="pattern" + id="g35222" + inkscape:r_cx="true" + inkscape:r_cy="true" + transform="translate(190.4218,81.092)" /> + <g + id="g2812" + style="opacity:0.6"> + <path + id="path3944" + d="M 7.5 7.5 C 6.5975 7.4999999 6.168127 7.826478 6 8.96875 C 4.74747 15.606304 4.3711108 21.40953 4.34375 27.53125 L 1.65625 27.53125 C 1.021877 27.53125 0.50000001 27.755162 0.5 28 C 3.500001 32.156176 3.4375 33.993126 3.5 35.53125 C 3.5 36.298583 4.129982 37.624387 4.96875 38.15625 C 5.2110324 38.368487 5.5272657 38.5 5.875 38.5 L 41.125 38.5 C 41.354401 38.5 41.564914 38.443158 41.75 38.34375 C 43.064106 38.027895 43.5 36.40647 43.5 35.53125 C 43.5 33.993126 43.500267 32.156177 46.5 28 C 46.5 27.755161 45.978125 27.53125 45.34375 27.53125 L 42.75 27.53125 C 42.720758 17.244475 41.5 13.875 41.5 13.875 C 41.5 13.125703 40.88369 12.5 40.125 12.5 L 22.5 12.5 L 21.5 9.09375 C 21.254867 8.2610185 20.9025 7.5 20 7.5 L 7.5 7.5 z " + style="fill:url(#linearGradient2187);fill-opacity:1;stroke:#5c3566;stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;opacity:1" /> + <path + d="M 7.5,8.5 C 7.1693329,8.5 7.1499049,8.537154 7.15625,8.53125 C 7.1625951,8.525346 7.0682035,8.6616188 7,9.125 C 6.9898148,9.1356456 6.9793956,9.1460648 6.96875,9.15625 C 5.7291457,15.725307 5.3709402,21.44769 5.34375,27.53125 C 5.3436948,28.083512 4.8960119,28.531195 4.34375,28.53125 L 1.9375,28.53125 C 2.8875015,30.009617 3.7459046,31.427822 4.0625,32.4375 C 4.4707187,33.739381 4.4699547,34.760585 4.5,35.5 C 4.5001628,35.510416 4.5001628,35.520834 4.5,35.53125 C 4.5,35.641249 4.6096667,36.086922 4.8125,36.46875 C 5.0153333,36.850578 5.3023555,37.187174 5.5,37.3125 C 5.5440478,37.340442 5.585842,37.371788 5.625,37.40625 C 5.6968801,37.469216 5.7793988,37.5 5.875,37.5 L 41.125,37.5 C 41.189211,37.5 41.234628,37.49379 41.28125,37.46875 C 41.360019,37.426467 41.444101,37.394936 41.53125,37.375 C 41.834675,37.30207 42.030547,37.100505 42.21875,36.71875 C 42.406953,36.336995 42.5,35.802847 42.5,35.53125 C 42.5,34.76213 42.519921,33.741373 42.9375,32.4375 C 43.261355,31.426277 44.10927,30.007053 45.0625,28.53125 L 42.75,28.53125 C 42.197738,28.531195 41.750055,28.083512 41.75,27.53125 C 41.735491,22.427109 41.425784,19.072671 41.125,17 C 40.824216,14.927329 40.5625,14.21875 40.5625,14.21875 C 40.521658,14.108722 40.500502,13.992363 40.5,13.875 C 40.5,13.674048 40.33388,13.5 40.125,13.5 L 22.5,13.5 C 22.052678,13.504038 21.657078,13.210529 21.53125,12.78125 L 20.53125,9.375 C 20.422034,9.003988 20.308383,8.7076934 20.21875,8.59375 C 20.129117,8.4798066 20.170172,8.5 20,8.5 L 7.5,8.5 z " + id="path2193" + style="fill:none;fill-opacity:1.0;stroke:white;stroke-width:0.99999934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;opacity:0.4" + inkscape:original="M 7.5 7.5 C 6.5975 7.4999999 6.168127 7.826478 6 8.96875 C 4.74747 15.606304 4.3711108 21.40953 4.34375 27.53125 L 1.65625 27.53125 C 1.021877 27.53125 0.50000001 27.755162 0.5 28 C 3.500001 32.156176 3.4375 33.993126 3.5 35.53125 C 3.5 36.298583 4.129982 37.624387 4.96875 38.15625 C 5.2110324 38.368487 5.5272657 38.5 5.875 38.5 L 41.125 38.5 C 41.354401 38.5 41.564914 38.443158 41.75 38.34375 C 43.064106 38.027895 43.5 36.40647 43.5 35.53125 C 43.5 33.993126 43.500267 32.156177 46.5 28 C 46.5 27.755161 45.978125 27.53125 45.34375 27.53125 L 42.75 27.53125 C 42.720758 17.244475 41.5 13.875 41.5 13.875 C 41.5 13.125703 40.88369 12.5 40.125 12.5 L 22.5 12.5 L 21.5 9.09375 C 21.254867 8.2610185 20.9025 7.5 20 7.5 L 7.5 7.5 z " + inkscape:radius="-1" + sodipodi:type="inkscape:offset" /> + </g> + </g> +</svg> diff --git a/marco-themes/Aldabra/background.png b/marco-themes/Aldabra/background.png Binary files differnew file mode 100644 index 00000000..d5ecc7ab --- /dev/null +++ b/marco-themes/Aldabra/background.png diff --git a/marco-themes/Aldabra/button_close.png b/marco-themes/Aldabra/button_close.png Binary files differnew file mode 100644 index 00000000..cd4b7b1f --- /dev/null +++ b/marco-themes/Aldabra/button_close.png diff --git a/marco-themes/Aldabra/button_close_prelight.png b/marco-themes/Aldabra/button_close_prelight.png Binary files differnew file mode 100644 index 00000000..b6710d24 --- /dev/null +++ b/marco-themes/Aldabra/button_close_prelight.png diff --git a/marco-themes/Aldabra/button_close_pressed.png b/marco-themes/Aldabra/button_close_pressed.png Binary files differnew file mode 100644 index 00000000..983820f4 --- /dev/null +++ b/marco-themes/Aldabra/button_close_pressed.png diff --git a/marco-themes/Aldabra/metacity-theme-1.xml b/marco-themes/Aldabra/metacity-theme-1.xml new file mode 100644 index 00000000..a6a1b516 --- /dev/null +++ b/marco-themes/Aldabra/metacity-theme-1.xml @@ -0,0 +1,271 @@ +<?xml version="1.0"?> +<metacity_theme> + <info> + <name>Aldabra</name> + <author>Hylke Bons</author> + <copyright>Intel, 2010</copyright> + <date>April 23, 2010</date> + <description>The Netbook Window Theme</description> + </info> + + <frame_geometry name="normal" rounded_top_left="false" rounded_top_right="false" title_scale="medium"> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="4"/> + <distance name="right_titlebar_edge" value="4"/> + <distance name="button_width" value="36"/> + <distance name="button_height" value="34"/> + <distance name="title_vertical_pad" value="20"/> + <border name="title_border" left="0" right="0" top="1" bottom="0"/> + <border name="button_border" left="0" right="1" top="1" bottom="0"/> + </frame_geometry> + <frame_geometry name="maximized" title_scale="medium" parent="normal"/> + <frame_geometry name="utility" title_scale="medium" parent="normal"/> + <frame_geometry name="border" has_title="false" parent="normal"/> + + <draw_ops name="bg_titlebar_focused"> + <image filename="background.png" x="1" y="1" width="2560" height="76" /> + </draw_ops> + + <draw_ops name="bg_bottom_focused"> + <rectangle color="red" x="0" y="height - 3" width="width" height="3" filled="true"/> + </draw_ops> + + <draw_ops name="lines_border_focused"> + <line color="#556168" x1="0" y1="0" x2="0" y2="height" dash_off_length="0" dash_on_length="3"/> + <line color="#92918a" x1="0" y1="0" x2="width" y2="0" dash_off_length="0" dash_on_length="3"/> + <line color="#556168" x1="width-1" y1="0" x2="width-1" y2="height" dash_off_length="0" dash_on_length="3"/> + <line color="#92918a" x1="1" y1="height-1" x2="width-2" y2="height-1" dash_off_length="0" dash_on_length="3"/> + </draw_ops> + + <draw_ops name="title_all"> + <title x="6" y="(((height - title_height -1) / 2) `max` 0) + 2" color="#3b3b3a"/> + </draw_ops> + + <draw_ops name="titlebar_normal_focused"> + <include name="bg_titlebar_focused"/> + <include name="lines_border_focused"/> + </draw_ops> + + <draw_ops name="normal_focused"> + <include name="bg_bottom_focused"/> + <include name="lines_border_focused"/> + </draw_ops> + + <draw_ops name="button_close_normal"> + <image filename="button_close.png" + alpha="1" + x="0" + y="0" + width="36" + height="34"/> + </draw_ops> + + <draw_ops name="button_close_prelight"> + <image filename="button_close_prelight.png" + alpha="1" + x="0" + y="0" + width="36" + height="34"/> + </draw_ops> + + <draw_ops name="button_close_pressed"> + <image filename="button_close_pressed.png" + alpha="1" + x="0" + y="0" + width="36" + height="34"/> + </draw_ops> + + <draw_ops name="none"/> + + <frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="normal_focused"/> + <piece position="titlebar" draw_ops="titlebar_normal_focused"/> + <piece position="title" draw_ops="title_all"/> + <button function="close" state="normal" draw_ops="button_close_normal"/> + <button function="close" state="prelight" draw_ops="button_close_prelight"/> + <button function="close" state="pressed" draw_ops="button_close_pressed"/> + <button function="maximize" state="normal" draw_ops="none"/> + <button function="maximize" state="prelight" draw_ops="none"/> + <button function="maximize" state="pressed" draw_ops="none"/> + <button function="minimize" state="normal" draw_ops="none"/> + <button function="minimize" state="prelight" draw_ops="none"/> + <button function="minimize" state="pressed" draw_ops="none"/> + <button function="menu" state="normal" draw_ops="none"/> + <button function="menu" state="pressed" draw_ops="none"/> + <button function="menu" state="prelight" draw_ops="none"/> + </frame_style> + + <frame_style name="normal_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="normal_focused"/> + <piece position="titlebar" draw_ops="titlebar_normal_focused"/> + <piece position="title" draw_ops="title_all"/> + <button function="close" state="normal" draw_ops="button_close_normal"/> + <button function="close" state="prelight" draw_ops="button_close_prelight"/> + <button function="close" state="pressed" draw_ops="button_close_pressed"/> + <button function="maximize" state="normal" draw_ops="none"/> + <button function="maximize" state="prelight" draw_ops="none"/> + <button function="maximize" state="pressed" draw_ops="none"/> + <button function="minimize" state="normal" draw_ops="none"/> + <button function="minimize" state="prelight" draw_ops="none"/> + <button function="minimize" state="pressed" draw_ops="none"/> + <button function="menu" state="normal" draw_ops="none"/> + <button function="menu" state="pressed" draw_ops="none"/> + <button function="menu" state="prelight" draw_ops="none"/> + </frame_style> + + <frame_style name="maximized_focused" geometry="maximized"> + <piece position="entire_background" draw_ops="normal_focused"/> + <piece position="titlebar" draw_ops="titlebar_normal_focused"/> + <piece position="title" draw_ops="title_all"/> + <button function="close" state="normal" draw_ops="button_close_normal"/> + <button function="close" state="prelight" draw_ops="button_close_prelight"/> + <button function="close" state="pressed" draw_ops="button_close_pressed"/> + <button function="maximize" state="normal" draw_ops="none"/> + <button function="maximize" state="prelight" draw_ops="none"/> + <button function="maximize" state="pressed" draw_ops="none"/> + <button function="minimize" state="normal" draw_ops="none"/> + <button function="minimize" state="prelight" draw_ops="none"/> + <button function="minimize" state="pressed" draw_ops="none"/> + <button function="menu" state="normal" draw_ops="none"/> + <button function="menu" state="pressed" draw_ops="none"/> + <button function="menu" state="prelight" draw_ops="none"/> + </frame_style> + + <frame_style name="maximized_unfocused" geometry="maximized"> + <piece position="entire_background" draw_ops="normal_focused"/> + <piece position="titlebar" draw_ops="titlebar_normal_focused"/> + <piece position="title" draw_ops="title_all"/> + <button function="close" state="normal" draw_ops="button_close_normal"/> + <button function="close" state="prelight" draw_ops="button_close_prelight"/> + <button function="close" state="pressed" draw_ops="button_close_pressed"/> + <button function="maximize" state="normal" draw_ops="none"/> + <button function="maximize" state="prelight" draw_ops="none"/> + <button function="maximize" state="pressed" draw_ops="none"/> + <button function="minimize" state="normal" draw_ops="none"/> + <button function="minimize" state="prelight" draw_ops="none"/> + <button function="minimize" state="pressed" draw_ops="none"/> + <button function="menu" state="normal" draw_ops="none"/> + <button function="menu" state="pressed" draw_ops="none"/> + <button function="menu" state="prelight" draw_ops="none"/> + </frame_style> + + <frame_style name="border_focused" geometry="border"> + <piece position="entire_background" draw_ops="normal_focused"/> + <button function="close" state="normal" draw_ops="button_close_normal"/> + <button function="close" state="prelight" draw_ops="button_close_prelight"/> + <button function="close" state="pressed" draw_ops="button_close_pressed"/> + <button function="maximize" state="normal" draw_ops="none"/> + <button function="maximize" state="prelight" draw_ops="none"/> + <button function="maximize" state="pressed" draw_ops="none"/> + <button function="minimize" state="normal" draw_ops="none"/> + <button function="minimize" state="prelight" draw_ops="none"/> + <button function="minimize" state="pressed" draw_ops="none"/> + <button function="menu" state="normal" draw_ops="none"/> + <button function="menu" state="pressed" draw_ops="none"/> + <button function="menu" state="prelight" draw_ops="none"/> + </frame_style> + + <frame_style name="border_unfocused" geometry="border"> + <piece position="entire_background" draw_ops="normal_focused"/> + <button function="close" state="normal" draw_ops="button_close_normal"/> + <button function="close" state="prelight" draw_ops="button_close_prelight"/> + <button function="close" state="pressed" draw_ops="button_close_pressed"/> + <button function="maximize" state="normal" draw_ops="none"/> + <button function="maximize" state="prelight" draw_ops="none"/> + <button function="maximize" state="pressed" draw_ops="none"/> + <button function="minimize" state="normal" draw_ops="none"/> + <button function="minimize" state="prelight" draw_ops="none"/> + <button function="minimize" state="pressed" draw_ops="none"/> + <button function="menu" state="normal" draw_ops="none"/> + <button function="menu" state="pressed" draw_ops="none"/> + <button function="menu" state="prelight" draw_ops="none"/> + </frame_style> + + <frame_style name="utility_focused" geometry="utility"> + <piece position="entire_background" draw_ops="normal_focused"/> + <piece position="titlebar" draw_ops="titlebar_normal_focused"/> + <piece position="title" draw_ops="title_all"/> + <button function="close" state="normal" draw_ops="button_close_normal"/> + <button function="close" state="prelight" draw_ops="button_close_prelight"/> + <button function="close" state="pressed" draw_ops="button_close_pressed"/> + <button function="maximize" state="normal" draw_ops="none"/> + <button function="maximize" state="prelight" draw_ops="none"/> + <button function="maximize" state="pressed" draw_ops="none"/> + <button function="minimize" state="normal" draw_ops="none"/> + <button function="minimize" state="prelight" draw_ops="none"/> + <button function="minimize" state="pressed" draw_ops="none"/> + <button function="menu" state="normal" draw_ops="none"/> + <button function="menu" state="pressed" draw_ops="none"/> + <button function="menu" state="prelight" draw_ops="none"/> + </frame_style> + + <frame_style name="utility_unfocused" geometry="utility"> + <piece position="entire_background" draw_ops="normal_focused"/> + <piece position="titlebar" draw_ops="titlebar_normal_focused"/> + <piece position="title" draw_ops="title_all"/> + <button function="close" state="normal" draw_ops="button_close_normal"/> + <button function="close" state="prelight" draw_ops="button_close_prelight"/> + <button function="close" state="pressed" draw_ops="button_close_pressed"/> + <button function="maximize" state="normal" draw_ops="none"/> + <button function="maximize" state="prelight" draw_ops="none"/> + <button function="maximize" state="pressed" draw_ops="none"/> + <button function="minimize" state="normal" draw_ops="none"/> + <button function="minimize" state="prelight" draw_ops="none"/> + <button function="minimize" state="pressed" draw_ops="none"/> + <button function="menu" state="normal" draw_ops="none"/> + <button function="menu" state="pressed" draw_ops="none"/> + <button function="menu" state="prelight" draw_ops="none"/> + </frame_style> + + <frame_style_set name="normal"> + <frame state="normal" resize="none" focus="no" style="normal_unfocused"/> + <frame state="normal" resize="none" focus="yes" style="normal_focused"/> + <frame state="normal" resize="both" focus="no" style="normal_unfocused"/> + <frame state="normal" resize="both" focus="yes" style="normal_focused"/> + <frame state="shaded" focus="no" style="normal_unfocused"/> + <frame state="shaded" focus="yes" style="normal_focused"/> + <frame state="maximized" focus="no" style="normal_focused"/> + <frame state="maximized" focus="yes" style="normal_focused"/> + <frame state="maximized_and_shaded" focus="no" style="normal_unfocused"/> + <frame state="maximized_and_shaded" focus="yes" style="normal_focused"/> + </frame_style_set> + + <frame_style_set name="utility"> + <frame state="normal" resize="none" focus="no" style="normal_focused"/> + <frame state="normal" resize="none" focus="yes" style="normal_focused"/> + <frame state="normal" resize="both" focus="no" style="normal_unfocused"/> + <frame state="normal" resize="both" focus="yes" style="normal_focused"/> + <frame state="shaded" focus="no" style="normal_focused"/> + <frame state="shaded" focus="yes" style="normal_focused"/> + <frame state="maximized" focus="no" style="normal_unfocused"/> + <frame state="maximized" focus="yes" style="normal_focused"/> + <frame state="maximized_and_shaded" focus="no" style="normal_focused"/> + <frame state="maximized_and_shaded" focus="yes" style="normal_focused"/> + </frame_style_set> + + <frame_style_set name="border"> + <frame state="normal" resize="none" focus="no" style="normal_focused"/> + <frame state="normal" resize="none" focus="yes" style="normal_focused"/> + <frame state="normal" resize="both" focus="no" style="normal_unfocused"/> + <frame state="normal" resize="both" focus="yes" style="normal_focused"/> + <frame state="shaded" focus="no" style="normal_focused"/> + <frame state="shaded" focus="yes" style="normal_focused"/> + <frame state="maximized" focus="no" style="normal_focused"/> + <frame state="maximized" focus="yes" style="normal_focused"/> + <frame state="maximized_and_shaded" focus="no" style="normal_focused"/> + <frame state="maximized_and_shaded" focus="yes" style="normal_focused"/> + </frame_style_set> + + <window type="normal" style_set="normal"/> + <window type="dialog" style_set="normal"/> + <window type="modal_dialog" style_set="normal"/> + <window type="menu" style_set="normal"/> + <window type="utility" style_set="utility"/> + <window type="border" style_set="border"/> + +</metacity_theme> diff --git a/marco-themes/Aldabra/metacity-theme-2.xml b/marco-themes/Aldabra/metacity-theme-2.xml new file mode 100644 index 00000000..4feb8116 --- /dev/null +++ b/marco-themes/Aldabra/metacity-theme-2.xml @@ -0,0 +1,1604 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Aldabra</name> + <author>GNOME Art Team <art.gnome.org></author> + <copyright>Â Intel, Â Red Hat, Lapo Calamandrei</copyright> + <date>2010</date> + <description>Default GNOME 3 window theme</description> +</info> + +<!-- meaningfull constants --> + +<constant name="C_border_focused" value="blend/#000000/gtk:bg[NORMAL]/0.6" /> +<constant name="C_border_unfocused" value="blend/#000000/gtk:bg[NORMAL]/0.8" /> +<constant name="C_titlebar_focused_hilight" value="gtk:base[NORMAL]" /> +<constant name="C_titlebar_unfocused" value="blend/gtk:base[NORMAL]/gtk:bg[NORMAL]/0.4" /> +<constant name="C_title_focused" value="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.1" /> +<constant name="C_title_focused_hilight" value="gtk:base[NORMAL]" /> +<constant name="C_title_unfocused" value="blend/gtk:text[NORMAL]/gtk:bg[NORMAL]/0.9" /> +<!-- color of the button icons --> +<constant name="C_icons_focused" value="gtk:text[SELECTED]" /> +<constant name="C_icons_focused_pressed" value="#ffffff" /> +<constant name="C_icons_unfocused" value="blend/gtk:text[NORMAL]/gtk:bg[NORMAL]/0.9" /> +<constant name="C_icons_unfocused_prelight" value="gtk:bg[NORMAL]" /> +<constant name="C_icons_unfocused_pressed" value="blend/#000000/gtk:bg[NORMAL]/0.7" /> +<constant name="D_icons_unfocused_offset" value="2" /> <!-- offset of the unfocused icons --> +<constant name="D_icons_shrink" value="1" /> <!-- increasing this value makes the icons in buttons smaller --> +<constant name="D_icons_grow" value="0" /> <!-- increasing this value makes the icons in buttons bigger --> +<!-- geometries --> + +<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="2" /> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="title_vertical_pad" value="10"/> + <border name="title_border" left="10" right="10" top="1" bottom="1"/> + <border name="button_border" left="0" right="0" top="1" bottom="3"/> + <aspect_ratio name="button" value="1"/> +</frame_geometry> + +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="4" rounded_top_right="4" parent="normal"> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> +</frame_geometry> + +<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="title_vertical_pad" value="9"/> <!-- + This needs to be 1 less then the + title_vertical_pad on normal state + or you'll have bigger buttons --> + <border name="title_border" left="10" right="10" top="1" bottom="1"/> + <border name="button_border" left="0" right="0" top="0" bottom="3"/> + <distance name="bottom_height" value="0" /> +</frame_geometry> + +<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> + <distance name="right_width" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> + <distance name="left_width" value="1" /> +</frame_geometry> + +<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="title_vertical_pad" value="7"/> + <border name="title_border" left="10" right="10" top="0" bottom="1"/> + <border name="button_border" left="0" right="0" top="0" bottom="2"/> +</frame_geometry> + +<frame_geometry name="small_unfocused" parent="small"> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> +</frame_geometry> + +<frame_geometry name="nobuttons" hide_buttons="true" parent="normal"> +</frame_geometry> + +<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> + <distance name="title_vertical_pad" value="1" /> +</frame_geometry> + +<frame_geometry name="modal" title_scale="small" hide_buttons="true" parent="normal"> + <distance name="title_vertical_pad" value="0"/> +</frame_geometry> + +<!-- drawing operations --> + + <!-- title --> + +<draw_ops name="title_focused"> + <title x="(0 `max` ((width - title_width) / 2)) + 3" + y="(0 `max` ((height - title_height) / 2)) + 2" + color="C_title_focused_hilight" /> + <title x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_focused" /> +</draw_ops> + +<draw_ops name="title_unfocused"> + <title x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused"/> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="gtk:bg[NORMAL]" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <include name="entire_background_focused" /> +</draw_ops> + +<draw_ops name="titlebar_fill_focused"> + <gradient type="vertical" x="0" y="0" width="width" height="height"> + <color value="blend/gtk:bg[NORMAL]/gtk:base[NORMAL]/0.4" /> + <color value="gtk:bg[NORMAL]"/> + <color value="blend/gtk:bg[NORMAL]/#000000/0.03" /> + <color value="blend/gtk:bg[NORMAL]/#000000/0.06" /> + </gradient> +</draw_ops> + +<draw_ops name="titlebar_fill_focused_alt"> + <gradient type="vertical" x="0" y="0" width="width" height="height"> + <color value="blend/gtk:bg[NORMAL]/gtk:base[NORMAL]/0.6" /> + <!-- <color value="gtk:bg[NORMAL]"/> --> + <!-- <color value="blend/gtk:bg[NORMAL]/#000000/0.03" /> --> + <color value="gtk:bg[NORMAL]"/> + </gradient> +</draw_ops> + +<draw_ops name="titlebar_fill_unfocused"> + <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <include name="titlebar_fill_unfocused" /> + <line x1="0" y1="height-1" x2="width-1" y2="height-1" color="C_icons_unfocused" /> +</draw_ops> + +<draw_ops name="hilight"> + <line x1="0" y1="1" x2="width-1" y2="1" color="C_titlebar_focused_hilight" /> + <gradient type="vertical" x="1" y="1" width="1" height="height-4"> + <color value="C_titlebar_focused_hilight" /> + <color value="blend/gtk:bg[NORMAL]/#000000/0.03" /> + </gradient> +</draw_ops> + +<draw_ops name="rounded_hilight"> + <line x1="5" y1="1" x2="width-6" y2="1" color="C_titlebar_focused_hilight" /> + <arc color="C_titlebar_focused_hilight" x="1" y="1" width="7" height="7" start_angle="270" extent_angle="90" /> + <arc color="C_titlebar_focused_hilight" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <gradient type="vertical" x="1" y="5" width="1" height="height-9"> + <color value="C_titlebar_focused_hilight" /> + <color value="blend/gtk:bg[NORMAL]/#000000/0.03" /> + </gradient> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <include name="titlebar_fill_focused_alt" /> + <include name="hilight" /> +</draw_ops> + +<draw_ops name="titlebar_focused_alt"> + <include name="titlebar_fill_focused_alt" /> + <include name="hilight" /> +</draw_ops> + +<draw_ops name="rounded_titlebar_focused"> + <include name="titlebar_fill_focused_alt" /> + <include name="rounded_hilight" /> +</draw_ops> + +<draw_ops name="rounded_titlebar_focused_alt"> + <include name="titlebar_fill_focused_alt" /> + <include name="rounded_hilight" /> +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_border_focused" x="0" y="0" width="width-1" height="height-1" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_border_unfocused" x="0" y="0" width="width-1" height="height-1" filled="false" /> +</draw_ops> + +<draw_ops name="rounded_border_focused"> + <line color="C_border_focused" x1="4" y1="0" x2="width-5" y2="0" /> + <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_focused" x1="0" y1="4" x2="0" y2="height-2" /> + <line color="C_border_focused" x1="width-1" y1="4" x2="width-1" y2="height-2" /> + <arc color="C_border_focused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> + <arc color="C_border_focused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> + <!-- double arcs for darker borders --> + <arc color="C_border_focused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> + <arc color="C_border_focused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> +</draw_ops> + +<draw_ops name="rounded_border_unfocused"> + <line color="C_border_unfocused" x1="4" y1="0" x2="width-5" y2="0" /> + <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_unfocused" x1="0" y1="4" x2="0" y2="height-2" /> + <line color="C_border_unfocused" x1="width-1" y1="4" x2="width-1" y2="height-2" /> + <arc color="C_border_unfocused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> + <arc color="C_border_unfocused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> + <!-- double arcs for darker borders --> + <arc color="C_border_unfocused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> + <arc color="C_border_unfocused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> +</draw_ops> + +<draw_ops name="border_right_focused"> + <line + x1="width-1" y1="0" + x2="width-1" y2="height" + color="C_border_focused" /> +</draw_ops> + +<draw_ops name="border_right_unfocused"> + <line + x1="width" y1="0" + x2="width" y2="height" + color="C_border_unfocused" /> +</draw_ops> + +<draw_ops name="border_left_focused"> + <line + x1="0" y1="0" + x2="0" y2="height" + color="C_border_focused" /> +</draw_ops> + +<draw_ops name="border_left_unfocused"> + <line + x1="0" y1="0" + x2="0" y2="height" + color="C_border_unfocused" /> +</draw_ops> + + <!-- button icons--> + +<constant name="C_icons_shadow" value="blend/#000000/gtk:bg[NORMAL]/0.6" /> + +<draw_ops name="close_glyph_focused"> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_focused" /> + <line + x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_focused" /> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_focused" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_focused" /> + <line + x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_focused" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_focused" /> +</draw_ops> + +<draw_ops name="close_shadow_focused"> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_shadow" /> + <line + x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_shadow" /> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_shadow" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_shadow" /> + <line + x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_shadow" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_shadow" /> +</draw_ops> + +<draw_ops name="close_focused"> + <include name="close_shadow_focused" y="1" /> + <!-- I'm not happy with the current aa I'll draw it twice to make it darker --> + <include name="close_shadow_focused" y="1" /> + <include name="close_glyph_focused" /> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <include name="close_glyph_focused" y="1" /> +</draw_ops> + +<draw_ops name="close_glyph_unfocused"> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused" /> + <line + x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused" /> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused" /> + <line + x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused" /> +</draw_ops> + +<draw_ops name="close_unfocused"> + <include name="close_glyph_unfocused" y="D_icons_unfocused_offset" /> + <include name="close_glyph_unfocused" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="close_glyph_unfocused_prelight"> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_prelight" /> + <line + x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_prelight" /> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_prelight" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_prelight" /> + <line + x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_prelight" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_prelight" /> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <include name="close_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> + <include name="close_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="close_glyph_unfocused_pressed"> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_pressed" /> + <line + x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_pressed" /> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_pressed" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_pressed" /> + <line + x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_pressed" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_pressed" /> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <include name="close_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> + <include name="close_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="maximize_glyph_focused"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_focused" /> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_focused" /> +</draw_ops> + +<draw_ops name="maximize_shadow_focused"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_shadow" /> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_shadow" /> +</draw_ops> + +<draw_ops name="maximize_focused"> + <include name="maximize_shadow_focused" y="1" /> + <include name="maximize_glyph_focused" /> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <include name="maximize_glyph_focused" y="1" /> +</draw_ops> + +<draw_ops name="maximize_glyph_unfocused"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused" /> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused" /> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <include name="maximize_glyph_unfocused" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="maximize_glyph_unfocused_prelight"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_prelight" /> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_prelight" /> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <include name="maximize_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="maximize_glyph_unfocused_pressed"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_pressed" /> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_pressed" /> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <include name="maximize_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="minimize_glyph_focused"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_focused" /> +</draw_ops> + +<draw_ops name="minimize_shadow_focused"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_shadow" /> +</draw_ops> + +<draw_ops name="minimize_focused"> + <include name="minimize_shadow_focused" y="1" /> + <include name="minimize_glyph_focused" /> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <include name="minimize_glyph_focused" y="1" /> +</draw_ops> + +<draw_ops name="minimize_glyph_unfocused"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused" /> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <include name="minimize_glyph_unfocused" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="minimize_glyph_unfocused_prelight"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_prelight" /> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <include name="minimize_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="minimize_glyph_unfocused_pressed"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_pressed" /> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <include name="minimize_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="menu_glyph_focused"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_focused" /> + <rectangle + x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_focused" /> + <rectangle + x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_focused" /> +</draw_ops> + +<draw_ops name="menu_shadow_focused"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_shadow" /> + <rectangle + x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_shadow" /> + <rectangle + x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_shadow" /> +</draw_ops> + +<draw_ops name="menu_focused"> + <include name="menu_shadow_focused" y="1" /> + <include name="menu_glyph_focused" /> +</draw_ops> + +<draw_ops name="menu_focused_pressed"> + <include name="menu_glyph_focused" y="1" /> +</draw_ops> + +<draw_ops name="menu_glyph_unfocused"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused" /> + <rectangle + x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused" /> + <rectangle + x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused" /> +</draw_ops> + +<draw_ops name="menu_unfocused"> + <include name="menu_glyph_unfocused" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="menu_glyph_unfocused_prelight"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_prelight" /> + <rectangle + x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_prelight" /> + <rectangle + x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_prelight" /> +</draw_ops> + +<draw_ops name="menu_unfocused_prelight"> + <include name="menu_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="menu_glyph_unfocused_pressed"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_pressed" /> + <rectangle + x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_pressed" /> + <rectangle + x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_pressed" /> +</draw_ops> + +<draw_ops name="menu_unfocused_pressed"> + <include name="menu_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="shade_glyph_focused"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_focused" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_focused" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_focused" /> + <rectangle + x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_focused" /> +</draw_ops> + +<draw_ops name="shade_shadow_focused"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_shadow" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_shadow" /> +</draw_ops> + +<draw_ops name="shade_focused"> + <include name="shade_shadow_focused" y="1" /> + <include name="shade_glyph_focused" /> +</draw_ops> + +<draw_ops name="shade_focused_pressed"> + <include name="shade_glyph_focused" y="1" /> +</draw_ops> + +<draw_ops name="shade_glyph_unfocused"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_unfocused" /> + <rectangle + x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_unfocused" /> +</draw_ops> + +<draw_ops name="shade_unfocused"> + <include name="shade_glyph_unfocused" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="shade_glyph_unfocused_prelight"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_prelight" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_prelight" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_unfocused_prelight" /> + <rectangle + x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_unfocused_prelight" /> +</draw_ops> + +<draw_ops name="shade_unfocused_prelight"> + <include name="shade_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="shade_glyph_unfocused_pressed"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_pressed" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_pressed" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_unfocused_pressed" /> + <rectangle + x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_unfocused_pressed" /> +</draw_ops> + +<draw_ops name="shade_unfocused_pressed"> + <include name="shade_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> +</draw_ops> + + + <!-- button backgrounds --> + +<constant name="C_button_border" value="blend/#000000/gtk:bg[NORMAL]/0.8" /> +<constant name="C_button_hilight" value="blend/gtk:base[NORMAL]/gtk:bg[NORMAL]/0.6" /> + +<draw_ops name="button_fill"> <!-- button background gradient --> + <gradient type="vertical" x="0" y="0" width="width" height="height-2"> + <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.15" /> + <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.21" /> + <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.27" /> + <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.12" /> + </gradient> +</draw_ops> + +<draw_ops name="button_bottom"> + <line x1="0" y1="height-2" x2="width-1" y2="height-2" color="C_button_border" /> + <line x1="0" y1="height-1" x2="width-1" y2="height-1" color="C_button_hilight" /> +</draw_ops> + +<draw_ops name="button_bevel"> + <gradient type="vertical" x="0" y="0" width="1" height="height-2"> + <color value="blend/gtk:bg[NORMAL]/gtk:base[NORMAL]/0.1"/> + <color value="blend/gtk:bg[NORMAL]/#000000/0.1"/> + </gradient> + <gradient type="vertical" x="width-1" y="0" width="1" height="height-2"> + <color value="C_border_focused"/> + <color value="blend/gtk:bg[NORMAL]/#000000/0.1"/> + </gradient> +</draw_ops> + +<draw_ops name="button_fill_prelight"> <!-- button background gradient for prelight status --> + <gradient type="vertical" x="0" y="0" width="width" height="height-2"> + <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.03" /> + <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.1" /> + <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.2" /> + <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.04" /> + </gradient> +</draw_ops> + +<draw_ops name="button_fill_pressed"> <!-- button background gradient for pressed status --> + <gradient type="vertical" x="0" y="0" width="width" height="height-2"> + <color value="C_border_focused" /> + <color value="blend/#000000/gtk:bg[NORMAL]/0.75" /> + <color value="blend/#000000/gtk:bg[NORMAL]/0.8" /> + </gradient> +</draw_ops> + +<draw_ops name="button"> + <include name="button_fill" /> + <include name="button_bevel" /> + <include name="button_bottom" /> +</draw_ops> + +<draw_ops name="button_prelight"> + <include name="button_fill_prelight" /> + <include name="button_bevel" /> + <include name="button_bottom" /> +</draw_ops> + +<draw_ops name="button_pressed"> + <include name="button_fill_pressed" /> + <include name="button_bottom" /> +</draw_ops> + +<!-- things get messy here --> + +<draw_ops name="button_inner_right_slice1"> + <clip x="0" y="0" width="width" height="height-5" /> + <include name="button" /> +</draw_ops> +<draw_ops name="button_inner_right_slice2"> + <clip x="1" y="height-5" width="width-1" height="2" /> + <include name="button" /> +</draw_ops> +<draw_ops name="button_inner_right_slice3"> + <clip x="2" y="height-3" width="width-2" height="1" /> + <include name="button" /> +</draw_ops> +<draw_ops name="button_inner_right_slice4"> + <clip x="4" y="height-2" width="width-4" height="2" /> + <include name="button" /> +</draw_ops> + +<draw_ops name="button_inner_right_fill"> + <include name="button_inner_right_slice1" /> + <include name="button_inner_right_slice2" /> + <include name="button_inner_right_slice3" /> + <include name="button_inner_right_slice4" /> +</draw_ops> + +<draw_ops name="button_inner_right_slice1_prelight"> + <clip x="0" y="0" width="width" height="height-5" /> + <include name="button_prelight" /> +</draw_ops> +<draw_ops name="button_inner_right_slice2_prelight"> + <clip x="1" y="height-5" width="width-1" height="2" /> + <include name="button_prelight" /> +</draw_ops> +<draw_ops name="button_inner_right_slice3_prelight"> + <clip x="2" y="height-3" width="width-2" height="1" /> + <include name="button_prelight" /> +</draw_ops> +<draw_ops name="button_inner_right_slice4_prelight"> + <clip x="4" y="height-2" width="width-4" height="2" /> + <include name="button_prelight" /> +</draw_ops> + +<draw_ops name="button_inner_right_fill_prelight"> + <include name="button_inner_right_slice1_prelight" /> + <include name="button_inner_right_slice2_prelight" /> + <include name="button_inner_right_slice3_prelight" /> + <include name="button_inner_right_slice4_prelight" /> +</draw_ops> + +<draw_ops name="button_inner_right_slice1_pressed"> + <clip x="0" y="0" width="width" height="height-5" /> + <include name="button_pressed" /> +</draw_ops> +<draw_ops name="button_inner_right_slice2_pressed"> + <clip x="1" y="height-5" width="width-1" height="2" /> + <include name="button_pressed" /> +</draw_ops> +<draw_ops name="button_inner_right_slice3_pressed"> + <clip x="2" y="height-3" width="width-2" height="1" /> + <include name="button_pressed" /> +</draw_ops> +<draw_ops name="button_inner_right_slice4_pressed"> + <clip x="4" y="height-2" width="width-4" height="2" /> + <include name="button_pressed" /> +</draw_ops> + +<draw_ops name="button_inner_right_fill_pressed"> + <include name="button_inner_right_slice1_pressed" /> + <include name="button_inner_right_slice2_pressed" /> + <include name="button_inner_right_slice3_pressed" /> + <include name="button_inner_right_slice4_pressed" /> +</draw_ops> + + +<draw_ops name="button_inner_right_border"> + <gradient type="vertical" x="0" y="0" width="1" height="height-5"> + <color value="blend/gtk:bg[NORMAL]/#000000/0.06" /> + <color value="blend/gtk:bg[NORMAL]/#000000/0.06" /> + <color value="blend/gtk:bg[NORMAL]/#000000/0.03" /> + </gradient> + <arc color="C_button_hilight" x="1" y="height-10" width="9" height="9" start_angle="180" extent_angle="90" /> + <gradient type="vertical" x="1" y="0" width="1" height="height-5"> + <color value="C_border_focused" /> + <color value="C_button_border" /> + </gradient> + <arc color="C_button_border" x="1" y="height-11" width="9" height="9" start_angle="180" extent_angle="90" /> +</draw_ops> + +<draw_ops name="button_inner_right"> + <include name="button_inner_right_fill" /> + <include name="button_inner_right_border" /> +</draw_ops> + +<draw_ops name="button_inner_right_prelight"> + <include name="button_inner_right_fill_prelight" /> + <include name="button_inner_right_border" /> +</draw_ops> + +<draw_ops name="button_inner_right_pressed"> + <include name="button_inner_right_fill_pressed" /> + <include name="button_inner_right_border" /> +</draw_ops> + +<draw_ops name="button_inner_left_slice1"> + <clip x="0" y="0" width="width-1" height="height-5" /> + <include name="button" /> +</draw_ops> +<draw_ops name="button_inner_left_slice2"> + <clip x="0" y="height-5" width="width-2" height="2" /> + <include name="button" /> +</draw_ops> +<draw_ops name="button_inner_left_slice3"> + <clip x="0" y="height-3" width="width-3" height="1" /> + <include name="button" /> +</draw_ops> +<draw_ops name="button_inner_left_slice4"> + <clip x="0" y="height-2" width="width-5" height="2" /> + <include name="button" /> +</draw_ops> + +<draw_ops name="button_inner_left_fill"> + <include name="button_inner_left_slice1" /> + <include name="button_inner_left_slice2" /> + <include name="button_inner_left_slice3" /> + <include name="button_inner_left_slice4" /> +</draw_ops> + +<draw_ops name="button_inner_left_slice1_prelight"> + <clip x="0" y="0" width="width-1" height="height-5" /> + <include name="button_prelight" /> +</draw_ops> +<draw_ops name="button_inner_left_slice2_prelight"> + <clip x="0" y="height-5" width="width-2" height="2" /> + <include name="button_prelight" /> +</draw_ops> +<draw_ops name="button_inner_left_slice3_prelight"> + <clip x="0" y="height-3" width="width-3" height="1" /> + <include name="button_prelight" /> +</draw_ops> +<draw_ops name="button_inner_left_slice4_prelight"> + <clip x="0" y="height-2" width="width-5" height="2" /> + <include name="button_prelight" /> +</draw_ops> + +<draw_ops name="button_inner_left_fill_prelight"> + <include name="button_inner_left_slice1_prelight" /> + <include name="button_inner_left_slice2_prelight" /> + <include name="button_inner_left_slice3_prelight" /> + <include name="button_inner_left_slice4_prelight" /> +</draw_ops> + +<draw_ops name="button_inner_left_slice1_pressed"> + <clip x="0" y="0" width="width-1" height="height-5" /> + <include name="button_pressed" /> +</draw_ops> +<draw_ops name="button_inner_left_slice2_pressed"> + <clip x="0" y="height-5" width="width-2" height="2" /> + <include name="button_pressed" /> +</draw_ops> +<draw_ops name="button_inner_left_slice3_pressed"> + <clip x="0" y="height-3" width="width-3" height="1" /> + <include name="button_pressed" /> +</draw_ops> +<draw_ops name="button_inner_left_slice4_pressed"> + <clip x="0" y="height-2" width="width-5" height="2" /> + <include name="button_pressed" /> +</draw_ops> + +<draw_ops name="button_inner_left_fill_pressed"> + <include name="button_inner_left_slice1_pressed" /> + <include name="button_inner_left_slice2_pressed" /> + <include name="button_inner_left_slice3_pressed" /> + <include name="button_inner_left_slice4_pressed" /> +</draw_ops> + + +<draw_ops name="button_inner_left_border"> + <gradient type="vertical" x="width-1" y="0" width="1" height="height-6"> + <color value="C_titlebar_focused_hilight" /> + <color value="C_button_hilight" /> + </gradient> + <arc color="C_button_hilight" x="width-11" y="height-11" width="10" height="10" start_angle="90" extent_angle="90" /> + <gradient type="vertical" x="width-2" y="0" width="1" height="height-5"> + <color value="C_border_focused" /> + <color value="C_button_border" /> + </gradient> + <arc color="C_button_border" x="width-11" y="height-11" width="9" height="9" start_angle="90" extent_angle="90" /> +</draw_ops> + +<draw_ops name="button_inner_left"> + <include name="button_inner_left_fill" /> + <include name="button_inner_left_border" /> +</draw_ops> + +<draw_ops name="button_inner_left_prelight"> + <include name="button_inner_left_fill_prelight" /> + <include name="button_inner_left_border" /> +</draw_ops> + +<draw_ops name="button_inner_left_pressed"> + <include name="button_inner_left_fill_pressed" /> + <include name="button_inner_left_border" /> +</draw_ops> + +<!-- frame styles --> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button"/> + <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> + <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> + + <button function="right_middle_background" state="normal" draw_ops="button"/> + <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> + <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused_alt" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button"/> + <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> + <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> + + <button function="right_middle_background" state="normal" draw_ops="button"/> + <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> + <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused_alt" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_focused" /></draw_ops></piece> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button"/> + <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> + <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> + + <button function="right_middle_background" state="normal" draw_ops="button"/> + <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> + <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_unfocused" /></draw_ops></piece> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="nobuttons"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button"/> + <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> + <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> + + <button function="right_middle_background" state="normal" draw_ops="button"/> + <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> + <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="nobuttons"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button"/> + <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> + <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> + + <button function="right_middle_background" state="normal" draw_ops="button"/> + <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> + <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused_alt" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button_inner_left"/> + <button function="left_middle_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button function="left_middle_background" state="pressed" draw_ops="button_inner_left_pressed"/> + + <button function="right_middle_background" state="normal" draw_ops="button_inner_right"/> + <button function="right_middle_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button function="right_middle_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="borderless"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="borderless"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- frame style sets --> + +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="normal_max_focused"/> + <frame focus="no" state="maximized" style="normal_max_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="dialog_style_set"/> +<window type="modal_dialog" style_set="modal_dialog_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> + +</metacity_theme> diff --git a/marco-themes/Aldabra/metacity-theme-3.xml b/marco-themes/Aldabra/metacity-theme-3.xml new file mode 100644 index 00000000..7b7dcaf9 --- /dev/null +++ b/marco-themes/Aldabra/metacity-theme-3.xml @@ -0,0 +1,1940 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Aldabra</name> + <author>GNOME Art Team <art.gnome.org></author> + <copyright>Â Intel, Â Red Hat, Lapo Calamandrei</copyright> + <date>2010</date> + <description>Default GNOME 3 window theme</description> +</info> + +<!-- meaningfull constants --> + +<constant name="C_border_focused" value="blend/#000000/gtk:bg[NORMAL]/0.6" /> +<constant name="C_border_unfocused" value="blend/#000000/gtk:bg[NORMAL]/0.8" /> +<constant name="C_border_attached_focused" value="blend/#000000/gtk:bg[NORMAL]/0.4" /> +<constant name="C_titlebar_focused_hilight" value="gtk:base[NORMAL]" /> +<constant name="C_titlebar_unfocused" value="blend/gtk:base[NORMAL]/gtk:bg[NORMAL]/0.4" /> +<constant name="C_title_focused" value="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.1" /> +<constant name="C_title_focused_hilight" value="gtk:base[NORMAL]" /> +<constant name="C_title_unfocused" value="blend/gtk:text[NORMAL]/gtk:bg[NORMAL]/0.9" /> +<!-- color of the button icons --> +<constant name="C_icons_focused" value="gtk:text[SELECTED]" /> +<constant name="C_icons_focused_pressed" value="#ffffff" /> +<constant name="C_icons_unfocused" value="blend/gtk:text[NORMAL]/gtk:bg[NORMAL]/0.9" /> +<constant name="C_icons_unfocused_prelight" value="gtk:bg[NORMAL]" /> +<constant name="C_icons_unfocused_pressed" value="blend/#000000/gtk:bg[NORMAL]/0.7" /> +<constant name="D_icons_unfocused_offset" value="2" /> <!-- offset of the unfocused icons --> +<constant name="D_icons_shrink" value="1" /> <!-- increasing this value makes the icons in buttons smaller --> +<constant name="D_icons_grow" value="0" /> <!-- increasing this value makes the icons in buttons bigger --> +<!-- geometries --> + +<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="2" /> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="title_vertical_pad" value="10"/> + <border name="title_border" left="10" right="10" top="1" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> + <aspect_ratio name="button" value="1"/> +</frame_geometry> + +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="4" rounded_top_right="4" parent="normal"> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> +</frame_geometry> + +<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="title_vertical_pad" value="9"/> <!-- + This needs to be 1 less then the + title_vertical_pad on normal state + or you'll have bigger buttons --> + <border name="title_border" left="10" right="10" top="1" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> + <distance name="bottom_height" value="0" /> +</frame_geometry> + +<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> + <distance name="right_width" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> + <distance name="left_width" value="1" /> +</frame_geometry> + +<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="title_vertical_pad" value="7"/> + <border name="title_border" left="10" right="10" top="0" bottom="1"/> + <border name="button_border" left="0" right="0" top="0" bottom="2"/> +</frame_geometry> + +<frame_geometry name="small_unfocused" parent="small"> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> +</frame_geometry> + +<frame_geometry name="nobuttons" hide_buttons="true" parent="normal"> +</frame_geometry> + +<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> + <distance name="title_vertical_pad" value="1" /> +</frame_geometry> + +<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="false" rounded_top_right="false" parent="small"> + <distance name="title_vertical_pad" value="5"/> +</frame_geometry> + +<frame_geometry name="attached" title_scale="small" hide_buttons="true" rounded_top_left="false" rounded_top_right="false" parent="small"> + <distance name="title_vertical_pad" value="0"/> +</frame_geometry> + +<!-- drawing operations --> + + <!-- title --> + +<draw_ops name="title_focused"> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2)) + 3" + y="(0 `max` ((height - title_height) / 2)) + 2" + color="C_title_focused_hilight" /> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_focused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width))) + 3" + y="(0 `max` ((height - title_height) / 2)) + 2" + ellipsize_width="width" + color="C_title_focused_hilight" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width))) + 2" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_focused" /> +</draw_ops> + +<draw_ops name="title_unfocused"> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused"/> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width/2) `min` (width - title_width))) + 2" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_unfocused"/> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="gtk:bg[NORMAL]" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <include name="entire_background_focused" /> +</draw_ops> + +<draw_ops name="titlebar_fill_focused"> + <gradient type="vertical" x="0" y="0" width="width" height="height"> + <color value="blend/gtk:bg[NORMAL]/gtk:base[NORMAL]/0.4" /> + <color value="gtk:bg[NORMAL]"/> + <color value="blend/gtk:bg[NORMAL]/#000000/0.03" /> + <color value="blend/gtk:bg[NORMAL]/#000000/0.06" /> + </gradient> +</draw_ops> + +<draw_ops name="titlebar_fill_focused_alt"> + <gradient type="vertical" x="0" y="0" width="width" height="height"> + <color value="blend/gtk:bg[NORMAL]/gtk:base[NORMAL]/0.6" /> + <!-- <color value="gtk:bg[NORMAL]"/> --> + <!-- <color value="blend/gtk:bg[NORMAL]/#000000/0.03" /> --> + <color value="gtk:bg[NORMAL]"/> + </gradient> +</draw_ops> + +<draw_ops name="titlebar_fill_focused_alt2"> <!-- gradient for attached and modal dialogs titlebar--> + <gradient type="vertical" x="0" y="0" width="width" height="title_height"> + <color value="gtk:bg[NORMAL]"/> + <color value="blend/gtk:bg[NORMAL]/gtk:base[NORMAL]/0.4" /> + <color value="gtk:bg[NORMAL]" /> + </gradient> +</draw_ops> + +<draw_ops name="titlebar_fill_unfocused"> + <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <include name="titlebar_fill_unfocused" /> + <line x1="0" y1="height-1" x2="width-1" y2="height-1" color="C_icons_unfocused" /> +</draw_ops> + +<draw_ops name="hilight"> + <line x1="0" y1="1" x2="width-1" y2="1" color="C_titlebar_focused_hilight" /> + <gradient type="vertical" x="1" y="1" width="1" height="height-4"> + <color value="C_titlebar_focused_hilight" /> + <color value="blend/gtk:bg[NORMAL]/#000000/0.03" /> + </gradient> +</draw_ops> + +<draw_ops name="rounded_hilight"> + <line x1="5" y1="1" x2="width-6" y2="1" color="C_titlebar_focused_hilight" /> + <arc color="C_titlebar_focused_hilight" x="1" y="1" width="7" height="7" start_angle="270" extent_angle="90" /> + <arc color="C_titlebar_focused_hilight" x="width-10" y="1" width="9" height="7" start_angle="0" extent_angle="90" /> + <gradient type="vertical" x="1" y="5" width="1" height="height-9"> + <color value="C_titlebar_focused_hilight" /> + <color value="blend/gtk:bg[NORMAL]/#000000/0.03" /> + </gradient> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <include name="titlebar_fill_focused_alt" /> + <include name="hilight" /> +</draw_ops> + +<draw_ops name="titlebar_focused_alt"> + <include name="titlebar_fill_focused_alt" /> + <include name="hilight" /> +</draw_ops> + +<draw_ops name="titlebar_focused_alt2"> <!-- titlebar for attached and modal dialogs --> + <include name="titlebar_fill_focused_alt2" /> +</draw_ops> + +<draw_ops name="rounded_titlebar_focused"> + <include name="titlebar_fill_focused_alt" /> + <include name="rounded_hilight" /> +</draw_ops> + +<draw_ops name="rounded_titlebar_focused_alt"> + <include name="titlebar_fill_focused_alt" /> + <include name="rounded_hilight" /> +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_border_focused" x="0" y="0" width="width-1" height="height-1" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_border_unfocused" x="0" y="0" width="width-1" height="height-1" filled="false" /> +</draw_ops> + +<draw_ops name="border_attached_focused"> + <rectangle color="C_border_focused" x="0" y="0" width="width-1" height="height-1" filled="false" /> + <line x1="0" y1="0" x2="width" y2="0" color="C_border_attached_focused" /> + <gradient type="vertical" x="0" y="0" width="1" height="top_height"> + <color value="C_border_attached_focused" /> + <color value="blend/gtk:bg[NORMAL]/#000000/0.1" /> + <color value="C_border_focused" /> + </gradient> + <gradient type="vertical" x="width-1" y="0" width="1" height="top_height"> + <color value="C_border_attached_focused" /> + <color value="blend/gtk:bg[NORMAL]/#000000/0.1" /> + <color value="C_border_focused" /> + </gradient> +</draw_ops> + + +<draw_ops name="rounded_border_focused"> + <line color="C_border_focused" x1="4" y1="0" x2="width-5" y2="0" /> + <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_focused" x1="0" y1="4" x2="0" y2="height-2" /> + <line color="C_border_focused" x1="width-1" y1="4" x2="width-1" y2="height-2" /> + <arc color="C_border_focused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> + <arc color="C_border_focused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> + <!-- double arcs for darker borders --> + <arc color="C_border_focused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> + <arc color="C_border_focused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> +</draw_ops> + +<draw_ops name="rounded_border_unfocused"> + <line color="C_border_unfocused" x1="4" y1="0" x2="width-5" y2="0" /> + <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> + <line color="C_border_unfocused" x1="0" y1="4" x2="0" y2="height-2" /> + <line color="C_border_unfocused" x1="width-1" y1="4" x2="width-1" y2="height-2" /> + <arc color="C_border_unfocused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> + <arc color="C_border_unfocused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> + <!-- double arcs for darker borders --> + <arc color="C_border_unfocused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> + <arc color="C_border_unfocused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> +</draw_ops> + +<draw_ops name="border_right_focused"> + <line + x1="width-1" y1="0" + x2="width-1" y2="height" + color="C_border_focused" /> +</draw_ops> + +<draw_ops name="border_right_unfocused"> + <line + x1="width" y1="0" + x2="width" y2="height" + color="C_border_unfocused" /> +</draw_ops> + +<draw_ops name="border_left_focused"> + <line + x1="0" y1="0" + x2="0" y2="height" + color="C_border_focused" /> +</draw_ops> + +<draw_ops name="border_left_unfocused"> + <line + x1="0" y1="0" + x2="0" y2="height" + color="C_border_unfocused" /> +</draw_ops> + + <!-- button icons--> + +<constant name="C_icons_shadow" value="blend/#000000/gtk:bg[NORMAL]/0.6" /> + +<draw_ops name="close_glyph_focused"> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_focused" /> + <line + x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_focused" /> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_focused" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_focused" /> + <line + x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_focused" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_focused" /> +</draw_ops> + +<draw_ops name="close_shadow_focused"> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_shadow" /> + <line + x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_shadow" /> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_shadow" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_shadow" /> + <line + x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_shadow" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_shadow" /> +</draw_ops> + +<draw_ops name="close_focused"> + <include name="close_shadow_focused" y="1" /> + <!-- I'm not happy with the current aa I'll draw it twice to make it darker --> + <include name="close_shadow_focused" y="1" /> + <include name="close_glyph_focused" /> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <include name="close_glyph_focused" y="1" /> +</draw_ops> + +<draw_ops name="close_glyph_unfocused"> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused" /> + <line + x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused" /> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused" /> + <line + x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused" /> +</draw_ops> + +<draw_ops name="close_unfocused"> + <include name="close_glyph_unfocused" y="D_icons_unfocused_offset" /> + <include name="close_glyph_unfocused" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="close_glyph_unfocused_prelight"> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_prelight" /> + <line + x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_prelight" /> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_prelight" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_prelight" /> + <line + x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_prelight" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_prelight" /> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <include name="close_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> + <include name="close_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="close_glyph_unfocused_pressed"> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_pressed" /> + <line + x1="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_pressed" /> + <line + x1="(width-width%3)/3+D_icons_shrink-D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_pressed" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_pressed" /> + <line + x1="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_pressed" /> + <line + x1="width-(width-width%3)/3-1-D_icons_shrink+D_icons_grow" y1="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + x2="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y2="height-(height-height%3)/3-1-D_icons_shrink+D_icons_grow" + color="C_icons_unfocused_pressed" /> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <include name="close_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> + <include name="close_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="maximize_glyph_focused"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_focused" /> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_focused" /> +</draw_ops> + +<draw_ops name="maximize_shadow_focused"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_shadow" /> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_shadow" /> +</draw_ops> + +<draw_ops name="maximize_focused"> + <include name="maximize_shadow_focused" y="1" /> + <include name="maximize_glyph_focused" /> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <include name="maximize_glyph_focused" y="1" /> +</draw_ops> + +<draw_ops name="maximize_glyph_unfocused"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused" /> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused" /> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <include name="maximize_glyph_unfocused" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="maximize_glyph_unfocused_prelight"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_prelight" /> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_prelight" /> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <include name="maximize_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="maximize_glyph_unfocused_pressed"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-1-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_pressed" /> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_pressed" /> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <include name="maximize_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="minimize_glyph_focused"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_focused" /> +</draw_ops> + +<draw_ops name="minimize_shadow_focused"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_shadow" /> +</draw_ops> + +<draw_ops name="minimize_focused"> + <include name="minimize_shadow_focused" y="1" /> + <include name="minimize_glyph_focused" /> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <include name="minimize_glyph_focused" y="1" /> +</draw_ops> + +<draw_ops name="minimize_glyph_unfocused"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused" /> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <include name="minimize_glyph_unfocused" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="minimize_glyph_unfocused_prelight"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_prelight" /> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <include name="minimize_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="minimize_glyph_unfocused_pressed"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_pressed" /> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <include name="minimize_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="menu_glyph_focused"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_focused" /> + <rectangle + x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_focused" /> + <rectangle + x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_focused" /> +</draw_ops> + +<draw_ops name="menu_shadow_focused"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_shadow" /> + <rectangle + x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_shadow" /> + <rectangle + x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_shadow" /> +</draw_ops> + +<draw_ops name="menu_focused"> + <include name="menu_shadow_focused" y="1" /> + <include name="menu_glyph_focused" /> +</draw_ops> + +<draw_ops name="menu_focused_pressed"> + <include name="menu_glyph_focused" y="1" /> +</draw_ops> + +<draw_ops name="menu_glyph_unfocused"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused" /> + <rectangle + x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused" /> + <rectangle + x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused" /> +</draw_ops> + +<draw_ops name="menu_unfocused"> + <include name="menu_glyph_unfocused" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="menu_glyph_unfocused_prelight"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_prelight" /> + <rectangle + x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_prelight" /> + <rectangle + x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_prelight" /> +</draw_ops> + +<draw_ops name="menu_unfocused_prelight"> + <include name="menu_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="menu_glyph_unfocused_pressed"> + <rectangle + x="(width-width%3)/3+1+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-3-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-1-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_pressed" /> + <rectangle + x="(width-width%3)/3+2+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+1+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-5-2*D_icons_shrink+2*D_icons_grow" height="height-2*(height-height%3)/3-3-2*D_icons_shrink+2*D_icons_grow" + color="C_icons_unfocused_pressed" /> + <rectangle + x="(width-width%3)/3+4+D_icons_shrink-D_icons_grow" y="height/2-1-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-8-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_pressed" /> +</draw_ops> + +<draw_ops name="menu_unfocused_pressed"> + <include name="menu_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="shade_glyph_focused"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_focused" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_focused" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_focused" /> + <rectangle + x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_focused" /> +</draw_ops> + +<draw_ops name="shade_shadow_focused"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_shadow" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_shadow" /> +</draw_ops> + +<draw_ops name="shade_focused"> + <include name="shade_shadow_focused" y="1" /> + <include name="shade_glyph_focused" /> +</draw_ops> + +<draw_ops name="shade_focused_pressed"> + <include name="shade_glyph_focused" y="1" /> +</draw_ops> + +<draw_ops name="shade_glyph_unfocused"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_unfocused" /> + <rectangle + x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_unfocused" /> +</draw_ops> + +<draw_ops name="shade_unfocused"> + <include name="shade_glyph_unfocused" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="shade_glyph_unfocused_prelight"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_prelight" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_prelight" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_unfocused_prelight" /> + <rectangle + x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_unfocused_prelight" /> +</draw_ops> + +<draw_ops name="shade_unfocused_prelight"> + <include name="shade_glyph_unfocused_prelight" y="D_icons_unfocused_offset" /> +</draw_ops> + +<draw_ops name="shade_glyph_unfocused_pressed"> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+D_icons_shrink-D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_pressed" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="height-(height-height%3)/3-2-D_icons_shrink+D_icons_grow" + width="width-2*(width-width%3)/3-2*D_icons_shrink+2*D_icons_grow" height="2" filled="true" + color="C_icons_unfocused_pressed" /> + <rectangle + x="(width-width%3)/3+D_icons_shrink-D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_unfocused_pressed" /> + <rectangle + x="width-(width-width%3)/3-2-D_icons_shrink+D_icons_grow" y="(height-height%3)/3+3+D_icons_shrink-D_icons_grow" + width="2" height="height-2*(height-height%3)/3-6-D_icons_shrink+D_icons_grow" filled="true" + color="C_icons_unfocused_pressed" /> +</draw_ops> + +<draw_ops name="shade_unfocused_pressed"> + <include name="shade_glyph_unfocused_pressed" y="D_icons_unfocused_offset" /> +</draw_ops> + + + <!-- button backgrounds --> + +<constant name="C_button_border" value="blend/#000000/gtk:bg[NORMAL]/0.8" /> +<constant name="C_button_hilight" value="blend/gtk:base[NORMAL]/gtk:bg[NORMAL]/0.6" /> + +<draw_ops name="button_fill"> <!-- button background gradient --> + <gradient type="vertical" x="0" y="0" width="width" height="height-2"> + <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.15" /> + <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.21" /> + <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.27" /> + <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.12" /> + </gradient> +</draw_ops> + +<draw_ops name="button_bottom"> + <line x1="0" y1="height-2" x2="width-1" y2="height-2" color="C_button_border" /> + <line x1="0" y1="height-1" x2="width-1" y2="height-1" color="C_button_hilight" /> +</draw_ops> + +<draw_ops name="button_bevel"> + <gradient type="vertical" x="0" y="0" width="1" height="height-2"> + <color value="blend/gtk:bg[NORMAL]/gtk:base[NORMAL]/0.1"/> + <color value="blend/gtk:bg[NORMAL]/#000000/0.1"/> + </gradient> + <gradient type="vertical" x="width-1" y="0" width="1" height="height-2"> + <color value="C_border_focused"/> + <color value="blend/gtk:bg[NORMAL]/#000000/0.1"/> + </gradient> +</draw_ops> + +<draw_ops name="button_fill_prelight"> <!-- button background gradient for prelight status --> + <gradient type="vertical" x="0" y="0" width="width" height="height-2"> + <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.03" /> + <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.1" /> + <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.2" /> + <color value="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.04" /> + </gradient> +</draw_ops> + +<draw_ops name="button_fill_pressed"> <!-- button background gradient for pressed status --> + <gradient type="vertical" x="0" y="0" width="width" height="height-2"> + <color value="C_border_focused" /> + <color value="blend/#000000/gtk:bg[NORMAL]/0.75" /> + <color value="blend/#000000/gtk:bg[NORMAL]/0.8" /> + </gradient> +</draw_ops> + +<draw_ops name="button"> + <include name="button_fill" /> + <include name="button_bevel" /> + <include name="button_bottom" /> +</draw_ops> + +<draw_ops name="button_prelight"> + <include name="button_fill_prelight" /> + <include name="button_bevel" /> + <include name="button_bottom" /> +</draw_ops> + +<draw_ops name="button_pressed"> + <include name="button_fill_pressed" /> + <include name="button_bottom" /> +</draw_ops> + +<!-- things get messy here --> + +<draw_ops name="button_inner_right_slice1"> + <clip x="0" y="0" width="width" height="height-5" /> + <include name="button" /> +</draw_ops> +<draw_ops name="button_inner_right_slice2"> + <clip x="1" y="height-5" width="width-1" height="2" /> + <include name="button" /> +</draw_ops> +<draw_ops name="button_inner_right_slice3"> + <clip x="2" y="height-3" width="width-2" height="1" /> + <include name="button" /> +</draw_ops> +<draw_ops name="button_inner_right_slice4"> + <clip x="4" y="height-2" width="width-4" height="2" /> + <include name="button" /> +</draw_ops> + +<draw_ops name="button_inner_right_fill"> + <include name="button_inner_right_slice1" /> + <include name="button_inner_right_slice2" /> + <include name="button_inner_right_slice3" /> + <include name="button_inner_right_slice4" /> +</draw_ops> + +<draw_ops name="button_inner_right_slice1_prelight"> + <clip x="0" y="0" width="width" height="height-5" /> + <include name="button_prelight" /> +</draw_ops> +<draw_ops name="button_inner_right_slice2_prelight"> + <clip x="1" y="height-5" width="width-1" height="2" /> + <include name="button_prelight" /> +</draw_ops> +<draw_ops name="button_inner_right_slice3_prelight"> + <clip x="2" y="height-3" width="width-2" height="1" /> + <include name="button_prelight" /> +</draw_ops> +<draw_ops name="button_inner_right_slice4_prelight"> + <clip x="4" y="height-2" width="width-4" height="2" /> + <include name="button_prelight" /> +</draw_ops> + +<draw_ops name="button_inner_right_fill_prelight"> + <include name="button_inner_right_slice1_prelight" /> + <include name="button_inner_right_slice2_prelight" /> + <include name="button_inner_right_slice3_prelight" /> + <include name="button_inner_right_slice4_prelight" /> +</draw_ops> + +<draw_ops name="button_inner_right_slice1_pressed"> + <clip x="0" y="0" width="width" height="height-5" /> + <include name="button_pressed" /> +</draw_ops> +<draw_ops name="button_inner_right_slice2_pressed"> + <clip x="1" y="height-5" width="width-1" height="2" /> + <include name="button_pressed" /> +</draw_ops> +<draw_ops name="button_inner_right_slice3_pressed"> + <clip x="2" y="height-3" width="width-2" height="1" /> + <include name="button_pressed" /> +</draw_ops> +<draw_ops name="button_inner_right_slice4_pressed"> + <clip x="4" y="height-2" width="width-4" height="2" /> + <include name="button_pressed" /> +</draw_ops> + +<draw_ops name="button_inner_right_fill_pressed"> + <include name="button_inner_right_slice1_pressed" /> + <include name="button_inner_right_slice2_pressed" /> + <include name="button_inner_right_slice3_pressed" /> + <include name="button_inner_right_slice4_pressed" /> +</draw_ops> + + +<draw_ops name="button_inner_right_border"> + <gradient type="vertical" x="0" y="0" width="1" height="height-5"> + <color value="blend/gtk:bg[NORMAL]/#000000/0.06" /> + <color value="blend/gtk:bg[NORMAL]/#000000/0.06" /> + <color value="blend/gtk:bg[NORMAL]/#000000/0.03" /> + </gradient> + <arc color="C_button_hilight" x="1" y="height-10" width="9" height="9" start_angle="180" extent_angle="90" /> + <gradient type="vertical" x="1" y="0" width="1" height="height-5"> + <color value="C_border_focused" /> + <color value="C_button_border" /> + </gradient> + <arc color="C_button_border" x="1" y="height-11" width="9" height="9" start_angle="180" extent_angle="90" /> +</draw_ops> + +<draw_ops name="button_inner_right"> + <include name="button_inner_right_fill" /> + <include name="button_inner_right_border" /> +</draw_ops> + +<draw_ops name="button_inner_right_prelight"> + <include name="button_inner_right_fill_prelight" /> + <include name="button_inner_right_border" /> +</draw_ops> + +<draw_ops name="button_inner_right_pressed"> + <include name="button_inner_right_fill_pressed" /> + <include name="button_inner_right_border" /> +</draw_ops> + +<draw_ops name="button_inner_left_slice1"> + <clip x="0" y="0" width="width-1" height="height-5" /> + <include name="button" /> +</draw_ops> +<draw_ops name="button_inner_left_slice2"> + <clip x="0" y="height-5" width="width-2" height="2" /> + <include name="button" /> +</draw_ops> +<draw_ops name="button_inner_left_slice3"> + <clip x="0" y="height-3" width="width-3" height="1" /> + <include name="button" /> +</draw_ops> +<draw_ops name="button_inner_left_slice4"> + <clip x="0" y="height-2" width="width-5" height="2" /> + <include name="button" /> +</draw_ops> + +<draw_ops name="button_inner_left_fill"> + <include name="button_inner_left_slice1" /> + <include name="button_inner_left_slice2" /> + <include name="button_inner_left_slice3" /> + <include name="button_inner_left_slice4" /> +</draw_ops> + +<draw_ops name="button_inner_left_slice1_prelight"> + <clip x="0" y="0" width="width-1" height="height-5" /> + <include name="button_prelight" /> +</draw_ops> +<draw_ops name="button_inner_left_slice2_prelight"> + <clip x="0" y="height-5" width="width-2" height="2" /> + <include name="button_prelight" /> +</draw_ops> +<draw_ops name="button_inner_left_slice3_prelight"> + <clip x="0" y="height-3" width="width-3" height="1" /> + <include name="button_prelight" /> +</draw_ops> +<draw_ops name="button_inner_left_slice4_prelight"> + <clip x="0" y="height-2" width="width-5" height="2" /> + <include name="button_prelight" /> +</draw_ops> + +<draw_ops name="button_inner_left_fill_prelight"> + <include name="button_inner_left_slice1_prelight" /> + <include name="button_inner_left_slice2_prelight" /> + <include name="button_inner_left_slice3_prelight" /> + <include name="button_inner_left_slice4_prelight" /> +</draw_ops> + +<draw_ops name="button_inner_left_slice1_pressed"> + <clip x="0" y="0" width="width-1" height="height-5" /> + <include name="button_pressed" /> +</draw_ops> +<draw_ops name="button_inner_left_slice2_pressed"> + <clip x="0" y="height-5" width="width-2" height="2" /> + <include name="button_pressed" /> +</draw_ops> +<draw_ops name="button_inner_left_slice3_pressed"> + <clip x="0" y="height-3" width="width-3" height="1" /> + <include name="button_pressed" /> +</draw_ops> +<draw_ops name="button_inner_left_slice4_pressed"> + <clip x="0" y="height-2" width="width-5" height="2" /> + <include name="button_pressed" /> +</draw_ops> + +<draw_ops name="button_inner_left_fill_pressed"> + <include name="button_inner_left_slice1_pressed" /> + <include name="button_inner_left_slice2_pressed" /> + <include name="button_inner_left_slice3_pressed" /> + <include name="button_inner_left_slice4_pressed" /> +</draw_ops> + + +<draw_ops name="button_inner_left_border"> + <gradient type="vertical" x="width-1" y="0" width="1" height="height-6"> + <color value="C_titlebar_focused_hilight" /> + <color value="C_button_hilight" /> + </gradient> + <arc color="C_button_hilight" x="width-11" y="height-11" width="10" height="10" start_angle="90" extent_angle="90" /> + <gradient type="vertical" x="width-2" y="0" width="1" height="height-5"> + <color value="C_border_focused" /> + <color value="C_button_border" /> + </gradient> + <arc color="C_button_border" x="width-11" y="height-11" width="9" height="9" start_angle="90" extent_angle="90" /> +</draw_ops> + +<draw_ops name="button_inner_left"> + <include name="button_inner_left_fill" /> + <include name="button_inner_left_border" /> +</draw_ops> + +<draw_ops name="button_inner_left_prelight"> + <include name="button_inner_left_fill_prelight" /> + <include name="button_inner_left_border" /> +</draw_ops> + +<draw_ops name="button_inner_left_pressed"> + <include name="button_inner_left_fill_pressed" /> + <include name="button_inner_left_border" /> +</draw_ops> + +<!-- frame styles --> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button"/> + <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> + <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> + + <button function="right_middle_background" state="normal" draw_ops="button"/> + <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> + <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button version=">= 3.3" function="left_single_background" state="normal" draw_ops="button_inner_left"/> + <button version=">= 3.3" function="left_single_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button version=">= 3.3" function="left_single_background" state="pressed" draw_ops="button_inner_left_pressed"/> + <button version=">= 3.3" function="right_single_background" state="normal" draw_ops="button_inner_right"/> + <button version=">= 3.3" function="right_single_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button version=">= 3.3" function="right_single_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused_alt" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button"/> + <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> + <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> + + <button function="right_middle_background" state="normal" draw_ops="button"/> + <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> + <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button version=">= 3.3" function="left_single_background" state="normal" draw_ops="button_inner_left"/> + <button version=">= 3.3" function="left_single_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button version=">= 3.3" function="left_single_background" state="pressed" draw_ops="button_inner_left_pressed"/> + <button version=">= 3.3" function="right_single_background" state="normal" draw_ops="button_inner_right"/> + <button version=">= 3.3" function="right_single_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button version=">= 3.3" function="right_single_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused_alt" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_focused" /></draw_ops></piece> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button"/> + <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> + <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> + + <button function="right_middle_background" state="normal" draw_ops="button"/> + <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> + <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button version=">= 3.3" function="left_single_background" state="normal" draw_ops="button_inner_left"/> + <button version=">= 3.3" function="left_single_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button version=">= 3.3" function="left_single_background" state="pressed" draw_ops="button_inner_left_pressed"/> + <button version=">= 3.3" function="right_single_background" state="normal" draw_ops="button_inner_right"/> + <button version=">= 3.3" function="right_single_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button version=">= 3.3" function="right_single_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_unfocused" /></draw_ops></piece> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="nobuttons"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="rounded_titlebar_focused_alt" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="rounded_border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button"/> + <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> + <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> + + <button function="right_middle_background" state="normal" draw_ops="button"/> + <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> + <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button version=">= 3.3" function="left_single_background" state="normal" draw_ops="button_inner_left"/> + <button version=">= 3.3" function="left_single_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button version=">= 3.3" function="left_single_background" state="pressed" draw_ops="button_inner_left_pressed"/> + <button version=">= 3.3" function="right_single_background" state="normal" draw_ops="button_inner_right"/> + <button version=">= 3.3" function="right_single_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button version=">= 3.3" function="right_single_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="nobuttons"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="rounded_border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused_alt2" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button"/> + <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> + <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> + + <button function="right_middle_background" state="normal" draw_ops="button"/> + <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> + <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button version=">= 3.3" function="left_single_background" state="normal" draw_ops="button_inner_left"/> + <button version=">= 3.3" function="left_single_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button version=">= 3.3" function="left_single_background" state="pressed" draw_ops="button_inner_left_pressed"/> + <button version=">= 3.3" function="right_single_background" state="normal" draw_ops="button_inner_right"/> + <button version=">= 3.3" function="right_single_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button version=">= 3.3" function="right_single_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused_alt" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button version="< 3.3" function="left_middle_background" state="normal" draw_ops="button_inner_left"/> + <button version="< 3.3" function="left_middle_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button version="< 3.3" function="left_middle_background" state="pressed" draw_ops="button_inner_left_pressed"/> + + <button version="< 3.3" function="right_middle_background" state="normal" draw_ops="button_inner_right"/> + <button version="< 3.3" function="right_middle_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button version="< 3.3" function="right_middle_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button version=">= 3.3" function="left_middle_background" state="normal" draw_ops="button"/> + <button version=">= 3.3" function="left_middle_background" state="prelight" draw_ops="button_prelight"/> + <button version=">= 3.3" function="left_middle_background" state="pressed" draw_ops="button_pressed"/> + + <button version=">= 3.3"function="right_middle_background" state="normal" draw_ops="button"/> + <button version=">= 3.3"function="right_middle_background" state="prelight" draw_ops="button_prelight"/> + <button version=">= 3.3"function="right_middle_background" state="pressed" draw_ops="button_pressed"/> + + <button version=">= 3.3" function="left_single_background" state="normal" draw_ops="button_inner_left"/> + <button version=">= 3.3" function="left_single_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button version=">= 3.3" function="left_single_background" state="pressed" draw_ops="button_inner_left_pressed"/> + <button version=">= 3.3" function="right_single_background" state="normal" draw_ops="button_inner_right"/> + <button version=">= 3.3" function="right_single_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button version=">= 3.3" function="right_single_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="borderless"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="borderless"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_focused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused_alt2" /> + <piece position="overlay" draw_ops="border_attached_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_unfocused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_focused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused_alt" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_right_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button"/> + <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> + <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> + + <button function="right_middle_background" state="normal" draw_ops="button"/> + <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> + <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button version=">= 3.3" function="left_single_background" state="normal" draw_ops="button_inner_left"/> + <button version=">= 3.3" function="left_single_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button version=">= 3.3" function="left_single_background" state="pressed" draw_ops="button_inner_left_pressed"/> + <button version=">= 3.3" function="right_single_background" state="normal" draw_ops="button_inner_right"/> + <button version=">= 3.3" function="right_single_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button version=">= 3.3" function="right_single_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_right_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_fill_focused_alt" /> + <piece position="title" draw_ops="title_focused" /> + <piece position="overlay" draw_ops="border_left_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + + <button function="left_middle_background" state="normal" draw_ops="button"/> + <button function="left_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="left_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="left_right_background" state="normal" draw_ops="button_inner_left"/> + <button function="left_right_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button function="left_right_background" state="pressed" draw_ops="button_inner_left_pressed"/> + + <button function="right_middle_background" state="normal" draw_ops="button"/> + <button function="right_middle_background" state="prelight" draw_ops="button_prelight"/> + <button function="right_middle_background" state="pressed" draw_ops="button_pressed"/> + <button function="right_left_background" state="normal" draw_ops="button_inner_right"/> + <button function="right_left_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button function="right_left_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button version=">= 3.3" function="left_single_background" state="normal" draw_ops="button_inner_left"/> + <button version=">= 3.3" function="left_single_background" state="prelight" draw_ops="button_inner_left_prelight"/> + <button version=">= 3.3" function="left_single_background" state="pressed" draw_ops="button_inner_left_pressed"/> + <button version=">= 3.3" function="right_single_background" state="normal" draw_ops="button_inner_right"/> + <button version=">= 3.3" function="right_single_background" state="prelight" draw_ops="button_inner_right_prelight"/> + <button version=">= 3.3" function="right_single_background" state="pressed" draw_ops="button_inner_right_pressed"/> + + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <piece position="overlay" draw_ops="border_left_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- frame style sets --> + +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="normal_max_focused"/> + <frame focus="no" state="maximized" style="normal_max_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> + <frame version=">= 3.3"focus="yes" state="tiled_left" style="tiled_left_focused"/> + <frame version=">= 3.3"focus="no" state="tiled_left" style="tiled_left_unfocused"/> + <frame version=">= 3.3"focus="yes" state="tiled_right" style="tiled_right_focused"/> + <frame version=">= 3.3"focus="no" state="tiled_right" style="tiled_right_unfocused"/> + <frame version=">= 3.3"focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> + <frame version=">= 3.3"focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> + <frame version=">= 3.3"focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="attached_style_set"> + <frame focus="yes" state="normal" resize="both" style="attached_focused"/> + <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="dialog_style_set"/> +<window type="modal_dialog" style_set="modal_dialog_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> +<window version=">= 3.2" type="attached" style_set="attached_style_set"/> + +</metacity_theme> diff --git a/marco-themes/Fog/metacity-theme-1.xml b/marco-themes/Fog/metacity-theme-1.xml new file mode 100644 index 00000000..44ea758b --- /dev/null +++ b/marco-themes/Fog/metacity-theme-1.xml @@ -0,0 +1,409 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Fog (Mist)</name> + <author>Dave Camp <[email protected]></author> + <copyright>Â 2002 Ximian, Inc. </copyright> + <date>Sep, 2002</date> + <description>A dumb marco theme, similar to tigertcrack but not</description> +</info> + +<frame_geometry name="normal" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> + <distance name="bottom_height" value="5"/> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> + <aspect_ratio name="button" value="1"/> + <distance name="title_vertical_pad" value="2"/> + <border name="title_border" left="0" right="0" top="1" bottom="1"/> + <border name="button_border" left="0" right="0" top="1" bottom="1"/> +</frame_geometry> + +<!-- strip borders off the normal geometry --> +<frame_geometry name="normal_maximized" parent="normal" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="0"/> + <distance name="right_width" value="0"/> + <distance name="bottom_height" value="0"/> + <distance name="left_titlebar_edge" value="2"/> + <distance name="right_titlebar_edge" value="2"/> +</frame_geometry> + +<frame_geometry name="normal_small_borders" parent="normal"> + <distance name="left_width" value="0"/> + <distance name="right_width" value="0"/> + <distance name="bottom_height" value="0"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> +</frame_geometry> + +<frame_geometry name="border" has_title="false"> + <distance name="left_width" value="4"/> + <distance name="right_width" value="4"/> + <distance name="bottom_height" value="4"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="button_width" value="0"/> + <distance name="button_height" value="0"/> + <distance name="title_vertical_pad" value="4"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="1"/> +</frame_geometry> + +<!-- button inside padding --> +<constant name="ButtonIPad" value="4"/> + +<draw_ops name="focus_outline"> + <rectangle color="black" + x="left_width-1" y="top_height-1" + width="width-left_width-right_width+1" + height="height-top_height-bottom_height+1"/> +</draw_ops> + +<!-- ** interlace ** --> +<draw_ops name="title_tile"> + <tint color="black" x="0" y="0" width="width-2" height="0" alpha="0.1"/> + <tint color="white" x="0" y="1" width="width-2" height="1" alpha="0.05"/> +</draw_ops> + +<draw_ops name="bevel_unfocused"> + <rectangle color="black" filled="false" + x="0" y="0" + width="width-1" + height="height-1"/> +</draw_ops> + +<draw_ops name="bevel"> + <rectangle color="black" filled="false" + x="0" y="0" + width="width-1" + height="top_height-1"/> + <rectangle color="black" filled="false" + x="0" y="0" + width="width-1" + height="height-1"/> + <rectangle color="gtk:bg[NORMAL]" filled="true" + x="1" y="1" + width="width-3" + height="height-2"/> + <rectangle color="gtk:bg[SELECTED]" filled="true" + x="1" y="1" + width="width-2" + height="top_height-2"/> + + <!--<tile name="title_tile" tile_width="width" tile_height="2" x="1" y="1" width="width-2" height="title_height+5"/>--> + + <tint color="white" x="1" y="1" width="1" height="top_height-1" alpha="0.2"/> + <tint color="white" x="1" y="1" width="width-2" height="1" alpha="0.2"/> + <tint color="black" x="1" y="top_height-2" width="width-1" height="1" alpha="0.2"/> + <tint color="black" x="width-2" y="1" width="1" height="top_height-1" alpha="0.2"/> +</draw_ops> + +<draw_ops name="round_bevel"> + <include name="bevel"/> + <include name="focus_outline"/> +</draw_ops> + +<!-- ::: TITLES ::: --> + +<draw_ops name="title_bg"> + <!-- tile name="title_tile" tile_width="4" tile_height="10" x="0" y="2" width="(width-title_width)/2-4" height="11"/> + <tile name="title_tile" tile_width="4" tile_height="10" x="(width-title_width)/2+title_width+4" y="2" width="(width-title_width)/2-4" height="11"/ --> +</draw_ops> + +<draw_ops name="title_bg_unfocused"> + <rectangle color="gtk:bg[NORMAL]" filled="true" + x="0" y="0" width="width" height="top_height"/> +</draw_ops> + +<!-- hush! nothing to see here! move on! :^) --> +<draw_ops name="title_text"> + <title color="gtk:text[SELECTED]" + x="0" + y="(((height-title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="title_text_unfocused"> + <title color="gtk:fg[ACTIVE]" + x="0" + y="(((height-title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="title"> + <include name="title_bg"/> + <include name="title_text"/> +</draw_ops> + +<draw_ops name="title_unfocused"> + <include name="title_bg_unfocused"/> + <include name="title_text_unfocused"/> +</draw_ops> + +<!-- ::: BUTTONS ::: --> + +<draw_ops name="menu_button_icon"> +<gtk_arrow state="selected" shadow="none" arrow="down" + x="4" + y="5" + width="width-8" height="height-8"/> +</draw_ops> +<draw_ops name="menu_button_icon_unfocused"> +<gtk_arrow state="insensitive" shadow="none" arrow="down" + x="4" + y="5" + width="width-8" height="height-8"/> +</draw_ops> + +<draw_ops name="button_bg_unfocused"> + <rectangle color="gtk:bg[NORMAL]" filled="true" + x="0" y="0" width="width" height="height"/> +</draw_ops> + +<draw_ops name="button_bg_prelight"> + <tint color="white" x="0" y="0" width="width" height="height" alpha="0.3"/> +</draw_ops> + +<draw_ops name="menu_button_normal"> + <include name="menu_button_icon"/> +</draw_ops> +<draw_ops name="menu_button_prelight"> + <include name="button_bg_prelight"/> + <include name="menu_button_icon"/> +</draw_ops> +<draw_ops name="menu_button_pressed"> + <include name="menu_button_icon"/> +</draw_ops> +<draw_ops name="menu_button_unfocused"> + <include name="button_bg_unfocused"/> + <include name="menu_button_icon_unfocused"/> +</draw_ops> + +<draw_ops name="close_button_icon"> + <line color="gtk:fg[SELECTED]" width="2" + x1="ButtonIPad" y1="ButtonIPad" x2="width-ButtonIPad-1" y2="height-ButtonIPad-1"/> + <line color="gtk:fg[SELECTED]" width="1" + x1="ButtonIPad" y1="ButtonIPad" x2="width-ButtonIPad" y2="height-ButtonIPad"/> + <line color="gtk:fg[SELECTED]" width="2" + x1="ButtonIPad" y1="height-ButtonIPad-1" x2="width-ButtonIPad-1" y2="ButtonIPad"/> + <line color="gtk:fg[SELECTED]" width="1" + x1="ButtonIPad" y1="height-ButtonIPad-1" x2="width-ButtonIPad" y2="ButtonIPad-1"/> +</draw_ops> + +<draw_ops name="close_button_icon_unfocused"> + <line color="gtk:fg[INSENSITIVE]" width="2" + x1="ButtonIPad" y1="ButtonIPad" x2="width-ButtonIPad-1" y2="height-ButtonIPad-1"/> + <line color="gtk:fg[INSENSITIVE]" width="1" + x1="ButtonIPad" y1="ButtonIPad" x2="width-ButtonIPad" y2="height-ButtonIPad"/> + <line color="gtk:fg[INSENSITIVE]" width="2" + x1="ButtonIPad" y1="height-ButtonIPad-1" x2="width-ButtonIPad-1" y2="ButtonIPad"/> + <line color="gtk:fg[INSENSITIVE]" width="1" + x1="ButtonIPad" y1="height-ButtonIPad-1" x2="width-ButtonIPad" y2="ButtonIPad-1"/> +</draw_ops> + +<draw_ops name="close_button_normal"> + <include name="close_button_icon"/> +</draw_ops> +<draw_ops name="close_button_prelight"> + <include name="button_bg_prelight"/> + <include name="close_button_icon"/> +</draw_ops> +<draw_ops name="close_button_pressed"> + <include name="close_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="close_button_unfocused"> + <include name="button_bg_unfocused"/> + <include name="close_button_icon_unfocused"/> +</draw_ops> + +<draw_ops name="maximize_button_icon"> + <rectangle color="gtk:fg[SELECTED]" filled="false" + x="ButtonIPad" y="ButtonIPad" width="width-ButtonIPad*2-1" height="height-ButtonIPad*2-1"/> + <line color="gtk:fg[SELECTED]" width="1" + x1="ButtonIPad+1" y1="ButtonIPad+1" x2="width-ButtonIPad" y2="ButtonIPad+1"/> +</draw_ops> + +<draw_ops name="maximize_button_icon_unfocused"> + <rectangle color="gtk:fg[INSENSITIVE]" filled="false" + x="ButtonIPad" y="ButtonIPad" width="width-ButtonIPad*2-1" height="height-ButtonIPad*2-1"/> + <line color="gtk:fg[INSENSITIVE]" width="1" + x1="ButtonIPad+1" y1="ButtonIPad+1" x2="width-ButtonIPad" y2="ButtonIPad+1"/> +</draw_ops> + +<draw_ops name="maximize_button_normal"> + <include name="maximize_button_icon"/> +</draw_ops> +<draw_ops name="maximize_button_prelight"> + <include name="button_bg_prelight"/> + <include name="maximize_button_icon"/> +</draw_ops> +<draw_ops name="maximize_button_pressed"> + <include name="maximize_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="maximize_button_unfocused"> + <include name="button_bg_unfocused"/> + <include name="maximize_button_icon_unfocused"/> +</draw_ops> + +<draw_ops name="restore_button_icon"> + <rectangle color="gtk:fg[SELECTED]" filled="false" + x="ButtonIPad+2" y="ButtonIPad+2" width="width-ButtonIPad*2-5" height="height-ButtonIPad*2-5"/> + <line color="gtk:fg[SELECTED]" width="1" + x1="ButtonIPad+3" y1="ButtonIPad+3" x2="width-ButtonIPad-3" y2="ButtonIPad+3"/> +</draw_ops> + +<draw_ops name="restore_button_icon_unfocused"> + <rectangle color="gtk:fg[INSENSITIVE]" filled="false" + x="ButtonIPad+2" y="ButtonIPad+2" width="width-ButtonIPad*2-5" height="height-ButtonIPad*2-5"/> + <line color="gtk:fg[INSENSITIVE]" width="1" + x1="ButtonIPad+3" y1="ButtonIPad+3" x2="width-ButtonIPad-3" y2="ButtonIPad+3"/> +</draw_ops> + +<draw_ops name="restore_button_normal"> + <include name="restore_button_icon"/> +</draw_ops> +<draw_ops name="restore_button_prelight"> + <include name="restore_button_icon"/> + <include name="button_bg_prelight"/> +</draw_ops> +<draw_ops name="restore_button_pressed"> + <include name="restore_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="restore_button_unfocused"> + <include name="button_bg_unfocused"/> + <include name="restore_button_icon_unfocused"/> +</draw_ops> + +<draw_ops name="minimize_button_icon"> + <rectangle color="gtk:fg[SELECTED]" filled="true" + x="ButtonIPad" y="height-ButtonIPad-2" width="width-ButtonIPad*2" height="2"/> +</draw_ops> + +<draw_ops name="minimize_button_icon_unfocused"> + <rectangle color="gtk:fg[INSENSITIVE]" filled="true" + x="ButtonIPad" y="height-ButtonIPad-2" width="width-ButtonIPad*2" height="2"/> +</draw_ops> + +<draw_ops name="minimize_button_normal"> + <include name="minimize_button_icon"/> +</draw_ops> +<draw_ops name="minimize_button_prelight"> + <include name="button_bg_prelight"/> + <include name="minimize_button_icon"/> +</draw_ops> +<draw_ops name="minimize_button_pressed"> + <include name="minimize_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="minimize_button_unfocused"> + <include name="button_bg_unfocused"/> + <include name="minimize_button_icon_unfocused"/> +</draw_ops> + +<draw_ops name="blank"> + <!-- nothing --> +</draw_ops> + +<frame_style name="normal" geometry="normal"> + <piece position="entire_background" draw_ops="bevel_unfocused"/> + <piece position="title" draw_ops="title_unfocused"/> + <button function="close" state="normal" draw_ops="close_button_unfocused"/> + <button function="close" state="pressed" draw_ops="close_button_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_button_unfocused"/> + <button function="maximize" state="pressed" draw_ops="maximize_button_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_button_unfocused"/> + <button function="minimize" state="pressed" draw_ops="minimize_button_pressed"/> + <button function="menu" state="normal" draw_ops="menu_button_unfocused"/> + <button function="menu" state="pressed" draw_ops="menu_button_pressed"/> +</frame_style> + +<frame_style name="focused" geometry="normal" parent="normal"> + <piece position="entire_background" draw_ops="round_bevel"/> + <piece position="title" draw_ops="title"/> + <button function="close" state="normal" draw_ops="close_button_normal"/> + <button function="close" state="prelight" draw_ops="close_button_prelight"/> + <button function="maximize" state="normal" draw_ops="maximize_button_normal"/> + <button function="maximize" state="prelight" draw_ops="maximize_button_prelight"/> + <button function="minimize" state="normal" draw_ops="minimize_button_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_button_prelight"/> + <button function="menu" state="normal" draw_ops="menu_button_normal"/> + <button function="menu" state="prelight" draw_ops="menu_button_prelight"/> +</frame_style> + +<frame_style name="normal_maximized" geometry="normal_maximized"> + <piece position="entire_background" draw_ops="bevel_unfocused"/> + <piece position="title" draw_ops="title_unfocused"/> + <button function="close" state="normal" draw_ops="close_button_unfocused"/> + <button function="close" state="pressed" draw_ops="close_button_pressed"/> + <button function="maximize" state="normal" draw_ops="restore_button_unfocused"/> + <button function="maximize" state="pressed" draw_ops="restore_button_pressed"/> + <button function="maximize" state="prelight" draw_ops="restore_button_prelight"/> + <button function="minimize" state="normal" draw_ops="minimize_button_unfocused"/> + <button function="minimize" state="pressed" draw_ops="minimize_button_pressed"/> + <button function="menu" state="normal" draw_ops="menu_button_unfocused"/> + <button function="menu" state="pressed" draw_ops="menu_button_pressed"/> +</frame_style> + +<frame_style name="focused_maximized" geometry="normal_maximized" parent="normal_maximized"> + <piece position="entire_background" draw_ops="bevel"/> + <piece position="title" draw_ops="title"/> + <button function="close" state="normal" draw_ops="close_button_normal"/> + <button function="close" state="prelight" draw_ops="close_button_prelight"/> + <button function="minimize" state="normal" draw_ops="minimize_button_normal"/> + <button function="minimize" state="prelight" draw_ops="minimize_button_prelight"/> + <button function="maximize" state="normal" draw_ops="restore_button_normal"/> + <button function="maximize" state="pressed" draw_ops="restore_button_pressed"/> + <button function="maximize" state="prelight" draw_ops="restore_button_prelight"/> + <button function="menu" state="normal" draw_ops="menu_button_normal"/> + <button function="menu" state="prelight" draw_ops="menu_button_prelight"/> +</frame_style> + +<frame_style name="border" geometry="border" parent="normal"> + <piece position="entire_background" draw_ops="bevel_unfocused"/> + <piece position="title" draw_ops="blank"/> +</frame_style> + +<frame_style_set name="normal"> + <frame focus="yes" state="normal" resize="both" style="focused"/> + <frame focus="no" state="normal" resize="both" style="normal"/> + <frame focus="yes" state="maximized" style="focused_maximized"/> + <frame focus="no" state="maximized" style="normal_maximized"/> + <frame focus="yes" state="shaded" style="focused"/> + <frame focus="no" state="shaded" style="normal"/> + <frame focus="yes" state="maximized_and_shaded" style="focused_maximized"/> + <frame focus="no" state="maximized_and_shaded" style="normal_maximized"/> +</frame_style_set> + +<frame_style_set name="utility" parent="normal"> + <frame focus="yes" state="normal" resize="both" style="focused"/> + <frame focus="no" state="normal" resize="both" style="normal"/> + <!-- this is a bunch of crack since utility windows shouldn't be maximized --> + <frame focus="yes" state="maximized" style="focused"/> + <frame focus="no" state="maximized" style="normal"/> + <frame focus="yes" state="shaded" style="focused"/> + <frame focus="no" state="shaded" style="normal"/> + <frame focus="yes" state="maximized_and_shaded" style="focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal"/> +</frame_style_set> + +<frame_style_set name="border"> + <frame focus="yes" state="normal" resize="both" style="border"/> + <frame focus="no" state="normal" resize="both" style="border"/> + <frame focus="yes" state="maximized" style="border"/> + <frame focus="no" state="maximized" style="border"/> + <frame focus="yes" state="shaded" style="border"/> + <frame focus="no" state="shaded" style="border"/> + <frame focus="yes" state="maximized_and_shaded" style="border"/> + <frame focus="no" state="maximized_and_shaded" style="border"/> +</frame_style_set> + +<window type="normal" style_set="normal"/> +<window type="dialog" style_set="normal"/> +<window type="modal_dialog" style_set="normal"/> +<window type="menu" style_set="normal"/> +<window type="utility" style_set="normal"/> +<window type="border" style_set="border"/> + +<menu_icon function="close" state="normal" draw_ops="close_button_icon_unfocused"/> +<menu_icon function="maximize" state="normal" draw_ops="maximize_button_icon_unfocused"/> +<menu_icon function="unmaximize" state="normal" draw_ops="restore_button_icon_unfocused"/> +<menu_icon function="minimize" state="normal" draw_ops="minimize_button_icon_unfocused"/> +</metacity_theme> diff --git a/marco-themes/Glider/metacity-theme-1.xml b/marco-themes/Glider/metacity-theme-1.xml new file mode 100644 index 00000000..c4b8dcce --- /dev/null +++ b/marco-themes/Glider/metacity-theme-1.xml @@ -0,0 +1,718 @@ +<?xml version="1.0"?> + +<metacity_theme> +<info> + <name>Glider</name> + <author>Link Dupont <[email protected]></author> + <copyright>Â 2004 Link Dupont</copyright> + <date>April, 2004</date> + <description>Based on Industrial by Tuomas Kuosmanen <[email protected]> and SmoothBox by Andrew Johnson <[email protected]></description> +</info> + +<frame_geometry name="normal" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="5"/> + <distance name="right_width" value="5"/> + <distance name="bottom_height" value="5"/> + <distance name="left_titlebar_edge" value="4"/> + <distance name="right_titlebar_edge" value="4"/> + <aspect_ratio name="button" value="1"/> + <distance name="title_vertical_pad" value="4"/> + <border name="title_border" left="2" right="2" top="1" bottom="1"/> + <border name="button_border" left="1" right="1" top="3" bottom="3"/> +</frame_geometry> + + <!-- strip borders off the normal geometry --> +<frame_geometry name="normal_maximized" parent="normal" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="0"/> + <distance name="right_width" value="0"/> + <distance name="bottom_height" value="0"/> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> +</frame_geometry> + +<frame_geometry name="normal_small_borders" parent="normal"> + <distance name="left_width" value="0"/> + <distance name="right_width" value="0"/> + <distance name="bottom_height" value="0"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> +</frame_geometry> + +<frame_geometry name="border" has_title="false"> + <distance name="left_width" value="4"/> + <distance name="right_width" value="4"/> + <distance name="bottom_height" value="4"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="button_width" value="0"/> + <distance name="button_height" value="0"/> + <distance name="title_vertical_pad" value="4"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<!-- button inside padding --> +<constant name="ButtonIPad" value="3"/> +<constant name="ThickLineWidth" value="3"/> + +<draw_ops name="focus_outline"> + <rectangle color="#000000" + x="left_width-1" y="top_height-1" + width="width-left_width-right_width+1" + height="height-top_height-bottom_height+1"/> + <line color="shade/gtk:bg[SELECTED]/0.45" x1="left_width-1" y1="top_height-1" + x2="left_width-1" y2="top_height-1"/> + <line color="shade/gtk:bg[SELECTED]/0.45" x1="width-right_width" y1="top_height-1" + x2="width-right_width" y2="top_height-1"/> + <line color="shade/gtk:bg[SELECTED]/0.65" x1="left_width-1" y1="height-bottom_height" + x2="left_width-1" y2="height-bottom_height"/> + <line color="shade/gtk:bg[SELECTED]/0.65" x1="width-right_width" y1="height-bottom_height" + x2="width-right_width" y2="height-bottom_height"/> + +</draw_ops> + +<draw_ops name="corners_outline"> + <!-- ** BLACK outlines around the round corners ** --> + <!-- top left --> + <line color="#000000" x1="1" y1="3" x2="1" y2="4"/> + <line color="#000000" x1="2" y1="2" x2="2" y2="2"/> + <line color="#000000" x1="3" y1="1" x2="4" y2="1"/> + + <!-- bottom left --> + <line color="#000000" x1="1" y1="height-4" x2="1" y2="height-5"/> + <line color="#000000" x1="2" y1="height-3" x2="2" y2="height-3"/> + <line color="#000000" x1="2" y1="height-2" x2="4" y2="height-2"/> + + <!-- top right --> + <line color="#000000" x1="width-2" y1="3" x2="width-2" y2="4"/> + <line color="#000000" x1="width-3" y1="2" x2="width-3" y2="2"/> + <line color="#000000" x1="width-4" y1="1" x2="width-5" y2="1"/> + + <!-- bottom right --> + <line color="#000000" x1="width-2" y1="height-4" x2="width-2" y2="height-5"/> + <line color="#000000" x1="width-3" y1="height-3" x2="width-3" y2="height-3"/> + <line color="#000000" x1="width-4" y1="height-2" x2="width-5" y2="height-2"/> + +</draw_ops> + +<draw_ops name="corners_hilight_unfocused"> + + <!-- ** corner hilight for left top ** --> + <line color="shade/gtk:bg[NORMAL]/1.3" x1="2" y1="3" x2="2" y2="4"/> + <line color="shade/gtk:bg[NORMAL]/1.3" x1="3" y1="2" x2="4" y2="2"/> + + <!-- ** corner hilight for left bottom ** --> + <line color="shade/gtk:bg[NORMAL]/1.4" x1="2" y1="height-4" x2="2" y2="height-5"/> + <line color="shade/gtk:bg[NORMAL]/0.9" x1="3" y1="height-3" x2="4" y2="height-3"/> + + <!-- ** corner hilight for right top ** --> + <line color="shade/gtk:bg[NORMAL]/0.8" x1="width-3" y1="3" x2="width-3" y2="4"/> + <line color="shade/gtk:bg[NORMAL]/0.9" x1="width-4" y1="2" x2="width-4" y2="2"/> + + <!-- ** corner hilight for right bottom ** --> + <line color="shade/gtk:bg[NORMAL]/0.7" x1="width-3" y1="height-4" x2="width-3" y2="height-5"/> + <line color="shade/gtk:bg[NORMAL]/0.7" x1="width-4" y1="height-3" x2="width-5" y2="height-3"/> + +</draw_ops> + +<draw_ops name="corners_hilight"> + + <!-- ** corner hilight for left top ** --> + <line color="shade/gtk:bg[SELECTED]/1.55" x1="2" y1="3" x2="2" y2="4"/> + <line color="shade/gtk:bg[SELECTED]/1.55" x1="3" y1="2" x2="4" y2="2"/> + + <!-- ** corner hilight for left bottom ** --> + <line color="shade/gtk:bg[SELECTED]/1.4" x1="2" y1="height-4" x2="2" y2="height-5"/> + <line color="shade/gtk:bg[SELECTED]/0.9" x1="3" y1="height-3" x2="4" y2="height-3"/> + + <!-- ** corner hilight for right top ** --> + <line color="shade/gtk:bg[SELECTED]/0.8" x1="width-3" y1="3" x2="width-3" y2="4"/> + <line color="shade/gtk:bg[SELECTED]/0.9" x1="width-4" y1="2" x2="width-4" y2="2"/> + + <!-- ** corner hilight for right bottom ** --> + <line color="shade/gtk:bg[SELECTED]/0.7" x1="width-3" y1="height-4" x2="width-3" y2="height-5"/> + <line color="shade/gtk:bg[SELECTED]/0.7" x1="width-4" y1="height-3" x2="width-5" y2="height-3"/> + +</draw_ops> + +<!-- ** interlace ** --> +<draw_ops name="title_tile"> + <!--<tint color="black" x="0" y="0" width="width" height="0" alpha="0.1"/>--> + <!--<tint color="white" x="0" y="1" width="width" height="1" alpha="0.05"/>--> +</draw_ops> + +<draw_ops name="bevel_maximized_unfocused"> + + <!-- ** 3d beveled frame ** --> + <rectangle color="#000000" filled="false" + x="0" y="0" + width="width-2" + height="height-2"/> + + <rectangle color="shade/gtk:light[NORMAL]/1.6" filled="false" + x="1" y="1" + width="width-3" + height="height-3"/> + <line color="shade/gtk:light[SELECTED]/1.6" x1="0" y1="1" + x2="0" y2="title_height + 4"/> + + <rectangle color="gtk:bg[NORMAL]" filled="true" + x="0" y="2" + width="width" + height="title_height + 4"/> + +</draw_ops> + +<draw_ops name="bevel_maximized"> + + <!-- ** 3d beveled frame ** --> + <line color="#000000" x1="0" y1="0" + x2="width" y2="0"/> + <rectangle color="shade/gtk:light[SELECTED]/1.2" filled="true" + x="0" y="1" + width="width" + height="title_height + 4"/> + + <!-- ** fancy gradient ** --> + <gradient type="vertical" x="1" y="2" width="width" height="title_height + 6"> + <color value="shade/gtk:bg[SELECTED]/1.1"/> + <color value="shade/gtk:bg[SELECTED]/0.7"/> + </gradient> + + <line color="#000000" x1="0" y1="title_height + 5" + x2="width" y2="title_height + 5"/> + +</draw_ops> + +<draw_ops name="bevel_unfocused"> + + <!-- ** 3d beveled frame ** --> + <rectangle color="gtk:dark[NORMAL]" filled="false" + x="1" y="1" + width="width - 3" + height="height - 3"/> + + <rectangle color="shade/gtk:light[NORMAL]/1.6" filled="false" + x="1" y="1" + width="width - 4" + height="height - 4"/> + + <rectangle color="gtk:bg[NORMAL]" filled="true" + x="2" y="2" + width="width - 4" + height="height - 4"/> + + <rectangle color="#000000" filled="false" + x="0" y="0" + width="width - 1" + height="height - 1"/> + +</draw_ops> + +<draw_ops name="round_bevel_unfocused"> + <include name="bevel_unfocused"/> + <!--<include name="corners_outline"/> + <include name="corners_hilight_unfocused"/>--> + +</draw_ops> + +<draw_ops name="bevel"> + + <!-- ** 3d beveled frame ** --> + <rectangle color="blend/gtk:bg[NORMAL]/gtk:bg[SELECTED]/0.5" filled="true" + x="2" y="title_height + 38" + width="width-4" + height="height-title_height-38"/> + + <rectangle color="shade/gtk:light[SELECTED]/1.2" filled="false" + x="1" y="1" + width="width - 2" + height="height - 2"/> + + <rectangle color="gtk:dark[SELECTED]" filled="false" + x="0" y="0" + width="width - 2" + height="height - 2"/> + + <!-- ** fancy gradient ** --> + <gradient type="vertical" x="2" y="2" width="width - 4" height="title_height + 6"> + <color value="shade/gtk:bg[SELECTED]/1.1"/> + <color value="shade/gtk:bg[SELECTED]/0.7"/> + </gradient> + <gradient type="vertical" x="2" y="title_height+6" width="width - 4" height="32"> + <color value="shade/gtk:bg[SELECTED]/0.7"/> + <color value="blend/gtk:bg[NORMAL]/gtk:bg[SELECTED]/0.5"/> + </gradient> + +<tile name="title_tile" tile_width="width" tile_height="2" x="1" y="1" width="width - 2" height="title_height + 5"/> + + <rectangle color="#000000" filled="false" + x="0" y="0" + width="width - 1" + height="height - 1"/> + +</draw_ops> + +<draw_ops name="round_bevel"> + <include name="bevel"/> + <!--<include name="corners_outline"/> + <include name="corners_hilight"/>--> + + <include name="focus_outline"/> + +</draw_ops> + +<!-- ::: TITLES ::: --> + +<draw_ops name="title_bg"> + <!-- tile name="title_tile" tile_width="4" tile_height="10" x="0" y="2" width="(width-title_width)/2-4" height="11"/> + <tile name="title_tile" tile_width="4" tile_height="10" x="(width-title_width)/2+title_width+4" y="2" width="(width-title_width)/2-4" height="11"/ --> +</draw_ops> + +<!-- hush! nothing to see here! move on! :^) --> +<draw_ops name="title_text"> + <title color="shade/gtk:bg[SELECTED]/0.75" + x="(3 `max` (width-title_width)) / 2 + 1" + y="(((height - title_height) / 2) `max` 0) + 2"/> + <title color="shade/gtk:bg[SELECTED]/0.7" + x="(3 `max` (width-title_width)) / 2 + 2" + y="(((height - title_height) / 2) `max` 0) + 2"/> + <title color="shade/gtk:bg[SELECTED]/0.4" + x="(3 `max` (width-title_width)) / 2 + 1" + y="(((height - title_height) / 2) `max` 0) + 1"/> + <title color="gtk:fg[SELECTED]" + x="(3 `max` (width-title_width)) / 2" + y="(((height - title_height) / 2) `max` 0)"/> +</draw_ops> + +<draw_ops name="title_text_unfocused"> + <title color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.6" + x="(3 `max` (width-title_width)) / 2" + y="((height - title_height) / 2) `max` 0"/> +</draw_ops> + +<draw_ops name="title"> + <include name="title_bg"/> + <include name="title_text"/> +</draw_ops> + +<draw_ops name="title_unfocused"> + <include name="title_text_unfocused"/> +</draw_ops> + +<!-- ::: BUTTONS ::: --> + +<draw_ops name="button_bg"> + <gtk_box state="normal" shadow="out" x="0" y="0" width="width" height="height"/> +</draw_ops> + +<draw_ops name="button_bg_unfocused"> + <gtk_box state="insensitive" shadow="out" x="0" y="0" width="width" height="height"/> +</draw_ops> + +<draw_ops name="button_bg_prelight"> + <gtk_box state="prelight" shadow="out" x="0" y="0" width="width" height="height"/> +</draw_ops> + +<draw_ops name="button_bg_pressed"> + <gtk_box state="active" shadow="in" x="0" y="0" width="width" height="height"/> +</draw_ops> + +<draw_ops name="menu_button_icon"> + <icon x="0" + y="0" + width="width" height="height"/> +</draw_ops> + +<draw_ops name="menu_button_icon_unfocused"> + <icon x="0" + y="0" + width="width" height="height" alpha="0.5"/> +</draw_ops> + +<draw_ops name="menu_button_normal"> + <include name="menu_button_icon"/> +</draw_ops> +<draw_ops name="menu_button_pressed"> + <include name="menu_button_icon"/> +</draw_ops> +<draw_ops name="menu_button_unfocused"> + <include name="menu_button_icon_unfocused"/> +</draw_ops> + +<draw_ops name="close_button_icon"> + <line color="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.75" + width="1" + x1="ButtonIPad+1" y1="ButtonIPad" + x2="width - ButtonIPad" y2="height - ButtonIPad - 1"/> + <line color="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.75" + width="1" + x1="ButtonIPad" y1="ButtonIPad" + x2="width - ButtonIPad" y2="height - ButtonIPad"/> + <line color="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.75" + width="1" + x1="ButtonIPad" y1="ButtonIPad+1" + x2="width - ButtonIPad - 1" y2="height - ButtonIPad"/> + + <line color="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.75" + width="1" + x1="ButtonIPad" y1="height - ButtonIPad - 2" + x2="width - ButtonIPad - 1" y2="ButtonIPad-1"/> + <line color="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.75" + width="1" + x1="ButtonIPad" y1="height - ButtonIPad - 1" + x2="width - ButtonIPad" y2="ButtonIPad-1"/> + <line color="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.75" + width="1" + x1="ButtonIPad+1" y1="height - ButtonIPad - 1" + x2="width - ButtonIPad" y2="ButtonIPad"/> +</draw_ops> + +<draw_ops name="close_button_icon_unfocused"> +<include name="button_bg_unfocused"/> + <line color="blend/gtk:fg[INSENSITIVE]/gtk:bg[INSENSITIVE]/0.35" + width="1" + x1="ButtonIPad+1" y1="ButtonIPad" + x2="width - ButtonIPad" y2="height - ButtonIPad - 1"/> + <line color="blend/gtk:fg[INSENSITIVE]/gtk:bg[INSENSITIVE]/0.35" + width="1" + x1="ButtonIPad" y1="ButtonIPad" + x2="width - ButtonIPad" y2="height - ButtonIPad"/> + <line color="blend/gtk:fg[INSENSITIVE]/gtk:bg[INSENSITIVE]/0.35" + width="1" + x1="ButtonIPad" y1="ButtonIPad+1" + x2="width - ButtonIPad - 1" y2="height - ButtonIPad"/> + + <line color="blend/gtk:fg[INSENSITIVE]/gtk:bg[INSENSITIVE]/0.35" + width="1" + x1="ButtonIPad" y1="height - ButtonIPad - 2" + x2="width - ButtonIPad - 1" y2="ButtonIPad-1"/> + <line color="blend/gtk:fg[INSENSITIVE]/gtk:bg[INSENSITIVE]/0.35" + width="1" + x1="ButtonIPad" y1="height - ButtonIPad - 1" + x2="width - ButtonIPad" y2="ButtonIPad-1"/> + <line color="blend/gtk:fg[INSENSITIVE]/gtk:bg[INSENSITIVE]/0.35" + width="1" + x1="ButtonIPad+1" y1="height - ButtonIPad - 1" + x2="width - ButtonIPad" y2="ButtonIPad"/> + </draw_ops> + + <draw_ops name="outer_bevel"> + <rectangle color="#000000" + x="0" y="0" width="width-1" height="height-1"/> + <line color="gtk:light[NORMAL]" + x1="1" y1="1" x2="1" y2="height-2"/> + <line color="gtk:light[NORMAL]" + x1="1" y1="1" x2="width-2" y2="1"/> + <line color="gtk:dark[NORMAL]" + x1="width-2" y1="1" x2="width-2" y2="height-2"/> + <line color="gtk:dark[NORMAL]" + x1="1" y1="height-2" x2="width-2" y2="height-2"/> +</draw_ops> + +<draw_ops name="close_button_normal"> + <include name="button_bg"/> + <include name="close_button_icon"/> +</draw_ops> +<draw_ops name="close_button_prelight"> + <include name="button_bg_prelight"/> + <include name="close_button_icon"/> +</draw_ops> +<draw_ops name="close_button_pressed"> + <include name="button_bg_pressed"/> + <include name="close_button_icon"/> +</draw_ops> +<draw_ops name="close_button_unfocused"> + <include name="button_bg_unfocused"/> + <include name="close_button_icon_unfocused"/> +</draw_ops> + +<draw_ops name="maximize_button_icon"> + <rectangle color="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.75" filled="false" + x="ButtonIPad" y="ButtonIPad" width="width-ButtonIPad*2-1" height="height-ButtonIPad*2-1"/> + <line color="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.75" width="3" + x1="ButtonIPad" y1="ButtonIPad+1" x2="width-ButtonIPad" y2="ButtonIPad+1"/> +</draw_ops> + +<draw_ops name="maximize_button_icon_unfocused"> + <include name="button_bg_unfocused"/> + <rectangle color="blend/gtk:fg[INSENSITIVE]/gtk:bg[INSENSITIVE]/0.35" filled="false" + x="ButtonIPad" y="ButtonIPad" width="width-ButtonIPad*2-1" height="height-ButtonIPad*2-1"/> + <line color="blend/gtk:fg[INSENSITIVE]/gtk:bg[INSENSITIVE]/0.35" width="3" + x1="ButtonIPad" y1="ButtonIPad+1" x2="width-ButtonIPad" y2="ButtonIPad+1"/> +</draw_ops> + +<draw_ops name="maximize_button_normal"> + <include name="button_bg"/> + <include name="maximize_button_icon"/> +</draw_ops> +<draw_ops name="maximize_button_prelight"> + <include name="button_bg_prelight"/> + <include name="maximize_button_icon"/> +</draw_ops> +<draw_ops name="maximize_button_pressed"> + <include name="button_bg_pressed"/> + <include name="maximize_button_icon"/> +</draw_ops> +<draw_ops name="maximize_button_unfocused"> + <include name="button_bg_unfocused"/> + <include name="maximize_button_icon_unfocused"/> +</draw_ops> + +<draw_ops name="normal_window_icon"> + <rectangle color="gtk:bg[NORMAL]" filled="true" + x="0" y="0" width="width-1" height="height-1"/> + <rectangle color="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.75" filled="false" + x="0" y="0" width="width-1" height="height-1"/> + <line color="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.75" width="2" + x1="0" y1="1" x2="width" y2="1"/> + </draw_ops> + + <draw_ops name="pressed_window_icon"> + <rectangle color="gtk:bg[ACTIVE]" filled="true" + x="0" y="0" width="width-1" height="height-1"/> + <rectangle color="blend/gtk:bg[ACTIVE]/gtk:fg[ACTIVE]/0.75" filled="false" + x="0" y="0" width="width-1" height="height-1"/> + <line color="blend/gtk:bg[ACTIVE]/gtk:fg[ACTIVE]/0.75" width="2" + x1="0" y1="1" x2="width" y2="1"/> + </draw_ops> + + <draw_ops name="prelight_window_icon"> + <rectangle color="gtk:bg[PRELIGHT]" filled="true" + x="0" y="0" width="width-1" height="height-1"/> + <rectangle color="blend/gtk:bg[PRELIGHT]/gtk:fg[PRELIGHT]/0.75" filled="false" + x="0" y="0" width="width-1" height="height-1"/> + <line color="blend/gtk:bg[PRELIGHT]/gtk:fg[PRELIGHT]/0.75" width="2" + x1="0" y1="1" x2="width" y2="1"/> + </draw_ops> + + <draw_ops name="mini_window_icon_unfocused"> + <rectangle color="gtk:bg[INSENSITIVE]" filled="true" + x="0" y="0" width="width-1" height="height-1"/> + <rectangle color="blend/gtk:fg[INSENSITIVE]/gtk:bg[INSENSITIVE]/0.35" filled="false" + x="0" y="0" width="width-1" height="height-1"/> + <line color="blend/gtk:fg[INSENSITIVE]/gtk:bg[INSENSITIVE]/0.35" width="2" + x1="0" y1="1" x2="width" y2="1"/> + </draw_ops> + + <draw_ops name="restore_button_normal"> + <include name="button_bg"/> + <include name="normal_window_icon" + x="3 + ButtonIPad" y="ButtonIPad+1" + width="width - 7 - ButtonIPad" + height="height - 7 - ButtonIPad"/> + <include name="normal_window_icon" + x="ButtonIPad" y="3 + ButtonIPad+1" + width="width - 7 - ButtonIPad" + height="height - 7 - ButtonIPad"/> + </draw_ops> + + <draw_ops name="restore_button_pressed"> + <include name="button_bg_pressed"/> + <include name="pressed_window_icon" + x="3 + ButtonIPad" y="ButtonIPad+1" + width="width - 7 - ButtonIPad" + height="height - 7 - ButtonIPad"/> + <include name="pressed_window_icon" + x="ButtonIPad" y="3 + ButtonIPad+1" + width="width - 7 - ButtonIPad" + height="height - 7 - ButtonIPad"/> + </draw_ops> + + <draw_ops name="restore_button_prelight"> + <include name="button_bg_prelight"/> + <include name="prelight_window_icon" + x="3 + ButtonIPad" y="ButtonIPad+1" + width="width - 7 - ButtonIPad" + height="height - 7 - ButtonIPad"/> + <include name="prelight_window_icon" + x="ButtonIPad" y="3 + ButtonIPad+1" + width="width - 7 - ButtonIPad" + height="height - 7 - ButtonIPad"/> + </draw_ops> + + <draw_ops name="restore_button_unfocused"> + <include name="button_bg_unfocused"/> + <include name="mini_window_icon_unfocused" + x="3 + ButtonIPad" y="ButtonIPad+1" + width="width - 7 - ButtonIPad" + height="height - 7 - ButtonIPad"/> + <include name="mini_window_icon_unfocused" + x="ButtonIPad" y="3 + ButtonIPad+1" + width="width - 7 - ButtonIPad" + height="height - 7 - ButtonIPad"/> + </draw_ops> + +<!-- +<draw_ops name="restore_button_icon"> + <rectangle color="gtk:fg[NORMAL]" filled="false" + x="ButtonIPad + 2" y="ButtonIPad + 2" width="width-ButtonIPad*2-5" height="height-ButtonIPad*2-5"/> + <line color="gtk:fg[NORMAL]" width="1" + x1="ButtonIPad + 3" y1="ButtonIPad + 3" x2="width-ButtonIPad - 3" y2="ButtonIPad + 3"/> +</draw_ops> + +<draw_ops name="restore_button_icon_unfocused"> + <rectangle color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.7" filled="false" + x="ButtonIPad + 2" y="ButtonIPad + 2" width="width-ButtonIPad*2-5" height="height-ButtonIPad*2-5"/> + <line color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.7" width="1" + x1="ButtonIPad + 3" y1="ButtonIPad + 3" x2="width-ButtonIPad - 3" y2="ButtonIPad + 3"/> +</draw_ops> + +<draw_ops name="restore_button_normal"> + <include name="button_bg"/> + <include name="restore_button_icon"/> +</draw_ops> +<draw_ops name="restore_button_prelight"> + <include name="button_bg_prelight"/> + <include name="restore_button_icon"/> +</draw_ops> +<draw_ops name="restore_button_pressed"> + <include name="button_bg_pressed"/> + <include name="restore_button_icon_unfocused"/> +</draw_ops> +<draw_ops name="restore_button_unfocused"> + <include name="button_bg_unfocused"/> + <include name="restore_button_icon_unfocused"/> +</draw_ops> +--> +<draw_ops name="minimize_button_icon"> + <line color="blend/gtk:bg[NORMAL]/gtk:fg[NORMAL]/0.75" + x1="ButtonIPad" + y1="height - ButtonIPad - ThickLineWidth + 1" + x2="width - ButtonIPad" + y2="height - ButtonIPad - ThickLineWidth + 1" + width="3"/> +</draw_ops> + +<draw_ops name="minimize_button_icon_unfocused"> + <line color="blend/gtk:fg[INSENSITIVE]/gtk:bg[INSENSITIVE]/0.35" + x1="ButtonIPad" + y1="height - ButtonIPad - ThickLineWidth + 1" + x2="width - ButtonIPad" + y2="height - ButtonIPad - ThickLineWidth + 1" + width="3"/> +</draw_ops> + +<draw_ops name="minimize_button_normal"> + <include name="button_bg"/> + <include name="minimize_button_icon"/> +</draw_ops> +<draw_ops name="minimize_button_prelight"> + <include name="button_bg_prelight"/> + <include name="minimize_button_icon"/> +</draw_ops> +<draw_ops name="minimize_button_pressed"> + <include name="button_bg_pressed"/> + <include name="minimize_button_icon"/> +</draw_ops> +<draw_ops name="minimize_button_unfocused"> + <include name="button_bg_unfocused"/> + <include name="minimize_button_icon_unfocused"/> +</draw_ops> + +<draw_ops name="blank"> +<!-- nothing --> +</draw_ops> + +<frame_style name="normal" geometry="normal"> + <piece position="entire_background" draw_ops="round_bevel_unfocused"/> + <piece position="title" draw_ops="title_unfocused"/> + <button function="close" state="normal" draw_ops="close_button_unfocused"/> + <button function="close" state="pressed" draw_ops="close_button_pressed"/> + <button function="close" state="prelight" draw_ops="close_button_prelight"/> + <button function="maximize" state="normal" draw_ops="maximize_button_unfocused"/> + <button function="maximize" state="pressed" draw_ops="maximize_button_pressed"/> + <button function="maximize" state="prelight" draw_ops="maximize_button_prelight"/> + <button function="minimize" state="normal" draw_ops="minimize_button_unfocused"/> + <button function="minimize" state="pressed" draw_ops="minimize_button_pressed"/> + <button function="minimize" state="prelight" draw_ops="minimize_button_prelight"/> + <button function="menu" state="normal" draw_ops="menu_button_unfocused"/> + <button function="menu" state="pressed" draw_ops="menu_button_pressed"/> +</frame_style> + +<frame_style name="focused" geometry="normal" parent="normal"> + <piece position="entire_background" draw_ops="round_bevel"/> + <piece position="title" draw_ops="title"/> + <button function="close" state="normal" draw_ops="close_button_normal"/> + <button function="maximize" state="normal" draw_ops="maximize_button_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_button_normal"/> + <button function="menu" state="normal" draw_ops="menu_button_normal"/> +</frame_style> + +<frame_style name="normal_maximized" geometry="normal_maximized"> + <piece position="entire_background" draw_ops="bevel_maximized_unfocused"/> + <piece position="title" draw_ops="title_unfocused"/> + <button function="close" state="normal" draw_ops="close_button_unfocused"/> + <button function="close" state="pressed" draw_ops="close_button_pressed"/> + <button function="close" state="prelight" draw_ops="close_button_prelight"/> + <button function="maximize" state="normal" draw_ops="restore_button_unfocused"/> + <button function="maximize" state="pressed" draw_ops="restore_button_pressed"/> + <button function="maximize" state="prelight" draw_ops="restore_button_prelight"/> + <button function="minimize" state="normal" draw_ops="minimize_button_unfocused"/> + <button function="minimize" state="pressed" draw_ops="minimize_button_pressed"/> + <button function="minimize" state="prelight" draw_ops="minimize_button_prelight"/> + <button function="menu" state="normal" draw_ops="menu_button_unfocused"/> + <button function="menu" state="pressed" draw_ops="menu_button_pressed"/> +</frame_style> + +<frame_style name="focused_maximized" geometry="normal_maximized" parent="normal_maximized"> + <piece position="entire_background" draw_ops="bevel_maximized"/> + <piece position="title" draw_ops="title"/> + <button function="close" state="normal" draw_ops="close_button_normal"/> + <button function="maximize" state="normal" draw_ops="restore_button_normal"/> + <button function="minimize" state="normal" draw_ops="minimize_button_normal"/> + <button function="menu" state="normal" draw_ops="menu_button_normal"/> +</frame_style> + +<frame_style name="border" geometry="border" parent="normal"> + <piece position="entire_background" draw_ops="round_bevel_unfocused"/> + <piece position="title" draw_ops="blank"/> +</frame_style> + +<frame_style_set name="normal"> + <frame focus="yes" state="normal" resize="both" style="focused"/> + <frame focus="no" state="normal" resize="both" style="normal"/> + <frame focus="yes" state="maximized" style="focused_maximized"/> + <frame focus="no" state="maximized" style="normal_maximized"/> + <frame focus="yes" state="shaded" style="focused"/> + <frame focus="no" state="shaded" style="normal"/> + <frame focus="yes" state="maximized_and_shaded" style="focused_maximized"/> + <frame focus="no" state="maximized_and_shaded" style="normal_maximized"/> +</frame_style_set> + +<frame_style_set name="utility" parent="normal"> +<frame focus="yes" state="normal" resize="both" style="focused"/> +<frame focus="no" state="normal" resize="both" style="normal"/> +<!-- this is a bunch of crack since utility windows shouldn't be maximized --> +<frame focus="yes" state="maximized" style="focused"/> +<frame focus="no" state="maximized" style="normal"/> +<frame focus="yes" state="shaded" style="focused"/> +<frame focus="no" state="shaded" style="normal"/> +<frame focus="yes" state="maximized_and_shaded" style="focused"/> +<frame focus="no" state="maximized_and_shaded" style="normal"/> +</frame_style_set> + +<frame_style_set name="border"> +<frame focus="yes" state="normal" resize="both" style="border"/> +<frame focus="no" state="normal" resize="both" style="border"/> +<frame focus="yes" state="maximized" style="border"/> +<frame focus="no" state="maximized" style="border"/> +<frame focus="yes" state="shaded" style="border"/> +<frame focus="no" state="shaded" style="border"/> +<frame focus="yes" state="maximized_and_shaded" style="border"/> +<frame focus="no" state="maximized_and_shaded" style="border"/> +</frame_style_set> + +<window type="normal" style_set="normal"/> +<window type="dialog" style_set="normal"/> +<window type="modal_dialog" style_set="normal"/> +<window type="menu" style_set="normal"/> +<window type="utility" style_set="normal"/> +<window type="border" style_set="border"/> + +<menu_icon function="close" state="normal" draw_ops="close_button_icon_unfocused"/> +<menu_icon function="maximize" state="normal" draw_ops="maximize_button_icon_unfocused"/> +<menu_icon function="unmaximize" state="normal" draw_ops="restore_button_unfocused"/> +<menu_icon function="minimize" state="normal" draw_ops="minimize_button_icon_unfocused"/> + +</metacity_theme> diff --git a/marco-themes/Makefile.am b/marco-themes/Makefile.am index 88947ea9..348ccd6c 100644 --- a/marco-themes/Makefile.am +++ b/marco-themes/Makefile.am @@ -1,6 +1,10 @@ THEMES = \ Shiny \ - HighContrast + Quid \ + HighContrast \ + Glider \ + Fog \ + Aldabra THEME_DIR=$(datadir)/themes THEME_SUBDIR=metacity-1 diff --git a/marco-themes/Quid/active-above-button.png b/marco-themes/Quid/active-above-button.png Binary files differnew file mode 100644 index 00000000..aa9b31f7 --- /dev/null +++ b/marco-themes/Quid/active-above-button.png diff --git a/marco-themes/Quid/active-border-top-left-border.png b/marco-themes/Quid/active-border-top-left-border.png Binary files differnew file mode 100644 index 00000000..2d61acf5 --- /dev/null +++ b/marco-themes/Quid/active-border-top-left-border.png diff --git a/marco-themes/Quid/active-border-top-right-border.png b/marco-themes/Quid/active-border-top-right-border.png Binary files differnew file mode 100644 index 00000000..9797c0fc --- /dev/null +++ b/marco-themes/Quid/active-border-top-right-border.png diff --git a/marco-themes/Quid/active-bottom-left-border.png b/marco-themes/Quid/active-bottom-left-border.png Binary files differnew file mode 100644 index 00000000..f22ea1a3 --- /dev/null +++ b/marco-themes/Quid/active-bottom-left-border.png diff --git a/marco-themes/Quid/active-bottom-left-corner.png b/marco-themes/Quid/active-bottom-left-corner.png Binary files differnew file mode 100644 index 00000000..de8fe868 --- /dev/null +++ b/marco-themes/Quid/active-bottom-left-corner.png diff --git a/marco-themes/Quid/active-bottom-mid-left-border.png b/marco-themes/Quid/active-bottom-mid-left-border.png Binary files differnew file mode 100644 index 00000000..7eec69f5 --- /dev/null +++ b/marco-themes/Quid/active-bottom-mid-left-border.png diff --git a/marco-themes/Quid/active-bottom-mid-right-border.png b/marco-themes/Quid/active-bottom-mid-right-border.png Binary files differnew file mode 100644 index 00000000..63da8e9d --- /dev/null +++ b/marco-themes/Quid/active-bottom-mid-right-border.png diff --git a/marco-themes/Quid/active-bottom-right-border.png b/marco-themes/Quid/active-bottom-right-border.png Binary files differnew file mode 100644 index 00000000..61a4f560 --- /dev/null +++ b/marco-themes/Quid/active-bottom-right-border.png diff --git a/marco-themes/Quid/active-bottom-right-corner.png b/marco-themes/Quid/active-bottom-right-corner.png Binary files differnew file mode 100644 index 00000000..57594466 --- /dev/null +++ b/marco-themes/Quid/active-bottom-right-corner.png diff --git a/marco-themes/Quid/active-button-prelight.png b/marco-themes/Quid/active-button-prelight.png Binary files differnew file mode 100644 index 00000000..85427cb1 --- /dev/null +++ b/marco-themes/Quid/active-button-prelight.png diff --git a/marco-themes/Quid/active-button-pressed.png b/marco-themes/Quid/active-button-pressed.png Binary files differnew file mode 100644 index 00000000..6f2d000c --- /dev/null +++ b/marco-themes/Quid/active-button-pressed.png diff --git a/marco-themes/Quid/active-button.png b/marco-themes/Quid/active-button.png Binary files differnew file mode 100644 index 00000000..4c44da2f --- /dev/null +++ b/marco-themes/Quid/active-button.png diff --git a/marco-themes/Quid/active-close-button.png b/marco-themes/Quid/active-close-button.png Binary files differnew file mode 100644 index 00000000..7ccb1095 --- /dev/null +++ b/marco-themes/Quid/active-close-button.png diff --git a/marco-themes/Quid/active-left-border.png b/marco-themes/Quid/active-left-border.png Binary files differnew file mode 100644 index 00000000..89b47f42 --- /dev/null +++ b/marco-themes/Quid/active-left-border.png diff --git a/marco-themes/Quid/active-left-top-border-shaded.png b/marco-themes/Quid/active-left-top-border-shaded.png Binary files differnew file mode 100644 index 00000000..a9e775ac --- /dev/null +++ b/marco-themes/Quid/active-left-top-border-shaded.png diff --git a/marco-themes/Quid/active-left-top-border.png b/marco-themes/Quid/active-left-top-border.png Binary files differnew file mode 100644 index 00000000..24a13ea9 --- /dev/null +++ b/marco-themes/Quid/active-left-top-border.png diff --git a/marco-themes/Quid/active-maximize-button.png b/marco-themes/Quid/active-maximize-button.png Binary files differnew file mode 100644 index 00000000..e6ee2307 --- /dev/null +++ b/marco-themes/Quid/active-maximize-button.png diff --git a/marco-themes/Quid/active-menu-button-prelight.png b/marco-themes/Quid/active-menu-button-prelight.png Binary files differnew file mode 100644 index 00000000..d21a83ab --- /dev/null +++ b/marco-themes/Quid/active-menu-button-prelight.png diff --git a/marco-themes/Quid/active-menu-button-pressed.png b/marco-themes/Quid/active-menu-button-pressed.png Binary files differnew file mode 100644 index 00000000..5add6966 --- /dev/null +++ b/marco-themes/Quid/active-menu-button-pressed.png diff --git a/marco-themes/Quid/active-menu-button.png b/marco-themes/Quid/active-menu-button.png Binary files differnew file mode 100644 index 00000000..670b158e --- /dev/null +++ b/marco-themes/Quid/active-menu-button.png diff --git a/marco-themes/Quid/active-minimize-button.png b/marco-themes/Quid/active-minimize-button.png Binary files differnew file mode 100644 index 00000000..b693594a --- /dev/null +++ b/marco-themes/Quid/active-minimize-button.png diff --git a/marco-themes/Quid/active-restore-button.png b/marco-themes/Quid/active-restore-button.png Binary files differnew file mode 100644 index 00000000..63e283c4 --- /dev/null +++ b/marco-themes/Quid/active-restore-button.png diff --git a/marco-themes/Quid/active-right-border.png b/marco-themes/Quid/active-right-border.png Binary files differnew file mode 100644 index 00000000..2dea03e3 --- /dev/null +++ b/marco-themes/Quid/active-right-border.png diff --git a/marco-themes/Quid/active-right-top-border-shaded.png b/marco-themes/Quid/active-right-top-border-shaded.png Binary files differnew file mode 100644 index 00000000..cf7ac2ec --- /dev/null +++ b/marco-themes/Quid/active-right-top-border-shaded.png diff --git a/marco-themes/Quid/active-right-top-border.png b/marco-themes/Quid/active-right-top-border.png Binary files differnew file mode 100644 index 00000000..eab9cae0 --- /dev/null +++ b/marco-themes/Quid/active-right-top-border.png diff --git a/marco-themes/Quid/active-shade-button.png b/marco-themes/Quid/active-shade-button.png Binary files differnew file mode 100644 index 00000000..15406f46 --- /dev/null +++ b/marco-themes/Quid/active-shade-button.png diff --git a/marco-themes/Quid/active-stick-button.png b/marco-themes/Quid/active-stick-button.png Binary files differnew file mode 100644 index 00000000..aacd4307 --- /dev/null +++ b/marco-themes/Quid/active-stick-button.png diff --git a/marco-themes/Quid/active-top-center-left.png b/marco-themes/Quid/active-top-center-left.png Binary files differnew file mode 100644 index 00000000..9d43fc2f --- /dev/null +++ b/marco-themes/Quid/active-top-center-left.png diff --git a/marco-themes/Quid/active-top-center-mid-left.png b/marco-themes/Quid/active-top-center-mid-left.png Binary files differnew file mode 100644 index 00000000..927d50e9 --- /dev/null +++ b/marco-themes/Quid/active-top-center-mid-left.png diff --git a/marco-themes/Quid/active-top-center-mid-right.png b/marco-themes/Quid/active-top-center-mid-right.png Binary files differnew file mode 100644 index 00000000..8cea6f6f --- /dev/null +++ b/marco-themes/Quid/active-top-center-mid-right.png diff --git a/marco-themes/Quid/active-top-center-right.png b/marco-themes/Quid/active-top-center-right.png Binary files differnew file mode 100644 index 00000000..e471c363 --- /dev/null +++ b/marco-themes/Quid/active-top-center-right.png diff --git a/marco-themes/Quid/active-top-left-border.png b/marco-themes/Quid/active-top-left-border.png Binary files differnew file mode 100644 index 00000000..fa4a6f54 --- /dev/null +++ b/marco-themes/Quid/active-top-left-border.png diff --git a/marco-themes/Quid/active-top-left-corner.png b/marco-themes/Quid/active-top-left-corner.png Binary files differnew file mode 100644 index 00000000..477e46a9 --- /dev/null +++ b/marco-themes/Quid/active-top-left-corner.png diff --git a/marco-themes/Quid/active-top-mid-left-border.png b/marco-themes/Quid/active-top-mid-left-border.png Binary files differnew file mode 100644 index 00000000..35a42feb --- /dev/null +++ b/marco-themes/Quid/active-top-mid-left-border.png diff --git a/marco-themes/Quid/active-top-mid-right-border.png b/marco-themes/Quid/active-top-mid-right-border.png Binary files differnew file mode 100644 index 00000000..1fa16504 --- /dev/null +++ b/marco-themes/Quid/active-top-mid-right-border.png diff --git a/marco-themes/Quid/active-top-right-border.png b/marco-themes/Quid/active-top-right-border.png Binary files differnew file mode 100644 index 00000000..b3f07f2f --- /dev/null +++ b/marco-themes/Quid/active-top-right-border.png diff --git a/marco-themes/Quid/active-top-right-corner.png b/marco-themes/Quid/active-top-right-corner.png Binary files differnew file mode 100644 index 00000000..199a3780 --- /dev/null +++ b/marco-themes/Quid/active-top-right-corner.png diff --git a/marco-themes/Quid/active-unabove-button.png b/marco-themes/Quid/active-unabove-button.png Binary files differnew file mode 100644 index 00000000..0b27b339 --- /dev/null +++ b/marco-themes/Quid/active-unabove-button.png diff --git a/marco-themes/Quid/active-unshade-button.png b/marco-themes/Quid/active-unshade-button.png Binary files differnew file mode 100644 index 00000000..5a428816 --- /dev/null +++ b/marco-themes/Quid/active-unshade-button.png diff --git a/marco-themes/Quid/active-unstick-button.png b/marco-themes/Quid/active-unstick-button.png Binary files differnew file mode 100644 index 00000000..907875d6 --- /dev/null +++ b/marco-themes/Quid/active-unstick-button.png diff --git a/marco-themes/Quid/inactive-above-button.png b/marco-themes/Quid/inactive-above-button.png Binary files differnew file mode 100644 index 00000000..efcc7b6b --- /dev/null +++ b/marco-themes/Quid/inactive-above-button.png diff --git a/marco-themes/Quid/inactive-border-top-left-border.png b/marco-themes/Quid/inactive-border-top-left-border.png Binary files differnew file mode 100644 index 00000000..0f6a1b88 --- /dev/null +++ b/marco-themes/Quid/inactive-border-top-left-border.png diff --git a/marco-themes/Quid/inactive-border-top-right-border.png b/marco-themes/Quid/inactive-border-top-right-border.png Binary files differnew file mode 100644 index 00000000..0e37f50b --- /dev/null +++ b/marco-themes/Quid/inactive-border-top-right-border.png diff --git a/marco-themes/Quid/inactive-bottom-left-border.png b/marco-themes/Quid/inactive-bottom-left-border.png Binary files differnew file mode 100644 index 00000000..ea174d65 --- /dev/null +++ b/marco-themes/Quid/inactive-bottom-left-border.png diff --git a/marco-themes/Quid/inactive-bottom-left-corner.png b/marco-themes/Quid/inactive-bottom-left-corner.png Binary files differnew file mode 100644 index 00000000..f6f43632 --- /dev/null +++ b/marco-themes/Quid/inactive-bottom-left-corner.png diff --git a/marco-themes/Quid/inactive-bottom-mid-border.png b/marco-themes/Quid/inactive-bottom-mid-border.png Binary files differnew file mode 100644 index 00000000..b24ea233 --- /dev/null +++ b/marco-themes/Quid/inactive-bottom-mid-border.png diff --git a/marco-themes/Quid/inactive-bottom-right-border.png b/marco-themes/Quid/inactive-bottom-right-border.png Binary files differnew file mode 100644 index 00000000..3302e015 --- /dev/null +++ b/marco-themes/Quid/inactive-bottom-right-border.png diff --git a/marco-themes/Quid/inactive-bottom-right-corner.png b/marco-themes/Quid/inactive-bottom-right-corner.png Binary files differnew file mode 100644 index 00000000..0fddaac5 --- /dev/null +++ b/marco-themes/Quid/inactive-bottom-right-corner.png diff --git a/marco-themes/Quid/inactive-button-prelight.png b/marco-themes/Quid/inactive-button-prelight.png Binary files differnew file mode 100644 index 00000000..ec11df48 --- /dev/null +++ b/marco-themes/Quid/inactive-button-prelight.png diff --git a/marco-themes/Quid/inactive-button-pressed.png b/marco-themes/Quid/inactive-button-pressed.png Binary files differnew file mode 100644 index 00000000..f292d9cf --- /dev/null +++ b/marco-themes/Quid/inactive-button-pressed.png diff --git a/marco-themes/Quid/inactive-button.png b/marco-themes/Quid/inactive-button.png Binary files differnew file mode 100644 index 00000000..c4667322 --- /dev/null +++ b/marco-themes/Quid/inactive-button.png diff --git a/marco-themes/Quid/inactive-close-button.png b/marco-themes/Quid/inactive-close-button.png Binary files differnew file mode 100644 index 00000000..2602a256 --- /dev/null +++ b/marco-themes/Quid/inactive-close-button.png diff --git a/marco-themes/Quid/inactive-left-border.png b/marco-themes/Quid/inactive-left-border.png Binary files differnew file mode 100644 index 00000000..3f7ad16e --- /dev/null +++ b/marco-themes/Quid/inactive-left-border.png diff --git a/marco-themes/Quid/inactive-left-top-border-shaded.png b/marco-themes/Quid/inactive-left-top-border-shaded.png Binary files differnew file mode 100644 index 00000000..177fa41f --- /dev/null +++ b/marco-themes/Quid/inactive-left-top-border-shaded.png diff --git a/marco-themes/Quid/inactive-left-top-border.png b/marco-themes/Quid/inactive-left-top-border.png Binary files differnew file mode 100644 index 00000000..74fa074e --- /dev/null +++ b/marco-themes/Quid/inactive-left-top-border.png diff --git a/marco-themes/Quid/inactive-maximize-button.png b/marco-themes/Quid/inactive-maximize-button.png Binary files differnew file mode 100644 index 00000000..38c509c5 --- /dev/null +++ b/marco-themes/Quid/inactive-maximize-button.png diff --git a/marco-themes/Quid/inactive-menu-button-prelight.png b/marco-themes/Quid/inactive-menu-button-prelight.png Binary files differnew file mode 100644 index 00000000..a4baa24a --- /dev/null +++ b/marco-themes/Quid/inactive-menu-button-prelight.png diff --git a/marco-themes/Quid/inactive-menu-button-pressed.png b/marco-themes/Quid/inactive-menu-button-pressed.png Binary files differnew file mode 100644 index 00000000..1953f624 --- /dev/null +++ b/marco-themes/Quid/inactive-menu-button-pressed.png diff --git a/marco-themes/Quid/inactive-menu-button.png b/marco-themes/Quid/inactive-menu-button.png Binary files differnew file mode 100644 index 00000000..96e491f9 --- /dev/null +++ b/marco-themes/Quid/inactive-menu-button.png diff --git a/marco-themes/Quid/inactive-minimize-button.png b/marco-themes/Quid/inactive-minimize-button.png Binary files differnew file mode 100644 index 00000000..a649c4fe --- /dev/null +++ b/marco-themes/Quid/inactive-minimize-button.png diff --git a/marco-themes/Quid/inactive-restore-button.png b/marco-themes/Quid/inactive-restore-button.png Binary files differnew file mode 100644 index 00000000..4459da66 --- /dev/null +++ b/marco-themes/Quid/inactive-restore-button.png diff --git a/marco-themes/Quid/inactive-right-border.png b/marco-themes/Quid/inactive-right-border.png Binary files differnew file mode 100644 index 00000000..0404cc48 --- /dev/null +++ b/marco-themes/Quid/inactive-right-border.png diff --git a/marco-themes/Quid/inactive-right-top-border-shaded.png b/marco-themes/Quid/inactive-right-top-border-shaded.png Binary files differnew file mode 100644 index 00000000..92955273 --- /dev/null +++ b/marco-themes/Quid/inactive-right-top-border-shaded.png diff --git a/marco-themes/Quid/inactive-right-top-border.png b/marco-themes/Quid/inactive-right-top-border.png Binary files differnew file mode 100644 index 00000000..c1882e96 --- /dev/null +++ b/marco-themes/Quid/inactive-right-top-border.png diff --git a/marco-themes/Quid/inactive-shade-button.png b/marco-themes/Quid/inactive-shade-button.png Binary files differnew file mode 100644 index 00000000..d3c3db0d --- /dev/null +++ b/marco-themes/Quid/inactive-shade-button.png diff --git a/marco-themes/Quid/inactive-stick-button.png b/marco-themes/Quid/inactive-stick-button.png Binary files differnew file mode 100644 index 00000000..e1488148 --- /dev/null +++ b/marco-themes/Quid/inactive-stick-button.png diff --git a/marco-themes/Quid/inactive-top-center-left.png b/marco-themes/Quid/inactive-top-center-left.png Binary files differnew file mode 100644 index 00000000..eaba4798 --- /dev/null +++ b/marco-themes/Quid/inactive-top-center-left.png diff --git a/marco-themes/Quid/inactive-top-center-mid.png b/marco-themes/Quid/inactive-top-center-mid.png Binary files differnew file mode 100644 index 00000000..7346fbc4 --- /dev/null +++ b/marco-themes/Quid/inactive-top-center-mid.png diff --git a/marco-themes/Quid/inactive-top-center-right.png b/marco-themes/Quid/inactive-top-center-right.png Binary files differnew file mode 100644 index 00000000..3a2e3a0a --- /dev/null +++ b/marco-themes/Quid/inactive-top-center-right.png diff --git a/marco-themes/Quid/inactive-top-left-border.png b/marco-themes/Quid/inactive-top-left-border.png Binary files differnew file mode 100644 index 00000000..8ebbdca9 --- /dev/null +++ b/marco-themes/Quid/inactive-top-left-border.png diff --git a/marco-themes/Quid/inactive-top-left-corner.png b/marco-themes/Quid/inactive-top-left-corner.png Binary files differnew file mode 100644 index 00000000..1db17706 --- /dev/null +++ b/marco-themes/Quid/inactive-top-left-corner.png diff --git a/marco-themes/Quid/inactive-top-mid-border.png b/marco-themes/Quid/inactive-top-mid-border.png Binary files differnew file mode 100644 index 00000000..0ec3b26a --- /dev/null +++ b/marco-themes/Quid/inactive-top-mid-border.png diff --git a/marco-themes/Quid/inactive-top-right-border.png b/marco-themes/Quid/inactive-top-right-border.png Binary files differnew file mode 100644 index 00000000..e86fddc7 --- /dev/null +++ b/marco-themes/Quid/inactive-top-right-border.png diff --git a/marco-themes/Quid/inactive-top-right-corner.png b/marco-themes/Quid/inactive-top-right-corner.png Binary files differnew file mode 100644 index 00000000..7b13da35 --- /dev/null +++ b/marco-themes/Quid/inactive-top-right-corner.png diff --git a/marco-themes/Quid/inactive-unabove-button.png b/marco-themes/Quid/inactive-unabove-button.png Binary files differnew file mode 100644 index 00000000..0279f964 --- /dev/null +++ b/marco-themes/Quid/inactive-unabove-button.png diff --git a/marco-themes/Quid/inactive-unshade-button.png b/marco-themes/Quid/inactive-unshade-button.png Binary files differnew file mode 100644 index 00000000..3f56f05b --- /dev/null +++ b/marco-themes/Quid/inactive-unshade-button.png diff --git a/marco-themes/Quid/inactive-unstick-button.png b/marco-themes/Quid/inactive-unstick-button.png Binary files differnew file mode 100644 index 00000000..942c746a --- /dev/null +++ b/marco-themes/Quid/inactive-unstick-button.png diff --git a/marco-themes/Quid/metacity-theme-1.xml b/marco-themes/Quid/metacity-theme-1.xml new file mode 100644 index 00000000..66ea1509 --- /dev/null +++ b/marco-themes/Quid/metacity-theme-1.xml @@ -0,0 +1,593 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Quid (Crux)</name> + <author>Anders Carlsson <[email protected]></author> + <copyright>Â Eazel Inc, 2000</copyright> + <date>February 6, 2002</date> + <description>A port of the Crux theme by Arlo Rose and John Harper</description> +</info> + +<!-- define constants --> +<constant name="IconTitleSpacing" value="4"/> <!-- Space between menu button and title --> +<constant name="CenterTitlePieceWidth" value="48"/> <!-- Width of center title piece --> +<constant name="ButtonWidth" value="32"/> <!-- Button width --> + +<frame_geometry name="normal"> + <distance name="left_width" value="5"/> + <distance name="right_width" value="6"/> + <distance name="bottom_height" value="6"/> + <distance name="left_titlebar_edge" value="5"/> + <distance name="right_titlebar_edge" value="6"/> + <aspect_ratio name="button" value="1.0"/> + <distance name="title_vertical_pad" value="0"/> + <border name="title_border" left="0" right="0" top="3" bottom="3"/> + <border name="button_border" left="0" right="0" top="3" bottom="3"/> +</frame_geometry> + +<frame_geometry name="border" has_title="false"> + <distance name="left_width" value="5"/> + <distance name="right_width" value="6"/> + <distance name="bottom_height" value="6"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="button_width" value="0"/> + <distance name="button_height" value="0"/> + <distance name="title_vertical_pad" value="5"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<!-- Buttons --> + +<draw_ops name="active_button"> + <image filename="active-button.png" x="0" y="0" width="width" height="height"/> +</draw_ops> + +<draw_ops name="active_button_pressed"> + <image filename="active-button-pressed.png" x="0" y="0" width="width" height="height"/> +</draw_ops> + +<draw_ops name="active_button_prelight"> + <image filename="active-button-prelight.png" x="0" y="0" width="width" height="height"/> +</draw_ops> + +<draw_ops name="inactive_button"> + <image filename="inactive-button.png" x="0" y="0" width="width" height="height"/> +</draw_ops> + +<draw_ops name="inactive_button_pressed"> + <image filename="inactive-button-pressed.png" x="0" y="0" width="width" height="height"/> +</draw_ops> + +<draw_ops name="inactive_button_prelight"> + <image filename="inactive-button-prelight.png" x="0" y="0" width="width" height="height"/> +</draw_ops> + +<draw_ops name="menu_button_icon"> + <icon x="(width-mini_icon_width)/2" y="(height-mini_icon_height)/2" width="mini_icon_width" height="mini_icon_height"/> +</draw_ops> + +<draw_ops name="menu_button_icon_unfocused"> + <icon x="(width-mini_icon_width)/2" y="(height-mini_icon_height)/2" width="mini_icon_width" height="mini_icon_height"/> +</draw_ops> + +<!-- Inactive style --> +<frame_style name="normal" geometry="normal"> + <piece position="left_edge"> + <draw_ops> + <image filename="inactive-left-border.png" x="0" y="0" width="object_width" height="height"/> + </draw_ops> + </piece> + + <piece position="right_edge"> + <draw_ops> + <image filename="inactive-right-border.png" x="0" y="0" width="object_width" height="height"/> + </draw_ops> + </piece> + + <piece position="title"> + <draw_ops> + <title color="gtk:fg[SELECTED]" x="IconTitleSpacing" y="0"/> + </draw_ops> + </piece> + + <piece position="titlebar"> + <draw_ops> + + <image filename="inactive-left-top-border.png" + x="0" y="0" width="object_width" height="height"/> + <image filename="inactive-right-top-border.png" + x="width - object_width" y="0" width="object_width" height="height"/> + + <image filename="inactive-top-center-left.png" + x="4" y="0" + width="(left_width + ButtonWidth + IconTitleSpacing + title_width) `min` + (width - right_width - 3 * ButtonWidth - CenterTitlePieceWidth * height / 22 - 3)" + height="height"/> + + <image filename="inactive-top-center-mid.png" + x="((left_width + ButtonWidth + IconTitleSpacing + title_width) `min` (width - object_width * height / 22 - right_width - 3 * ButtonWidth)) + 1" + y="0" width="object_width * height / 22" height="height"/> + + <image filename="inactive-top-center-right.png" + x="((left_width + ButtonWidth + IconTitleSpacing + title_width + CenterTitlePieceWidth * height / 22) `min` (width - 3 * ButtonWidth - right_width)) + 1" + y="0" + width="(width - title_width - left_width - ButtonWidth - IconTitleSpacing - CenterTitlePieceWidth * height / 22 - right_width) `max` (3 * ButtonWidth)" + height="height"/> + + </draw_ops> + </piece> + + <!-- We have to draw the bottom edge in the background piece + because that's the only way we can get the correct window height --> + <piece position="overlay"> + <draw_ops> + <image filename="inactive-bottom-left-corner.png" + x="0" y="height - object_height" width="object_width" height="object_height"/> + <image filename="inactive-bottom-left-border.png" x="5" y="height - object_height" + width="((title_width + height / 2 - 4) `min` (width - object_width - 26))" + height="object_height"/> + <image filename="inactive-bottom-mid-border.png" + x="((title_width + height / 2) `min` (width - object_width - 6)) + 1" + y="height - object_height" width="object_width" height="object_height"/> + + <image filename="inactive-bottom-right-border.png" + x="((title_width + height / 2 + 32)) + 1" + y="height - object_height" + width="(width - title_width - height / 2 - 32 - 7) `max` 0" + height="object_height"/> + + <image filename="inactive-bottom-right-corner.png" + x="width - object_width" y="height - object_height" width="object_height" height="object_height"/> + + </draw_ops> + </piece> + + <button function="close" state="normal"> + <draw_ops> + <include name="inactive_button"/> + <image filename="inactive-close-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="close" state="pressed"> + <draw_ops> + <include name="inactive_button_pressed"/> + <image filename="inactive-close-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="close" state="prelight"> + <draw_ops> + <include name="inactive_button_prelight"/> + <image filename="inactive-close-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="minimize" state="normal"> + <draw_ops> + <include name="inactive_button"/> + <image filename="inactive-minimize-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="minimize" state="pressed"> + <draw_ops> + <include name="inactive_button_pressed"/> + <image filename="inactive-minimize-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="minimize" state="prelight"> + <draw_ops> + <include name="inactive_button_prelight"/> + <image filename="inactive-minimize-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="maximize" state="normal"> + <draw_ops> + <include name="inactive_button"/> + <image filename="inactive-maximize-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="maximize" state="pressed"> + <draw_ops> + <include name="inactive_button_pressed"/> + <image filename="inactive-maximize-button.png" x="2" y="2" width="width - 4" height="height - 4"/> + </draw_ops> + </button> + + <button function="maximize" state="prelight"> + <draw_ops> + <include name="inactive_button_prelight"/> + <image filename="inactive-maximize-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="menu" state="normal"> + <draw_ops> + <image filename="inactive-menu-button.png" x="0" y="0" width="width" height="height"/> + <!-- <include name="menu_button_icon"/> --> + </draw_ops> + </button> + + <button function="menu" state="pressed"> + <draw_ops> + <image filename="inactive-menu-button-pressed.png" x="0" y="0" width="width" height="height"/> + <!-- <include name="menu_button_icon"/> --> + </draw_ops> + </button> + <button function="menu" state="prelight"> + <draw_ops> + <image filename="inactive-menu-button-prelight.png" x="0" y="0" width="width" height="height"/> + <!-- <include name="menu_button_icon"/> --> + </draw_ops> + </button> +</frame_style> + +<frame_style name="normal_maximized" parent="normal"> + <button function="maximize" state="normal"> + <draw_ops> + <include name="inactive_button"/> + <image filename="inactive-restore-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="maximize" state="pressed"> + <draw_ops> + <include name="inactive_button_pressed"/> + <image filename="inactive-restore-button.png" x="2" y="2" width="width - 4" height="height - 4"/> + </draw_ops> + </button> + + <button function="maximize" state="prelight"> + <draw_ops> + <include name="inactive_button_prelight"/> + <image filename="inactive-restore-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + +</frame_style> + +<!-- Active (focused) shaded style --> + <frame_style name="normal_shaded" geometry="normal" parent="normal"> + <piece position="left_titlebar_edge"> + <draw_ops> + <image filename="inactive-left-top-border-shaded.png" x="0" y="3" width="object_width" height="object_height"/> + </draw_ops> + </piece> + <piece position="right_titlebar_edge"> + <draw_ops> + <image filename="inactive-right-top-border-shaded.png" x="width - object_width" y="3" width="object_width" height="object_height"/> + </draw_ops> + </piece> + </frame_style> + + +<!-- Active (focused) style --> +<frame_style name="focused" geometry="normal"> + <piece position="left_edge"> + <draw_ops> + <image colorize="gtk:bg[SELECTED]" filename="active-left-border.png" x="0" y="0" width="object_width" height="height"/> + </draw_ops> + </piece> + + <piece position="right_edge"> + <draw_ops> + <image filename="active-right-border.png" x="0" y="0" width="object_width" height="height"/> + </draw_ops> + </piece> + + <piece position="title"> + <draw_ops> + <title color="gtk:fg[SELECTED]" x="IconTitleSpacing" y="((height - title_height) / 2) `max` 0"/> + </draw_ops> + </piece> + + <piece position="titlebar"> + <draw_ops> + + <image filename="active-left-top-border.png" + colorize="gtk:bg[SELECTED]" + x="0" y="0" width="object_width" height="height"/> + + <image filename="active-right-top-border.png" + x="width - object_width" y="0" width="object_width" height="height"/> + + <image filename="active-top-center-left.png" + colorize="gtk:bg[SELECTED]" + x="4" y="0" + width="(left_width + ButtonWidth + IconTitleSpacing + title_width) `min` + (width - right_width - 3 * ButtonWidth - CenterTitlePieceWidth * height / 22 - 3)" + height="height"/> + + <image filename="active-top-center-mid-left.png" + colorize="gtk:bg[SELECTED]" + x="((left_width + ButtonWidth + IconTitleSpacing + title_width) `min` (width - object_width * height / 22 - right_width - 3 * ButtonWidth)) + 1" + y="0" width="object_width * height / 22" height="height"/> + + <image filename="active-top-center-mid-right.png" + x="((left_width + ButtonWidth + IconTitleSpacing + title_width) `min` (width - object_width * height / 22 - right_width - 3 * ButtonWidth)) + 1" + y="0" width="object_width * height / 22" height="height"/> + + <image filename="active-top-center-right.png" + x="((left_width + ButtonWidth + IconTitleSpacing + title_width + CenterTitlePieceWidth * height / 22) `min` (width - 3 * ButtonWidth - right_width)) + 1" + y="0" + width="(width - title_width - left_width - ButtonWidth - IconTitleSpacing - CenterTitlePieceWidth * height / 22 - right_width) `max` (3 * ButtonWidth)" + height="height"/> + + </draw_ops> + </piece> + + <!-- We have to draw the bottom edge in the background piece + because that's the only way we can get the correct window height --> + <piece position="overlay"> + <draw_ops> + <image filename="active-bottom-left-corner.png" + colorize="gtk:bg[SELECTED]" + x="0" y="height - object_height" width="object_width" height="object_height"/> + <image filename="active-bottom-left-border.png" x="5" y="height - object_height" + colorize="gtk:bg[SELECTED]" + width="((title_width + height / 2 - 4) `min` (width - object_width - 26))" + height="object_height"/> + <image filename="active-bottom-mid-left-border.png" + colorize="gtk:bg[SELECTED]" + x="((title_width + height / 2) `min` (width - object_width - 6)) + 1" + y="height - object_height" width="object_width" height="object_height"/> + <image filename="active-bottom-mid-right-border.png" + x="((title_width + height / 2) `min` (width - object_width - 6)) + 1" + y="height - object_height" width="object_width" height="object_height"/> + + <image filename="active-bottom-right-border.png" + x="((title_width + height / 2 + 32)) + 1" + y="height - object_height" + width="(width - title_width - height / 2 - 32 - 7) `max` 0" + height="object_height"/> + + <image filename="active-bottom-right-corner.png" + x="width - object_width" y="height - object_height" width="object_height" height="object_height"/> + + </draw_ops> + </piece> + + <button function="close" state="normal"> + <draw_ops> + <include name="active_button"/> + <image filename="active-close-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="close" state="pressed"> + <draw_ops> + <include name="active_button_pressed"/> + <image filename="active-close-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="close" state="prelight"> + <draw_ops> + <include name="active_button_prelight"/> + <image filename="active-close-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="minimize" state="normal"> + <draw_ops> + <include name="active_button"/> + <image filename="active-minimize-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="minimize" state="pressed"> + <draw_ops> + <include name="active_button_pressed"/> + <image filename="active-minimize-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="minimize" state="prelight"> + <draw_ops> + <include name="active_button_prelight"/> + <image filename="active-minimize-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="maximize" state="normal"> + <draw_ops> + <include name="active_button"/> + <image filename="active-maximize-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="maximize" state="pressed"> + <draw_ops> + <include name="active_button_pressed"/> + <image filename="active-maximize-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="maximize" state="prelight"> + <draw_ops> + <include name="active_button_prelight"/> + <image filename="active-maximize-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="menu" state="normal"> + <draw_ops> + <image colorize="gtk:bg[SELECTED]" filename="active-menu-button.png" x="0" y="0" width="width" height="height"/> + <!-- <include name="menu_button_icon"/> --> + </draw_ops> + </button> + + <button function="menu" state="pressed"> + <draw_ops> + <image colorize="gtk:bg[SELECTED]" filename="active-menu-button-pressed.png" x="0" y="0" width="width" height="height"/> + <!-- <include name="menu_button_icon"/> --> + </draw_ops> + </button> + <button function="menu" state="prelight"> + <draw_ops> + <image colorize="gtk:bg[SELECTED]" filename="active-menu-button-prelight.png" x="0" y="0" width="width" height="height"/> + <!-- <include name="menu_button_icon"/> --> + </draw_ops> + </button> +</frame_style> + +<frame_style name="focused_maximized" geometry="normal" parent="focused"> + <button function="maximize" state="normal"> + <draw_ops> + <include name="active_button"/> + <image filename="active-restore-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="maximize" state="pressed"> + <draw_ops> + <include name="active_button_pressed"/> + <image filename="active-restore-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="maximize" state="prelight"> + <draw_ops> + <include name="active_button_prelight"/> + <image filename="active-restore-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + +</frame_style> + +<!-- Active (focused) shaded style --> +<frame_style name="focused_shaded" geometry="normal" parent="focused"> + <piece position="left_titlebar_edge"> + <draw_ops> + <image colorize="gtk:bg[SELECTED]" filename="active-left-top-border-shaded.png" x="0" y="3" width="object_width" height="object_height"/> + </draw_ops> + </piece> + <piece position="right_titlebar_edge"> + <draw_ops> + <image filename="active-right-top-border-shaded.png" x="width - object_width" y="3" width="object_width" height="object_height"/> + </draw_ops> + </piece> +</frame_style> + +<!-- Inactive border style --> +<frame_style name="border_unfocused" geometry="border" parent="normal"> + <piece position="title"><draw_ops/></piece> + <piece position="titlebar"> + <draw_ops> + <image filename="inactive-top-left-corner.png" + x="0" y="0" width="object_width" height="object_height"/> + <image filename="inactive-border-top-left-border.png" x="5" y="0" + width="((title_width + height / 2 - 4) `min` (width - object_width - 26))" + height="object_height"/> + <image filename="inactive-top-mid-border.png" + x="((title_width + height / 2) `min` (width - object_width - 6)) + 1" + y="0" width="object_width" height="object_height"/> + <image filename="inactive-border-top-right-border.png" + x="((title_width + height / 2 + 32)) + 1" + y="0" + width="(width - title_width - height / 2 - 32 - 7) `max` 0" + height="object_height"/> + <image filename="inactive-top-right-corner.png" + x="width - object_width" y="0" width="object_height" height="object_height"/> + </draw_ops> + </piece> +</frame_style> + +<!-- Active (focused) border style --> +<frame_style name="border_focused" geometry="border" parent="focused"> + <piece position="title"><draw_ops/></piece> + <piece position="titlebar"> + <draw_ops> + <image filename="active-top-left-corner.png" + colorize="gtk:bg[SELECTED]" + x="0" y="0" width="object_width" height="object_height"/> + <image filename="active-border-top-left-border.png" + colorize="gtk:bg[SELECTED]" x="5" y="0" + width="((title_width + height / 2 - 4) `min` (width - object_width - 26))" + height="object_height"/> + <image filename="active-top-mid-left-border.png" + colorize="gtk:bg[SELECTED]" + x="((title_width + height / 2) `min` (width - object_width - 6)) + 1" + y="0" width="object_width" height="object_height"/> + <image filename="active-top-mid-right-border.png" + x="((title_width + height / 2) `min` (width - object_width - 6)) + 1" + y="0" width="object_width" height="object_height"/> + <image filename="active-border-top-right-border.png" + x="((title_width + height / 2 + 32)) + 1" y="0" + width="(width - title_width - height / 2 - 32 - 7) `max` 0" + height="object_height"/> + <image filename="active-top-right-corner.png" + x="width - object_width" y="0" width="object_height" height="object_height"/> + </draw_ops> + </piece> +</frame_style> + +<frame_style_set name="normal"> +<frame focus="yes" state="shaded" style="focused_shaded"/> +<frame focus="yes" state="normal" resize="both" style="focused"/> +<frame focus="yes" state="maximized" style="focused_maximized"/> +<frame focus="yes" state="maximized_and_shaded" style="focused_maximized"/> +<frame focus="no" state="normal" resize="both" style="normal"/> +<frame focus="no" state="shaded" style="normal_shaded"/> +<frame focus="no" state="maximized" style="normal_maximized"/> +<frame focus="no" state="maximized_and_shaded" style="normal_maximized"/> +</frame_style_set> + +<frame_style_set name="border"> +<frame focus="yes" state="normal" resize="both" style="border_focused"/> +<frame focus="yes" state="maximized" style="border_focused"/> +<frame focus="yes" state="shaded" style="border_focused"/> +<frame focus="yes" state="maximized_and_shaded" style="border_focused"/> +<frame focus="no" state="normal" resize="both" style="border_unfocused"/> +<frame focus="no" state="maximized" style="border_unfocused"/> +<frame focus="no" state="shaded" style="border_unfocused"/> +<frame focus="no" state="maximized_and_shaded" style="border_unfocused"/> +</frame_style_set> + +<window type="normal" style_set="normal"/> +<window type="dialog" style_set="normal"/> +<window type="modal_dialog" style_set="normal"/> +<window type="menu" style_set="normal"/> +<window type="utility" style_set="normal"/> +<window type="border" style_set="border"/> + +<menu_icon function="close" state="normal"> + <draw_ops> + <image filename="active-close-button.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" height="object_height"/> + </draw_ops> +</menu_icon> + +<menu_icon function="maximize" state="normal"> + <draw_ops> + <image filename="active-maximize-button.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" height="object_height"/> + </draw_ops> +</menu_icon> + + +<menu_icon function="minimize" state="normal"> + <draw_ops> + <image filename="active-minimize-button.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" height="object_height"/> + </draw_ops> +</menu_icon> + +<menu_icon function="unmaximize" state="normal"> + <draw_ops> + </draw_ops> +</menu_icon> + +</metacity_theme> diff --git a/marco-themes/Quid/metacity-theme-2.xml b/marco-themes/Quid/metacity-theme-2.xml new file mode 100644 index 00000000..465b3a96 --- /dev/null +++ b/marco-themes/Quid/metacity-theme-2.xml @@ -0,0 +1,846 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Quid (Crux)</name> + <author>Anders Carlsson <[email protected]></author> + <copyright>Â Eazel Inc, 2000</copyright> + <date>February 6, 2002</date> + <description>A port of the Crux theme by Arlo Rose and John Harper</description> +</info> + +<!-- define constants --> +<constant name="IconTitleSpacing" value="4"/> <!-- Space between menu button and title --> +<constant name="CenterTitlePieceWidth" value="48"/> <!-- Width of center title piece --> +<constant name="ButtonWidth" value="32"/> <!-- Button width --> + +<frame_geometry name="normal"> + <distance name="left_width" value="5"/> + <distance name="right_width" value="6"/> + <distance name="bottom_height" value="6"/> + <distance name="left_titlebar_edge" value="5"/> + <distance name="right_titlebar_edge" value="6"/> + <aspect_ratio name="button" value="1.0"/> + <distance name="title_vertical_pad" value="0"/> + <border name="title_border" left="0" right="0" top="3" bottom="3"/> + <border name="button_border" left="0" right="0" top="3" bottom="3"/> +</frame_geometry> + +<frame_geometry name="border" has_title="false"> + <distance name="left_width" value="5"/> + <distance name="right_width" value="6"/> + <distance name="bottom_height" value="6"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="button_width" value="0"/> + <distance name="button_height" value="0"/> + <distance name="title_vertical_pad" value="5"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<!-- Buttons --> + +<draw_ops name="active_button"> + <image filename="active-button.png" x="0" y="0" width="width" height="height"/> +</draw_ops> + +<draw_ops name="active_button_pressed"> + <image filename="active-button-pressed.png" x="0" y="0" width="width" height="height"/> +</draw_ops> + +<draw_ops name="active_button_prelight"> + <image filename="active-button-prelight.png" x="0" y="0" width="width" height="height"/> +</draw_ops> + +<draw_ops name="inactive_button"> + <image filename="inactive-button.png" x="0" y="0" width="width" height="height"/> +</draw_ops> + +<draw_ops name="inactive_button_pressed"> + <image filename="inactive-button-pressed.png" x="0" y="0" width="width" height="height"/> +</draw_ops> + +<draw_ops name="inactive_button_prelight"> + <image filename="inactive-button-prelight.png" x="0" y="0" width="width" height="height"/> +</draw_ops> + +<draw_ops name="menu_button_icon"> + <icon x="(width-mini_icon_width)/2" y="(height-mini_icon_height)/2" width="mini_icon_width" height="mini_icon_height"/> +</draw_ops> + +<draw_ops name="menu_button_icon_unfocused"> + <icon x="(width-mini_icon_width)/2" y="(height-mini_icon_height)/2" width="mini_icon_width" height="mini_icon_height"/> +</draw_ops> + +<!-- Inactive style --> +<frame_style name="normal" geometry="normal"> + <piece position="left_edge"> + <draw_ops> + <image filename="inactive-left-border.png" x="0" y="0" width="object_width" height="height"/> + </draw_ops> + </piece> + + <piece position="right_edge"> + <draw_ops> + <image filename="inactive-right-border.png" x="0" y="0" width="object_width" height="height"/> + </draw_ops> + </piece> + + <piece position="title"> + <draw_ops> + <title color="gtk:fg[SELECTED]" x="IconTitleSpacing" y="0"/> + </draw_ops> + </piece> + + <piece position="titlebar"> + <draw_ops> + + <image filename="inactive-left-top-border.png" + x="0" y="0" width="object_width" height="height"/> + <image filename="inactive-right-top-border.png" + x="width - object_width" y="0" width="object_width" height="height"/> + + <image filename="inactive-top-center-left.png" + x="4" y="0" + width="(left_width + ButtonWidth + IconTitleSpacing + title_width) `min` + (width - right_width - 3 * ButtonWidth - CenterTitlePieceWidth * height / 22 - 3)" + height="height"/> + + <image filename="inactive-top-center-mid.png" + x="((left_width + ButtonWidth + IconTitleSpacing + title_width) `min` (width - object_width * height / 22 - right_width - 3 * ButtonWidth)) + 1" + y="0" width="object_width * height / 22" height="height"/> + + <image filename="inactive-top-center-right.png" + x="((left_width + ButtonWidth + IconTitleSpacing + title_width + CenterTitlePieceWidth * height / 22) `min` (width - 3 * ButtonWidth - right_width)) + 1" + y="0" + width="(width - title_width - left_width - ButtonWidth - IconTitleSpacing - CenterTitlePieceWidth * height / 22 - right_width) `max` (3 * ButtonWidth)" + height="height"/> + + </draw_ops> + </piece> + + <!-- We have to draw the bottom edge in the background piece + because that's the only way we can get the correct window height --> + <piece position="overlay"> + <draw_ops> + <image filename="inactive-bottom-left-corner.png" + x="0" y="height - object_height" width="object_width" height="object_height"/> + <image filename="inactive-bottom-left-border.png" x="5" y="height - object_height" + width="((title_width + height / 2 - 4) `min` (width - object_width - 26))" + height="object_height"/> + <image filename="inactive-bottom-mid-border.png" + x="((title_width + height / 2) `min` (width - object_width - 6)) + 1" + y="height - object_height" width="object_width" height="object_height"/> + + <image filename="inactive-bottom-right-border.png" + x="((title_width + height / 2 + 32)) + 1" + y="height - object_height" + width="(width - title_width - height / 2 - 32 - 7) `max` 0" + height="object_height"/> + + <image filename="inactive-bottom-right-corner.png" + x="width - object_width" y="height - object_height" width="object_height" height="object_height"/> + + </draw_ops> + </piece> + + <button function="close" state="normal"> + <draw_ops> + <include name="inactive_button"/> + <image filename="inactive-close-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="close" state="pressed"> + <draw_ops> + <include name="inactive_button_pressed"/> + <image filename="inactive-close-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="close" state="prelight"> + <draw_ops> + <include name="inactive_button_prelight"/> + <image filename="inactive-close-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="minimize" state="normal"> + <draw_ops> + <include name="inactive_button"/> + <image filename="inactive-minimize-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="minimize" state="pressed"> + <draw_ops> + <include name="inactive_button_pressed"/> + <image filename="inactive-minimize-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="minimize" state="prelight"> + <draw_ops> + <include name="inactive_button_prelight"/> + <image filename="inactive-minimize-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="maximize" state="normal"> + <draw_ops> + <include name="inactive_button"/> + <image filename="inactive-maximize-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="maximize" state="pressed"> + <draw_ops> + <include name="inactive_button_pressed"/> + <image filename="inactive-maximize-button.png" x="2" y="2" width="width - 4" height="height - 4"/> + </draw_ops> + </button> + + <button function="maximize" state="prelight"> + <draw_ops> + <include name="inactive_button_prelight"/> + <image filename="inactive-maximize-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="unshade" state="normal"> + <draw_ops> + <include name="inactive_button"/> + <image filename="inactive-unshade-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="unshade" state="pressed"> + <draw_ops> + <include name="inactive_button_pressed"/> + <image filename="inactive-unshade-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="unshade" state="prelight"> + <draw_ops> + <include name="inactive_button_prelight"/> + <image filename="inactive-unshade-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="shade" state="normal"> + <draw_ops> + <include name="inactive_button"/> + <image filename="inactive-shade-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="shade" state="pressed"> + <draw_ops> + <include name="inactive_button_pressed"/> + <image filename="inactive-shade-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="shade" state="prelight"> + <draw_ops> + <include name="inactive_button_prelight"/> + <image filename="inactive-shade-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="unabove" state="normal"> + <draw_ops> + <include name="inactive_button"/> + <image filename="inactive-unabove-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="unabove" state="pressed"> + <draw_ops> + <include name="inactive_button_pressed"/> + <image filename="inactive-unabove-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="unabove" state="prelight"> + <draw_ops> + <include name="inactive_button_prelight"/> + <image filename="inactive-unabove-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="above" state="normal"> + <draw_ops> + <include name="inactive_button"/> + <image filename="inactive-above-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="above" state="pressed"> + <draw_ops> + <include name="inactive_button_pressed"/> + <image filename="inactive-above-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="above" state="prelight"> + <draw_ops> + <include name="inactive_button_prelight"/> + <image filename="inactive-above-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="stick" state="normal"> + <draw_ops> + <include name="inactive_button"/> + <image filename="inactive-stick-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="stick" state="pressed"> + <draw_ops> + <include name="inactive_button_pressed"/> + <image filename="inactive-stick-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="stick" state="prelight"> + <draw_ops> + <include name="inactive_button_prelight"/> + <image filename="inactive-stick-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="unstick" state="normal"> + <draw_ops> + <include name="inactive_button"/> + <image filename="inactive-unstick-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="unstick" state="pressed"> + <draw_ops> + <include name="inactive_button_pressed"/> + <image filename="inactive-unstick-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="unstick" state="prelight"> + <draw_ops> + <include name="inactive_button_prelight"/> + <image filename="inactive-unstick-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="menu" state="normal"> + <draw_ops> + <image filename="inactive-menu-button.png" x="0" y="0" width="width" height="height"/> + <!-- <include name="menu_button_icon"/> --> + </draw_ops> + </button> + + <button function="menu" state="pressed"> + <draw_ops> + <image filename="inactive-menu-button-pressed.png" x="0" y="0" width="width" height="height"/> + <!-- <include name="menu_button_icon"/> --> + </draw_ops> + </button> + + <button function="menu" state="prelight"> + <draw_ops> + <image filename="inactive-menu-button-prelight.png" x="0" y="0" width="width" height="height"/> + <!-- <include name="menu_button_icon"/> --> + </draw_ops> + </button> +</frame_style> + +<frame_style name="normal_maximized" parent="normal"> + <button function="maximize" state="normal"> + <draw_ops> + <include name="inactive_button"/> + <image filename="inactive-restore-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="maximize" state="pressed"> + <draw_ops> + <include name="inactive_button_pressed"/> + <image filename="inactive-restore-button.png" x="2" y="2" width="width - 4" height="height - 4"/> + </draw_ops> + </button> + + <button function="maximize" state="prelight"> + <draw_ops> + <include name="inactive_button_prelight"/> + <image filename="inactive-restore-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + +</frame_style> + +<!-- Active (focused) shaded style --> + <frame_style name="normal_shaded" geometry="normal" parent="normal"> + <piece position="left_titlebar_edge"> + <draw_ops> + <image filename="inactive-left-top-border-shaded.png" x="0" y="3" width="object_width" height="object_height"/> + </draw_ops> + </piece> + <piece position="right_titlebar_edge"> + <draw_ops> + <image filename="inactive-right-top-border-shaded.png" x="width - object_width" y="3" width="object_width" height="object_height"/> + </draw_ops> + </piece> + </frame_style> + + +<!-- Active (focused) style --> +<frame_style name="focused" geometry="normal"> + <piece position="left_edge"> + <draw_ops> + <image colorize="gtk:bg[SELECTED]" filename="active-left-border.png" x="0" y="0" width="object_width" height="height"/> + </draw_ops> + </piece> + + <piece position="right_edge"> + <draw_ops> + <image filename="active-right-border.png" x="0" y="0" width="object_width" height="height"/> + </draw_ops> + </piece> + + <piece position="title"> + <draw_ops> + <title color="gtk:fg[SELECTED]" x="IconTitleSpacing" y="((height - title_height) / 2) `max` 0"/> + </draw_ops> + </piece> + + <piece position="titlebar"> + <draw_ops> + + <image filename="active-left-top-border.png" + colorize="gtk:bg[SELECTED]" + x="0" y="0" width="object_width" height="height"/> + + <image filename="active-right-top-border.png" + x="width - object_width" y="0" width="object_width" height="height"/> + + <image filename="active-top-center-left.png" + colorize="gtk:bg[SELECTED]" + x="4" y="0" + width="(left_width + ButtonWidth + IconTitleSpacing + title_width) `min` + (width - right_width - 3 * ButtonWidth - CenterTitlePieceWidth * height / 22 - 3)" + height="height"/> + + <image filename="active-top-center-mid-left.png" + colorize="gtk:bg[SELECTED]" + x="((left_width + ButtonWidth + IconTitleSpacing + title_width) `min` (width - object_width * height / 22 - right_width - 3 * ButtonWidth)) + 1" + y="0" width="object_width * height / 22" height="height"/> + + <image filename="active-top-center-mid-right.png" + x="((left_width + ButtonWidth + IconTitleSpacing + title_width) `min` (width - object_width * height / 22 - right_width - 3 * ButtonWidth)) + 1" + y="0" width="object_width * height / 22" height="height"/> + + <image filename="active-top-center-right.png" + x="((left_width + ButtonWidth + IconTitleSpacing + title_width + CenterTitlePieceWidth * height / 22) `min` (width - 3 * ButtonWidth - right_width)) + 1" + y="0" + width="(width - title_width - left_width - ButtonWidth - IconTitleSpacing - CenterTitlePieceWidth * height / 22 - right_width) `max` (3 * ButtonWidth)" + height="height"/> + + </draw_ops> + </piece> + + <!-- We have to draw the bottom edge in the background piece + because that's the only way we can get the correct window height --> + <piece position="overlay"> + <draw_ops> + <image filename="active-bottom-left-corner.png" + colorize="gtk:bg[SELECTED]" + x="0" y="height - object_height" width="object_width" height="object_height"/> + <image filename="active-bottom-left-border.png" x="5" y="height - object_height" + colorize="gtk:bg[SELECTED]" + width="((title_width + height / 2 - 4) `min` (width - object_width - 26))" + height="object_height"/> + <image filename="active-bottom-mid-left-border.png" + colorize="gtk:bg[SELECTED]" + x="((title_width + height / 2) `min` (width - object_width - 6)) + 1" + y="height - object_height" width="object_width" height="object_height"/> + <image filename="active-bottom-mid-right-border.png" + x="((title_width + height / 2) `min` (width - object_width - 6)) + 1" + y="height - object_height" width="object_width" height="object_height"/> + + <image filename="active-bottom-right-border.png" + x="((title_width + height / 2 + 32)) + 1" + y="height - object_height" + width="(width - title_width - height / 2 - 32 - 7) `max` 0" + height="object_height"/> + + <image filename="active-bottom-right-corner.png" + x="width - object_width" y="height - object_height" width="object_height" height="object_height"/> + + </draw_ops> + </piece> + + <button function="close" state="normal"> + <draw_ops> + <include name="active_button"/> + <image filename="active-close-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="close" state="pressed"> + <draw_ops> + <include name="active_button_pressed"/> + <image filename="active-close-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="close" state="prelight"> + <draw_ops> + <include name="active_button_prelight"/> + <image filename="active-close-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="minimize" state="normal"> + <draw_ops> + <include name="active_button"/> + <image filename="active-minimize-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="minimize" state="pressed"> + <draw_ops> + <include name="active_button_pressed"/> + <image filename="active-minimize-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="minimize" state="prelight"> + <draw_ops> + <include name="active_button_prelight"/> + <image filename="active-minimize-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="maximize" state="normal"> + <draw_ops> + <include name="active_button"/> + <image filename="active-maximize-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="maximize" state="pressed"> + <draw_ops> + <include name="active_button_pressed"/> + <image filename="active-maximize-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="maximize" state="prelight"> + <draw_ops> + <include name="active_button_prelight"/> + <image filename="active-maximize-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="shade" state="normal"> + <draw_ops> + <include name="active_button"/> + <image filename="active-shade-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="shade" state="pressed"> + <draw_ops> + <include name="active_button_pressed"/> + <image filename="active-shade-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="shade" state="prelight"> + <draw_ops> + <include name="active_button_prelight"/> + <image filename="active-shade-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="unshade" state="normal"> + <draw_ops> + <include name="active_button"/> + <image filename="active-unshade-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="unshade" state="pressed"> + <draw_ops> + <include name="active_button_pressed"/> + <image filename="active-unshade-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="unshade" state="prelight"> + <draw_ops> + <include name="active_button_prelight"/> + <image filename="active-unshade-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="above" state="normal"> + <draw_ops> + <include name="active_button"/> + <image filename="active-above-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="above" state="pressed"> + <draw_ops> + <include name="active_button_pressed"/> + <image filename="active-above-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="above" state="prelight"> + <draw_ops> + <include name="active_button_prelight"/> + <image filename="active-above-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="unabove" state="normal"> + <draw_ops> + <include name="active_button"/> + <image filename="active-unabove-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="unabove" state="pressed"> + <draw_ops> + <include name="active_button_pressed"/> + <image filename="active-unabove-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="unabove" state="prelight"> + <draw_ops> + <include name="active_button_prelight"/> + <image filename="active-unabove-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="stick" state="normal"> + <draw_ops> + <include name="active_button"/> + <image filename="active-stick-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="stick" state="pressed"> + <draw_ops> + <include name="active_button_pressed"/> + <image filename="active-stick-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="stick" state="prelight"> + <draw_ops> + <include name="active_button_prelight"/> + <image filename="active-stick-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="unstick" state="normal"> + <draw_ops> + <include name="active_button"/> + <image filename="active-unstick-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="unstick" state="pressed"> + <draw_ops> + <include name="active_button_pressed"/> + <image filename="active-unstick-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="unstick" state="prelight"> + <draw_ops> + <include name="active_button_prelight"/> + <image filename="active-unstick-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="menu" state="normal"> + <draw_ops> + <image colorize="gtk:bg[SELECTED]" filename="active-menu-button.png" x="0" y="0" width="width" height="height"/> + <!-- <include name="menu_button_icon"/> --> + </draw_ops> + </button> + + <button function="menu" state="pressed"> + <draw_ops> + <image colorize="gtk:bg[SELECTED]" filename="active-menu-button-pressed.png" x="0" y="0" width="width" height="height"/> + <!-- <include name="menu_button_icon"/> --> + </draw_ops> + </button> + <button function="menu" state="prelight"> + <draw_ops> + <image colorize="gtk:bg[SELECTED]" filename="active-menu-button-prelight.png" x="0" y="0" width="width" height="height"/> + <!-- <include name="menu_button_icon"/> --> + </draw_ops> + </button> +</frame_style> + +<frame_style name="focused_maximized" geometry="normal" parent="focused"> + <button function="maximize" state="normal"> + <draw_ops> + <include name="active_button"/> + <image filename="active-restore-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="maximize" state="pressed"> + <draw_ops> + <include name="active_button_pressed"/> + <image filename="active-restore-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + + <button function="maximize" state="prelight"> + <draw_ops> + <include name="active_button_prelight"/> + <image filename="active-restore-button.png" x="2" y="2" width="width-4" height="height-4"/> + </draw_ops> + </button> + +</frame_style> + +<!-- Active (focused) shaded style --> +<frame_style name="focused_shaded" geometry="normal" parent="focused"> + <piece position="left_titlebar_edge"> + <draw_ops> + <image colorize="gtk:bg[SELECTED]" filename="active-left-top-border-shaded.png" x="0" y="3" width="object_width" height="object_height"/> + </draw_ops> + </piece> + <piece position="right_titlebar_edge"> + <draw_ops> + <image filename="active-right-top-border-shaded.png" x="width - object_width" y="3" width="object_width" height="object_height"/> + </draw_ops> + </piece> +</frame_style> + +<!-- Inactive border style --> +<frame_style name="border_unfocused" geometry="border" parent="normal"> + <piece position="title"><draw_ops/></piece> + <piece position="titlebar"> + <draw_ops> + <image filename="inactive-top-left-corner.png" + x="0" y="0" width="object_width" height="object_height"/> + <image filename="inactive-border-top-left-border.png" x="5" y="0" + width="((title_width + height / 2 - 4) `min` (width - object_width - 26))" + height="object_height"/> + <image filename="inactive-top-mid-border.png" + x="((title_width + height / 2) `min` (width - object_width - 6)) + 1" + y="0" width="object_width" height="object_height"/> + <image filename="inactive-border-top-right-border.png" + x="((title_width + height / 2 + 32)) + 1" + y="0" + width="(width - title_width - height / 2 - 32 - 7) `max` 0" + height="object_height"/> + <image filename="inactive-top-right-corner.png" + x="width - object_width" y="0" width="object_height" height="object_height"/> + </draw_ops> + </piece> +</frame_style> + +<!-- Active (focused) border style --> +<frame_style name="border_focused" geometry="border" parent="focused"> + <piece position="title"><draw_ops/></piece> + <piece position="titlebar"> + <draw_ops> + <image filename="active-top-left-corner.png" + colorize="gtk:bg[SELECTED]" + x="0" y="0" width="object_width" height="object_height"/> + <image filename="active-border-top-left-border.png" + colorize="gtk:bg[SELECTED]" x="5" y="0" + width="((title_width + height / 2 - 4) `min` (width - object_width - 26))" + height="object_height"/> + <image filename="active-top-mid-left-border.png" + colorize="gtk:bg[SELECTED]" + x="((title_width + height / 2) `min` (width - object_width - 6)) + 1" + y="0" width="object_width" height="object_height"/> + <image filename="active-top-mid-right-border.png" + x="((title_width + height / 2) `min` (width - object_width - 6)) + 1" + y="0" width="object_width" height="object_height"/> + <image filename="active-border-top-right-border.png" + x="((title_width + height / 2 + 32)) + 1" y="0" + width="(width - title_width - height / 2 - 32 - 7) `max` 0" + height="object_height"/> + <image filename="active-top-right-corner.png" + x="width - object_width" y="0" width="object_height" height="object_height"/> + </draw_ops> + </piece> +</frame_style> + +<frame_style_set name="normal"> +<frame focus="yes" state="shaded" resize="both" style="focused_shaded"/> +<frame focus="yes" state="normal" resize="both" style="focused"/> +<frame focus="yes" state="maximized" style="focused_maximized"/> +<frame focus="yes" state="maximized_and_shaded" style="focused_maximized"/> +<frame focus="no" state="normal" resize="both" style="normal"/> +<frame focus="no" state="shaded" resize="both" style="normal_shaded"/> +<frame focus="no" state="maximized" style="normal_maximized"/> +<frame focus="no" state="maximized_and_shaded" style="normal_maximized"/> +</frame_style_set> + +<frame_style_set name="border"> +<frame focus="yes" state="normal" resize="both" style="border_focused"/> +<frame focus="yes" state="maximized" style="border_focused"/> +<frame focus="yes" state="shaded" resize="both" style="border_focused"/> +<frame focus="yes" state="maximized_and_shaded" style="border_focused"/> +<frame focus="no" state="normal" resize="both" style="border_unfocused"/> +<frame focus="no" state="maximized" style="border_unfocused"/> +<frame focus="no" state="shaded" resize="both" style="border_unfocused"/> +<frame focus="no" state="maximized_and_shaded" style="border_unfocused"/> +</frame_style_set> + +<window type="normal" style_set="normal"/> +<window type="dialog" style_set="normal"/> +<window type="modal_dialog" style_set="normal"/> +<window type="menu" style_set="normal"/> +<window type="utility" style_set="normal"/> +<window type="border" style_set="border"/> + +<menu_icon function="close" state="normal"> + <draw_ops> + <image filename="active-close-button.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" height="object_height"/> + </draw_ops> +</menu_icon> + +<menu_icon function="maximize" state="normal"> + <draw_ops> + <image filename="active-maximize-button.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" height="object_height"/> + </draw_ops> +</menu_icon> + + +<menu_icon function="minimize" state="normal"> + <draw_ops> + <image filename="active-minimize-button.png" + x="(width - object_width) / 2" + y="(height - object_height) / 2" + width="object_width" height="object_height"/> + </draw_ops> +</menu_icon> + +<menu_icon function="unmaximize" state="normal"> + <draw_ops> + </draw_ops> +</menu_icon> + +</metacity_theme> |