diff options
Diffstat (limited to 'gtk-themes')
134 files changed, 0 insertions, 222 deletions
diff --git a/gtk-themes/ContrastLow/Makefile.am b/gtk-themes/ContrastLow/Makefile.am deleted file mode 100644 index 1970cda4..00000000 --- a/gtk-themes/ContrastLow/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -themedir = $(datadir)/themes/ContrastLow/gtk-2.0 - -theme_DATA = gtkrc - -EXTRA_DIST= $(theme_DATA) diff --git a/gtk-themes/ContrastLow/gtkrc.in b/gtk-themes/ContrastLow/gtkrc.in deleted file mode 100644 index ebcb2e67..00000000 --- a/gtk-themes/ContrastLow/gtkrc.in +++ /dev/null @@ -1,64 +0,0 @@ -# Low-Contrast 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] - - -# Note: this theme is deliberately using the icons from the -# ContrastLowLargePrint theme at the moment, until we have -# some hand-crafted icons at a smaller size to use here. -CB. -pixmap_path "@prefix@/share/themes/ContrastLowLargePrint/pixmaps" - -style "default" -{ - GtkWidget::focus-line-pattern = "\1\1" - GtkWidget::focus-line-width = 1 - GtkHSV::focus-line-pattern = "\0" - GtkWidget::interior_focus = 1 - GtkWidget::focus-padding = 0 - GtkEntry::cursor_color = "#9A6666" - GtkTextView::cursor_color = "#9A6666" - EelEditableLabel::cursor_color = "#9A6666" - - 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@ - -style "caja-location" -{ - bg[NORMAL] = mix (0.60, shade (1.05, "#9A9A9A"), "#9A9A9A") -} - -widget "*.caja-extra-view-widget" style : highest "caja-location" diff --git a/gtk-themes/ContrastLowLargePrint/Makefile.am b/gtk-themes/ContrastLowLargePrint/Makefile.am deleted file mode 100644 index 3f184774..00000000 --- a/gtk-themes/ContrastLowLargePrint/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100644 index 5ae3fae3..00000000 --- a/gtk-themes/ContrastLowLargePrint/gtkrc.in +++ /dev/null @@ -1,79 +0,0 @@ -# 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@ - -style "caja-location" -{ - bg[NORMAL] = mix (0.60, shade (1.05, "#9A9A9A"), "#9A9A9A") -} - -widget "*.caja-extra-view-widget" style : highest "caja-location" diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/Makefile.am b/gtk-themes/ContrastLowLargePrint/pixmaps/Makefile.am deleted file mode 100644 index c0a074b5..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -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 differdeleted file mode 100755 index d8b136d8..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/double-click-maybe.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/double-click-off.png b/gtk-themes/ContrastLowLargePrint/pixmaps/double-click-off.png Binary files differdeleted file mode 100755 index eee3b60e..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/double-click-off.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/double-click-on.png b/gtk-themes/ContrastLowLargePrint/pixmaps/double-click-on.png Binary files differdeleted file mode 100755 index 46a2f62a..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/double-click-on.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/marco-delete.png b/gtk-themes/ContrastLowLargePrint/pixmaps/marco-delete.png Binary files differdeleted file mode 100644 index 0cd648d4..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/marco-delete.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/marco-maximize.png b/gtk-themes/ContrastLowLargePrint/pixmaps/marco-maximize.png Binary files differdeleted file mode 100644 index e9775030..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/marco-maximize.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/marco-minimize.png b/gtk-themes/ContrastLowLargePrint/pixmaps/marco-minimize.png Binary files differdeleted file mode 100644 index 0ccda16e..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/marco-minimize.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/media-backward.png b/gtk-themes/ContrastLowLargePrint/pixmaps/media-backward.png Binary files differdeleted file mode 100644 index 0b8264ef..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/media-backward.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/media-eject.png b/gtk-themes/ContrastLowLargePrint/pixmaps/media-eject.png Binary files differdeleted file mode 100644 index 479731ae..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/media-eject.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/media-forward.png b/gtk-themes/ContrastLowLargePrint/pixmaps/media-forward.png Binary files differdeleted file mode 100644 index acd3df1e..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/media-forward.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/media-next.png b/gtk-themes/ContrastLowLargePrint/pixmaps/media-next.png Binary files differdeleted file mode 100644 index e5ef3ef9..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/media-next.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/media-pause.png b/gtk-themes/ContrastLowLargePrint/pixmaps/media-pause.png Binary files differdeleted file mode 100755 index ac2f77c3..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/media-pause.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/media-play.png b/gtk-themes/ContrastLowLargePrint/pixmaps/media-play.png Binary files differdeleted file mode 100755 index 213a3c14..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/media-play.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/media-prev.png b/gtk-themes/ContrastLowLargePrint/pixmaps/media-prev.png Binary files differdeleted file mode 100644 index 29ec7262..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/media-prev.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/media-record.png b/gtk-themes/ContrastLowLargePrint/pixmaps/media-record.png Binary files differdeleted file mode 100644 index 2e378e93..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/media-record.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/media-stop.png b/gtk-themes/ContrastLowLargePrint/pixmaps/media-stop.png Binary files differdeleted file mode 100644 index 01d39041..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/media-stop.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/printer-broken.png b/gtk-themes/ContrastLowLargePrint/pixmaps/printer-broken.png Binary files differdeleted file mode 100644 index a0eb0233..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/printer-broken.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/printer-default.png b/gtk-themes/ContrastLowLargePrint/pixmaps/printer-default.png Binary files differdeleted file mode 100644 index 43f21b36..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/printer-default.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/printer-inkjet.png b/gtk-themes/ContrastLowLargePrint/pixmaps/printer-inkjet.png Binary files differdeleted file mode 100644 index d84790df..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/printer-inkjet.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/printer-personal-laser.png b/gtk-themes/ContrastLowLargePrint/pixmaps/printer-personal-laser.png Binary files differdeleted file mode 100644 index f6a980d5..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/printer-personal-laser.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/printer-workgroup-laser.png b/gtk-themes/ContrastLowLargePrint/pixmaps/printer-workgroup-laser.png Binary files differdeleted file mode 100644 index 2936289d..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/printer-workgroup-laser.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_about.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_about.png Binary files differdeleted file mode 100644 index 4198920e..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_about.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_accessories.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_accessories.png Binary files differdeleted file mode 100644 index 2c4596c2..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_accessories.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_add.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_add.png Binary files differdeleted file mode 100755 index 620bcc3b..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_add.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_amusements.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_amusements.png Binary files differdeleted file mode 100755 index f635750b..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_amusements.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_apply.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_apply.png Binary files differdeleted file mode 100755 index 0856d26c..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_apply.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_attach.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_attach.png Binary files differdeleted file mode 100644 index 6aa83dc3..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_attach.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_bold.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_bold.png Binary files differdeleted file mode 100644 index f6f4d339..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_bold.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_book.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_book.png Binary files differdeleted file mode 100644 index a2f99a75..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_book.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_cancel.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_cancel.png Binary files differdeleted file mode 100644 index cbc92354..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_cancel.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_cde-menu.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_cde-menu.png Binary files differdeleted file mode 100644 index 7224674d..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_cde-menu.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_cdrom.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_cdrom.png Binary files differdeleted file mode 100644 index 424da1fa..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_cdrom.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_clear.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_clear.png Binary files differdeleted file mode 100755 index 7148f252..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_clear.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_close.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_close.png Binary files differdeleted file mode 100755 index 8d2f9ba4..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_close.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_commandline-browser.xpm b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_commandline-browser.xpm deleted file mode 100644 index ca2b208e..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_commandline-browser.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* 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 deleted file mode 100644 index 784ff6ca..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_commandline-history.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* 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 differdeleted file mode 100644 index c4cd64f3..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_connect.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_convert.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_convert.png Binary files differdeleted file mode 100644 index b3695fd5..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_convert.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_copy.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_copy.png Binary files differdeleted file mode 100644 index 7676b0a7..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_copy.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_cut.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_cut.png Binary files differdeleted file mode 100644 index dd710a4a..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_cut.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_delete.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_delete.png Binary files differdeleted file mode 100644 index 029a9783..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_delete.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dialog_error.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dialog_error.png Binary files differdeleted file mode 100755 index 861db7c0..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dialog_error.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dialog_info.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dialog_info.png Binary files differdeleted file mode 100755 index b1f5c13c..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dialog_info.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dialog_question.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dialog_question.png Binary files differdeleted file mode 100755 index e6a22d59..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dialog_question.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dialog_warning.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dialog_warning.png Binary files differdeleted file mode 100755 index 46d2a9de..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dialog_warning.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_disconnect.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_disconnect.png Binary files differdeleted file mode 100644 index 4e7e77f8..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_disconnect.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dnd.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dnd.png Binary files differdeleted file mode 100755 index 905a3664..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dnd.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dnd_multiple.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dnd_multiple.png Binary files differdeleted file mode 100755 index 201c25d9..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_dnd_multiple.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_drawer.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_drawer.png Binary files differdeleted file mode 100644 index 7a104eaa..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_drawer.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_edit.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_edit.png Binary files differdeleted file mode 100644 index dc4f1bfe..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_edit.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_empty.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_empty.png Binary files differdeleted file mode 100644 index d0b297e4..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_empty.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_execute.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_execute.png Binary files differdeleted file mode 100644 index c030e666..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_execute.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_export.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_export.png Binary files differdeleted file mode 100644 index 798c4355..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_export.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_find-and-replace.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_find-and-replace.png Binary files differdeleted file mode 100644 index df09f2eb..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_find-and-replace.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_find.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_find.png Binary files differdeleted file mode 100644 index ceaf75d1..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_find.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_floppy.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_floppy.png Binary files differdeleted file mode 100755 index 61d3cb51..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_floppy.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_go-back.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_go-back.png Binary files differdeleted file mode 100644 index ffc6c71d..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_go-back.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_go-down.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_go-down.png Binary files differdeleted file mode 100644 index 9819a466..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_go-down.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_go-forward.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_go-forward.png Binary files differdeleted file mode 100644 index 1127c92e..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_go-forward.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_go-up.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_go-up.png Binary files differdeleted file mode 100644 index e9ef2ab9..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_go-up.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_goto-bottom.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_goto-bottom.png Binary files differdeleted file mode 100644 index 19f4a7c9..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_goto-bottom.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_goto-first.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_goto-first.png Binary files differdeleted file mode 100644 index 2ce608d2..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_goto-first.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_goto-last.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_goto-last.png Binary files differdeleted file mode 100644 index 6e87e10f..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_goto-last.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_goto-top.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_goto-top.png Binary files differdeleted file mode 100644 index 37f9bc3a..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_goto-top.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_harddisk.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_harddisk.png Binary files differdeleted file mode 100644 index 4bf40112..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_harddisk.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_help.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_help.png Binary files differdeleted file mode 100644 index 1a8a7be5..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_help.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_home.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_home.png Binary files differdeleted file mode 100644 index ee8014a7..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_home.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_import.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_import.png Binary files differdeleted file mode 100644 index 5873b386..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_import.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_index.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_index.png Binary files differdeleted file mode 100755 index 29442832..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_index.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_info.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_info.png Binary files differdeleted file mode 100644 index 6958a76c..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_info.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_insert-image.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_insert-image.png Binary files differdeleted file mode 100644 index c2a5d76a..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_insert-image.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_insert-object.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_insert-object.png Binary files differdeleted file mode 100644 index f643cff2..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_insert-object.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_insert-table.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_insert-table.png Binary files differdeleted file mode 100644 index fb6241aa..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_insert-table.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_internet.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_internet.png Binary files differdeleted file mode 100644 index faecb0b1..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_internet.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_italic.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_italic.png Binary files differdeleted file mode 100644 index 5546ede1..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_italic.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_jump-to.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_jump-to.png Binary files differdeleted file mode 100644 index 4a22a6da..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_jump-to.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_justify-center.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_justify-center.png Binary files differdeleted file mode 100644 index 7bac84a5..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_justify-center.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_justify-fill.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_justify-fill.png Binary files differdeleted file mode 100644 index 3ea0b8b4..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_justify-fill.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_justify-left.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_justify-left.png Binary files differdeleted file mode 100644 index 3136b942..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_justify-left.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_justify-right.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_justify-right.png Binary files differdeleted file mode 100644 index 7a8135c9..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_justify-right.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_launcher-program.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_launcher-program.png Binary files differdeleted file mode 100644 index 2d25bfab..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_launcher-program.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_line-in.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_line-in.png Binary files differdeleted file mode 100644 index 5709d541..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_line-in.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_lockscreen.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_lockscreen.png Binary files differdeleted file mode 100644 index 227a0f5a..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_lockscreen.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_logout.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_logout.png Binary files differdeleted file mode 100644 index 20c7ba21..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_logout.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_mate-logo.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_mate-logo.png Binary files differdeleted file mode 100644 index f6a5159e..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_mate-logo.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_mate-util.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_mate-util.png Binary files differdeleted file mode 100644 index 34473315..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_mate-util.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_mic.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_mic.png Binary files differdeleted file mode 100644 index 848bb678..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_mic.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_missing-image.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_missing-image.png Binary files differdeleted file mode 100644 index ecd4d76e..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_missing-image.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_multimedia.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_multimedia.png Binary files differdeleted file mode 100644 index 26c1c6fe..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_multimedia.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_new.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_new.png Binary files differdeleted file mode 100644 index 7d43e4b1..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_new.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_no.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_no.png Binary files differdeleted file mode 100755 index b8185a0e..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_no.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_ok.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_ok.png Binary files differdeleted file mode 100644 index b1ee69d1..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_ok.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_open.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_open.png Binary files differdeleted file mode 100644 index 6bb945f8..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_open.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_paste.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_paste.png Binary files differdeleted file mode 100644 index 194d0568..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_paste.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_preferences.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_preferences.png Binary files differdeleted file mode 100644 index 5c4e12b0..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_preferences.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_print-preview.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_print-preview.png Binary files differdeleted file mode 100644 index 1edc11d3..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_print-preview.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_print.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_print.png Binary files differdeleted file mode 100644 index ddbede37..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_print.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_properties.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_properties.png Binary files differdeleted file mode 100644 index fce74235..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_properties.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_quit.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_quit.png Binary files differdeleted file mode 100644 index 9239d2b9..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_quit.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_redo.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_redo.png Binary files differdeleted file mode 100644 index ee297616..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_redo.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_refresh.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_refresh.png Binary files differdeleted file mode 100644 index 860fedde..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_refresh.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_remove.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_remove.png Binary files differdeleted file mode 100755 index 12a42333..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_remove.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_revert-to-saved.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_revert-to-saved.png Binary files differdeleted file mode 100644 index 93940abf..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_revert-to-saved.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_run.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_run.png Binary files differdeleted file mode 100644 index cc91db45..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_run.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_save-as.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_save-as.png Binary files differdeleted file mode 100644 index f422bb9b..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_save-as.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_save.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_save.png Binary files differdeleted file mode 100644 index edf91586..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_save.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_screenshot.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_screenshot.png Binary files differdeleted file mode 100644 index aaf465ed..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_screenshot.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_searchtool.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_searchtool.png Binary files differdeleted file mode 100644 index 53ad794e..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_searchtool.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_select-color.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_select-color.png Binary files differdeleted file mode 100644 index 7df8aaf1..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_select-color.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_select-font.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_select-font.png Binary files differdeleted file mode 100644 index d837bcc6..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_select-font.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_sort-ascending.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_sort-ascending.png Binary files differdeleted file mode 100644 index dd836e0e..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_sort-ascending.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_sort-descending.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_sort-descending.png Binary files differdeleted file mode 100644 index 241aa2b0..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_sort-descending.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_spell-check.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_spell-check.png Binary files differdeleted file mode 100644 index 19f15f44..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_spell-check.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_stop.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_stop.png Binary files differdeleted file mode 100644 index 267f48e5..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_stop.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_strikethrough.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_strikethrough.png Binary files differdeleted file mode 100644 index 75cad1de..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_strikethrough.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_undelete.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_undelete.png Binary files differdeleted file mode 100644 index a9d24d49..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_undelete.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_underline.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_underline.png Binary files differdeleted file mode 100644 index 3f39319b..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_underline.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_undo.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_undo.png Binary files differdeleted file mode 100644 index d4398b08..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_undo.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_volume.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_volume.png Binary files differdeleted file mode 100644 index cb65f79b..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_volume.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_yes.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_yes.png Binary files differdeleted file mode 100755 index 96bab66e..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_yes.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_zoom-100.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_zoom-100.png Binary files differdeleted file mode 100644 index 257f901e..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_zoom-100.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_zoom-fit.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_zoom-fit.png Binary files differdeleted file mode 100644 index 5ddfa90b..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_zoom-fit.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_zoom-in.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_zoom-in.png Binary files differdeleted file mode 100644 index ca2fe803..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_zoom-in.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_zoom-out.png b/gtk-themes/ContrastLowLargePrint/pixmaps/stock_zoom-out.png Binary files differdeleted file mode 100644 index a5966dd4..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/stock_zoom-out.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/volume-max.png b/gtk-themes/ContrastLowLargePrint/pixmaps/volume-max.png Binary files differdeleted file mode 100644 index 4d41c180..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/volume-max.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/volume-medium.png b/gtk-themes/ContrastLowLargePrint/pixmaps/volume-medium.png Binary files differdeleted file mode 100644 index f9c71be9..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/volume-medium.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/volume-min.png b/gtk-themes/ContrastLowLargePrint/pixmaps/volume-min.png Binary files differdeleted file mode 100644 index ae566a41..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/volume-min.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/volume-mute.png b/gtk-themes/ContrastLowLargePrint/pixmaps/volume-mute.png Binary files differdeleted file mode 100644 index 4417a779..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/volume-mute.png +++ /dev/null diff --git a/gtk-themes/ContrastLowLargePrint/pixmaps/volume-zero.png b/gtk-themes/ContrastLowLargePrint/pixmaps/volume-zero.png Binary files differdeleted file mode 100644 index f19282ba..00000000 --- a/gtk-themes/ContrastLowLargePrint/pixmaps/volume-zero.png +++ /dev/null diff --git a/gtk-themes/Makefile.am b/gtk-themes/Makefile.am index 1ea7632b..71811627 100644 --- a/gtk-themes/Makefile.am +++ b/gtk-themes/Makefile.am @@ -4,8 +4,6 @@ SUBDIRS = \ ContrastHighLargePrint \ ContrastHighLargePrintInverse \ Reverse \ - ContrastLow \ - ContrastLowLargePrint \ LargePrint DIST_SUBDIRS = \ @@ -14,7 +12,5 @@ DIST_SUBDIRS = \ ContrastHighLargePrint \ ContrastHighLargePrintInverse \ Reverse \ - ContrastLow \ - ContrastLowLargePrint \ LargePrint |