diff options
author | Perberos <[email protected]> | 2012-03-21 21:21:25 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2012-03-21 21:21:25 -0300 |
commit | 373f711ef361d67874e58e584720e9c813fe9cac (patch) | |
tree | 1590cb4be52b99ae46e496f0f3dec9ac7e00aecf /gtk-themes/HighContrastLargePrint | |
parent | 00cdd7a3e31e793f5be7044f18e5ee77e2945b2b (diff) | |
download | mate-themes-373f711ef361d67874e58e584720e9c813fe9cac.tar.bz2 mate-themes-373f711ef361d67874e58e584720e9c813fe9cac.tar.xz |
renaming highcontrast to contrasthigh
Diffstat (limited to 'gtk-themes/HighContrastLargePrint')
131 files changed, 0 insertions, 213 deletions
diff --git a/gtk-themes/HighContrastLargePrint/Makefile.am b/gtk-themes/HighContrastLargePrint/Makefile.am deleted file mode 100644 index f88ba7b4..00000000 --- a/gtk-themes/HighContrastLargePrint/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -themedir = $(datadir)/themes/HighContrastLargePrint/gtk-2.0 - -theme_DATA = gtkrc - -EXTRA_DIST= $(theme_DATA) - -SUBDIRS=pixmaps diff --git a/gtk-themes/HighContrastLargePrint/gtkrc.in b/gtk-themes/HighContrastLargePrint/gtkrc.in deleted file mode 100644 index 89c7076a..00000000 --- a/gtk-themes/HighContrastLargePrint/gtkrc.in +++ /dev/null @@ -1,111 +0,0 @@ -# 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 deleted file mode 100644 index eb811b4a..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -pixmapdir= $(datadir)/themes/HighContrastLargePrint/pixmaps - -EXTRA_DIST= $(pixmap_DATA) - -include $(top_srcdir)/common/all-stock-icons.data diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/double-click-maybe.png b/gtk-themes/HighContrastLargePrint/pixmaps/double-click-maybe.png Binary files differdeleted file mode 100755 index 1e8541d8..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/double-click-maybe.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/double-click-off.png b/gtk-themes/HighContrastLargePrint/pixmaps/double-click-off.png Binary files differdeleted file mode 100755 index ff650ab2..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/double-click-off.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/double-click-on.png b/gtk-themes/HighContrastLargePrint/pixmaps/double-click-on.png Binary files differdeleted file mode 100755 index 964af33b..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/double-click-on.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/marco-delete.png b/gtk-themes/HighContrastLargePrint/pixmaps/marco-delete.png Binary files differdeleted file mode 100644 index a892881e..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/marco-delete.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/marco-maximize.png b/gtk-themes/HighContrastLargePrint/pixmaps/marco-maximize.png Binary files differdeleted file mode 100644 index a7ea887e..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/marco-maximize.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/marco-minimize.png b/gtk-themes/HighContrastLargePrint/pixmaps/marco-minimize.png Binary files differdeleted file mode 100644 index 40ee085c..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/marco-minimize.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/media-backward.png b/gtk-themes/HighContrastLargePrint/pixmaps/media-backward.png Binary files differdeleted file mode 100755 index c7ac2e93..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/media-backward.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/media-eject.png b/gtk-themes/HighContrastLargePrint/pixmaps/media-eject.png Binary files differdeleted file mode 100755 index 97b693b9..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/media-eject.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/media-forward.png b/gtk-themes/HighContrastLargePrint/pixmaps/media-forward.png Binary files differdeleted file mode 100755 index 8f170632..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/media-forward.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/media-next.png b/gtk-themes/HighContrastLargePrint/pixmaps/media-next.png Binary files differdeleted file mode 100755 index eb3483fc..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/media-next.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/media-pause.png b/gtk-themes/HighContrastLargePrint/pixmaps/media-pause.png Binary files differdeleted file mode 100755 index 2037d54f..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/media-pause.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/media-play.png b/gtk-themes/HighContrastLargePrint/pixmaps/media-play.png Binary files differdeleted file mode 100755 index 2090665c..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/media-play.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/media-prev.png b/gtk-themes/HighContrastLargePrint/pixmaps/media-prev.png Binary files differdeleted file mode 100755 index 2a3de2d3..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/media-prev.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/media-record.png b/gtk-themes/HighContrastLargePrint/pixmaps/media-record.png Binary files differdeleted file mode 100644 index e3bfe694..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/media-record.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/media-stop.png b/gtk-themes/HighContrastLargePrint/pixmaps/media-stop.png Binary files differdeleted file mode 100755 index 1bac2223..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/media-stop.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/printer-broken.png b/gtk-themes/HighContrastLargePrint/pixmaps/printer-broken.png Binary files differdeleted file mode 100755 index dc1930c0..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/printer-broken.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/printer-default.png b/gtk-themes/HighContrastLargePrint/pixmaps/printer-default.png Binary files differdeleted file mode 100755 index 30e62aac..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/printer-default.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/printer-inkjet.png b/gtk-themes/HighContrastLargePrint/pixmaps/printer-inkjet.png Binary files differdeleted file mode 100755 index 95dffd70..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/printer-inkjet.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/printer-personal-laser.png b/gtk-themes/HighContrastLargePrint/pixmaps/printer-personal-laser.png Binary files differdeleted file mode 100755 index 95dffd70..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/printer-personal-laser.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/printer-workgroup-laser.png b/gtk-themes/HighContrastLargePrint/pixmaps/printer-workgroup-laser.png Binary files differdeleted file mode 100755 index 95dffd70..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/printer-workgroup-laser.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_about.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_about.png Binary files differdeleted file mode 100755 index 63ac5817..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_about.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_accessories.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_accessories.png Binary files differdeleted file mode 100644 index 4a145e72..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_accessories.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_add.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_add.png Binary files differdeleted file mode 100755 index 8ce4d80d..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_add.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_amusements.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_amusements.png Binary files differdeleted file mode 100755 index a7bb13fd..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_amusements.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_apply.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_apply.png Binary files differdeleted file mode 100755 index 96272201..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_apply.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_attach.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_attach.png Binary files differdeleted file mode 100755 index df26952a..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_attach.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_bold.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_bold.png Binary files differdeleted file mode 100755 index fa7a4032..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_bold.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_book.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_book.png Binary files differdeleted file mode 100755 index 06a9f6e5..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_book.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_cancel.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_cancel.png Binary files differdeleted file mode 100644 index a892881e..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_cancel.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_cde-menu.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_cde-menu.png Binary files differdeleted file mode 100644 index 4efb3a6c..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_cde-menu.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_cdrom.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_cdrom.png Binary files differdeleted file mode 100644 index 3f9dd8b7..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_cdrom.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_clear.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_clear.png Binary files differdeleted file mode 100755 index c15ed26e..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_clear.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_close.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_close.png Binary files differdeleted file mode 100644 index a892881e..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_close.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_commandline-browser.xpm b/gtk-themes/HighContrastLargePrint/pixmaps/stock_commandline-browser.xpm deleted file mode 100644 index f2935a11..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_commandline-browser.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* 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 deleted file mode 100644 index d1eb5300..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_commandline-history.xpm +++ /dev/null @@ -1,55 +0,0 @@ -/* 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 differdeleted file mode 100644 index c4cd64f3..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_connect.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_convert.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_convert.png Binary files differdeleted file mode 100644 index 1a20adfa..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_convert.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_copy.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_copy.png Binary files differdeleted file mode 100644 index dc69b292..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_copy.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_cut.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_cut.png Binary files differdeleted file mode 100644 index 058ecbbb..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_cut.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_delete.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_delete.png Binary files differdeleted file mode 100644 index 578d0040..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_delete.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_dialog_error.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_dialog_error.png Binary files differdeleted file mode 100755 index 5667287d..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_dialog_error.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_dialog_info.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_dialog_info.png Binary files differdeleted file mode 100755 index 10bb32c6..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_dialog_info.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_dialog_question.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_dialog_question.png Binary files differdeleted file mode 100755 index 6f9b46cc..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_dialog_question.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_dialog_warning.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_dialog_warning.png Binary files differdeleted file mode 100755 index c92abfa5..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_dialog_warning.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_disconnect.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_disconnect.png Binary files differdeleted file mode 100644 index 4e7e77f8..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_disconnect.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_dnd.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_dnd.png Binary files differdeleted file mode 100644 index eff57a6c..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_dnd.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_dnd_multiple.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_dnd_multiple.png Binary files differdeleted file mode 100644 index 3073c0b9..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_dnd_multiple.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_drawer.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_drawer.png Binary files differdeleted file mode 100644 index 7e382e53..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_drawer.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_edit.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_edit.png Binary files differdeleted file mode 100644 index b0dbb8b6..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_edit.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_empty.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_empty.png Binary files differdeleted file mode 100755 index d0b297e4..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_empty.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_execute.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_execute.png Binary files differdeleted file mode 100644 index 166939f5..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_execute.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_export.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_export.png Binary files differdeleted file mode 100755 index 0090ac83..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_export.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_find-and-replace.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_find-and-replace.png Binary files differdeleted file mode 100755 index 8a8b513a..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_find-and-replace.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_find.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_find.png Binary files differdeleted file mode 100755 index 609ff8fd..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_find.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_floppy.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_floppy.png Binary files differdeleted file mode 100755 index a1627c7b..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_floppy.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_go-back.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_go-back.png Binary files differdeleted file mode 100755 index fdeada4b..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_go-back.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_go-down.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_go-down.png Binary files differdeleted file mode 100755 index fae93491..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_go-down.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_go-forward.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_go-forward.png Binary files differdeleted file mode 100755 index 97b88184..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_go-forward.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_go-up.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_go-up.png Binary files differdeleted file mode 100755 index ae4e04df..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_go-up.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_goto-bottom.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_goto-bottom.png Binary files differdeleted file mode 100755 index d2ec9aaf..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_goto-bottom.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_goto-first.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_goto-first.png Binary files differdeleted file mode 100644 index fcc08e84..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_goto-first.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_goto-last.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_goto-last.png Binary files differdeleted file mode 100644 index 7d98c621..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_goto-last.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_goto-top.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_goto-top.png Binary files differdeleted file mode 100755 index 704eeb68..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_goto-top.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_harddisk.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_harddisk.png Binary files differdeleted file mode 100755 index 83f72cc3..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_harddisk.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_help.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_help.png Binary files differdeleted file mode 100755 index 87c51688..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_help.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_home.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_home.png Binary files differdeleted file mode 100755 index 1e6916f5..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_home.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_import.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_import.png Binary files differdeleted file mode 100755 index 3a6e48d1..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_import.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_index.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_index.png Binary files differdeleted file mode 100755 index fb24b2fc..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_index.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_info.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_info.png Binary files differdeleted file mode 100644 index 7a353d9e..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_info.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_insert-image.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_insert-image.png Binary files differdeleted file mode 100755 index 1ee8dd19..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_insert-image.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_insert-object.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_insert-object.png Binary files differdeleted file mode 100755 index bd36c61c..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_insert-object.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_insert-table.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_insert-table.png Binary files differdeleted file mode 100755 index 51b6fa9b..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_insert-table.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_internet.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_internet.png Binary files differdeleted file mode 100644 index 2d157480..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_internet.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_italic.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_italic.png Binary files differdeleted file mode 100755 index 98612a88..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_italic.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_jump-to.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_jump-to.png Binary files differdeleted file mode 100755 index bd7b62fb..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_jump-to.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_justify-center.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_justify-center.png Binary files differdeleted file mode 100755 index 51ffd7b1..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_justify-center.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_justify-fill.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_justify-fill.png Binary files differdeleted file mode 100755 index c91c0d2f..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_justify-fill.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_justify-left.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_justify-left.png Binary files differdeleted file mode 100755 index 42a0d527..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_justify-left.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_justify-right.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_justify-right.png Binary files differdeleted file mode 100755 index be99964e..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_justify-right.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_launcher-program.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_launcher-program.png Binary files differdeleted file mode 100644 index 7996e411..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_launcher-program.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_line-in.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_line-in.png Binary files differdeleted file mode 100755 index 4c549b0c..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_line-in.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_lockscreen.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_lockscreen.png Binary files differdeleted file mode 100644 index f0a9dd98..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_lockscreen.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_logout.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_logout.png Binary files differdeleted file mode 100644 index 80408ced..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_logout.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_mate-logo.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_mate-logo.png Binary files differdeleted file mode 100644 index ef68b39d..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_mate-logo.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_mate-util.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_mate-util.png Binary files differdeleted file mode 100644 index f26e2ea4..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_mate-util.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_mic.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_mic.png Binary files differdeleted file mode 100755 index dc7ec699..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_mic.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_missing-image.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_missing-image.png Binary files differdeleted file mode 100755 index 1f152a74..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_missing-image.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_multimedia.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_multimedia.png Binary files differdeleted file mode 100644 index 2f47deb6..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_multimedia.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_new.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_new.png Binary files differdeleted file mode 100755 index a53ef5ce..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_new.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_no.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_no.png Binary files differdeleted file mode 100644 index a892881e..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_no.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_ok.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_ok.png Binary files differdeleted file mode 100755 index 96272201..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_ok.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_open.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_open.png Binary files differdeleted file mode 100755 index 03b025c6..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_open.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_paste.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_paste.png Binary files differdeleted file mode 100644 index 0b3c98b2..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_paste.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_preferences.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_preferences.png Binary files differdeleted file mode 100755 index 0d2e0e86..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_preferences.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_print-preview.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_print-preview.png Binary files differdeleted file mode 100755 index b9064f51..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_print-preview.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_print.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_print.png Binary files differdeleted file mode 100755 index 7e165220..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_print.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_properties.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_properties.png Binary files differdeleted file mode 100755 index bb456325..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_properties.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_quit.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_quit.png Binary files differdeleted file mode 100755 index 30e131ac..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_quit.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_redo.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_redo.png Binary files differdeleted file mode 100755 index 058995cf..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_redo.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_refresh.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_refresh.png Binary files differdeleted file mode 100755 index bd5d9ed8..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_refresh.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_remove.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_remove.png Binary files differdeleted file mode 100755 index 8016adfd..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_remove.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_revert-to-saved.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_revert-to-saved.png Binary files differdeleted file mode 100755 index 9564dcad..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_revert-to-saved.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_run.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_run.png Binary files differdeleted file mode 100644 index f9bb92c0..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_run.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_save-as.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_save-as.png Binary files differdeleted file mode 100755 index bb3221e9..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_save-as.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_save.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_save.png Binary files differdeleted file mode 100755 index a1627c7b..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_save.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_screenshot.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_screenshot.png Binary files differdeleted file mode 100644 index 719a0a08..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_screenshot.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_searchtool.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_searchtool.png Binary files differdeleted file mode 100644 index 1b0d3bcb..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_searchtool.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_select-color.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_select-color.png Binary files differdeleted file mode 100755 index 25fdfa77..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_select-color.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_select-font.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_select-font.png Binary files differdeleted file mode 100755 index 98b82c43..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_select-font.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_sort-ascending.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_sort-ascending.png Binary files differdeleted file mode 100755 index 84ef53d1..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_sort-ascending.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_sort-descending.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_sort-descending.png Binary files differdeleted file mode 100755 index 81c82192..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_sort-descending.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_spell-check.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_spell-check.png Binary files differdeleted file mode 100755 index 3f88cd2b..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_spell-check.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_stop.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_stop.png Binary files differdeleted file mode 100755 index d367997a..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_stop.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_strikethrough.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_strikethrough.png Binary files differdeleted file mode 100755 index 6ad769df..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_strikethrough.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_undelete.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_undelete.png Binary files differdeleted file mode 100755 index a1bb50a6..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_undelete.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_underline.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_underline.png Binary files differdeleted file mode 100755 index dac61b97..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_underline.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_undo.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_undo.png Binary files differdeleted file mode 100755 index 842e7530..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_undo.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_volume.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_volume.png Binary files differdeleted file mode 100755 index b5ceeccd..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_volume.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_yes.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_yes.png Binary files differdeleted file mode 100644 index 96272201..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_yes.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_zoom-100.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_zoom-100.png Binary files differdeleted file mode 100755 index 27379ef7..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_zoom-100.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_zoom-fit.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_zoom-fit.png Binary files differdeleted file mode 100755 index 1fce5604..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_zoom-fit.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_zoom-in.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_zoom-in.png Binary files differdeleted file mode 100755 index 0d551057..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_zoom-in.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/stock_zoom-out.png b/gtk-themes/HighContrastLargePrint/pixmaps/stock_zoom-out.png Binary files differdeleted file mode 100755 index 84289876..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/stock_zoom-out.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/volume-max.png b/gtk-themes/HighContrastLargePrint/pixmaps/volume-max.png Binary files differdeleted file mode 100755 index e5b59fa5..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/volume-max.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/volume-medium.png b/gtk-themes/HighContrastLargePrint/pixmaps/volume-medium.png Binary files differdeleted file mode 100755 index 1fbc2cba..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/volume-medium.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/volume-min.png b/gtk-themes/HighContrastLargePrint/pixmaps/volume-min.png Binary files differdeleted file mode 100755 index 9e6c5759..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/volume-min.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/volume-mute.png b/gtk-themes/HighContrastLargePrint/pixmaps/volume-mute.png Binary files differdeleted file mode 100755 index 8d7a8eaa..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/volume-mute.png +++ /dev/null diff --git a/gtk-themes/HighContrastLargePrint/pixmaps/volume-zero.png b/gtk-themes/HighContrastLargePrint/pixmaps/volume-zero.png Binary files differdeleted file mode 100755 index 5a4dbc2b..00000000 --- a/gtk-themes/HighContrastLargePrint/pixmaps/volume-zero.png +++ /dev/null |