diff options
Diffstat (limited to 'gtk-themes/HighContrastLargePrint')
133 files changed, 1301 insertions, 0 deletions
diff --git a/gtk-themes/HighContrastLargePrint/Makefile.am b/gtk-themes/HighContrastLargePrint/Makefile.am new file mode 100644 index 00000000..f88ba7b4 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/Makefile.am @@ -0,0 +1,7 @@ +themedir = $(datadir)/themes/HighContrastLargePrint/gtk-2.0 + +theme_DATA = gtkrc + +EXTRA_DIST= $(theme_DATA) + +SUBDIRS=pixmaps diff --git a/gtk-themes/HighContrastLargePrint/Makefile.in b/gtk-themes/HighContrastLargePrint/Makefile.in new file mode 100644 index 00000000..6bff30f6 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/Makefile.in @@ -0,0 +1,618 @@ +# 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 = gtk-themes/HighContrastLargePrint +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(srcdir)/gtkrc.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 = gtkrc +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 = +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ + html-recursive info-recursive install-data-recursive \ + install-dvi-recursive install-exec-recursive \ + install-html-recursive install-info-recursive \ + install-pdf-recursive install-ps-recursive install-recursive \ + installcheck-recursive installdirs-recursive pdf-recursive \ + ps-recursive uninstall-recursive +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) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ + $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ + distdir +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +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/HighContrastLargePrint/gtk-2.0 +theme_DATA = gtkrc +EXTRA_DIST = $(theme_DATA) +SUBDIRS = pixmaps +all: all-recursive + +.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 gtk-themes/HighContrastLargePrint/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu gtk-themes/HighContrastLargePrint/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): +gtkrc: $(top_builddir)/config.status $(srcdir)/gtkrc.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +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 + +# This directory's subdirectories are mostly independent; you can cd +# into them and run `make' without going through this Makefile. +# To change the values of `make' variables: instead of editing Makefiles, +# (1) if the variable is set in `config.status', edit `config.status' +# (which will cause the Makefiles to be regenerated when you run `make'); +# (2) otherwise, pass the desired values on the `make' command line. +$(RECURSIVE_TARGETS): + @fail= failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +$(RECURSIVE_CLEAN_TARGETS): + @fail= failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + rev=''; for subdir in $$list; do \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ + done; \ + rev="$$rev ."; \ + target=`echo $@ | sed s/-recursive//`; \ + for subdir in $$rev; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done && test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done +ctags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: CTAGS +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +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 + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(DATA) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(themedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +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-recursive + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-themeDATA + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-themeDATA + +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ + install-am install-strip tags-recursive + +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am check check-am clean clean-generic ctags \ + ctags-recursive distclean distclean-generic distclean-tags \ + 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 installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags tags-recursive 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/gtk-themes/HighContrastLargePrint/gtkrc.in b/gtk-themes/HighContrastLargePrint/gtkrc.in new file mode 100644 index 00000000..89c7076a --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/gtkrc.in @@ -0,0 +1,111 @@ +# High-Contrast, "Large Print" Theme +# +# Original gtkrc by Bill Haneman, based on Standard theme by T. Liebeck, +# which was in turn based on lots of different gtkrc files but +# primarily the one for the metal theme. +# +# High-contrast pixmap icons by jimmac with input from tigert. + +pixmap_path "@prefix@/share/themes/HighContrastLargePrint/pixmaps" + +gtk-icon-sizes = "@LARGEPRINT_ICON_SIZES@" + +#TODO: move sun-jds style downstream +style "sun-jds" +{ + PanelMenu::stripe-gradient-top = "#000000" + PanelMenu::stripe-gradient-bottom = "#000000" +} +class "GtkWidget" style "sun-jds" + +style "default" +{ + engine "hcengine" + { + edge_thickness = 3 + + #Work around for Indicator Size bug + cell_indicator_size = 18 + } + + xthickness = 3 + ythickness = 3 + + EelEditableLabel::cursor_aspect_ratio = 0.1 + EelEditableLabel::cursor_color = "#cc0000" + + GtkCheckButton::indicator_size = 18 + GtkCheckMenuItem::indicator_size = 18 + + GtkEntry::cursor_color = "#cc0000" + GtkEntry::cursor_aspect_ratio = 0.1 + + GtkExpander::expander-size = 24 + GtkExpander::expander-spacing = 8 + + GtkHSV::focus-line-pattern = "\0" + + GtkPaned::handle-size = 10 + + GtkRange::slider_width = 20 + GtkRange::stepper-size = 20 + + GtkTextView::cursor_aspect_ratio = 0.1 + GtkTextView::cursor_color = "#cc0000" + + GtkTreeView::grid-line-width = 2 + GtkTreeView::expander-size = 24 + +# GtkWidget::cursor_aspect_ratio = 0.1 + GtkWidget::focus-line-pattern = "\10\3" + GtkWidget::focus-line-width = 3 + GtkWidget::focus-padding = 0 + GtkWidget::interior_focus = 1 + GtkWidget::link-color = "#000060" + GtkWidget::visited-link-color = "#600000" + + PanelToplevel::arrow-size = 18 + + #Caja + CajaIconContainer::frame_text = 1 + + # Pidgin + GtkIMHtml::hyperlink-color = "#000060" + GtkIMHtml::hyperlink-visited-color = "#600000" + GtkIMHtml::hyperlink-prelight-color = "#404080" + + # Evolution + GtkHTML::link_color = "#000060" + GtkHTML::vlink_color = "#600000" + GtkHTML::cite_color = "#003000" + + fg[NORMAL] = "#000000" + text[NORMAL] = "#000000" + bg[NORMAL] = "#ffffff" + base[NORMAL] = "#ffffff" + + fg[INSENSITIVE] = "#999999" + text[INSENSITIVE] = "#999999" + bg[INSENSITIVE] = "#ccccff" + base[INSENSITIVE] = "#ccccff" + + fg[PRELIGHT] = "#ffffff" + text[PRELIGHT] = "#ffffff" + bg[PRELIGHT] = "#000000" + base[PRELIGHT] = "#000000" + + fg[ACTIVE] = "#000000" + text[ACTIVE] = "#000000" + bg[ACTIVE] = "#b8b891" + base[ACTIVE] = "#b8b891" + + fg[SELECTED] = "#ffffff" + text[SELECTED] = "#ffffff" + bg[SELECTED] = "#000000" + base[SELECTED] = "#333300" + +@gtk_stock_icons_rc@ +@panel_stock_icons_rc@ +@media_stock_icons_rc@ +@capplet_stock_icons_rc@ +@marco_stock_icons_rc@ diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/Makefile.am b/gtk-themes/HighContrastLargePrint/pixmaps/Makefile.am new file mode 100644 index 00000000..eb811b4a --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/Makefile.am @@ -0,0 +1,5 @@ +pixmapdir= $(datadir)/themes/HighContrastLargePrint/pixmaps + +EXTRA_DIST= $(pixmap_DATA) + +include $(top_srcdir)/common/all-stock-icons.data diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/Makefile.in b/gtk-themes/HighContrastLargePrint/pixmaps/Makefile.in new file mode 100644 index 00000000..8fe32db7 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/Makefile.in @@ -0,0 +1,470 @@ +# 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 = : +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(top_srcdir)/common/all-stock-icons.data +subdir = gtk-themes/HighContrastLargePrint/pixmaps +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)$(pixmapdir)" +DATA = $(pixmap_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@ +pixmapdir = $(datadir)/themes/HighContrastLargePrint/pixmaps +EXTRA_DIST = $(pixmap_DATA) +NULL = +pixmap_DATA = stock_about.png stock_add.png stock_apply.png \ + stock_attach.png stock_bold.png stock_book.png \ + stock_cancel.png stock_cdrom.png stock_clear.png \ + stock_close.png stock_connect.png stock_convert.png \ + stock_copy.png stock_cut.png stock_delete.png \ + stock_dialog_error.png stock_dialog_info.png \ + stock_dialog_question.png stock_dialog_warning.png \ + stock_disconnect.png stock_edit.png stock_empty.png \ + stock_execute.png stock_export.png \ + stock_find-and-replace.png stock_find.png \ + stock_floppy.png stock_go-back.png \ + stock_go-down.png stock_go-forward.png \ + stock_go-up.png stock_goto-bottom.png \ + stock_goto-first.png stock_goto-last.png \ + stock_goto-top.png stock_help.png stock_home.png \ + stock_import.png stock_index.png \ + stock_insert-image.png stock_insert-object.png \ + stock_insert-table.png stock_italic.png \ + stock_jump-to.png stock_justify-center.png \ + stock_justify-fill.png stock_justify-left.png \ + stock_justify-right.png stock_line-in.png \ + stock_mic.png stock_missing-image.png stock_new.png \ + stock_ok.png stock_open.png stock_paste.png \ + stock_preferences.png stock_print-preview.png \ + stock_print.png stock_properties.png stock_quit.png \ + stock_redo.png stock_refresh.png stock_remove.png \ + stock_revert-to-saved.png stock_save-as.png \ + stock_save.png stock_select-color.png \ + stock_select-font.png stock_sort-ascending.png \ + stock_sort-descending.png stock_spell-check.png \ + stock_stop.png stock_strikethrough.png \ + stock_undelete.png stock_underline.png \ + stock_undo.png stock_volume.png stock_zoom-100.png \ + stock_zoom-fit.png stock_zoom-in.png \ + stock_zoom-out.png stock_yes.png stock_no.png \ + stock_dnd.png stock_dnd_multiple.png \ + stock_run.png stock_searchtool.png stock_lockscreen.png \ + stock_logout.png stock_mate-logo.png stock_cde-menu.png \ + stock_internet.png stock_mate-util.png \ + stock_launcher-program.png stock_multimedia.png \ + stock_drawer.png stock_screenshot.png \ + stock_amusements.png stock_accessories.png \ + stock_commandline-browser.xpm stock_commandline-history.xpm\ + media-prev.png media-next.png \ + media-stop.png media-eject.png \ + media-play.png media-pause.png media-record.png \ + media-backward.png media-forward.png \ + volume-mute.png volume-zero.png \ + volume-min.png volume-medium.png volume-max.png \ + double-click-on.png double-click-off.png double-click-maybe.png \ + printer-default.png printer-broken.png printer-inkjet.png \ + printer-personal-laser.png printer-workgroup-laser.png \ + marco-minimize.png marco-maximize.png \ + marco-delete.png \ + stock_info.png stock_harddisk.png \ + $(NULL) + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/common/all-stock-icons.data $(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 gtk-themes/HighContrastLargePrint/pixmaps/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu gtk-themes/HighContrastLargePrint/pixmaps/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-pixmapDATA: $(pixmap_DATA) + @$(NORMAL_INSTALL) + test -z "$(pixmapdir)" || $(MKDIR_P) "$(DESTDIR)$(pixmapdir)" + @list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || 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)$(pixmapdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pixmapdir)" || exit $$?; \ + done + +uninstall-pixmapDATA: + @$(NORMAL_UNINSTALL) + @list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(pixmapdir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(pixmapdir)" && 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)$(pixmapdir)"; 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-pixmapDATA + +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-pixmapDATA + +.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-pixmapDATA install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ + uninstall-am uninstall-pixmapDATA + + +# 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/gtk-themes/HighContrastLargePrint/pixmaps/double-click-maybe.png b/gtk-themes/HighContrastLargePrint/pixmaps/double-click-maybe.png Binary files differnew file mode 100755 index 00000000..1e8541d8 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/double-click-maybe.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/double-click-off.png b/gtk-themes/HighContrastLargePrint/pixmaps/double-click-off.png Binary files differnew file mode 100755 index 00000000..ff650ab2 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/double-click-off.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/double-click-on.png b/gtk-themes/HighContrastLargePrint/pixmaps/double-click-on.png Binary files differnew file mode 100755 index 00000000..964af33b --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/double-click-on.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/marco-delete.png b/gtk-themes/HighContrastLargePrint/pixmaps/marco-delete.png Binary files differnew file mode 100644 index 00000000..a892881e --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/marco-delete.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/marco-maximize.png b/gtk-themes/HighContrastLargePrint/pixmaps/marco-maximize.png Binary files differnew file mode 100644 index 00000000..a7ea887e --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/marco-maximize.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/marco-minimize.png b/gtk-themes/HighContrastLargePrint/pixmaps/marco-minimize.png Binary files differnew file mode 100644 index 00000000..40ee085c --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/marco-minimize.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/media-backward.png b/gtk-themes/HighContrastLargePrint/pixmaps/media-backward.png Binary files differnew file mode 100755 index 00000000..c7ac2e93 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/media-backward.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/media-eject.png b/gtk-themes/HighContrastLargePrint/pixmaps/media-eject.png Binary files differnew file mode 100755 index 00000000..97b693b9 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/media-eject.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/media-forward.png b/gtk-themes/HighContrastLargePrint/pixmaps/media-forward.png Binary files differnew file mode 100755 index 00000000..8f170632 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/media-forward.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/media-next.png b/gtk-themes/HighContrastLargePrint/pixmaps/media-next.png Binary files differnew file mode 100755 index 00000000..eb3483fc --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/media-next.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/media-pause.png b/gtk-themes/HighContrastLargePrint/pixmaps/media-pause.png Binary files differnew file mode 100755 index 00000000..2037d54f --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/media-pause.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/media-play.png b/gtk-themes/HighContrastLargePrint/pixmaps/media-play.png Binary files differnew file mode 100755 index 00000000..2090665c --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/media-play.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/media-prev.png b/gtk-themes/HighContrastLargePrint/pixmaps/media-prev.png Binary files differnew file mode 100755 index 00000000..2a3de2d3 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/media-prev.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/media-record.png b/gtk-themes/HighContrastLargePrint/pixmaps/media-record.png Binary files differnew file mode 100644 index 00000000..e3bfe694 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/media-record.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/media-stop.png b/gtk-themes/HighContrastLargePrint/pixmaps/media-stop.png Binary files differnew file mode 100755 index 00000000..1bac2223 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/media-stop.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/printer-broken.png b/gtk-themes/HighContrastLargePrint/pixmaps/printer-broken.png Binary files differnew file mode 100755 index 00000000..dc1930c0 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/printer-broken.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/printer-default.png b/gtk-themes/HighContrastLargePrint/pixmaps/printer-default.png Binary files differnew file mode 100755 index 00000000..30e62aac --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/printer-default.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/printer-inkjet.png b/gtk-themes/HighContrastLargePrint/pixmaps/printer-inkjet.png Binary files differnew file mode 100755 index 00000000..95dffd70 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/printer-inkjet.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/printer-personal-laser.png b/gtk-themes/HighContrastLargePrint/pixmaps/printer-personal-laser.png Binary files differnew file mode 100755 index 00000000..95dffd70 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/printer-personal-laser.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/printer-workgroup-laser.png b/gtk-themes/HighContrastLargePrint/pixmaps/printer-workgroup-laser.png Binary files differnew file mode 100755 index 00000000..95dffd70 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/printer-workgroup-laser.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_about.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_about.png Binary files differnew file mode 100755 index 00000000..63ac5817 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_about.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_accessories.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_accessories.png Binary files differnew file mode 100644 index 00000000..4a145e72 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_accessories.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_add.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_add.png Binary files differnew file mode 100755 index 00000000..8ce4d80d --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_add.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_amusements.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_amusements.png Binary files differnew file mode 100755 index 00000000..a7bb13fd --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_amusements.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_apply.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_apply.png Binary files differnew file mode 100755 index 00000000..96272201 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_apply.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_attach.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_attach.png Binary files differnew file mode 100755 index 00000000..df26952a --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_attach.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_bold.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_bold.png Binary files differnew file mode 100755 index 00000000..fa7a4032 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_bold.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_book.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_book.png Binary files differnew file mode 100755 index 00000000..06a9f6e5 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_book.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_cancel.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_cancel.png Binary files differnew file mode 100644 index 00000000..a892881e --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_cancel.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_cde-menu.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_cde-menu.png Binary files differnew file mode 100644 index 00000000..4efb3a6c --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_cde-menu.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_cdrom.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_cdrom.png Binary files differnew file mode 100644 index 00000000..3f9dd8b7 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_cdrom.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_clear.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_clear.png Binary files differnew file mode 100755 index 00000000..c15ed26e --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_clear.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_close.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_close.png Binary files differnew file mode 100644 index 00000000..a892881e --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_close.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_commandline-browser.xpm b/gtk-themes/HighContrastLargePrint/pixmaps/stock_commandline-browser.xpm new file mode 100644 index 00000000..f2935a11 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_commandline-browser.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * stock_commandline_browser_xpm[] = { +"24 24 8 1", +" c None", +". c #FFFFFF", +"+ c #9E9E9E", +"@ c #484848", +"# c #131313", +"$ c #CFCFCF", +"% c #363636", +"& c #000000", +" ", +" ", +" ", +" ", +" ..... ", +" ......... ", +" ...+@#@+... ", +" ..$%&&&&&%$.. ", +" ..%&&&&&&&%.. ", +" ..+&&&&&&&&&+.. ", +" ..@&&&&&&&&&@.. ", +" ..#&&&&&&&&&#.. ", +" ..@&&&&&&&&&@.. ", +" ..+&&&&&&&&&+.. ", +" ..%&&&&&&&%.. ", +" ..$%&&&&&%$.. ", +" ...+@#@+... ", +" ......... ", +" ..... ", +" ", +" ", +" ", +" ", +" "}; diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_commandline-history.xpm b/gtk-themes/HighContrastLargePrint/pixmaps/stock_commandline-history.xpm new file mode 100644 index 00000000..d1eb5300 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_commandline-history.xpm @@ -0,0 +1,55 @@ +/* XPM */ +static char * stock_commandline_history_xpm[] = { +"24 24 28 1", +" c None", +". c #FFFFFF", +"+ c #A0A0A0", +"@ c #909090", +"# c #919191", +"$ c #9C9C9C", +"% c #818181", +"& c #1D1D1D", +"* c #161616", +"= c #181818", +"- c #3D3D3D", +"; c #9F9F9F", +"> c #C1C1C1", +", c #505050", +"' c #080808", +") c #000000", +"! c #030303", +"~ c #2B2B2B", +"{ c #989898", +"] c #E2E2E2", +"^ c #BBBBBB", +"/ c #1F1F1F", +"( c #101010", +"_ c #888888", +": c #878787", +"< c #696969", +"[ c #A3A3A3", +"} c #DBDBDB", +" ", +" ", +" ", +" ", +"........................", +".+@@@@@@@@@@@@@@@@@@@#$.", +".%&*****************=-;.", +".>,')))))))))))))))!~{] ", +" .^,')))))))))))))!~{] ", +" .^,')))))))))))!~{] ", +" .^,'))))))))))/;] ", +" .^,'))))))))(_. ", +" .^,'))))))(:.. ", +" .^,'))))(:.. ", +" .^,'))(:.. ", +" .^,'(:.. ", +" .^<[.. ", +" .}.. ", +" . ", +" ", +" ", +" ", +" ", +" "}; diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_connect.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_connect.png Binary files differnew file mode 100644 index 00000000..c4cd64f3 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_connect.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_convert.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_convert.png Binary files differnew file mode 100644 index 00000000..1a20adfa --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_convert.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_copy.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_copy.png Binary files differnew file mode 100644 index 00000000..dc69b292 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_copy.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_cut.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_cut.png Binary files differnew file mode 100644 index 00000000..058ecbbb --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_cut.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_delete.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_delete.png Binary files differnew file mode 100644 index 00000000..578d0040 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_delete.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_dialog_error.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_dialog_error.png Binary files differnew file mode 100755 index 00000000..5667287d --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_dialog_error.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_dialog_info.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_dialog_info.png Binary files differnew file mode 100755 index 00000000..10bb32c6 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_dialog_info.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_dialog_question.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_dialog_question.png Binary files differnew file mode 100755 index 00000000..6f9b46cc --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_dialog_question.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_dialog_warning.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_dialog_warning.png Binary files differnew file mode 100755 index 00000000..c92abfa5 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_dialog_warning.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_disconnect.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_disconnect.png Binary files differnew file mode 100644 index 00000000..4e7e77f8 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_disconnect.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_dnd.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_dnd.png Binary files differnew file mode 100644 index 00000000..eff57a6c --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_dnd.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_dnd_multiple.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_dnd_multiple.png Binary files differnew file mode 100644 index 00000000..3073c0b9 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_dnd_multiple.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_drawer.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_drawer.png Binary files differnew file mode 100644 index 00000000..7e382e53 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_drawer.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_edit.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_edit.png Binary files differnew file mode 100644 index 00000000..b0dbb8b6 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_edit.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_empty.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_empty.png Binary files differnew file mode 100755 index 00000000..d0b297e4 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_empty.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_execute.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_execute.png Binary files differnew file mode 100644 index 00000000..166939f5 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_execute.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_export.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_export.png Binary files differnew file mode 100755 index 00000000..0090ac83 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_export.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_find-and-replace.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_find-and-replace.png Binary files differnew file mode 100755 index 00000000..8a8b513a --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_find-and-replace.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_find.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_find.png Binary files differnew file mode 100755 index 00000000..609ff8fd --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_find.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_floppy.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_floppy.png Binary files differnew file mode 100755 index 00000000..a1627c7b --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_floppy.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_go-back.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_go-back.png Binary files differnew file mode 100755 index 00000000..fdeada4b --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_go-back.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_go-down.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_go-down.png Binary files differnew file mode 100755 index 00000000..fae93491 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_go-down.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_go-forward.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_go-forward.png Binary files differnew file mode 100755 index 00000000..97b88184 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_go-forward.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_go-up.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_go-up.png Binary files differnew file mode 100755 index 00000000..ae4e04df --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_go-up.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_goto-bottom.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_goto-bottom.png Binary files differnew file mode 100755 index 00000000..d2ec9aaf --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_goto-bottom.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_goto-first.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_goto-first.png Binary files differnew file mode 100644 index 00000000..fcc08e84 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_goto-first.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_goto-last.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_goto-last.png Binary files differnew file mode 100644 index 00000000..7d98c621 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_goto-last.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_goto-top.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_goto-top.png Binary files differnew file mode 100755 index 00000000..704eeb68 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_goto-top.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_harddisk.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_harddisk.png Binary files differnew file mode 100755 index 00000000..83f72cc3 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_harddisk.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_help.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_help.png Binary files differnew file mode 100755 index 00000000..87c51688 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_help.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_home.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_home.png Binary files differnew file mode 100755 index 00000000..1e6916f5 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_home.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_import.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_import.png Binary files differnew file mode 100755 index 00000000..3a6e48d1 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_import.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_index.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_index.png Binary files differnew file mode 100755 index 00000000..fb24b2fc --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_index.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_info.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_info.png Binary files differnew file mode 100644 index 00000000..7a353d9e --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_info.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_insert-image.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_insert-image.png Binary files differnew file mode 100755 index 00000000..1ee8dd19 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_insert-image.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_insert-object.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_insert-object.png Binary files differnew file mode 100755 index 00000000..bd36c61c --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_insert-object.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_insert-table.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_insert-table.png Binary files differnew file mode 100755 index 00000000..51b6fa9b --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_insert-table.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_internet.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_internet.png Binary files differnew file mode 100644 index 00000000..2d157480 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_internet.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_italic.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_italic.png Binary files differnew file mode 100755 index 00000000..98612a88 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_italic.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_jump-to.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_jump-to.png Binary files differnew file mode 100755 index 00000000..bd7b62fb --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_jump-to.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_justify-center.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_justify-center.png Binary files differnew file mode 100755 index 00000000..51ffd7b1 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_justify-center.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_justify-fill.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_justify-fill.png Binary files differnew file mode 100755 index 00000000..c91c0d2f --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_justify-fill.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_justify-left.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_justify-left.png Binary files differnew file mode 100755 index 00000000..42a0d527 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_justify-left.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_justify-right.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_justify-right.png Binary files differnew file mode 100755 index 00000000..be99964e --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_justify-right.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_launcher-program.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_launcher-program.png Binary files differnew file mode 100644 index 00000000..7996e411 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_launcher-program.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_line-in.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_line-in.png Binary files differnew file mode 100755 index 00000000..4c549b0c --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_line-in.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_lockscreen.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_lockscreen.png Binary files differnew file mode 100644 index 00000000..f0a9dd98 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_lockscreen.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_logout.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_logout.png Binary files differnew file mode 100644 index 00000000..80408ced --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_logout.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_mate-logo.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_mate-logo.png Binary files differnew file mode 100644 index 00000000..ef68b39d --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_mate-logo.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_mate-util.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_mate-util.png Binary files differnew file mode 100644 index 00000000..f26e2ea4 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_mate-util.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_mic.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_mic.png Binary files differnew file mode 100755 index 00000000..dc7ec699 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_mic.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_missing-image.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_missing-image.png Binary files differnew file mode 100755 index 00000000..1f152a74 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_missing-image.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_multimedia.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_multimedia.png Binary files differnew file mode 100644 index 00000000..2f47deb6 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_multimedia.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_new.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_new.png Binary files differnew file mode 100755 index 00000000..a53ef5ce --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_new.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_no.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_no.png Binary files differnew file mode 100644 index 00000000..a892881e --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_no.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_ok.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_ok.png Binary files differnew file mode 100755 index 00000000..96272201 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_ok.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_open.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_open.png Binary files differnew file mode 100755 index 00000000..03b025c6 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_open.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_paste.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_paste.png Binary files differnew file mode 100644 index 00000000..0b3c98b2 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_paste.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_preferences.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_preferences.png Binary files differnew file mode 100755 index 00000000..0d2e0e86 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_preferences.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_print-preview.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_print-preview.png Binary files differnew file mode 100755 index 00000000..b9064f51 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_print-preview.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_print.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_print.png Binary files differnew file mode 100755 index 00000000..7e165220 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_print.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_properties.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_properties.png Binary files differnew file mode 100755 index 00000000..bb456325 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_properties.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_quit.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_quit.png Binary files differnew file mode 100755 index 00000000..30e131ac --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_quit.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_redo.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_redo.png Binary files differnew file mode 100755 index 00000000..058995cf --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_redo.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_refresh.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_refresh.png Binary files differnew file mode 100755 index 00000000..bd5d9ed8 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_refresh.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_remove.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_remove.png Binary files differnew file mode 100755 index 00000000..8016adfd --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_remove.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_revert-to-saved.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_revert-to-saved.png Binary files differnew file mode 100755 index 00000000..9564dcad --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_revert-to-saved.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_run.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_run.png Binary files differnew file mode 100644 index 00000000..f9bb92c0 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_run.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_save-as.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_save-as.png Binary files differnew file mode 100755 index 00000000..bb3221e9 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_save-as.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_save.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_save.png Binary files differnew file mode 100755 index 00000000..a1627c7b --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_save.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_screenshot.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_screenshot.png Binary files differnew file mode 100644 index 00000000..719a0a08 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_screenshot.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_searchtool.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_searchtool.png Binary files differnew file mode 100644 index 00000000..1b0d3bcb --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_searchtool.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_select-color.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_select-color.png Binary files differnew file mode 100755 index 00000000..25fdfa77 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_select-color.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_select-font.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_select-font.png Binary files differnew file mode 100755 index 00000000..98b82c43 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_select-font.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_sort-ascending.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_sort-ascending.png Binary files differnew file mode 100755 index 00000000..84ef53d1 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_sort-ascending.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_sort-descending.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_sort-descending.png Binary files differnew file mode 100755 index 00000000..81c82192 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_sort-descending.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_spell-check.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_spell-check.png Binary files differnew file mode 100755 index 00000000..3f88cd2b --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_spell-check.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_stop.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_stop.png Binary files differnew file mode 100755 index 00000000..d367997a --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_stop.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_strikethrough.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_strikethrough.png Binary files differnew file mode 100755 index 00000000..6ad769df --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_strikethrough.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_undelete.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_undelete.png Binary files differnew file mode 100755 index 00000000..a1bb50a6 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_undelete.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_underline.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_underline.png Binary files differnew file mode 100755 index 00000000..dac61b97 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_underline.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_undo.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_undo.png Binary files differnew file mode 100755 index 00000000..842e7530 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_undo.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_volume.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_volume.png Binary files differnew file mode 100755 index 00000000..b5ceeccd --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_volume.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_yes.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_yes.png Binary files differnew file mode 100644 index 00000000..96272201 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_yes.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_zoom-100.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_zoom-100.png Binary files differnew file mode 100755 index 00000000..27379ef7 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_zoom-100.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_zoom-fit.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_zoom-fit.png Binary files differnew file mode 100755 index 00000000..1fce5604 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_zoom-fit.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_zoom-in.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_zoom-in.png Binary files differnew file mode 100755 index 00000000..0d551057 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_zoom-in.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_zoom-out.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_zoom-out.png Binary files differnew file mode 100755 index 00000000..84289876 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/stock_zoom-out.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/volume-max.png b/gtk-themes/HighContrastLargePrint/pixmaps/volume-max.png Binary files differnew file mode 100755 index 00000000..e5b59fa5 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/volume-max.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/volume-medium.png b/gtk-themes/HighContrastLargePrint/pixmaps/volume-medium.png Binary files differnew file mode 100755 index 00000000..1fbc2cba --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/volume-medium.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/volume-min.png b/gtk-themes/HighContrastLargePrint/pixmaps/volume-min.png Binary files differnew file mode 100755 index 00000000..9e6c5759 --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/volume-min.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/volume-mute.png b/gtk-themes/HighContrastLargePrint/pixmaps/volume-mute.png Binary files differnew file mode 100755 index 00000000..8d7a8eaa --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/volume-mute.png diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/volume-zero.png b/gtk-themes/HighContrastLargePrint/pixmaps/volume-zero.png Binary files differnew file mode 100755 index 00000000..5a4dbc2b --- /dev/null +++ b/gtk-themes/HighContrastLargePrint/pixmaps/volume-zero.png |