diff options
Diffstat (limited to 'desktop-themes/aldabra/gtk-2.0/assets')
49 files changed, 2890 insertions, 0 deletions
diff --git a/desktop-themes/aldabra/gtk-2.0/assets/Makefile.am b/desktop-themes/aldabra/gtk-2.0/assets/Makefile.am new file mode 100644 index 00000000..e15e1dd4 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/Makefile.am @@ -0,0 +1,53 @@ + +themedir = $(datadir)/themes/aldabra/gtk-2.0/assets + +theme_DATA = \ + checkbox-checked-insensitive.svg \ + scroll-button-left.png \ + checkbox-checked.svg \ + scroll-button-right-active.png \ + checkbox-mixed.svg \ + scroll-button-right-disabled.png \ + checkbox-unchecked-insensitive.svg \ + scroll-button-right-hover.png \ + checkbox-unchecked.svg \ + scroll-button-right.png \ + handle.png \ + scroll-button-up-active.png \ + scroll-button-up-disabled.png \ + notebook-gap-bottom.png \ + scroll-button-up-hover.png \ + notebook-gap-top.png \ + scroll-button-up.png \ + notebook.png \ + scroll-hhandle-active.png \ + null.png \ + scroll-hhandle-hover.png \ + radio-mixed.svg \ + scroll-hhandle.png \ + radio-selected-insensitive.svg \ + scroll-vhandle-active.png \ + radio-selected.svg \ + scroll-vhandle-hover.png \ + radio-unselected-insensitive.svg \ + scroll-vhandle.png \ + radio-unselected.svg \ + tab-bottom-active.png \ + scroll-background.png \ + tab-bottom.png \ + scroll-button-down-active.png \ + tab-left-active.png \ + scroll-button-down-disabled.png \ + tab-left.png \ + scroll-button-down-hover.png \ + tab-right-active.png \ + scroll-button-down.png \ + tab-right.png \ + scroll-button-left-active.png \ + tab-top-active.png \ + scroll-button-left-disabled.png \ + tab-top.png \ + scroll-button-left-hover.png \ + toolbar.png + +EXTRA_DIST = $(theme_DATA) diff --git a/desktop-themes/aldabra/gtk-2.0/assets/Makefile.in b/desktop-themes/aldabra/gtk-2.0/assets/Makefile.in new file mode 100644 index 00000000..ad28331e --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/Makefile.in @@ -0,0 +1,460 @@ +# Makefile.in generated by automake 1.11.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +subdir = desktop-themes/aldabra/gtk-2.0/assets +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_GEN = $(am__v_GEN_$(V)) +am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +am__v_GEN_0 = @echo " GEN " $@; +AM_V_at = $(am__v_at_$(V)) +am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +am__v_at_0 = @ +SOURCES = +DIST_SOURCES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__installdirs = "$(DESTDIR)$(themedir)" +DATA = $(theme_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CATALOGS = @CATALOGS@ +CATOBJEXT = @CATOBJEXT@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GMOFILES = @GMOFILES@ +GMSGFMT = @GMSGFMT@ +GREP = @GREP@ +GTK_VERSION = @GTK_VERSION@ +ICONMAP = @ICONMAP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INSTOBJEXT = @INSTOBJEXT@ +INTLLIBS = @INTLLIBS@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +LARGEPRINT_CURSOR_SIZE = @LARGEPRINT_CURSOR_SIZE@ +LARGEPRINT_CURSOR_THEME = @LARGEPRINT_CURSOR_THEME@ +LARGEPRINT_DESKTOP_FONT = @LARGEPRINT_DESKTOP_FONT@ +LARGEPRINT_DOCUMENTS_FONT = @LARGEPRINT_DOCUMENTS_FONT@ +LARGEPRINT_FONT = @LARGEPRINT_FONT@ +LARGEPRINT_HCI_CURSOR_THEME = @LARGEPRINT_HCI_CURSOR_THEME@ +LARGEPRINT_HC_CURSOR_THEME = @LARGEPRINT_HC_CURSOR_THEME@ +LARGEPRINT_ICON_SIZES = @LARGEPRINT_ICON_SIZES@ +LARGEPRINT_MONOSPACE_FONT = @LARGEPRINT_MONOSPACE_FONT@ +LARGEPRINT_WINDOW_FONT = @LARGEPRINT_WINDOW_FONT@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +MSGFMT = @MSGFMT@ +MSGFMT_OPTS = @MSGFMT_OPTS@ +MSGMERGE = @MSGMERGE@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +POFILES = @POFILES@ +POSUB = @POSUB@ +PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ +PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +TEST_THEMES = @TEST_THEMES@ +THEME_ENGINE_CFLAGS = @THEME_ENGINE_CFLAGS@ +THEME_ENGINE_LIBS = @THEME_ENGINE_LIBS@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +themedir = $(datadir)/themes/aldabra/gtk-2.0/assets +theme_DATA = \ + checkbox-checked-insensitive.svg \ + scroll-button-left.png \ + checkbox-checked.svg \ + scroll-button-right-active.png \ + checkbox-mixed.svg \ + scroll-button-right-disabled.png \ + checkbox-unchecked-insensitive.svg \ + scroll-button-right-hover.png \ + checkbox-unchecked.svg \ + scroll-button-right.png \ + handle.png \ + scroll-button-up-active.png \ + scroll-button-up-disabled.png \ + notebook-gap-bottom.png \ + scroll-button-up-hover.png \ + notebook-gap-top.png \ + scroll-button-up.png \ + notebook.png \ + scroll-hhandle-active.png \ + null.png \ + scroll-hhandle-hover.png \ + radio-mixed.svg \ + scroll-hhandle.png \ + radio-selected-insensitive.svg \ + scroll-vhandle-active.png \ + radio-selected.svg \ + scroll-vhandle-hover.png \ + radio-unselected-insensitive.svg \ + scroll-vhandle.png \ + radio-unselected.svg \ + tab-bottom-active.png \ + scroll-background.png \ + tab-bottom.png \ + scroll-button-down-active.png \ + tab-left-active.png \ + scroll-button-down-disabled.png \ + tab-left.png \ + scroll-button-down-hover.png \ + tab-right-active.png \ + scroll-button-down.png \ + tab-right.png \ + scroll-button-left-active.png \ + tab-top-active.png \ + scroll-button-left-disabled.png \ + tab-top.png \ + scroll-button-left-hover.png \ + toolbar.png + +EXTRA_DIST = $(theme_DATA) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu desktop-themes/aldabra/gtk-2.0/assets/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu desktop-themes/aldabra/gtk-2.0/assets/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-themeDATA: $(theme_DATA) + @$(NORMAL_INSTALL) + test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ + done + +uninstall-themeDATA: + @$(NORMAL_UNINSTALL) + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(themedir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(themedir)" && rm -f $$files +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(themedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-themeDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-themeDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip install-themeDATA installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ + uninstall-am uninstall-themeDATA + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/desktop-themes/aldabra/gtk-2.0/assets/checkbox-checked-insensitive.svg b/desktop-themes/aldabra/gtk-2.0/assets/checkbox-checked-insensitive.svg new file mode 100644 index 00000000..326d133a --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/checkbox-checked-insensitive.svg @@ -0,0 +1,175 @@ +<?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://creativecommons.org/ns#" + 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="16" + height="16" + id="svg814" + version="1.1" + inkscape:version="0.48+devel r10053 custom" + sodipodi:docname="checkbox-unchecked.svg"> + <defs + id="defs816"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10354-2" + id="linearGradient8378" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1609.9926,-78.958432)" + x1="1205.5752" + y1="-186.45331" + x2="1205.5752" + y2="-202.34555" /> + <linearGradient + id="linearGradient10354-2" + inkscape:collect="always"> + <stop + id="stop10356-2" + offset="0" + style="stop-color:#bcbfb8;stop-opacity:1" /> + <stop + id="stop10358-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5" + id="linearGradient8380" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10332-5"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop10334-5" /> + <stop + style="stop-color:#8f9985;stop-opacity:1" + offset="1" + id="stop10336-29" /> + </linearGradient> + <linearGradient + y2="-202.34555" + x2="1205.5752" + y1="-186.45331" + x1="1205.5752" + gradientTransform="translate(-1609.9926,-78.958432)" + gradientUnits="userSpaceOnUse" + id="linearGradient3951" + xlink:href="#linearGradient10354-2" + inkscape:collect="always" /> + <linearGradient + y2="248.97633" + x2="260.92538" + y1="233.77748" + x1="260.92538" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)" + gradientUnits="userSpaceOnUse" + id="linearGradient3953" + xlink:href="#linearGradient10332-5" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5-8" + id="linearGradient8390" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10332-5-8"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop10334-5-6" /> + <stop + style="stop-color:#8f9985;stop-opacity:1" + offset="1" + id="stop10336-29-0" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="32" + inkscape:cx="7.1381674" + inkscape:cy="8.4772276" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="981" + inkscape:window-height="899" + inkscape:window-x="1600" + inkscape:window-y="0" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <g + style="opacity:0.5;enable-background:new" + id="g16895" + transform="translate(410.00739,765.05452)"> + <rect + ry="1.6105907" + rx="1.6105907" + y="-284.86218" + x="-409.50739" + height="11.023263" + width="11.042357" + id="rect16897" + style="color:#000000;fill:none;stroke:url(#linearGradient8390);stroke-width:1;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="scale(1,-1)" /> + <path + id="path16899" + style="fill:none;stroke:#a3a89c;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;enable-background:new" + d="m -406.2425,278.07061 2.7047,3.5 6.3577,-7" + sodipodi:nodetypes="ccc" + inkscape:connector-curvature="0" /> + </g> + </g> +</svg> diff --git a/desktop-themes/aldabra/gtk-2.0/assets/checkbox-checked.svg b/desktop-themes/aldabra/gtk-2.0/assets/checkbox-checked.svg new file mode 100644 index 00000000..f2492f19 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/checkbox-checked.svg @@ -0,0 +1,191 @@ +<?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://creativecommons.org/ns#" + 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="16" + height="16" + id="svg814" + version="1.1" + inkscape:version="0.48+devel r10053 custom" + sodipodi:docname="checkbox-checked-scalable.svg"> + <defs + id="defs816"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient24133" + id="linearGradient8394" + gradientUnits="userSpaceOnUse" + x1="1582.125" + y1="201.98718" + x2="1580.5312" + y2="197.98718" /> + <linearGradient + id="linearGradient24133" + inkscape:collect="always"> + <stop + id="stop24135" + offset="0" + style="stop-color:#145393;stop-opacity:1;" /> + <stop + id="stop24137" + offset="1" + style="stop-color:#1b6fc5;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10354-2" + id="linearGradient8378" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1609.9926,-78.958432)" + x1="1205.5752" + y1="-186.45331" + x2="1205.5752" + y2="-202.34555" /> + <linearGradient + id="linearGradient10354-2" + inkscape:collect="always"> + <stop + id="stop10356-2" + offset="0" + style="stop-color:#bcbfb8;stop-opacity:1" /> + <stop + id="stop10358-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5" + id="linearGradient8380" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10332-5"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop10334-5" /> + <stop + style="stop-color:#8f9985;stop-opacity:1" + offset="1" + id="stop10336-29" /> + </linearGradient> + <linearGradient + y2="-202.34555" + x2="1205.5752" + y1="-186.45331" + x1="1205.5752" + gradientTransform="translate(-1609.9926,-78.958432)" + gradientUnits="userSpaceOnUse" + id="linearGradient3951" + xlink:href="#linearGradient10354-2" + inkscape:collect="always" /> + <linearGradient + y2="248.97633" + x2="260.92538" + y1="233.77748" + x1="260.92538" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)" + gradientUnits="userSpaceOnUse" + id="linearGradient3953" + xlink:href="#linearGradient10332-5" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1" + inkscape:cx="9.3023818" + inkscape:cy="13.216234" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="894" + inkscape:window-height="914" + inkscape:window-x="1600" + inkscape:window-y="0" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <g + transform="translate(410.00739,765.00002)" + id="g16853" + style="enable-background:new"> + <rect + transform="scale(1,-1)" + style="color:#000000;fill:url(#linearGradient3951);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3953);stroke-width:1;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect6506" + width="11.042357" + height="11.023263" + x="-409.50739" + y="-284.86218" + rx="1.6105907" + ry="1.6105907" /> + </g> + <g + transform="translate(-1568.9928,841.00002)" + id="g24757" + style="display:inline;enable-background:new"> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccsccccsccccccccccccc" + id="path24115" + d="m 1581.484,197.57451 -5.9527,5.49523 -1.5385,-1.70756 c -0.5675,-0.68154 -1.6986,-0.0737 -2.1043,0.84246 -0.3576,0.80771 -0.263,2.10509 0.2918,2.72004 l 2.3824,2.53125 c 0.3844,0.47604 1.1988,0.53546 1.7814,-0.0313 l 6.9309,-6.67011 c 0.8412,-0.89696 0.6398,-2.23127 0.2214,-2.8846 -0.4925,-0.76903 -1.4327,-0.78265 -2.0124,-0.29546 z m 0.1111,0.94016 1.1079,1.41031 -6.922,6.4375 -0.5937,0 -2.1875,-2.1875 0.1563,-1.45312 0.5312,-0.23438 1.4687,1.21875 0.3438,0.34375 0.2002,0.25 z" + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient8394);fill-opacity:1;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Ahem;-inkscape-font-specification:Ahem" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccc" + id="path24119" + d="m 1581.7056,198.35054 -6.2213,5.69077 -1.675,-1.75016 c -0.2927,-0.26248 -0.7322,1.5e-4 -0.8428,0.33163 l 0.028,1.54287 1.818,1.8656 7.9844,-7.53125 c -0.2564,-0.46127 -0.6632,-0.48234 -1.0915,-0.14946 z" + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#a2c0dd;fill-opacity:1;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Ahem;-inkscape-font-specification:Ahem" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccccc" + id="path24117" + d="m 1582.7969,198.5 -7.3077,6.86432 -2.5348,-2.78466 c 0,0 -0.5675,0.90691 0.019,1.58656 l 2.1532,2.25362 c 0.1546,0.17678 0.4665,0.12213 0.6654,-0.0104 l 6.9002,-6.47188 c 0.5082,-0.50823 0.1094,-1.43751 0.1094,-1.43751 l 2e-4,0 z" + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#4a8dd1;fill-opacity:1;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Ahem;-inkscape-font-specification:Ahem" /> + </g> + </g> +</svg> diff --git a/desktop-themes/aldabra/gtk-2.0/assets/checkbox-mixed.svg b/desktop-themes/aldabra/gtk-2.0/assets/checkbox-mixed.svg new file mode 100644 index 00000000..ff8ee979 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/checkbox-mixed.svg @@ -0,0 +1,250 @@ +<?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://creativecommons.org/ns#" + 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="16" + height="16" + id="svg814" + version="1.1" + inkscape:version="0.48+devel r10053 custom" + sodipodi:docname="checkbox-checked-pixelsharpened.svg"> + <defs + id="defs816"> + <linearGradient + inkscape:collect="always" + id="linearGradient7346"> + <stop + style="stop-color:#1969ba;stop-opacity:1" + offset="0" + id="stop7348" /> + <stop + style="stop-color:#145393;stop-opacity:1" + offset="1" + id="stop7350" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient24133" + id="linearGradient8394" + gradientUnits="userSpaceOnUse" + x1="1582.125" + y1="201.98718" + x2="1580.5312" + y2="197.98718" /> + <linearGradient + id="linearGradient24133" + inkscape:collect="always"> + <stop + id="stop24135" + offset="0" + style="stop-color:#145393;stop-opacity:1;" /> + <stop + id="stop24137" + offset="1" + style="stop-color:#1b6fc5;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10354-2" + id="linearGradient8378" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1609.9926,-78.958432)" + x1="1205.5752" + y1="-186.45331" + x2="1205.5752" + y2="-202.34555" /> + <linearGradient + id="linearGradient10354-2" + inkscape:collect="always"> + <stop + id="stop10356-2" + offset="0" + style="stop-color:#bcbfb8;stop-opacity:1" /> + <stop + id="stop10358-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5" + id="linearGradient8380" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10332-5"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop10334-5" /> + <stop + style="stop-color:#8f9985;stop-opacity:1" + offset="1" + id="stop10336-29" /> + </linearGradient> + <linearGradient + y2="-202.34555" + x2="1205.5752" + y1="-186.45331" + x1="1205.5752" + gradientTransform="translate(-1609.9926,-78.958432)" + gradientUnits="userSpaceOnUse" + id="linearGradient3951" + xlink:href="#linearGradient10354-2" + inkscape:collect="always" /> + <linearGradient + y2="248.97633" + x2="260.92538" + y1="233.77748" + x1="260.92538" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)" + gradientUnits="userSpaceOnUse" + id="linearGradient3953" + xlink:href="#linearGradient10332-5" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient24133-1" + id="linearGradient8394-1" + gradientUnits="userSpaceOnUse" + x1="1582.125" + y1="201.98718" + x2="1580.5312" + y2="197.98718" + gradientTransform="translate(0,-20)" /> + <linearGradient + id="linearGradient24133-1" + inkscape:collect="always"> + <stop + id="stop24135-6" + offset="0" + style="stop-color:#145393;stop-opacity:1;" /> + <stop + id="stop24137-2" + offset="1" + style="stop-color:#1b6fc5;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient24133-9" + id="linearGradient8394-11" + gradientUnits="userSpaceOnUse" + x1="1582.125" + y1="201.98718" + x2="1580.5312" + y2="197.98718" /> + <linearGradient + id="linearGradient24133-9" + inkscape:collect="always"> + <stop + id="stop24135-1" + offset="0" + style="stop-color:#145393;stop-opacity:1;" /> + <stop + id="stop24137-3" + offset="1" + style="stop-color:#1b6fc5;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient7346" + id="linearGradient7352" + x1="5.65625" + y1="6.390625" + x2="5.65625" + y2="9.828125" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1" + inkscape:cx="13.343981" + inkscape:cy="9.0341616" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1373" + inkscape:window-height="1035" + inkscape:window-x="1600" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <g + transform="translate(410.00739,765.00002)" + id="g16853" + style="enable-background:new"> + <rect + transform="scale(1,-1)" + style="color:#000000;fill:url(#linearGradient3951);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3953);stroke-width:1;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect6506" + width="11.042357" + height="11.023263" + x="-409.50739" + y="-284.86218" + rx="1.6105907" + ry="1.6105907" /> + </g> + <rect + style="color:#000000;fill:#4588ca;fill-opacity:0.98823529;fill-rule:nonzero;stroke:url(#linearGradient7352);stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5494" + width="8.9375" + height="3.03125" + x="1.53125" + y="6.5" + transform="translate(0,1036.3622)" + rx="1.515625" + ry="1.515625" /> + <path + style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;opacity:0.50431034" + d="m 2.53125,7.5625 6.9375,0" + id="path5496" + inkscape:connector-curvature="0" + transform="translate(0,1036.3622)" /> + </g> +</svg> diff --git a/desktop-themes/aldabra/gtk-2.0/assets/checkbox-unchecked-insensitive.svg b/desktop-themes/aldabra/gtk-2.0/assets/checkbox-unchecked-insensitive.svg new file mode 100644 index 00000000..d5a6bd60 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/checkbox-unchecked-insensitive.svg @@ -0,0 +1,149 @@ +<?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://creativecommons.org/ns#" + 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="16" + height="16" + id="svg814" + version="1.1" + inkscape:version="0.48+devel r10053 custom" + sodipodi:docname="checkbox-checked-insensitive.svg"> + <defs + id="defs816"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10354-2" + id="linearGradient8378" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1609.9926,-78.958432)" + x1="1205.5752" + y1="-186.45331" + x2="1205.5752" + y2="-202.34555" /> + <linearGradient + id="linearGradient10354-2" + inkscape:collect="always"> + <stop + id="stop10356-2" + offset="0" + style="stop-color:#bcbfb8;stop-opacity:1" /> + <stop + id="stop10358-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5" + id="linearGradient8380" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10332-5"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop10334-5" /> + <stop + style="stop-color:#8f9985;stop-opacity:1" + offset="1" + id="stop10336-29" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5-8" + id="linearGradient8390" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10332-5-8"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop10334-5-6" /> + <stop + style="stop-color:#8f9985;stop-opacity:1" + offset="1" + id="stop10336-29-0" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="32" + inkscape:cx="7.1381674" + inkscape:cy="8.4772276" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="981" + inkscape:window-height="899" + inkscape:window-x="1600" + inkscape:window-y="0" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <g + style="opacity:0.5;enable-background:new" + id="g16895" + transform="translate(410.00739,765.05452)"> + <rect + ry="1.6105907" + rx="1.6105907" + y="-284.86218" + x="-409.50739" + height="11.023263" + width="11.042357" + id="rect16897" + style="color:#000000;fill:none;stroke:url(#linearGradient8390);stroke-width:1;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + transform="scale(1,-1)" /> + </g> + </g> +</svg> diff --git a/desktop-themes/aldabra/gtk-2.0/assets/checkbox-unchecked.svg b/desktop-themes/aldabra/gtk-2.0/assets/checkbox-unchecked.svg new file mode 100644 index 00000000..42760cbd --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/checkbox-unchecked.svg @@ -0,0 +1,168 @@ +<?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://creativecommons.org/ns#" + 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="16" + height="16" + id="svg814" + version="1.1" + inkscape:version="0.48+devel r10053 custom" + sodipodi:docname="checkbox-checked-scalable.svg"> + <defs + id="defs816"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient24133" + id="linearGradient8394" + gradientUnits="userSpaceOnUse" + x1="1582.125" + y1="201.98718" + x2="1580.5312" + y2="197.98718" /> + <linearGradient + id="linearGradient24133" + inkscape:collect="always"> + <stop + id="stop24135" + offset="0" + style="stop-color:#145393;stop-opacity:1;" /> + <stop + id="stop24137" + offset="1" + style="stop-color:#1b6fc5;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10354-2" + id="linearGradient8378" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1609.9926,-78.958432)" + x1="1205.5752" + y1="-186.45331" + x2="1205.5752" + y2="-202.34555" /> + <linearGradient + id="linearGradient10354-2" + inkscape:collect="always"> + <stop + id="stop10356-2" + offset="0" + style="stop-color:#bcbfb8;stop-opacity:1" /> + <stop + id="stop10358-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5" + id="linearGradient8380" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10332-5"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop10334-5" /> + <stop + style="stop-color:#8f9985;stop-opacity:1" + offset="1" + id="stop10336-29" /> + </linearGradient> + <linearGradient + y2="-202.34555" + x2="1205.5752" + y1="-186.45331" + x1="1205.5752" + gradientTransform="translate(-1609.9926,-78.958432)" + gradientUnits="userSpaceOnUse" + id="linearGradient3951" + xlink:href="#linearGradient10354-2" + inkscape:collect="always" /> + <linearGradient + y2="248.97633" + x2="260.92538" + y1="233.77748" + x1="260.92538" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)" + gradientUnits="userSpaceOnUse" + id="linearGradient3953" + xlink:href="#linearGradient10332-5" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="32" + inkscape:cx="7.1381674" + inkscape:cy="8.4772276" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="981" + inkscape:window-height="899" + inkscape:window-x="1600" + inkscape:window-y="0" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <g + transform="translate(410.00739,765.00002)" + id="g16853" + style="enable-background:new"> + <rect + transform="scale(1,-1)" + style="color:#000000;fill:url(#linearGradient3951);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3953);stroke-width:1;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect6506" + width="11.042357" + height="11.023263" + x="-409.50739" + y="-284.86218" + rx="1.6105907" + ry="1.6105907" /> + </g> + </g> +</svg> diff --git a/desktop-themes/aldabra/gtk-2.0/assets/handle.png b/desktop-themes/aldabra/gtk-2.0/assets/handle.png Binary files differnew file mode 100644 index 00000000..51978aed --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/handle.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/notebook-gap-bottom.png b/desktop-themes/aldabra/gtk-2.0/assets/notebook-gap-bottom.png Binary files differnew file mode 100644 index 00000000..70fffda8 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/notebook-gap-bottom.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/notebook-gap-top.png b/desktop-themes/aldabra/gtk-2.0/assets/notebook-gap-top.png Binary files differnew file mode 100644 index 00000000..138f1cd9 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/notebook-gap-top.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/notebook.png b/desktop-themes/aldabra/gtk-2.0/assets/notebook.png Binary files differnew file mode 100644 index 00000000..e8f03f69 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/notebook.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/null.png b/desktop-themes/aldabra/gtk-2.0/assets/null.png Binary files differnew file mode 100644 index 00000000..079a05a2 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/null.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/radio-mixed.svg b/desktop-themes/aldabra/gtk-2.0/assets/radio-mixed.svg new file mode 100644 index 00000000..5a5658f9 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/radio-mixed.svg @@ -0,0 +1,343 @@ +<?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://creativecommons.org/ns#" + 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="16" + height="16" + id="svg814" + version="1.1" + inkscape:version="0.48+devel r10053 custom" + sodipodi:docname="radio-unselected.svg"> + <defs + id="defs816"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10354-2" + id="linearGradient8378" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1609.9926,-78.958432)" + x1="1205.5752" + y1="-186.45331" + x2="1205.5752" + y2="-202.34555" /> + <linearGradient + id="linearGradient10354-2" + inkscape:collect="always"> + <stop + id="stop10356-2" + offset="0" + style="stop-color:#bcbfb8;stop-opacity:1" /> + <stop + id="stop10358-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5" + id="linearGradient8380" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10332-5"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop10334-5" /> + <stop + style="stop-color:#8f9985;stop-opacity:1" + offset="1" + id="stop10336-29" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11577-0-5-0-2" + id="linearGradient8358" + gradientUnits="userSpaceOnUse" + x1="662.53418" + y1="249.29141" + x2="662.53418" + y2="262.49979" /> + <linearGradient + id="linearGradient11577-0-5-0-2" + inkscape:collect="always"> + <stop + id="stop11579-5-6-7-4" + offset="0" + style="stop-color:#d3d7cf;stop-opacity:1;" /> + <stop + id="stop11581-8-0-0-9" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient12415-4-1-5" + id="linearGradient8360" + gradientUnits="userSpaceOnUse" + x1="664.26984" + y1="261.44751" + x2="664.26984" + y2="248.05356" /> + <linearGradient + id="linearGradient12415-4-1-5" + inkscape:collect="always"> + <stop + id="stop12417-2-8-0" + offset="0" + style="stop-color:#d3d7cf;stop-opacity:1;" /> + <stop + id="stop12419-5-0-9" + offset="1" + style="stop-color:#8f9985;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11623-4-5-4" + id="linearGradient8362" + gradientUnits="userSpaceOnUse" + x1="661.04559" + y1="251.6946" + x2="661.04559" + y2="258.26358" /> + <linearGradient + id="linearGradient11623-4-5-4" + inkscape:collect="always"> + <stop + id="stop11625-5-6-0" + offset="0" + style="stop-color:#2e87e3;stop-opacity:1" /> + <stop + id="stop11627-4-4-9" + offset="1" + style="stop-color:#76b0ec;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient12387-1-5" + id="linearGradient8364" + gradientUnits="userSpaceOnUse" + x1="662.26074" + y1="251.66537" + x2="662.26074" + y2="259.77792" /> + <linearGradient + id="linearGradient12387-1-5" + inkscape:collect="always"> + <stop + id="stop12389-7-2" + offset="0" + style="stop-color:#1b6fc5;stop-opacity:1;" /> + <stop + id="stop12391-1-4" + offset="1" + style="stop-color:#145393;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11553-0-7-9" + id="linearGradient8366" + gradientUnits="userSpaceOnUse" + x1="660.16144" + y1="246.69635" + x2="660.27411" + y2="260.70532" /> + <linearGradient + id="linearGradient11553-0-7-9"> + <stop + id="stop11555-5-9-8" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop11557-1-9-0" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient12405-7" + id="radialGradient8368" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.4685542,0,0,2.2820942,-309.65132,-324.35943)" + cx="660.8656" + cy="251.41324" + fx="660.8656" + fy="251.41324" + r="5.0290799" /> + <linearGradient + id="linearGradient12405-7" + inkscape:collect="always"> + <stop + id="stop12407-9" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + id="stop12409-7" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient12692-5-0" + id="radialGradient8370" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.4143887,0,0,1.7213698,-937.76662,-194.09437)" + cx="663.01904" + cy="269.82831" + fx="663.01904" + fy="269.82831" + r="2.3864853" /> + <linearGradient + id="linearGradient12692-5-0" + inkscape:collect="always"> + <stop + id="stop12694-4-1" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop12696-5-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <radialGradient + r="2.3864853" + fy="269.82831" + fx="663.01904" + cy="269.82831" + cx="663.01904" + gradientTransform="matrix(2.4143887,0,0,1.7213698,-937.76662,-194.09437)" + gradientUnits="userSpaceOnUse" + id="radialGradient5029" + xlink:href="#linearGradient12692-5-0" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient7346" + id="linearGradient7352" + x1="5.65625" + y1="6.390625" + x2="5.65625" + y2="9.828125" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient7346"> + <stop + style="stop-color:#1969ba;stop-opacity:1" + offset="0" + id="stop7348" /> + <stop + style="stop-color:#145393;stop-opacity:1" + offset="1" + id="stop7350" /> + </linearGradient> + <linearGradient + gradientTransform="translate(1033.0001,265.99998)" + y2="9.828125" + x2="5.65625" + y1="6.390625" + x1="5.65625" + gradientUnits="userSpaceOnUse" + id="linearGradient119" + xlink:href="#linearGradient7346" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1" + inkscape:cx="38.155252" + inkscape:cy="2.4242657" + inkscape:document-units="px" + inkscape:current-layer="g6305" + showgrid="false" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1180" + inkscape:window-height="950" + inkscape:window-x="2306" + inkscape:window-y="143" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <g + transform="translate(-1031,770.36221)" + id="g6305" + style="display:inline;enable-background:new"> + <path + transform="matrix(1.4419436,0,0,0.89116967,85.92127,46.692201)" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + sodipodi:ry="7.2937827" + sodipodi:rx="4.5078058" + sodipodi:cy="255.0668" + sodipodi:cx="660.96808" + id="path6307" + style="color:#000000;fill:url(#linearGradient8358);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8360);stroke-width:0.88215655;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + sodipodi:type="arc" /> + <path + sodipodi:type="arc" + style="opacity:0.12955466;fill:none;stroke:url(#radialGradient8368);stroke-width:1.04254842;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100" + id="path6313" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(1.2201064,0,0,0.75406683,232.54855,81.662583)" /> + <rect + style="color:#000000;fill:#4588ca;fill-opacity:0.98823529;fill-rule:nonzero;stroke:url(#linearGradient119);stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect5494" + width="8.9375" + height="3.03125" + x="1034.5312" + y="272.5" + rx="1.515625" + ry="1.515625" /> + <path + style="opacity:0.50431064;fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + d="m 1035.5313,273.56248 6.9375,0" + id="path5496" + inkscape:connector-curvature="0" /> + </g> + </g> +</svg> diff --git a/desktop-themes/aldabra/gtk-2.0/assets/radio-selected-insensitive.svg b/desktop-themes/aldabra/gtk-2.0/assets/radio-selected-insensitive.svg new file mode 100644 index 00000000..09eb6930 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/radio-selected-insensitive.svg @@ -0,0 +1,264 @@ +<?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://creativecommons.org/ns#" + 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="16" + height="16" + id="svg814" + version="1.1" + inkscape:version="0.48+devel r10053 custom" + sodipodi:docname="radio-unselected.svg"> + <defs + id="defs816"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10354-2" + id="linearGradient8378" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1609.9926,-78.958432)" + x1="1205.5752" + y1="-186.45331" + x2="1205.5752" + y2="-202.34555" /> + <linearGradient + id="linearGradient10354-2" + inkscape:collect="always"> + <stop + id="stop10356-2" + offset="0" + style="stop-color:#bcbfb8;stop-opacity:1" /> + <stop + id="stop10358-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5" + id="linearGradient8380" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10332-5"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop10334-5" /> + <stop + style="stop-color:#8f9985;stop-opacity:1" + offset="1" + id="stop10336-29" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11577-0-5-0-2" + id="linearGradient8358" + gradientUnits="userSpaceOnUse" + x1="662.53418" + y1="249.29141" + x2="662.53418" + y2="262.49979" /> + <linearGradient + id="linearGradient11577-0-5-0-2" + inkscape:collect="always"> + <stop + id="stop11579-5-6-7-4" + offset="0" + style="stop-color:#d3d7cf;stop-opacity:1;" /> + <stop + id="stop11581-8-0-0-9" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient12415-4-1-5" + id="linearGradient8360" + gradientUnits="userSpaceOnUse" + x1="664.26984" + y1="261.44751" + x2="664.26984" + y2="248.05356" /> + <linearGradient + id="linearGradient12415-4-1-5" + inkscape:collect="always"> + <stop + id="stop12417-2-8-0" + offset="0" + style="stop-color:#d3d7cf;stop-opacity:1;" /> + <stop + id="stop12419-5-0-9" + offset="1" + style="stop-color:#8f9985;stop-opacity:1" /> + </linearGradient> + <linearGradient + id="linearGradient11553-0-7-9"> + <stop + id="stop11555-5-9-8" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop11557-1-9-0" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient12405-7" + id="radialGradient8368" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.4685542,0,0,2.2820942,-309.65132,-324.35943)" + cx="660.8656" + cy="251.41324" + fx="660.8656" + fy="251.41324" + r="5.0290799" /> + <linearGradient + id="linearGradient12405-7" + inkscape:collect="always"> + <stop + id="stop12407-9" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + id="stop12409-7" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient12692-5-0" + id="radialGradient8370" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.4143887,0,0,1.7213698,-937.76662,-194.09437)" + cx="663.01904" + cy="269.82831" + fx="663.01904" + fy="269.82831" + r="2.3864853" /> + <linearGradient + id="linearGradient12692-5-0" + inkscape:collect="always"> + <stop + id="stop12694-4-1" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop12696-5-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient12415-4-1-5-2" + id="linearGradient8392" + gradientUnits="userSpaceOnUse" + x1="664.26984" + y1="261.44751" + x2="664.26984" + y2="248.05356" /> + <linearGradient + id="linearGradient12415-4-1-5-2" + inkscape:collect="always"> + <stop + id="stop12417-2-8-0-7" + offset="0" + style="stop-color:#d3d7cf;stop-opacity:1;" /> + <stop + id="stop12419-5-0-9-3" + offset="1" + style="stop-color:#8f9985;stop-opacity:1" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="7.2871964" + inkscape:cy="8.5766833" + inkscape:document-units="px" + inkscape:current-layer="g6305" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1180" + inkscape:window-height="950" + inkscape:window-x="1600" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <g + transform="translate(-1031,770.36221)" + id="g6305" + style="display:inline;enable-background:new"> + <g + style="opacity:0.5;display:inline;enable-background:new" + id="g16917" + transform="translate(3.7481965e-5,-1.1707725e-5)"> + <path + sodipodi:type="arc" + style="color:#000000;fill:none;stroke:url(#linearGradient8392);stroke-width:0.88215655;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="path16919" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(1.4419436,0,0,0.89116967,85.92127,46.692201)" /> + <path + transform="matrix(0.77479411,0,0,0.47884882,526.8858,151.86156)" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + sodipodi:ry="7.2937827" + sodipodi:rx="4.5078058" + sodipodi:cy="255.0668" + sodipodi:cx="660.96808" + id="path16921" + style="color:#000000;fill:#8f9985;fill-opacity:1;fill-rule:nonzero;stroke:#8f9985;stroke-width:1.64175236;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:144.44521581;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + </g> + </g> + </g> +</svg> diff --git a/desktop-themes/aldabra/gtk-2.0/assets/radio-selected.svg b/desktop-themes/aldabra/gtk-2.0/assets/radio-selected.svg new file mode 100644 index 00000000..178c4b31 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/radio-selected.svg @@ -0,0 +1,350 @@ +<?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://creativecommons.org/ns#" + 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="16" + height="16" + id="svg814" + version="1.1" + inkscape:version="0.48+devel r10053 custom" + sodipodi:docname="checkbox-unchecked-insensitive.svg"> + <defs + id="defs816"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10354-2" + id="linearGradient8378" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1609.9926,-78.958432)" + x1="1205.5752" + y1="-186.45331" + x2="1205.5752" + y2="-202.34555" /> + <linearGradient + id="linearGradient10354-2" + inkscape:collect="always"> + <stop + id="stop10356-2" + offset="0" + style="stop-color:#bcbfb8;stop-opacity:1" /> + <stop + id="stop10358-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5" + id="linearGradient8380" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10332-5"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop10334-5" /> + <stop + style="stop-color:#8f9985;stop-opacity:1" + offset="1" + id="stop10336-29" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5-8" + id="linearGradient8390" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10332-5-8"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop10334-5-6" /> + <stop + style="stop-color:#8f9985;stop-opacity:1" + offset="1" + id="stop10336-29-0" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11577-0-5-0-2" + id="linearGradient8358" + gradientUnits="userSpaceOnUse" + x1="662.53418" + y1="249.29141" + x2="662.53418" + y2="262.49979" /> + <linearGradient + id="linearGradient11577-0-5-0-2" + inkscape:collect="always"> + <stop + id="stop11579-5-6-7-4" + offset="0" + style="stop-color:#d3d7cf;stop-opacity:1;" /> + <stop + id="stop11581-8-0-0-9" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient12415-4-1-5" + id="linearGradient8360" + gradientUnits="userSpaceOnUse" + x1="664.26984" + y1="261.44751" + x2="664.26984" + y2="248.05356" /> + <linearGradient + id="linearGradient12415-4-1-5" + inkscape:collect="always"> + <stop + id="stop12417-2-8-0" + offset="0" + style="stop-color:#d3d7cf;stop-opacity:1;" /> + <stop + id="stop12419-5-0-9" + offset="1" + style="stop-color:#8f9985;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11623-4-5-4" + id="linearGradient8362" + gradientUnits="userSpaceOnUse" + x1="661.04559" + y1="251.6946" + x2="661.04559" + y2="258.26358" /> + <linearGradient + id="linearGradient11623-4-5-4" + inkscape:collect="always"> + <stop + id="stop11625-5-6-0" + offset="0" + style="stop-color:#2e87e3;stop-opacity:1" /> + <stop + id="stop11627-4-4-9" + offset="1" + style="stop-color:#76b0ec;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient12387-1-5" + id="linearGradient8364" + gradientUnits="userSpaceOnUse" + x1="662.26074" + y1="251.66537" + x2="662.26074" + y2="259.77792" /> + <linearGradient + id="linearGradient12387-1-5" + inkscape:collect="always"> + <stop + id="stop12389-7-2" + offset="0" + style="stop-color:#1b6fc5;stop-opacity:1;" /> + <stop + id="stop12391-1-4" + offset="1" + style="stop-color:#145393;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11553-0-7-9" + id="linearGradient8366" + gradientUnits="userSpaceOnUse" + x1="660.16144" + y1="246.69635" + x2="660.27411" + y2="260.70532" /> + <linearGradient + id="linearGradient11553-0-7-9"> + <stop + id="stop11555-5-9-8" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop11557-1-9-0" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient12405-7" + id="radialGradient8368" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.4685542,0,0,2.2820942,-309.65132,-324.35943)" + cx="660.8656" + cy="251.41324" + fx="660.8656" + fy="251.41324" + r="5.0290799" /> + <linearGradient + id="linearGradient12405-7" + inkscape:collect="always"> + <stop + id="stop12407-9" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + id="stop12409-7" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient12692-5-0" + id="radialGradient8370" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.4143887,0,0,1.7213698,-937.76662,-194.09437)" + cx="663.01904" + cy="269.82831" + fx="663.01904" + fy="269.82831" + r="2.3864853" /> + <linearGradient + id="linearGradient12692-5-0" + inkscape:collect="always"> + <stop + id="stop12694-4-1" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop12696-5-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <radialGradient + r="2.3864853" + fy="269.82831" + fx="663.01904" + cy="269.82831" + cx="663.01904" + gradientTransform="matrix(2.4143887,0,0,1.7213698,-937.76662,-194.09437)" + gradientUnits="userSpaceOnUse" + id="radialGradient5029" + xlink:href="#linearGradient12692-5-0" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="32" + inkscape:cx="8.7319174" + inkscape:cy="7.9147276" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1180" + inkscape:window-height="950" + inkscape:window-x="1600" + inkscape:window-y="0" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <g + transform="translate(-1031,770.36221)" + id="g6305" + style="display:inline;enable-background:new"> + <path + transform="matrix(1.4419436,0,0,0.89116967,85.92127,46.692201)" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + sodipodi:ry="7.2937827" + sodipodi:rx="4.5078058" + sodipodi:cy="255.0668" + sodipodi:cx="660.96808" + id="path6307" + style="color:#000000;fill:url(#linearGradient8358);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8360);stroke-width:0.88215655;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + sodipodi:type="arc" /> + <path + sodipodi:type="arc" + style="color:#000000;fill:url(#linearGradient8362);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8364);stroke-width:1.27423298;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:144.44521581;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path6309" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(0.99826332,0,0,0.61696032,379.17979,116.6339)" /> + <path + sodipodi:type="arc" + style="opacity:0.55465585;fill:none;stroke:url(#linearGradient8366);stroke-width:1.63832664;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100" + id="path6311" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(0.77641414,0,0,-0.47985006,525.81496,396.39382)" /> + <path + sodipodi:type="arc" + style="opacity:0.12955466;fill:none;stroke:url(#radialGradient8368);stroke-width:1.04254842;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100" + id="path6313" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(1.2201064,0,0,0.75406683,232.54855,81.662583)" /> + <path + transform="matrix(1.2570829,0,0,1.1611638,205.4417,-43.52207)" + d="m 665.47584,271.75009 c 0,0.9397 -1.06847,1.70148 -2.38648,1.70148 -1.31802,0 -2.38649,-0.76178 -2.38649,-1.70148 0,-0.9397 1.06847,-1.70147 2.38649,-1.70147 1.31801,0 2.38648,0.76177 2.38648,1.70147 z" + sodipodi:ry="1.7014757" + sodipodi:rx="2.3864853" + sodipodi:cy="271.75009" + sodipodi:cx="663.08936" + id="path6315" + style="opacity:0.7854251;color:#000000;fill:url(#radialGradient5029);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + </g> + </g> +</svg> diff --git a/desktop-themes/aldabra/gtk-2.0/assets/radio-unselected-insensitive.svg b/desktop-themes/aldabra/gtk-2.0/assets/radio-unselected-insensitive.svg new file mode 100644 index 00000000..2c7c6063 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/radio-unselected-insensitive.svg @@ -0,0 +1,189 @@ +<?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://creativecommons.org/ns#" + 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="16" + height="16" + id="svg814" + version="1.1" + inkscape:version="0.48+devel r10053 custom" + sodipodi:docname="radio-selected-insensitive.svg"> + <defs + id="defs816"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10354-2" + id="linearGradient8378" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1609.9926,-78.958432)" + x1="1205.5752" + y1="-186.45331" + x2="1205.5752" + y2="-202.34555" /> + <linearGradient + id="linearGradient10354-2" + inkscape:collect="always"> + <stop + id="stop10356-2" + offset="0" + style="stop-color:#bcbfb8;stop-opacity:1" /> + <stop + id="stop10358-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5" + id="linearGradient8380" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10332-5"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop10334-5" /> + <stop + style="stop-color:#8f9985;stop-opacity:1" + offset="1" + id="stop10336-29" /> + </linearGradient> + <linearGradient + id="linearGradient11553-0-7-9"> + <stop + id="stop11555-5-9-8" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop11557-1-9-0" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient12692-5-0" + id="radialGradient8370" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.4143887,0,0,1.7213698,-937.76662,-194.09437)" + cx="663.01904" + cy="269.82831" + fx="663.01904" + fy="269.82831" + r="2.3864853" /> + <linearGradient + id="linearGradient12692-5-0" + inkscape:collect="always"> + <stop + id="stop12694-4-1" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop12696-5-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient12415-4-1-5-2" + id="linearGradient8392" + gradientUnits="userSpaceOnUse" + x1="664.26984" + y1="261.44751" + x2="664.26984" + y2="248.05356" /> + <linearGradient + id="linearGradient12415-4-1-5-2" + inkscape:collect="always"> + <stop + id="stop12417-2-8-0-7" + offset="0" + style="stop-color:#d3d7cf;stop-opacity:1;" /> + <stop + id="stop12419-5-0-9-3" + offset="1" + style="stop-color:#8f9985;stop-opacity:1" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="7.2871964" + inkscape:cy="8.5324892" + inkscape:document-units="px" + inkscape:current-layer="g6305" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1180" + inkscape:window-height="950" + inkscape:window-x="1600" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <g + transform="translate(-1031,770.36221)" + id="g6305" + style="display:inline;enable-background:new"> + <g + style="opacity:0.5;display:inline;enable-background:new" + id="g16917" + transform="translate(3.7481965e-5,-1.1707725e-5)"> + <path + sodipodi:type="arc" + style="color:#000000;fill:none;stroke:url(#linearGradient8392);stroke-width:0.88215655;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="path16919" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(1.4419436,0,0,0.89116967,85.92127,46.692201)" /> + </g> + </g> + </g> +</svg> diff --git a/desktop-themes/aldabra/gtk-2.0/assets/radio-unselected.svg b/desktop-themes/aldabra/gtk-2.0/assets/radio-unselected.svg new file mode 100644 index 00000000..7cf1539d --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/radio-unselected.svg @@ -0,0 +1,298 @@ +<?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://creativecommons.org/ns#" + 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="16" + height="16" + id="svg814" + version="1.1" + inkscape:version="0.48+devel r10053 custom" + sodipodi:docname="radio-selected.svg"> + <defs + id="defs816"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10354-2" + id="linearGradient8378" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-1609.9926,-78.958432)" + x1="1205.5752" + y1="-186.45331" + x2="1205.5752" + y2="-202.34555" /> + <linearGradient + id="linearGradient10354-2" + inkscape:collect="always"> + <stop + id="stop10356-2" + offset="0" + style="stop-color:#bcbfb8;stop-opacity:1" /> + <stop + id="stop10358-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10332-5" + id="linearGradient8380" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.84941206,0,0,0.84794288,-623.98415,-483.16392)" + x1="260.92538" + y1="233.77748" + x2="260.92538" + y2="248.97633" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10332-5"> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0" + id="stop10334-5" /> + <stop + style="stop-color:#8f9985;stop-opacity:1" + offset="1" + id="stop10336-29" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11577-0-5-0-2" + id="linearGradient8358" + gradientUnits="userSpaceOnUse" + x1="662.53418" + y1="249.29141" + x2="662.53418" + y2="262.49979" /> + <linearGradient + id="linearGradient11577-0-5-0-2" + inkscape:collect="always"> + <stop + id="stop11579-5-6-7-4" + offset="0" + style="stop-color:#d3d7cf;stop-opacity:1;" /> + <stop + id="stop11581-8-0-0-9" + offset="1" + style="stop-color:#ffffff;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient12415-4-1-5" + id="linearGradient8360" + gradientUnits="userSpaceOnUse" + x1="664.26984" + y1="261.44751" + x2="664.26984" + y2="248.05356" /> + <linearGradient + id="linearGradient12415-4-1-5" + inkscape:collect="always"> + <stop + id="stop12417-2-8-0" + offset="0" + style="stop-color:#d3d7cf;stop-opacity:1;" /> + <stop + id="stop12419-5-0-9" + offset="1" + style="stop-color:#8f9985;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11623-4-5-4" + id="linearGradient8362" + gradientUnits="userSpaceOnUse" + x1="661.04559" + y1="251.6946" + x2="661.04559" + y2="258.26358" /> + <linearGradient + id="linearGradient11623-4-5-4" + inkscape:collect="always"> + <stop + id="stop11625-5-6-0" + offset="0" + style="stop-color:#2e87e3;stop-opacity:1" /> + <stop + id="stop11627-4-4-9" + offset="1" + style="stop-color:#76b0ec;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient12387-1-5" + id="linearGradient8364" + gradientUnits="userSpaceOnUse" + x1="662.26074" + y1="251.66537" + x2="662.26074" + y2="259.77792" /> + <linearGradient + id="linearGradient12387-1-5" + inkscape:collect="always"> + <stop + id="stop12389-7-2" + offset="0" + style="stop-color:#1b6fc5;stop-opacity:1;" /> + <stop + id="stop12391-1-4" + offset="1" + style="stop-color:#145393;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11553-0-7-9" + id="linearGradient8366" + gradientUnits="userSpaceOnUse" + x1="660.16144" + y1="246.69635" + x2="660.27411" + y2="260.70532" /> + <linearGradient + id="linearGradient11553-0-7-9"> + <stop + id="stop11555-5-9-8" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop11557-1-9-0" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient12405-7" + id="radialGradient8368" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.4685542,0,0,2.2820942,-309.65132,-324.35943)" + cx="660.8656" + cy="251.41324" + fx="660.8656" + fy="251.41324" + r="5.0290799" /> + <linearGradient + id="linearGradient12405-7" + inkscape:collect="always"> + <stop + id="stop12407-9" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + id="stop12409-7" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient12692-5-0" + id="radialGradient8370" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.4143887,0,0,1.7213698,-937.76662,-194.09437)" + cx="663.01904" + cy="269.82831" + fx="663.01904" + fy="269.82831" + r="2.3864853" /> + <linearGradient + id="linearGradient12692-5-0" + inkscape:collect="always"> + <stop + id="stop12694-4-1" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop12696-5-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <radialGradient + r="2.3864853" + fy="269.82831" + fx="663.01904" + cy="269.82831" + cx="663.01904" + gradientTransform="matrix(2.4143887,0,0,1.7213698,-937.76662,-194.09437)" + gradientUnits="userSpaceOnUse" + id="radialGradient5029" + xlink:href="#linearGradient12692-5-0" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1" + inkscape:cx="8.7319174" + inkscape:cy="7.9147276" + inkscape:document-units="px" + inkscape:current-layer="g6305" + showgrid="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="1180" + inkscape:window-height="950" + inkscape:window-x="1600" + inkscape:window-y="0" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid4084" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata819"> + <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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <g + transform="translate(-1031,770.36221)" + id="g6305" + style="display:inline;enable-background:new"> + <path + transform="matrix(1.4419436,0,0,0.89116967,85.92127,46.692201)" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + sodipodi:ry="7.2937827" + sodipodi:rx="4.5078058" + sodipodi:cy="255.0668" + sodipodi:cx="660.96808" + id="path6307" + style="color:#000000;fill:url(#linearGradient8358);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8360);stroke-width:0.88215655;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + sodipodi:type="arc" /> + <path + sodipodi:type="arc" + style="opacity:0.12955466;fill:none;stroke:url(#radialGradient8368);stroke-width:1.04254842;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:100" + id="path6313" + sodipodi:cx="660.96808" + sodipodi:cy="255.0668" + sodipodi:rx="4.5078058" + sodipodi:ry="7.2937827" + d="m 665.47588,255.0668 c 0,4.02825 -2.01821,7.29379 -4.5078,7.29379 -2.48959,0 -4.50781,-3.26554 -4.50781,-7.29379 0,-4.02824 2.01822,-7.29378 4.50781,-7.29378 2.48959,0 4.5078,3.26554 4.5078,7.29378 z" + transform="matrix(1.2201064,0,0,0.75406683,232.54855,81.662583)" /> + </g> + </g> +</svg> diff --git a/desktop-themes/aldabra/gtk-2.0/assets/scroll-background.png b/desktop-themes/aldabra/gtk-2.0/assets/scroll-background.png Binary files differnew file mode 100644 index 00000000..dbe3655a --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/scroll-background.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-down-active.png b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-down-active.png Binary files differnew file mode 100644 index 00000000..cc46cdb4 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-down-active.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-down-disabled.png b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-down-disabled.png Binary files differnew file mode 100644 index 00000000..dffd7b42 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-down-disabled.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-down-hover.png b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-down-hover.png Binary files differnew file mode 100644 index 00000000..d12ad682 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-down-hover.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-down.png b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-down.png Binary files differnew file mode 100644 index 00000000..84860d01 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-down.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-left-active.png b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-left-active.png Binary files differnew file mode 100644 index 00000000..dfd6e964 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-left-active.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-left-disabled.png b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-left-disabled.png Binary files differnew file mode 100644 index 00000000..084aab94 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-left-disabled.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-left-hover.png b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-left-hover.png Binary files differnew file mode 100644 index 00000000..4841d77c --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-left-hover.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-left.png b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-left.png Binary files differnew file mode 100644 index 00000000..d52c8019 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-left.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-right-active.png b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-right-active.png Binary files differnew file mode 100644 index 00000000..d2a7df7f --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-right-active.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-right-disabled.png b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-right-disabled.png Binary files differnew file mode 100644 index 00000000..097d6dc2 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-right-disabled.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-right-hover.png b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-right-hover.png Binary files differnew file mode 100644 index 00000000..36ef96cb --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-right-hover.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-right.png b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-right.png Binary files differnew file mode 100644 index 00000000..cc12ec9e --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-right.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-up-active.png b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-up-active.png Binary files differnew file mode 100644 index 00000000..9168acb8 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-up-active.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-up-disabled.png b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-up-disabled.png Binary files differnew file mode 100644 index 00000000..9d4390f6 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-up-disabled.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-up-hover.png b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-up-hover.png Binary files differnew file mode 100644 index 00000000..2452e167 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-up-hover.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-up.png b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-up.png Binary files differnew file mode 100644 index 00000000..46e6c367 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/scroll-button-up.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/scroll-hhandle-active.png b/desktop-themes/aldabra/gtk-2.0/assets/scroll-hhandle-active.png Binary files differnew file mode 100644 index 00000000..9f59e9a8 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/scroll-hhandle-active.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/scroll-hhandle-hover.png b/desktop-themes/aldabra/gtk-2.0/assets/scroll-hhandle-hover.png Binary files differnew file mode 100644 index 00000000..ff572f4c --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/scroll-hhandle-hover.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/scroll-hhandle.png b/desktop-themes/aldabra/gtk-2.0/assets/scroll-hhandle.png Binary files differnew file mode 100644 index 00000000..aea91b0c --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/scroll-hhandle.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/scroll-vhandle-active.png b/desktop-themes/aldabra/gtk-2.0/assets/scroll-vhandle-active.png Binary files differnew file mode 100644 index 00000000..ca90ca2c --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/scroll-vhandle-active.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/scroll-vhandle-hover.png b/desktop-themes/aldabra/gtk-2.0/assets/scroll-vhandle-hover.png Binary files differnew file mode 100644 index 00000000..aa7b4df7 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/scroll-vhandle-hover.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/scroll-vhandle.png b/desktop-themes/aldabra/gtk-2.0/assets/scroll-vhandle.png Binary files differnew file mode 100644 index 00000000..38c419b2 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/scroll-vhandle.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/tab-bottom-active.png b/desktop-themes/aldabra/gtk-2.0/assets/tab-bottom-active.png Binary files differnew file mode 100644 index 00000000..775d5509 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/tab-bottom-active.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/tab-bottom.png b/desktop-themes/aldabra/gtk-2.0/assets/tab-bottom.png Binary files differnew file mode 100644 index 00000000..4d0d72fb --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/tab-bottom.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/tab-left-active.png b/desktop-themes/aldabra/gtk-2.0/assets/tab-left-active.png Binary files differnew file mode 100644 index 00000000..096d6051 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/tab-left-active.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/tab-left.png b/desktop-themes/aldabra/gtk-2.0/assets/tab-left.png Binary files differnew file mode 100644 index 00000000..4841bbab --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/tab-left.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/tab-right-active.png b/desktop-themes/aldabra/gtk-2.0/assets/tab-right-active.png Binary files differnew file mode 100644 index 00000000..fedb8ebe --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/tab-right-active.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/tab-right.png b/desktop-themes/aldabra/gtk-2.0/assets/tab-right.png Binary files differnew file mode 100644 index 00000000..c82bee84 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/tab-right.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/tab-top-active.png b/desktop-themes/aldabra/gtk-2.0/assets/tab-top-active.png Binary files differnew file mode 100644 index 00000000..48b2577f --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/tab-top-active.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/tab-top.png b/desktop-themes/aldabra/gtk-2.0/assets/tab-top.png Binary files differnew file mode 100644 index 00000000..e01f001b --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/tab-top.png diff --git a/desktop-themes/aldabra/gtk-2.0/assets/toolbar.png b/desktop-themes/aldabra/gtk-2.0/assets/toolbar.png Binary files differnew file mode 100644 index 00000000..364f8962 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/toolbar.png |