diff options
author | Perberos <[email protected]> | 2012-03-21 22:06:01 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2012-03-21 22:06:01 -0300 |
commit | 03eabdaa583e9f06d7520b2ca88850256f9086df (patch) | |
tree | 0c4060afdee9a56b55274768cda0e10b842523c3 /gtk-themes/ContrastLowLargePrint | |
parent | 373f711ef361d67874e58e584720e9c813fe9cac (diff) | |
download | mate-themes-03eabdaa583e9f06d7520b2ca88850256f9086df.tar.bz2 mate-themes-03eabdaa583e9f06d7520b2ca88850256f9086df.tar.xz |
renaming lowcontrast to contrastlow
Diffstat (limited to 'gtk-themes/ContrastLowLargePrint')
131 files changed, 142 insertions, 0 deletions
diff --git a/gtk-themes/ContrastLowLargePrint/Makefile.am b/gtk-themes/ContrastLowLargePrint/Makefile.am new file mode 100644 index 00000000..3f184774 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/Makefile.am @@ -0,0 +1,7 @@ +themedir = $(datadir)/themes/ContrastLowLargePrint/gtk-2.0 + +theme_DATA = gtkrc + +EXTRA_DIST= $(theme_DATA) + +SUBDIRS=pixmaps diff --git a/gtk-themes/ContrastLowLargePrint/gtkrc.in b/gtk-themes/ContrastLowLargePrint/gtkrc.in new file mode 100644 index 00000000..ba3a55f8 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/gtkrc.in @@ -0,0 +1,72 @@ +# Low-Contrast, Large Print Theme v0.1 +# This is the whole basic theme, just this one gtkrc file. +# It uses components of the standard theme engine +# Written 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. +# +# Low-contrast icons by tigert. +# +# email: [email protected] + +pixmap_path "@prefix@/share/themes/ContrastLowLargePrint/pixmaps" + +gtk-icon-sizes = "@LARGEPRINT_ICON_SIZES@" + +style "default" +{ + GtkWidget::focus-line-pattern = "\10\2" + GtkWidget::interior_focus = 1 + GtkWidget::focus-padding = 0 + GtkWidget::focus-line-width = 3 +# GtkWidget::cursor_aspect_ratio = 0.1 + + GtkPaned::handle-size = 10 + + GtkHSV::focus-line-pattern = "\0" + GtkRange::slider_width = 20 + + GtkEntry::cursor_color = "#9A6666" + GtkEntry::cursor_aspect_ratio = 0.1 + + EelEditableLabel::cursor_color = "#9A6666" + EelEditableLabel::cursor_aspect_ratio = 0.1 + + GtkTextView::cursor_color = "#9A6666" + GtkTextView::cursor_aspect_ratio = 0.1 + + GtkTreeView::expander_size = 20 + GtkExpander::expander-size = 24 + GtkExpander::expander-spacing = 8 + + PanelToplevel::arrow-size = 18 + + fg[NORMAL] = "#666666" + text[NORMAL] = "#666666" + bg[NORMAL] = "#9A9A9A" + base[NORMAL] = "#9A9A9A" + + fg[INSENSITIVE] = "#808080" + bg[INSENSITIVE] = "#8C8C8C" + base[INSENSITIVE] = "#8C8C8C" + + fg[PRELIGHT] = "#737373" + text[PRELIGHT] = "#737373" + bg[PRELIGHT] = "#A6A6A6" + base[PRELIGHT] = "#A6A6A6" + + fg[ACTIVE] = "#666666" + text[ACTIVE] = "#666666" + bg[ACTIVE] = "#8C8C80" + base[ACTIVE] = "#737366" + + fg[SELECTED] = "#9A9A9A" + text[SELECTED] = "#9A9A9A" + bg[SELECTED] = "#666666" + base[SELECTED] = "#667373" + +@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/ContrastLowLargePrint/pixmaps/Makefile.am b/gtk-themes/ContrastLowLargePrint/pixmaps/Makefile.am new file mode 100644 index 00000000..c0a074b5 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/Makefile.am @@ -0,0 +1,5 @@ +pixmapdir= $(datadir)/themes/ContrastLowLargePrint/pixmaps + +EXTRA_DIST= $(pixmap_DATA) + +include $(top_srcdir)/common/all-stock-icons.data diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/double-click-maybe.png b/gtk-themes/ContrastLowLargePrint/pixmaps/double-click-maybe.png Binary files differnew file mode 100755 index 00000000..d8b136d8 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/double-click-maybe.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/double-click-off.png b/gtk-themes/ContrastLowLargePrint/pixmaps/double-click-off.png Binary files differnew file mode 100755 index 00000000..eee3b60e --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/double-click-off.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/double-click-on.png b/gtk-themes/ContrastLowLargePrint/pixmaps/double-click-on.png Binary files differnew file mode 100755 index 00000000..46a2f62a --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/double-click-on.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/marco-delete.png b/gtk-themes/ContrastLowLargePrint/pixmaps/marco-delete.png Binary files differnew file mode 100644 index 00000000..0cd648d4 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/marco-delete.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/marco-maximize.png b/gtk-themes/ContrastLowLargePrint/pixmaps/marco-maximize.png Binary files differnew file mode 100644 index 00000000..e9775030 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/marco-maximize.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/marco-minimize.png b/gtk-themes/ContrastLowLargePrint/pixmaps/marco-minimize.png Binary files differnew file mode 100644 index 00000000..0ccda16e --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/marco-minimize.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/media-backward.png b/gtk-themes/ContrastLowLargePrint/pixmaps/media-backward.png Binary files differnew file mode 100644 index 00000000..0b8264ef --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/media-backward.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/media-eject.png b/gtk-themes/ContrastLowLargePrint/pixmaps/media-eject.png Binary files differnew file mode 100644 index 00000000..479731ae --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/media-eject.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/media-forward.png b/gtk-themes/ContrastLowLargePrint/pixmaps/media-forward.png Binary files differnew file mode 100644 index 00000000..acd3df1e --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/media-forward.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/media-next.png b/gtk-themes/ContrastLowLargePrint/pixmaps/media-next.png Binary files differnew file mode 100644 index 00000000..e5ef3ef9 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/media-next.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/media-pause.png b/gtk-themes/ContrastLowLargePrint/pixmaps/media-pause.png Binary files differnew file mode 100755 index 00000000..ac2f77c3 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/media-pause.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/media-play.png b/gtk-themes/ContrastLowLargePrint/pixmaps/media-play.png Binary files differnew file mode 100755 index 00000000..213a3c14 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/media-play.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/media-prev.png b/gtk-themes/ContrastLowLargePrint/pixmaps/media-prev.png Binary files differnew file mode 100644 index 00000000..29ec7262 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/media-prev.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/media-record.png b/gtk-themes/ContrastLowLargePrint/pixmaps/media-record.png Binary files differnew file mode 100644 index 00000000..2e378e93 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/media-record.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/media-stop.png b/gtk-themes/ContrastLowLargePrint/pixmaps/media-stop.png Binary files differnew file mode 100644 index 00000000..01d39041 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/media-stop.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/printer-broken.png b/gtk-themes/ContrastLowLargePrint/pixmaps/printer-broken.png Binary files differnew file mode 100644 index 00000000..a0eb0233 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/printer-broken.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/printer-default.png b/gtk-themes/ContrastLowLargePrint/pixmaps/printer-default.png Binary files differnew file mode 100644 index 00000000..43f21b36 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/printer-default.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/printer-inkjet.png b/gtk-themes/ContrastLowLargePrint/pixmaps/printer-inkjet.png Binary files differnew file mode 100644 index 00000000..d84790df --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/printer-inkjet.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/printer-personal-laser.png b/gtk-themes/ContrastLowLargePrint/pixmaps/printer-personal-laser.png Binary files differnew file mode 100644 index 00000000..f6a980d5 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/printer-personal-laser.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/printer-workgroup-laser.png b/gtk-themes/ContrastLowLargePrint/pixmaps/printer-workgroup-laser.png Binary files differnew file mode 100644 index 00000000..2936289d --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/printer-workgroup-laser.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_about.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_about.png Binary files differnew file mode 100644 index 00000000..4198920e --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_about.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_accessories.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_accessories.png Binary files differnew file mode 100644 index 00000000..2c4596c2 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_accessories.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_add.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_add.png Binary files differnew file mode 100755 index 00000000..620bcc3b --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_add.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_amusements.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_amusements.png Binary files differnew file mode 100755 index 00000000..f635750b --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_amusements.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_apply.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_apply.png Binary files differnew file mode 100755 index 00000000..0856d26c --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_apply.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_attach.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_attach.png Binary files differnew file mode 100644 index 00000000..6aa83dc3 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_attach.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_bold.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_bold.png Binary files differnew file mode 100644 index 00000000..f6f4d339 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_bold.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_book.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_book.png Binary files differnew file mode 100644 index 00000000..a2f99a75 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_book.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_cancel.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_cancel.png Binary files differnew file mode 100644 index 00000000..cbc92354 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_cancel.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_cde-menu.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_cde-menu.png Binary files differnew file mode 100644 index 00000000..7224674d --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_cde-menu.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_cdrom.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_cdrom.png Binary files differnew file mode 100644 index 00000000..424da1fa --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_cdrom.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_clear.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_clear.png Binary files differnew file mode 100755 index 00000000..7148f252 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_clear.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_close.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_close.png Binary files differnew file mode 100755 index 00000000..8d2f9ba4 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_close.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_commandline-browser.xpm b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_commandline-browser.xpm new file mode 100644 index 00000000..ca2b208e --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_commandline-browser.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * stock_commandline_browser_xpm[] = { +"24 24 2 1", +" c None", +". c #4B4B4B", +" ", +" ", +" ", +" ", +" ..... ", +" ......... ", +" ........... ", +" ............. ", +" ............. ", +" ............... ", +" ............... ", +" ............... ", +" ............... ", +" ............... ", +" ............. ", +" ............. ", +" ........... ", +" ......... ", +" ..... ", +" ", +" ", +" ", +" ", +" "}; diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_commandline-history.xpm b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_commandline-history.xpm new file mode 100644 index 00000000..784ff6ca --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_commandline-history.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * stock_commandline_history_xpm[] = { +"24 24 2 1", +" c None", +". c #4B4B4B", +" ", +" ", +" ", +" ", +" ", +"........................", +"........................", +" ...................... ", +" .................... ", +" .................. ", +" ................ ", +" .............. ", +" ............ ", +" .......... ", +" ........ ", +" ...... ", +" .... ", +" .. ", +" ", +" ", +" ", +" ", +" ", +" "}; diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_connect.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_connect.png Binary files differnew file mode 100644 index 00000000..c4cd64f3 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_connect.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_convert.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_convert.png Binary files differnew file mode 100644 index 00000000..b3695fd5 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_convert.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_copy.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_copy.png Binary files differnew file mode 100644 index 00000000..7676b0a7 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_copy.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_cut.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_cut.png Binary files differnew file mode 100644 index 00000000..dd710a4a --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_cut.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_delete.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_delete.png Binary files differnew file mode 100644 index 00000000..029a9783 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_delete.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dialog_error.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dialog_error.png Binary files differnew file mode 100755 index 00000000..861db7c0 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dialog_error.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dialog_info.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dialog_info.png Binary files differnew file mode 100755 index 00000000..b1f5c13c --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dialog_info.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dialog_question.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dialog_question.png Binary files differnew file mode 100755 index 00000000..e6a22d59 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dialog_question.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dialog_warning.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dialog_warning.png Binary files differnew file mode 100755 index 00000000..46d2a9de --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dialog_warning.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_disconnect.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_disconnect.png Binary files differnew file mode 100644 index 00000000..4e7e77f8 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_disconnect.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dnd.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dnd.png Binary files differnew file mode 100755 index 00000000..905a3664 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dnd.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dnd_multiple.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dnd_multiple.png Binary files differnew file mode 100755 index 00000000..201c25d9 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dnd_multiple.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_drawer.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_drawer.png Binary files differnew file mode 100644 index 00000000..7a104eaa --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_drawer.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_edit.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_edit.png Binary files differnew file mode 100644 index 00000000..dc4f1bfe --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_edit.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_empty.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_empty.png Binary files differnew file mode 100644 index 00000000..d0b297e4 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_empty.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_execute.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_execute.png Binary files differnew file mode 100644 index 00000000..c030e666 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_execute.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_export.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_export.png Binary files differnew file mode 100644 index 00000000..798c4355 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_export.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_find-and-replace.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_find-and-replace.png Binary files differnew file mode 100644 index 00000000..df09f2eb --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_find-and-replace.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_find.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_find.png Binary files differnew file mode 100644 index 00000000..ceaf75d1 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_find.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_floppy.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_floppy.png Binary files differnew file mode 100755 index 00000000..61d3cb51 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_floppy.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_go-back.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_go-back.png Binary files differnew file mode 100644 index 00000000..ffc6c71d --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_go-back.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_go-down.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_go-down.png Binary files differnew file mode 100644 index 00000000..9819a466 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_go-down.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_go-forward.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_go-forward.png Binary files differnew file mode 100644 index 00000000..1127c92e --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_go-forward.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_go-up.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_go-up.png Binary files differnew file mode 100644 index 00000000..e9ef2ab9 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_go-up.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_goto-bottom.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_goto-bottom.png Binary files differnew file mode 100644 index 00000000..19f4a7c9 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_goto-bottom.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_goto-first.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_goto-first.png Binary files differnew file mode 100644 index 00000000..2ce608d2 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_goto-first.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_goto-last.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_goto-last.png Binary files differnew file mode 100644 index 00000000..6e87e10f --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_goto-last.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_goto-top.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_goto-top.png Binary files differnew file mode 100644 index 00000000..37f9bc3a --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_goto-top.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_harddisk.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_harddisk.png Binary files differnew file mode 100644 index 00000000..4bf40112 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_harddisk.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_help.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_help.png Binary files differnew file mode 100644 index 00000000..1a8a7be5 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_help.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_home.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_home.png Binary files differnew file mode 100644 index 00000000..ee8014a7 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_home.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_import.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_import.png Binary files differnew file mode 100644 index 00000000..5873b386 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_import.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_index.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_index.png Binary files differnew file mode 100755 index 00000000..29442832 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_index.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_info.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_info.png Binary files differnew file mode 100644 index 00000000..6958a76c --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_info.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_insert-image.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_insert-image.png Binary files differnew file mode 100644 index 00000000..c2a5d76a --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_insert-image.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_insert-object.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_insert-object.png Binary files differnew file mode 100644 index 00000000..f643cff2 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_insert-object.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_insert-table.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_insert-table.png Binary files differnew file mode 100644 index 00000000..fb6241aa --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_insert-table.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_internet.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_internet.png Binary files differnew file mode 100644 index 00000000..faecb0b1 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_internet.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_italic.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_italic.png Binary files differnew file mode 100644 index 00000000..5546ede1 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_italic.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_jump-to.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_jump-to.png Binary files differnew file mode 100644 index 00000000..4a22a6da --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_jump-to.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_justify-center.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_justify-center.png Binary files differnew file mode 100644 index 00000000..7bac84a5 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_justify-center.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_justify-fill.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_justify-fill.png Binary files differnew file mode 100644 index 00000000..3ea0b8b4 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_justify-fill.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_justify-left.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_justify-left.png Binary files differnew file mode 100644 index 00000000..3136b942 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_justify-left.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_justify-right.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_justify-right.png Binary files differnew file mode 100644 index 00000000..7a8135c9 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_justify-right.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_launcher-program.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_launcher-program.png Binary files differnew file mode 100644 index 00000000..2d25bfab --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_launcher-program.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_line-in.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_line-in.png Binary files differnew file mode 100644 index 00000000..5709d541 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_line-in.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_lockscreen.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_lockscreen.png Binary files differnew file mode 100644 index 00000000..227a0f5a --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_lockscreen.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_logout.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_logout.png Binary files differnew file mode 100644 index 00000000..20c7ba21 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_logout.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_mate-logo.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_mate-logo.png Binary files differnew file mode 100644 index 00000000..f6a5159e --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_mate-logo.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_mate-util.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_mate-util.png Binary files differnew file mode 100644 index 00000000..34473315 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_mate-util.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_mic.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_mic.png Binary files differnew file mode 100644 index 00000000..848bb678 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_mic.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_missing-image.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_missing-image.png Binary files differnew file mode 100644 index 00000000..ecd4d76e --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_missing-image.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_multimedia.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_multimedia.png Binary files differnew file mode 100644 index 00000000..26c1c6fe --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_multimedia.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_new.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_new.png Binary files differnew file mode 100644 index 00000000..7d43e4b1 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_new.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_no.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_no.png Binary files differnew file mode 100755 index 00000000..b8185a0e --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_no.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_ok.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_ok.png Binary files differnew file mode 100644 index 00000000..b1ee69d1 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_ok.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_open.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_open.png Binary files differnew file mode 100644 index 00000000..6bb945f8 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_open.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_paste.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_paste.png Binary files differnew file mode 100644 index 00000000..194d0568 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_paste.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_preferences.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_preferences.png Binary files differnew file mode 100644 index 00000000..5c4e12b0 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_preferences.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_print-preview.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_print-preview.png Binary files differnew file mode 100644 index 00000000..1edc11d3 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_print-preview.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_print.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_print.png Binary files differnew file mode 100644 index 00000000..ddbede37 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_print.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_properties.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_properties.png Binary files differnew file mode 100644 index 00000000..fce74235 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_properties.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_quit.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_quit.png Binary files differnew file mode 100644 index 00000000..9239d2b9 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_quit.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_redo.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_redo.png Binary files differnew file mode 100644 index 00000000..ee297616 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_redo.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_refresh.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_refresh.png Binary files differnew file mode 100644 index 00000000..860fedde --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_refresh.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_remove.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_remove.png Binary files differnew file mode 100755 index 00000000..12a42333 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_remove.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_revert-to-saved.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_revert-to-saved.png Binary files differnew file mode 100644 index 00000000..93940abf --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_revert-to-saved.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_run.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_run.png Binary files differnew file mode 100644 index 00000000..cc91db45 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_run.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_save-as.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_save-as.png Binary files differnew file mode 100644 index 00000000..f422bb9b --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_save-as.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_save.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_save.png Binary files differnew file mode 100644 index 00000000..edf91586 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_save.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_screenshot.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_screenshot.png Binary files differnew file mode 100644 index 00000000..aaf465ed --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_screenshot.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_searchtool.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_searchtool.png Binary files differnew file mode 100644 index 00000000..53ad794e --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_searchtool.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_select-color.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_select-color.png Binary files differnew file mode 100644 index 00000000..7df8aaf1 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_select-color.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_select-font.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_select-font.png Binary files differnew file mode 100644 index 00000000..d837bcc6 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_select-font.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_sort-ascending.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_sort-ascending.png Binary files differnew file mode 100644 index 00000000..dd836e0e --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_sort-ascending.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_sort-descending.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_sort-descending.png Binary files differnew file mode 100644 index 00000000..241aa2b0 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_sort-descending.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_spell-check.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_spell-check.png Binary files differnew file mode 100644 index 00000000..19f15f44 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_spell-check.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_stop.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_stop.png Binary files differnew file mode 100644 index 00000000..267f48e5 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_stop.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_strikethrough.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_strikethrough.png Binary files differnew file mode 100644 index 00000000..75cad1de --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_strikethrough.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_undelete.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_undelete.png Binary files differnew file mode 100644 index 00000000..a9d24d49 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_undelete.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_underline.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_underline.png Binary files differnew file mode 100644 index 00000000..3f39319b --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_underline.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_undo.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_undo.png Binary files differnew file mode 100644 index 00000000..d4398b08 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_undo.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_volume.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_volume.png Binary files differnew file mode 100644 index 00000000..cb65f79b --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_volume.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_yes.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_yes.png Binary files differnew file mode 100755 index 00000000..96bab66e --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_yes.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_zoom-100.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_zoom-100.png Binary files differnew file mode 100644 index 00000000..257f901e --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_zoom-100.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_zoom-fit.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_zoom-fit.png Binary files differnew file mode 100644 index 00000000..5ddfa90b --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_zoom-fit.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_zoom-in.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_zoom-in.png Binary files differnew file mode 100644 index 00000000..ca2fe803 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_zoom-in.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_zoom-out.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_zoom-out.png Binary files differnew file mode 100644 index 00000000..a5966dd4 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_zoom-out.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/volume-max.png b/gtk-themes/ContrastLowLargePrint/pixmaps/volume-max.png Binary files differnew file mode 100644 index 00000000..4d41c180 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/volume-max.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/volume-medium.png b/gtk-themes/ContrastLowLargePrint/pixmaps/volume-medium.png Binary files differnew file mode 100644 index 00000000..f9c71be9 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/volume-medium.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/volume-min.png b/gtk-themes/ContrastLowLargePrint/pixmaps/volume-min.png Binary files differnew file mode 100644 index 00000000..ae566a41 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/volume-min.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/volume-mute.png b/gtk-themes/ContrastLowLargePrint/pixmaps/volume-mute.png Binary files differnew file mode 100644 index 00000000..4417a779 --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/volume-mute.png diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/volume-zero.png b/gtk-themes/ContrastLowLargePrint/pixmaps/volume-zero.png Binary files differnew file mode 100644 index 00000000..f19282ba --- /dev/null +++ b/gtk-themes/ContrastLowLargePrint/pixmaps/volume-zero.png |